Home
last modified time | relevance | path

Searched defs:expected1 (Results 1 – 13 of 13) sorted by relevance

/aosp12/bionic/tests/
H A Dmath_data_test.h55 RT1 expected1; member
62 RT1 expected1; member
69 RT1 expected1; member
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneNumberWatcherTest.java87 final String expected1 = "650-123"; in testInsertChars() local
116 final String expected1 = "(650) 123 4"; in testStopFormatting() local
160 final String expected1 = "(650) 123 4"; in testRestartFormatting() local
212 final String expected1 = ""; in testTextChangedByOtherTextWatcher() local
/aosp12/art/test/597-deopt-busy-loop/src/
H A DFloatLoop.java47 public void expectEqualToEither(float value, float expected0, float expected1) { in expectEqualToEither()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/model/
H A DSysUiStateTest.java98 int expected1 = FLAG_1 | FLAG_2 | FLAG_3 | FLAG_4; in addMultipleRemoveOne_setFlags() local
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/internal/util/
H A DRingBufferTest.java105 String[] expected1 = {"a", "b", "c", "d", "e"}; in testRingBufferWithWrapping() local
/aosp12/system/netd/server/
H A DTetherControllerTest.cpp392 TetherStats expected1("bt-pan", "rmnet0", 1708806, 1450, 107471, 1040); in TEST_F() local
/aosp12/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DHelpersTest.java98 final File expected1 = new File(getContext().getFilesDir(), "file.txt"); in testGenerateSaveFileDupes() local
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/
H A DCountQuotaTrackerTest.java261 LongArrayQueue expected1 = new LongArrayQueue(); in testAppRemoval() local
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerCallback_test.cpp915 ExpectedResult expected1; in TEST_F() local
961 ExpectedResult expected1; in TEST_F() local
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dserialization_tests.cpp2179 std::array<std::uint8_t, (1 << 4) - 1> a1, expected1; in TEST() local
/aosp12/system/apex/apexd/
H A Dapexservice_test.cpp2044 ApexSessionInfo expected1 = CreateSessionInfo(239); in TEST_F() local
/aosp12/system/netd/tests/
H A Dbinder_test.cpp1186 std::vector<int64_t> expected1 = { 975, 242, 579, 121 }; in TEST_F() local
/aosp12/art/test/083-compiler-regressions/src/
H A DMain.java188 long expected1 = 1234L << 5; in wideGetterSetterTest() local