/external/skia/bench/ |
D | HairlinePathBench.cpp | 99 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 103 path->lineTo(SkIntToScalar(points[base2] + xTrans), in makePath() 104 SkIntToScalar(points[base2+1] + yTrans)); in makePath() 131 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 135 path->quadTo(SkIntToScalar(points[base2] + xTrans), in makePath() 136 SkIntToScalar(points[base2+1] + yTrans), in makePath() 164 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 169 path->conicTo(SkIntToScalar(points[base2] + xTrans), in makePath() 170 SkIntToScalar(points[base2+1] + yTrans), in makePath() 199 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local [all …]
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CommonSuperclassTest.java | 205 String base2 = "Liface/base2;"; in testGetCommonSuperclass_interfaces() local 237 superclassTest(base2, base2, sub1); in testGetCommonSuperclass_interfaces() 238 superclassTest(base2, base2, classsub1); in testGetCommonSuperclass_interfaces() 239 superclassTest(base2, base2, sub2); in testGetCommonSuperclass_interfaces() 240 superclassTest(base2, base2, classsub2); in testGetCommonSuperclass_interfaces() 241 superclassTest(base2, base2, classsub1234); in testGetCommonSuperclass_interfaces() 269 superclassTest(unknown, sub4, base2); in testGetCommonSuperclass_interfaces() 270 superclassTest(unknown, classsub4, base2); in testGetCommonSuperclass_interfaces()
|
/external/libcxxabi/test/ |
D | catch_ptr_02.pass.cpp | 94 struct base2 {int x;}; argument 95 struct derived : base1, base2 {}; 104 catch (base2 *p) { in test5() 121 catch (base2 *p) { in test6() 138 catch (base2 *p) { in test7()
|
/external/clang/test/Modules/Inputs/ |
D | dependency-gen-base.modulemap | 4 use "test-base2" 6 extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"
|
D | dependency-gen-base2.modulemap | 1 module "test-base2" {
|
/external/valgrind/none/tests/mips64/ |
D | cvm_atomic_thread.c | 261 #define TRIOP_AND_SAA(instruction, base1, base2, n) \ argument 267 : /*in*/ "r"(base1), "r"(base2), "r"(n) \ 272 #define TRIOP_AND_SAAD(instruction, base1, base2, n) \ argument 278 : /*in*/ "r"(base1), "r"(base2), "r"(n) \ 283 #define BINOP_AND_SAA(instruction, base1, base2) \ argument 289 : /*in*/ "r"(base1), "r"(base2) \ 294 #define BINOP_AND_SAAD(instruction, base1, base2) \ argument 300 : /*in*/ "r"(base1), "r"(base2) \
|
/external/clang/test/FixIt/ |
D | fixit-cxx11-attributes.cpp | 38 struct base2 {}; struct 48 …public [[d]] base2 {}; // expected-error {{an attribute list cannot appear here}} expected-warning…
|
/external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/ |
D | reassociate-geps-and-slsr.ll | 50 ; PTX: add.s64 [[base2:%rd[0-9]+]], [[base1]], [[i4]]; 52 ; PTX: ld.f32 {{%f[0-9]+}}, {{\[}}[[base2]]+20]; 58 ; PTX: add.s64 [[base3:%rd[0-9]+]], [[base2]], [[i4]];
|
/external/testng/src/test/java/test/failures/ |
D | Base1.java | 7 public void base2() { in base2() method in Base1
|
/external/libxml2/result/scripts/ |
D | base2 | 1 / > ./test/scripts/base2.xml
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | shifter_operand.ll | 31 define i32 @test3(i32 %base, i32 %base2, i32 %offset) { 44 %tmp4 = add i32 %base2, %tmp1
|
/external/clang/test/Modules/ |
D | dependency-gen.modulemap | 14 use "test-base2" 22 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base2.modulemap
|
/external/libxml2/ |
D | runtest.c | 3067 const char *base2; in schemasTest() local 3122 base2 = baseFilename(instance); in schemasTest() 3123 len = strlen(base2); in schemasTest() 3124 if ((len > 6) && (base2[len - 6] == '_')) { in schemasTest() 3125 count = base2[len - 5]; in schemasTest() 3244 const char *base2; in rngTest() local 3287 base2 = baseFilename(instance); in rngTest() 3288 len = strlen(base2); in rngTest() 3289 if ((len > 6) && (base2[len - 6] == '_')) { in rngTest() 3290 count = base2[len - 5]; in rngTest() [all …]
|
D | regressions.py | 36 def compFiles(res, expected, base1, base2): argument 51 j = string.find(exp[i],base2)
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 36 char* base2 = (char*)strrchr(path, '\\'); in basename() local 37 if (base1 && base2) in basename() 38 return((base1 > base2) ? base1 + 1 : base2 + 1); in basename() 41 else if (base2) in basename() 42 return(base2 + 1); in basename() 49 char* base2 = (char*)strrchr(path, '\\'); in dirname() local 50 if (base1 && base2) in dirname() 51 if (base1 > base2) in dirname() 54 *base2 = 0; in dirname() 57 else if (base2) in dirname() [all …]
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-0x.cpp | 34 Base&& base2 = prvalue<Base>(); in test_rvalue_refs()
|
/external/llvm/test/CodeGen/ARM/ |
D | shifter_operand.ll | 30 define i32 @test3(i32 %base, i32 %base2, i32 %offset) { 38 %tmp4 = add i32 %base2, %tmp1
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 338 int base2 = (baseSize2[mask] >> 8) & 0xf; in mkClobber() local 350 reg->reg.data.id = base + base2; in mkClobber()
|
/external/python/cpython2/Lib/test/ |
D | test_datetime.py | 2330 base2 = base.replace(tzinfo=None) 2331 self.assertIsNone(base2.tzinfo) 2332 self.assertIsNone(base2.tzname()) 2335 base3 = base2.replace(tzinfo=z100) 2866 base2 = base.replace(tzinfo=None) 2867 self.assertIsNone(base2.tzinfo) 2868 self.assertIsNone(base2.tzname()) 2871 base3 = base2.replace(tzinfo=z100)
|
/external/llvm/test/CodeGen/SystemZ/ |
D | frame-15.ll | 343 %base2 = ptrtoint float *%elem2 to i64 345 %addr2 = add i64 %base2, %index
|
/external/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 515 …constexpr bool base2 = &e.c[1] < &e.e.f; // expected-error {{constant expression}} expected-note {… variable
|
/external/clang/test/CodeGenObjCXX/ |
D | arc.mm | 295 class Test39 : Test39_base1, Test39_base2 { // base2 is at non-zero offset
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 744 constexpr Base base2(76); variable 754 static_assert(derived == base2, "");
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 1018 Base base, base2; in TEST() local 1022 EXPECT_FALSE(m1.Matches(base2)); in TEST() 1028 EXPECT_FALSE(m1.Matches(base2)); in TEST()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_32.c | 940 #define EMIT_DATA_TRANSFER(type, add, wb, target, base1, base2) \ argument 941 … >> 4] | ((add) << 23) | ((wb) << 21) | (reg_map[target] << 12) | (reg_map[base1] << 16) | (base2))
|