Home
last modified time | relevance | path

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

1234567891011

/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
Dhex_test3.cpp32 Stream one, two, three; in test_to_hex() local
60 Stream one, two, three; in test_from_hex_success() local
/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 …]
/external/guava/guava-tests/test/com/google/common/cache/
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
/external/guava/android/guava-tests/test/com/google/common/cache/
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
/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
/external/auto/factory/src/test/resources/good/
DMultipleProvidedParamsSameKey.java27 private final String three; field in MultipleProvidedParamsSameKey
34 @Nullable @Provided String three, in MultipleProvidedParamsSameKey()
/external/libcxxabi/test/
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
/external/cronet/tot/third_party/libc++abi/src/test/
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
/external/cronet/stable/third_party/libc++abi/src/test/
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
/external/cronet/tot/third_party/libc++/src/test/std/numerics/numeric.ops/numeric.ops.midpoint/
Dmidpoint.integer.pass.cpp30 constexpr T three{3}; in signed_test() local
79 constexpr T three{3}; in unsigned_test() local
/external/cronet/stable/third_party/libc++/src/test/std/numerics/numeric.ops/numeric.ops.midpoint/
Dmidpoint.integer.pass.cpp30 constexpr T three{3}; in signed_test() local
79 constexpr T three{3}; in unsigned_test() local
/external/cronet/tot/net/third_party/quiche/src/quiche/common/
Dprint_elements_test.cc34 std::deque<absl::string_view> three{"foo", "bar", "baz"}; in TEST() local
52 std::list<QuicIetfTransportErrorCodes> three{ in TEST() local
/external/cronet/stable/net/third_party/quiche/src/quiche/common/
Dprint_elements_test.cc34 std::deque<absl::string_view> three{"foo", "bar", "baz"}; in TEST() local
52 std::list<QuicIetfTransportErrorCodes> three{ in TEST() local
/external/pytorch/aten/src/ATen/native/cuda/
DActivationHardswishKernel.cu27 const opmath_t three(3.0f); in hardswish_kernel() local
40 const opmath_t three(3.0f); in hardswish_backward_kernel() local
DActivationHardsigmoidKernel.cu32 const opmath_t three(3.0f); in hardsigmoid_kernel() local
53 const opmath_t three(3.0f); in hardsigmoid_backward_kernel() local
/external/e2fsprogs/lib/ext2fs/
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
/external/auto/factory/src/it/functional/src/test/java/com/google/auto/factory/
DDependencyInjectionIntegrationTest.java46 GenericFoo<Number, ImmutableList<Long>, String, DepE> three = in daggerInjectedGenericFactory() local
105 GenericFoo<Number, ImmutableList<Long>, String, DepE> three = in guiceInjectedGenericFactory() local
/external/libese/libese/tests/
Dsg_unittests.cpp65 uint8_t three[] = "WORLD"; in TEST_F() local
99 uint8_t three[6]; in TEST_F() local
/external/llvm/test/MC/ELF/
Ddot-symbol-assignment.s11 three: label
/external/clang/test/PCH/Inputs/
Dchain-decls2.h5 struct three {}; // for verification struct
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D054-if-with-macros.c3 #define three 3 macro
/external/icu/icu4c/source/test/intltest/
Dlistformattertest.h125 const UnicodeString three; variable
/external/cronet/stable/third_party/icu/source/test/intltest/
Dlistformattertest.h125 const UnicodeString three; variable

1234567891011