Home
last modified time | relevance | path

Searched defs:one (Results 1 – 25 of 200) sorted by relevance

12345678

/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezonedetector/
H A DTelephonyTimeZoneSuggestionTest.java42 TelephonyTimeZoneSuggestion one = builder1.build(); in testEquals() local
49 TelephonyTimeZoneSuggestion one = builder1.build(); in testEquals() local
58 TelephonyTimeZoneSuggestion one = builder1.build(); in testEquals() local
68 TelephonyTimeZoneSuggestion one = builder1.build(); in testEquals() local
77 TelephonyTimeZoneSuggestion one = builder1.build(); in testEquals() local
84 TelephonyTimeZoneSuggestion one = builder1.build(); in testEquals() local
92 TelephonyTimeZoneSuggestion one = builder1.build(); in testEquals() local
99 TelephonyTimeZoneSuggestion one = builder1.build(); in testEquals() local
108 TelephonyTimeZoneSuggestion one = builder1.build(); in testEquals() local
116 TelephonyTimeZoneSuggestion one = builder1.build(); in testEquals() local
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/app/timedetector/
H A DTelephonyTimeSuggestionTest.java36 TelephonyTimeSuggestion one = builder1.build(); in testEquals() local
42 TelephonyTimeSuggestion one = builder1.build(); in testEquals() local
50 TelephonyTimeSuggestion one = builder1.build(); in testEquals() local
56 TelephonyTimeSuggestion one = builder1.build(); in testEquals() local
66 TelephonyTimeSuggestion one = builder1.build(); in testEquals() local
76 TelephonyTimeSuggestion one = builder1.build(); in testEquals() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/time/
H A DTimeZoneCapabilitiesTest.java54 TimeZoneCapabilities one = builder1.build(); in testEquals() local
61 TimeZoneCapabilities one = builder1.build(); in testEquals() local
68 TimeZoneCapabilities one = builder1.build(); in testEquals() local
75 TimeZoneCapabilities one = builder1.build(); in testEquals() local
82 TimeZoneCapabilities one = builder1.build(); in testEquals() local
89 TimeZoneCapabilities one = builder1.build(); in testEquals() local
96 TimeZoneCapabilities one = builder1.build(); in testEquals() local
/aosp12/art/test/005-annotations/src/android/test/anno/
H A DFullyNoted.java19 public int bar( in bar()
28 public int bar1( in bar1()
/aosp12/system/unwinding/libbacktrace/
H A Dbacktrace_testlib.cpp38 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/appsearch/external/util/
H A DBundleUtilTest.java40 Bundle one = new Bundle(); in testDeepEquals_self() local
47 Bundle one = new Bundle(); in testDeepEquals_simple() local
59 Bundle one = new Bundle(); in testDeepEquals_keyMismatch() local
94 Bundle one = new Bundle(); in testDeepEquals_nestedNotEquals() local
/aosp12/frameworks/base/core/tests/coretests/src/android/app/timezone/
H A DDistroFormatVersionTest.java37 DistroFormatVersion one = new DistroFormatVersion(1, 2); in equalsAndHashCode() local
81 private static void assertEqualsContract(DistroFormatVersion one, DistroFormatVersion two) { in assertEqualsContract()
H A DDistroRulesVersionTest.java37 DistroRulesVersion one = new DistroRulesVersion("2016a", 2); in equalsAndHashCode() local
81 private static void assertEqualsContract(DistroRulesVersion one, DistroRulesVersion two) { in assertEqualsContract()
H A DRulesStateTest.java37 RulesState one = new RulesState( in equalsAndHashCode() local
134 private static void assertEqualsContract(RulesState one, RulesState two) { in assertEqualsContract()
/ohos5.0/drivers/peripheral/codec/image/heif/src/
H A Dcodec_heif_encode_service.cpp70 for (auto one : inputImgs) { in DoHeifEncode() local
73 for (auto one : inputMetas) { in DoHeifEncode() local
/aosp12/frameworks/base/media/java/android/media/
H A DUtils.java84 Range<T>[] intersectSortedDistinctRanges(Range<T>[] one, Range<T>[] another) { in intersectSortedDistinctRanges()
/aosp12/art/tools/
H A Dsymbolize.sh29 one() { function
/aosp12/art/test/068-classloader/src/
H A DDoubledImplement.java29 public void one() { in one() method in DoubledImplement
H A DDoubledImplement2.java29 public void one() { in one() method in DoubledImplement2
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DCreateViewTest.java56 ViewOne one = new ViewOne(mContext); in testLayout3() local
94 TextView one = new TextView(mContext); in testLayout6() local
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/util/
H A DBundleUtil.java42 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/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_acoshf.c23 one = 1.0, variable
H A De_acosh.c38 one = 1.0, variable
H A De_atanhf.c22 static const float one = 1.0, huge = 1e30; variable
H A De_cosh.c43 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
H A De_coshf.c22 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
H A De_sinh.c40 static const double one = 1.0, shuge = 1.0e307; variable
H A De_sinhf.c22 static const float one = 1.0, shuge = 1.0e37; variable
/aosp12/frameworks/compile/libbcc/tests/debuginfo/host-tests/
H A Djit.cpp26 int one() in one() function
/aosp12/art/test/003-omnibus-opcodes/src/
H A DThrow.java29 public void one() { in one() method in Throw

12345678