/external/valgrind/none/tests/mips64/ |
D | cvm_atomic_thread.stdout.exp-LE | 12 laa and saa: base1: 6913974, base2: 21777111 13 laad and saad: base1: 6913974, base2: 23901514779351 14 law and saa: base1: 3456986, base2: 2153186724 15 lawd and saad: base1: 3456986, base2: 11950752204196 16 lai and saa: base1: 6913974, base2: 21777111 17 laid and saad: base1: 6913974, base2: 23901514779351 18 las and saa: base1: 4294967295, base2: 4288053323 19 lasd and saad: base1: -1, base2: -6913973 20 lad and saa: base1: 4288053322, base2: 4273190185 21 ladd and saad: base1: -6913974, base2: -23901514779351 [all …]
|
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/skia/bench/ |
D | HairlinePathBench.cpp | 98 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 102 path->lineTo(SkIntToScalar(points[base2] + xTrans), in makePath() 103 SkIntToScalar(points[base2+1] + yTrans)); in makePath() 130 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 134 path->quadTo(SkIntToScalar(points[base2] + xTrans), in makePath() 135 SkIntToScalar(points[base2+1] + yTrans), in makePath() 163 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local 168 path->conicTo(SkIntToScalar(points[base2] + xTrans), in makePath() 169 SkIntToScalar(points[base2+1] + yTrans), in makePath() 198 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local [all …]
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CommonSuperclassTest.java | 186 String base2 = "Liface/base2;"; in testGetCommonSuperclass_interfaces() local 218 superclassTest(base2, base2, sub1); in testGetCommonSuperclass_interfaces() 219 superclassTest(base2, base2, classsub1); in testGetCommonSuperclass_interfaces() 220 superclassTest(base2, base2, sub2); in testGetCommonSuperclass_interfaces() 221 superclassTest(base2, base2, classsub2); in testGetCommonSuperclass_interfaces() 222 superclassTest(base2, base2, classsub1234); in testGetCommonSuperclass_interfaces() 250 superclassTest(unknown, sub4, base2); in testGetCommonSuperclass_interfaces() 251 superclassTest(unknown, classsub4, base2); in testGetCommonSuperclass_interfaces()
|
/external/libcxxabi/test/ |
D | catch_ptr_02.pass.cpp | 81 struct base2 {int x;}; struct 82 struct derived : base1, base2 {}; 91 catch (base2 *p) { in test5() 107 catch (base2 *p) { in test6() 123 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/clang/test/Modules/ |
D | dependency-gen.modulemap | 10 use "test-base2" 12 extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"
|
/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/v8/test/mjsunit/ |
D | array-bounds-check-removal.js | 208 var base2 = ((base1 + 8) >> 2); 209 var base3 = ((base2 + 6) >> 1); 215 result += a[base2];
|
/external/libxml2/result/scripts/ |
D | base2 | 1 / > ./test/scripts/base2.xml
|
/external/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/libxml2/ |
D | runtest.c | 2986 const char *base2; in schemasTest() local 3041 base2 = baseFilename(instance); in schemasTest() 3042 len = strlen(base2); in schemasTest() 3043 if ((len > 6) && (base2[len - 6] == '_')) { in schemasTest() 3044 count = base2[len - 5]; in schemasTest() 3163 const char *base2; in rngTest() local 3206 base2 = baseFilename(instance); in rngTest() 3207 len = strlen(base2); in rngTest() 3208 if ((len > 6) && (base2[len - 6] == '_')) { in rngTest() 3209 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 | 34 char* base2 = (char*)strrchr(path, '\\'); in basename() local 35 if (base1 && base2) in basename() 36 return((base1 > base2) ? base1 + 1 : base2 + 1); in basename() 39 else if (base2) in basename() 40 return(base2 + 1); in basename() 47 char* base2 = (char*)strrchr(path, '\\'); in dirname() local 48 if (base1 && base2) in dirname() 49 if (base1 > base2) in dirname() 52 *base2 = 0; in dirname() 55 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/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_build_util.cpp | 335 int base2 = (baseSize2[mask] >> 8) & 0xf; in mkClobber() local 347 reg->reg.data.id = base + base2; in mkClobber()
|
/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 | 270 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/dist/sljit/ |
D | sljitNativeARM_32.c | 953 #define EMIT_DATA_TRANSFER(type, add, wb, target, base1, base2) \ argument 954 … >> 4] | ((add) << 23) | ((wb) << 21) | (reg_map[target] << 12) | (reg_map[base1] << 16) | (base2))
|
/external/v8/test/cctest/ |
D | test-api.cc | 1861 v8::Handle<v8::FunctionTemplate> base2 = v8::FunctionTemplate::New(isolate); in THREADED_TEST() local 1862 base2->Inherit(super); in THREADED_TEST() 1863 base2->PrototypeTemplate()->Set(isolate, "v2", v8_num(10.1)); in THREADED_TEST() 1869 env->Global()->Set(v8_str("base2"), base2->GetFunction()); in THREADED_TEST() 1891 base2->GetFunction()->NewInstance()); in THREADED_TEST()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |