Home
last modified time | relevance | path

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

123456789

/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/
Dempty.pass.cpp27 struct two {char lx; char lxx;}; struct
/external/libcxx/test/std/utilities/function.objects/refwrap/
Dweak_result.pass.cpp50 struct two {char _; char __;}; argument
/external/guava/guava-tests/test/com/google/common/cache/
DLocalLoadingCacheTest.java108 Object two = new Object(); in testStats() local
149 Object two = new Object(); in testStatsNoops() local
194 Object two = new Object(); in testNoStats() local
221 Object two = new Object(); in testRecordStats() local
240 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/round.style/
Dcheck_values.pass.cpp17 struct two {one _[2];}; struct
/external/libcxx/test/std/language.support/support.limits/limits/denorm.style/
Dcheck_values.pass.cpp17 struct two {one _[2];}; 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/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/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/clang/test/Sema/
Dinline-asm-validate-aarch64.c45 void read_write_modifier0(int one, int two) { in read_write_modifier0()
51 void read_write_modifier1(int one, int two) { in read_write_modifier1()
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DContinuingHttpServletRequestTest.java88 private static void assertCookieArraysEqual(Cookie[] one, Cookie[] two) { in assertCookieArraysEqual()
96 private static void assertCookieEquality(Cookie one, Cookie two) { in assertCookieEquality()
/external/skia/src/pathops/
DSkIntersections.cpp34 int SkIntersections::insert(double one, double two, const SkDPoint& pt) { in insert()
98 void SkIntersections::insertNear(double one, double two, const SkDPoint& pt1, const SkDPoint& pt2) { in insertNear()
107 int SkIntersections::insertCoincident(double one, double two, const SkDPoint& pt) { in insertCoincident()
/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/crcalc/tests/src/com/hp/creals/
DCRTest.java71 CR two = CR.valueOf(2); in testCR() local
79 check_eq(one.add(one),two, "add failed 1"); in testCR() local
80 check_eq(one.max(two),two, "max failed"); in testCR() local
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
Dmox_helper.py114 def __init__(self, one, two, nine=None): argument
124 def MyTestFunction(one, two, nine=None): argument
132 def TestMethod(self, one, two, nine=None): argument
/external/skia/gm/
Dpathopsinverse.cpp38 SkColor blend(SkColor one, SkColor two) { in blend()
63 SkPath one, two; in onDraw() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DListFormatter.java34 private final String two; field in ListFormatter
112 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter()
121 private ListFormatter(String two, String start, String middle, String end, ULocale locale) { in ListFormatter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DListFormatter.java34 private final String two; field in ListFormatter
112 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter()
121 private ListFormatter(String two, String start, String middle, String end, ULocale locale) { in ListFormatter()
/external/mesa3d/src/glsl/glcpp/tests/
D100-macro-with-colon.c2 #define two 2 macro
/external/clang/test/CodeGen/
DCFStrings.c18 const CFStringRef two = (CFStringRef)__builtin___CFStringMakeConstantString("\xef\xbf\xbd\x74\xef\x… variable
/external/llvm/test/MC/ELF/
Ddot-symbol-assignment.s7 two: label
/external/clang/test/PCH/Inputs/
Dchain-decls2.h3 struct two {}; struct
/external/v8/tools/clang/plugins/tests/
Dmissing_ctor_ignored_base.cpp9 MissingCtorsWithIgnoredGrandBase two; in main() local

123456789