/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/ |
H A D | TelephonyTimeZoneSuggestionTest.java | 50 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 69 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 78 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 85 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 93 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 100 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 109 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 117 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local 124 TelephonyTimeZoneSuggestion two = builder2.build(); in testEquals() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/time/ |
H A D | TimeZoneCapabilitiesTest.java | 55 TimeZoneCapabilities two = builder2.build(); in testEquals() local 62 TimeZoneCapabilities two = builder2.build(); in testEquals() local 69 TimeZoneCapabilities two = builder2.build(); in testEquals() local 76 TimeZoneCapabilities two = builder2.build(); in testEquals() local 83 TimeZoneCapabilities two = builder2.build(); in testEquals() local 90 TimeZoneCapabilities two = builder2.build(); in testEquals() local 97 TimeZoneCapabilities two = builder2.build(); in testEquals() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/timedetector/ |
H A D | TelephonyTimeSuggestionTest.java | 43 TelephonyTimeSuggestion two = builder2.build(); in testEquals() local 57 TelephonyTimeSuggestion two = builder2.build(); in testEquals() local 77 TelephonyTimeSuggestion two = builder2.build(); in testEquals() local
|
H A D | GnssTimeSuggestionTest.java | 39 GnssTimeSuggestion two = new GnssTimeSuggestion(ARBITRARY_TIME); in testEquals() local
|
H A D | ManualTimeSuggestionTest.java | 39 ManualTimeSuggestion two = new ManualTimeSuggestion(ARBITRARY_TIME); in testEquals() local
|
H A D | NetworkTimeSuggestionTest.java | 39 NetworkTimeSuggestion two = new NetworkTimeSuggestion(ARBITRARY_TIME); in testEquals() local
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | backtrace_testlib.cpp | 38 int test_level_four(int one, int two, int three, int four, void (*callback_func)(void*), in test_level_four() 49 int test_level_three(int one, int two, int three, int four, void (*callback_func)(void*), in test_level_three() 54 int test_level_two(int one, int two, int three, int four, void (*callback_func)(void*), void* data)… in test_level_two() 58 int test_level_one(int one, int two, int three, int four, void (*callback_func)(void*), void* data)… in test_level_one()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezone/ |
H A D | DistroFormatVersionTest.java | 40 DistroFormatVersion two = new DistroFormatVersion(1, 2); in equalsAndHashCode() local 81 private static void assertEqualsContract(DistroFormatVersion one, DistroFormatVersion two) { in assertEqualsContract()
|
H A D | DistroRulesVersionTest.java | 40 DistroRulesVersion two = new DistroRulesVersion("2016a", 2); in equalsAndHashCode() local 81 private static void assertEqualsContract(DistroRulesVersion one, DistroRulesVersion two) { in assertEqualsContract()
|
H A D | RulesStateTest.java | 43 RulesState two = new RulesState( in equalsAndHashCode() local 134 private static void assertEqualsContract(RulesState one, RulesState two) { in assertEqualsContract()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/appsearch/external/util/ |
H A D | BundleUtilTest.java | 50 Bundle two = new Bundle(); in testDeepEquals_simple() local 62 Bundle two = new Bundle(); in testDeepEquals_keyMismatch() local 96 Bundle two = new Bundle(); in testDeepEquals_nestedNotEquals() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | CreateViewTest.java | 59 ViewOne two = new ViewOne(mContext); in testLayout3() local 98 TextView two = new TextView(mContext); in testLayout6() local
|
H A D | InsetsStateTest.java | 320 Rect two = new Rect(4, 5, 6, 7); in testEquals_samePrivacyIndicator() local 330 Rect two = new Rect(4, 5, 6, 7); in testEquals_differentPrivacyIndicatorStaticBounds() local 355 Rect two = new Rect(4, 5, 6, 7); in testEquals_differentPrivacyIndicatorRotation() local
|
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/util/ |
H A D | BundleUtil.java | 42 public static boolean deepEquals(@Nullable Bundle one, @Nullable Bundle two) { in deepEquals() 70 private static boolean bundleValueEquals(@Nullable Object one, @Nullable Object two) { in bundleValueEquals()
|
/aosp12/art/test/068-classloader/src-ex/ |
H A D | DoubledImplement.java | 29 public void two() { in two() method in DoubledImplement
|
H A D | DoubledImplement2.java | 29 public void two() { in two() method in DoubledImplement2
|
/aosp12/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
H A D | jit.cpp | 21 int two() in two() function
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/ |
H A D | GeolocationTimeZoneSuggestionTest.java | 40 GeolocationTimeZoneSuggestion two = new GeolocationTimeZoneSuggestion(ARBITRARY_ZONE_IDS1); in testEquals() local
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_tanh.c | 46 static const double one = 1.0, two = 2.0, huge = 1.0e300; variable
|
H A D | s_tanhf.c | 23 static const float one=1.0, two=2.0, huge = 1.0e30; variable
|
/aosp12/art/test/641-checker-arraycopy/src/ |
H A D | Main.java | 50 public static void assertEquals(Object one, Object two) { in assertEquals()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/storage/ |
H A D | SharedDataPreferenceControllerTest.java | 108 LeaseInfo two = new LeaseInfo("om.google.android.googlequicksearchbox", in generateBlobList() local
|
/aosp12/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/reader/ |
H A D | IntValueTable.java | 50 static boolean equal(TableEntry one, Object two) { in equal()
|
H A D | LongValueTable.java | 48 static boolean equal(TableEntry one, Object two) { in equal()
|
/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | RTLinearAllocatorTest.h | 58 unsigned int two; member
|