Home
last modified time | relevance | path

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

12345678

/external/libcxx/test/utilities/function.objects/refwrap/
Dweak_result.pass.cpp50 struct two {char _; char __;}; argument
/external/libcxx/test/language.support/support.limits/limits/round.style/
Dcheck_values.pass.cpp17 struct two {one _[2];}; struct
/external/libcxx/test/language.support/support.limits/limits/denorm.style/
Dcheck_values.pass.cpp17 struct two {one _[2];}; struct
/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/guava/guava-tests/test/com/google/common/cache/
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
DLocalLoadingCacheTest.java113 Object two = new Object(); in testStats() local
154 Object two = new Object(); in testStatsNoops() local
196 Object two = new Object(); in testDisableStats() local
213 Object two = new Object(); in testAsMap() local
/external/chromium_org/third_party/skia/experimental/Intersection/
DLineParameterization.cpp13 bool implicit_matches(const _Line& one, const _Line& two) { in implicit_matches()
37 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps) { in implicit_matches_ulps()
/external/skia/experimental/Intersection/
DLineParameterization.cpp13 bool implicit_matches(const _Line& one, const _Line& two) { in implicit_matches()
37 bool implicit_matches_ulps(const _Line& one, const _Line& two, int ulps) { in implicit_matches_ulps()
/external/chromium_org/v8/test/mjsunit/
Dkeyed-call-generic.js74 function two () { return 2; } function
81 var fast_prop = { zero: zero, one: one, two: two }; property
83 var normal_prop = { zero: zero, one: one, two: two }; property
/external/libcxx/test/utilities/utility/forward/
Dforward.pass.cpp23 struct two {one _[2];}; argument
/external/libcxxabi/test/
Dtest_vector1.cpp66 void *one, *two, *three; in test_empty() local
110 void *one, *two, *three; in test_counted() local
151 void *one, *two, *three; in test_exception_in_constructor() local
208 void *one, *two, *three; in test_exception_in_destructor() local
/external/clang/test/SemaTemplate/
Dresolve-single-template-id.cpp8 void two() { } // expected-note 4{{possible target for call}} in two() function
9 void two(int) { } // expected-note 4{{possible target for call}} in two() function
/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/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
D100-macro-with-colon.c2 #define two 2 macro
D054-if-with-macros.c2 #define two 2 macro
D057-empty-arguments.c5 #define two(x,y) success macro
/external/mesa3d/src/glsl/glcpp/tests/
D100-macro-with-colon.c2 #define two 2 macro
D054-if-with-macros.c2 #define two 2 macro
/external/llvm/test/MC/ELF/
Ddot-symbol-assignment.s7 two: label
/external/clang/test/PCH/Inputs/
Dchain-decls2.h3 struct two {}; struct
/external/compiler-rt/lib/builtins/x86_64/
Dfloatundisf.S17 two: label
/external/chromium_org/tools/clang/plugins/
DChromeClassTester.cpp20 bool starts_with(const std::string& one, const std::string& two) { in starts_with()
24 std::string lstrip(const std::string& one, const std::string& two) { in lstrip()
30 bool ends_with(const std::string& one, const std::string& two) { in ends_with()
/external/chromium_org/tools/gn/tutorial/
Dhello.cc14 void Hello(const char* one, const char* two) { in Hello()
/external/chromium_org/third_party/icu/source/test/intltest/
Dlistformattertest.h61 const UnicodeString two; variable
/external/icu/icu4c/source/test/intltest/
Dlistformattertest.h61 const UnicodeString two; variable

12345678