/external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
D | empty.pass.cpp | 27 struct two {char lx; char lxx;}; argument
|
/external/libcxx/test/std/utilities/function.objects/refwrap/ |
D | weak_result.pass.cpp | 50 struct two {char _; char __;}; struct
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalLoadingCacheTest.java | 108 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
|
D | CacheStatsTest.java | 62 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/ |
D | check_values.pass.cpp | 17 struct two {one _[2];}; argument
|
/external/libcxx/test/std/language.support/support.limits/limits/denorm.style/ |
D | check_values.pass.cpp | 17 struct two {one _[2];}; argument
|
/external/libcxxabi/test/ |
D | test_vector1.pass.cpp | 67 void *one, *two, *three; in test_empty() local 111 void *one, *two, *three; in test_counted() local 152 void *one, *two, *three; in test_exception_in_constructor() local 209 void *one, *two, *three; in test_exception_in_destructor() local
|
/external/v8/test/mjsunit/ |
D | keyed-call-generic.js | 74 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/fdlibm/ |
D | s_tanh.c | 41 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/clang/test/CXX/over/over.over/ |
D | p2-resolve-single-template-id.cpp | 30 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/libcxx/test/std/utilities/utility/forward/ |
D | forward.pass.cpp | 23 struct two {one _[2];}; argument
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
D | ContinuingHttpServletRequestTest.java | 88 private static void assertCookieArraysEqual(Cookie[] one, Cookie[] two) { in assertCookieArraysEqual() 96 private static void assertCookieEquality(Cookie one, Cookie two) { in assertCookieEquality()
|
/external/clang/test/Sema/ |
D | inline-asm-validate-aarch64.c | 45 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/skia/src/pathops/ |
D | SkIntersections.cpp | 34 int SkIntersections::insert(double one, double two, const SkDPoint& pt) { in insert() 94 void SkIntersections::insertNear(double one, double two, const SkDPoint& pt1, const SkDPoint& pt2) { in insertNear() 103 int SkIntersections::insertCoincident(double one, double two, const SkDPoint& pt) { in insertCoincident()
|
D | SkPathOpsOp.cpp | 208 static void dump_op(const SkPath& one, const SkPath& two, SkPathOp op) { in dump_op() 248 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result, in OpDebug() 351 static void debug_scale_matrix(const SkPath& one, const SkPath& two, SkMatrix& scale) { in debug_scale_matrix() 377 static int debug_paths_draw_the_same(const SkPath& one, const SkPath& two, SkBitmap& bits) { in debug_paths_draw_the_same() 413 bool Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result) { in Op()
|
/external/crcalc/tests/src/com/hp/creals/ |
D | CRTest.java | 71 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/clang/test/SemaTemplate/ |
D | resolve-single-template-id.cpp | 8 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/chromium-trace/catapult/third_party/mox3/mox3/tests/ |
D | mox_helper.py | 114 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/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/ |
D | mox_helper.py | 114 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/ |
D | pathopsinverse.cpp | 37 SkColor blend(SkColor one, SkColor two) { in blend() 62 SkPath one, two; in onDraw() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ListFormatter.java | 32 private final String two; field in ListFormatter 110 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter() 119 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/ |
D | ListFormatter.java | 31 private final String two; field in ListFormatter 109 public ListFormatter(String two, String start, String middle, String end) { in ListFormatter() 118 private ListFormatter(String two, String start, String middle, String end, ULocale locale) { in ListFormatter()
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-580934.js | 13 let two = () => { function
|
/external/mesa3d/src/glsl/glcpp/tests/ |
D | 100-macro-with-colon.c | 2 #define two 2 macro
|
/external/llvm/test/MC/ELF/ |
D | dot-symbol-assignment.s | 7 two: label
|