| /external/libcxx/test/std/utilities/function.objects/comparisons/ |
| D | transparent.pass.cpp | 18 struct two {char lx; char lxx;}; argument
|
| /external/libcxx/test/std/utilities/function.objects/bitwise.operations/ |
| D | transparent.pass.cpp | 18 struct two {char lx; char lxx;}; struct
|
| /external/libcxx/test/std/utilities/function.objects/logical.operations/ |
| D | transparent.pass.cpp | 18 struct two {char lx; char lxx;}; argument
|
| /external/libcxx/test/std/utilities/function.objects/arithmetic.operations/ |
| D | transparent.pass.cpp | 18 struct two {char lx; char lxx;}; argument
|
| /external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
| D | empty.pass.cpp | 27 struct two {char lx; char lxx;}; struct
|
| /external/libcxx/test/std/language.support/support.limits/limits/denorm.style/ |
| D | check_values.pass.cpp | 17 struct two {one _[2];}; struct
|
| /external/libcxx/test/std/language.support/support.limits/limits/round.style/ |
| D | check_values.pass.cpp | 17 struct two {one _[2];}; struct
|
| /external/libcxx/test/std/utilities/function.objects/refwrap/ |
| D | weak_result.pass.cpp | 65 struct two {char _; char __;}; argument
|
| /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/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/libcxx/test/std/utilities/utility/forward/ |
| D | forward_03.pass.cpp | 25 struct two {one _[2];}; struct
|
| /external/libcxxabi/test/ |
| D | test_vector1.pass.cpp | 78 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/skqp/src/effects/ |
| D | SkOpPathEffect.cpp | 13 sk_sp<SkPathEffect> SkMergePathEffect::Make(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, in Make() 18 SkOpPE::SkOpPE(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, SkPathOp op) in SkOpPE() 23 SkPath one, two; in onFilterPath() local 49 auto two = buffer.readPathEffect(); in CreateProc() local
|
| /external/skia/src/effects/ |
| D | SkOpPathEffect.cpp | 13 sk_sp<SkPathEffect> SkMergePathEffect::Make(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, in Make() 18 SkOpPE::SkOpPE(sk_sp<SkPathEffect> one, sk_sp<SkPathEffect> two, SkPathOp op) in SkOpPE() 23 SkPath one, two; in onFilterPath() local 49 auto two = buffer.readPathEffect(); in CreateProc() local
|
| /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/guice/extensions/servlet/test/com/google/inject/servlet/ |
| D | ContinuingHttpServletRequestTest.java | 84 private static void assertCookieArraysEqual(Cookie[] one, Cookie[] two) { in assertCookieArraysEqual() 92 private static void assertCookieEquality(Cookie one, Cookie two) { in assertCookieEquality()
|
| /external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/ |
| D | DynamicSymmetry.h | 28 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/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/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/skia/src/pathops/ |
| D | SkIntersections.cpp | 34 int SkIntersections::insert(double one, double two, const SkDPoint& pt) { in insert() 107 void SkIntersections::insertNear(double one, double two, const SkDPoint& pt1, const SkDPoint& pt2) { in insertNear() 116 int SkIntersections::insertCoincident(double one, double two, const SkDPoint& pt) { in insertCoincident()
|
| /external/skqp/src/pathops/ |
| D | SkIntersections.cpp | 34 int SkIntersections::insert(double one, double two, const SkDPoint& pt) { in insert() 107 void SkIntersections::insertNear(double one, double two, const SkDPoint& pt1, const SkDPoint& pt2) { in insertNear() 116 int SkIntersections::insertCoincident(double one, double two, const SkDPoint& pt) { in insertCoincident()
|
| /external/mesa3d/src/compiler/glsl/glcpp/tests/ |
| D | 100-macro-with-colon.c | 2 #define two 2 macro
|
| /external/v8/tools/clang/plugins/tests/ |
| D | missing_ctor_ignored_base.cpp | 9 MissingCtorsWithIgnoredGrandBase two; in main() local
|
| /external/clang/test/PCH/Inputs/ |
| D | chain-decls2.h | 3 struct two {}; struct
|