Home
last modified time | relevance | path

Searched defs:three (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/
Dtry_from_primitive.rs24 let three: Result<Enum, _> = 3u8.try_into(); in simple() localVariable
53 let three: Result<Enum, _> = 3u8.try_into(); in even() localVariable
86 let three: Result<Enum, _> = 3u8.try_into(); in skipped_value() localVariable
116 let three: Result<Enum, _> = 3u8.try_into(); in wrong_order() localVariable
175 let three: Result<Enum, _> = 3u8.try_into(); in discriminant_expressions() localVariable
221 let three: Result<Enum, _> = 3u8.try_into(); in different_values() localVariable
259 let three: Result<EnumWithExclusiveRange, _> = 3u8.try_into(); in different_values_with_exclusive_range() localVariable
288 let three: Result<EnumWithInclusiveRange, _> = 3u8.try_into(); in different_values_with_inclusive_range() localVariable
412 let three: Result<Enum, _> = 3i8.try_into(); in alternative_values() localVariable
471 let three: Result<Enum, _> = 3u8.try_into(); in alternative_values_and_default_value() localVariable
[all …]
Dfrom_primitive.rs137 let three = Enum::from_primitive(3_u8); in from_primitive_number_catch_all_in_middle() localVariable
161 let three = Enum::from_primitive(3_u8); in from_primitive_number_with_inclusive_range() localVariable
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DConcurrentModTest.java38 Double three = Double.valueOf(3.0); in testGet() local
82 Double three = Double.valueOf(3.0); in testSet() local
112 Double three = Double.valueOf(3.0); in testAdd() local
142 Double three = Double.valueOf(3.0); in testRemove() local
208 Double three = Double.valueOf(3.0); in testAddAll() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalLoadingCacheTest.java117 Object three = new Object(); in testStats() local
146 Object three = new Object(); in testStatsNoops() local
190 Object three = new Object(); in testNoStats() local
216 Object three = new Object(); in testRecordStats() local
231 Object three = new Object(); in testAsMap() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/
H A DLocalLoadingCacheTest.java117 Object three = new Object(); in testStats() local
146 Object three = new Object(); in testStatsNoops() local
190 Object three = new Object(); in testNoStats() local
216 Object three = new Object(); in testRecordStats() local
231 Object three = new Object(); in testAsMap() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dhex_test2.cpp37 std::list<char> one, two, three; in test_to_hex() local
59 std::list<char> one, two, three; in test_to_hex() local
90 std::list<char> one, two, three; in test_from_hex_success() local
112 std::list<char> one, two, three; in test_from_hex_success() local
Dhex_test1.cpp24 String arg, argh, one, two, three, four; in test_to_hex() local
49 String arg, argh, one, two, three, four; in test_to_hex_lower() local
75 String arg, argh, one, two, three, four; in test_from_hex_success() local
Dfind_backward_test.cpp55 const int* three = ba::find_backward(from, to, 3); // stops on third element in check_constexpr_backward() local
144 const int* three = ba::find_if_backward(from, to, equals(3)); // stops on third element in check_constexpr_if_backward() local
245 const int* three = ba::find_if_not_backward(from, to, not_equals(3)); // stops on third element in check_constexpr_if_not_backward() local
Dhex_test3.cpp32 Stream one, two, three; in test_to_hex() local
60 Stream one, two, three; in test_from_hex_success() local
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dtest_vector1.pass.cpp79 void *one, *two, *three; in test_empty() local
123 void *one, *two, *three; in test_counted() local
165 void *one, *two, *three; in test_exception_in_constructor() local
222 void *one, *two, *three; in test_exception_in_destructor() local
/aosp_15_r20/external/libcxxabi/test/
H A Dtest_vector1.pass.cpp78 void *one, *two, *three; in test_empty() local
122 void *one, *two, *three; in test_counted() local
164 void *one, *two, *three; in test_exception_in_constructor() local
223 void *one, *two, *three; in test_exception_in_destructor() local
/aosp_15_r20/frameworks/base/core/tests/timetests/src/android/app/time/
H A DTimeZoneDetectorStatusTest.java63 TimeZoneDetectorStatus three = new TimeZoneDetectorStatus(DETECTOR_STATUS_NOT_RUNNING, in testEquals() local
74 TimeZoneDetectorStatus three = new TimeZoneDetectorStatus(DETECTOR_STATUS_NOT_RUNNING, in testEquals() local
88 TimeZoneDetectorStatus three = new TimeZoneDetectorStatus(DETECTOR_STATUS_NOT_RUNNING, in testEquals() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/adaptor_test/
Dref_unwrapped.cpp29 int three = 3; in BOOST_AUTO_TEST_CASE() local
51 int three = 3; in BOOST_AUTO_TEST_CASE() local
73 const int three = 3; in BOOST_AUTO_TEST_CASE() local
/aosp_15_r20/external/caliper/examples/src/main/java/examples/
H A DVarargsBenchmark.java42 @Override long three(long a, long b, long c) { in three() method
66 @Override long three(long a, long b, long c) { in three() method
87 abstract long three(long a, long b, long c); in three() method in VarargsBenchmark.Strategy
112 private static long three(long a, long b, long c) { in three() method in VarargsBenchmark
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h237 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local
267 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local
348 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local
/aosp_15_r20/external/auto/factory/src/test/resources/good/
H A DMultipleProvidedParamsSameKey.java27 private final String three; field in MultipleProvidedParamsSameKey
34 @Nullable @Provided String three, in MultipleProvidedParamsSameKey()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/numeric.ops/numeric.ops.midpoint/
H A Dmidpoint.integer.pass.cpp30 constexpr T three{3}; in signed_test() local
79 constexpr T three{3}; in unsigned_test() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dprint_elements_test.cc33 std::deque<absl::string_view> three{"foo", "bar", "baz"}; in TEST() local
51 std::list<QuicIetfTransportErrorCodes> three{ in TEST() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DActivationHardsigmoidKernel.cu32 const opmath_t three(3.0f); in hardsigmoid_kernel() local
53 const opmath_t three(3.0f); in hardsigmoid_backward_kernel() local
H A DActivationHardswishKernel.cu27 const opmath_t three(3.0f); in hardswish_kernel() local
40 const opmath_t three(3.0f); in hardswish_backward_kernel() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DCreateViewTest.java62 ViewOne three = new ViewOne(mContext); in testLayout3() local
102 TextView three = new TextView(mContext); in testLayout6() local
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dres_gdt.c27 static unsigned int list_backups(ext2_filsys fs, unsigned int *three, in list_backups()
145 unsigned int three = 1, five = 5, seven = 7; in ext2fs_create_resize_inode() local
/aosp_15_r20/external/auto/factory/src/it/functional/src/test/java/com/google/auto/factory/
H A DDependencyInjectionIntegrationTest.java46 GenericFoo<Number, ImmutableList<Long>, String, DepE> three = in daggerInjectedGenericFactory() local
105 GenericFoo<Number, ImmutableList<Long>, String, DepE> three = in guiceInjectedGenericFactory() local
/aosp_15_r20/external/libese/libese/tests/
H A Dsg_unittests.cpp65 uint8_t three[] = "WORLD"; in TEST_F() local
99 uint8_t three[6]; in TEST_F() local
/aosp_15_r20/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java278 public void setMultiFoo(int one, int two, int three, Foo foo); in setMultiFoo()
279 public Foo getMultiFoo(int one, int two, int three); in getMultiFoo()
340 public Foo getMultiFoo(int one, int two, int three) { in getMultiFoo()
384 public void setMultiFoo(int one, int two, int three, Foo foo) { in setMultiFoo()

12345678910>>...19