Home
last modified time | relevance | path

Searched defs:two (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/external/libcxx/test/std/utilities/function.objects/comparisons/
Dtransparent.pass.cpp18 struct two {char lx; char lxx;}; argument
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/
Dtransparent.pass.cpp18 struct two {char lx; char lxx;}; argument
/external/libcxx/test/std/utilities/function.objects/logical.operations/
Dtransparent.pass.cpp18 struct two {char lx; char lxx;}; struct
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
Dtransparent.pass.cpp18 struct two {char lx; char lxx;}; struct
/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
Dempty.pass.cpp27 struct two {char lx; char lxx;}; argument
/external/igt-gpu-tools/runner/
Drunner_json_tests.c35 struct json_object *two) in compare_objects()
50 struct json_object *two) in compare_arrays()
62 struct json_object *two) in compatible_types()
90 struct json_object *two) in compare()
/external/guava/guava-tests/test/com/google/common/cache/
DLocalLoadingCacheTest.java103 Object two = new Object(); in testStats() local
143 Object two = new Object(); in testStatsNoops() local
187 Object two = new Object(); in testNoStats() local
212 Object two = new Object(); in testRecordStats() local
231 Object two = new Object(); in testAsMap() local
DCacheStatsTest.java62 CacheStats two = new CacheStats(53, 47, 43, 41, 37, 31); in testMinus() local
83 CacheStats two = new CacheStats(53, 47, 41, 39, 37, 35); in testPlus() local
/external/guava/android/guava-tests/test/com/google/common/cache/
DLocalLoadingCacheTest.java103 Object two = new Object(); in testStats() local
143 Object two = new Object(); in testStatsNoops() local
187 Object two = new Object(); in testNoStats() local
212 Object two = new Object(); in testRecordStats() local
231 Object two = new Object(); in testAsMap() local
DCacheStatsTest.java62 CacheStats two = new CacheStats(53, 47, 43, 41, 37, 31); in testMinus() local
83 CacheStats two = new CacheStats(53, 47, 41, 39, 37, 35); in testPlus() local
/external/libcxx/test/std/language.support/support.limits/limits/denorm.style/
Dcheck_values.pass.cpp17 struct two {one _[2];}; argument
/external/libcxx/test/std/language.support/support.limits/limits/round.style/
Dcheck_values.pass.cpp17 struct two {one _[2];}; argument
/external/libcxx/test/std/utilities/function.objects/refwrap/
Dweak_result.pass.cpp65 struct two {char _; char __;}; argument
/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/fdlibm/
Ds_tanh.c41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable
/external/auto/factory/src/test/resources/good/
DMultipleProvidedParamsSameKey.java26 private final String two; field in MultipleProvidedParamsSameKey
33 @Provided String two, in MultipleProvidedParamsSameKey()
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DDynamicSymmetry.h28 inline void addSymmetry(int one, int two) { add(one, two, 0); } in addSymmetry()
29 inline void addAntiSymmetry(int one, int two) { add(one, two, NegationFlag); } in addAntiSymmetry()
30 inline void addHermiticity(int one, int two) { add(one, two, ConjugationFlag); } in addHermiticity()
31 …inline void addAntiHermiticity(int one, int two) { add(one, two, NegationFlag | ConjugationFlag); } in addAntiHermiticity()
80 int two; member
195 inline void DynamicSGroup::add(int one, int two, int flags) in add()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-compose-06.kt27 val two = async<Int> { in <lambda>() constant
Dexample-compose-01.kt14 val two = doSomethingUsefulTwo() in <lambda>() constant
Dexample-compose-03.kt14 val two = async(start = CoroutineStart.LAZY) { doSomethingUsefulTwo() } in <lambda>() constant
Dexample-compose-02.kt14 val two = async { doSomethingUsefulTwo() } in <lambda>() constant
/external/libcxx/test/std/utilities/utility/forward/
Dforward_03.pass.cpp25 struct two {one _[2];}; argument
/external/clang/test/CXX/over/over.over/
Dp2-resolve-single-template-id.cpp30 void two() { } // expected-note 2 {{possible target for call}} in two() function
31 void two(int) { } // expected-note 2 {{possible target for call}} in two() function
61 void two() { }; //expected-note 5{{candidate}} in two() function
62 void two(int) { }; //expected-note 5{{candidate}} in two() function
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DExample.kt6 val two = async { computeTwo() } in <lambda>() constant
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DContinuingHttpServletRequestTest.java84 private static void assertCookieArraysEqual(Cookie[] one, Cookie[] two) { in assertCookieArraysEqual()
92 private static void assertCookieEquality(Cookie one, Cookie two) { in assertCookieEquality()

12345678910>>...15