/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CommonSuperclassTest.java | 204 String base1 = "Liface/base1;"; in testGetCommonSuperclass_interfaces() local 221 superclassTest(base1, base1, base1); in testGetCommonSuperclass_interfaces() 222 superclassTest(base1, base1, sub1); in testGetCommonSuperclass_interfaces() 223 superclassTest(base1, base1, classsub1); in testGetCommonSuperclass_interfaces() 224 superclassTest(base1, base1, sub2); in testGetCommonSuperclass_interfaces() 225 superclassTest(base1, base1, classsub2); in testGetCommonSuperclass_interfaces() 226 superclassTest(base1, base1, sub3); in testGetCommonSuperclass_interfaces() 227 superclassTest(base1, base1, classsub3); in testGetCommonSuperclass_interfaces() 228 superclassTest(base1, base1, sub4); in testGetCommonSuperclass_interfaces() 229 superclassTest(base1, base1, classsub4); in testGetCommonSuperclass_interfaces() [all …]
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 53 printf("*** Error code = %i \n", base1->LastError()); \ 57 VoEBase* base1 = NULL; variable 130 base1 = VoEBase::GetInterface(m_voe); in main() 159 res = base1->Init(); in main() 161 printf("\nError calling Init: %d\n", base1->LastError()); in main() 166 res = base1->RegisterVoiceEngineObserver(my_observer); in main() 171 res = base1->GetVersion(tmp); in main() 179 base1->DeRegisterVoiceEngineObserver(); in main() 181 res = base1->Terminate(); in main() 184 if (base1) in main() [all …]
|
/external/skia/bench/ |
D | HairlinePathBench.cpp | 98 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local 101 path->moveTo(SkIntToScalar(points[base1] + xTrans), in makePath() 102 SkIntToScalar(points[base1+1] + yTrans)); in makePath() 130 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local 133 path->moveTo(SkIntToScalar(points[base1] + xTrans), in makePath() 134 SkIntToScalar(points[base1+1] + yTrans)); in makePath() 163 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local 167 path->moveTo(SkIntToScalar(points[base1] + xTrans), in makePath() 168 SkIntToScalar(points[base1+1] + yTrans)); in makePath() 198 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local [all …]
|
/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/libcxxabi/test/ |
D | catch_ptr_02.pass.cpp | 93 struct base1 {int x;}; struct 95 struct derived : base1, base2 {}; 139 assert ((unsigned long)p == 12+sizeof(base1)); in test7()
|
/external/clang/test/FixIt/ |
D | fixit-cxx11-attributes.cpp | 37 struct base1 {}; struct 42 …virtual [[b]] base1, // expected-error {{an attribute list cannot appear here}} expected-warning {…
|
/external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/ |
D | reassociate-geps-and-slsr.ll | 42 ; PTX: add.s64 [[base1:%rd[0-9]+]], [[arr]], [[i4]]; 44 ; PTX: ld.f32 {{%f[0-9]+}}, {{\[}}[[base1]]+20]; 50 ; PTX: add.s64 [[base2:%rd[0-9]+]], [[base1]], [[i4]];
|
/external/testng/src/test/java/test/failures/ |
D | Base0.java | 7 public void base1() { in base1() method in Base0
|
/external/libxml2/ |
D | regressions.py | 36 def compFiles(res, expected, base1, base2): argument 37 l1 = len(base1) 42 j = string.find(res[i],base1)
|
/external/llvm/test/CodeGen/ARM/ |
D | ldstrex.ll | 124 %base1 = load i32*, i32** @base 125 %addr8 = bitcast i32* %base1 to i8*
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | PluralSamples.java | 197 for (FixedDecimal base1 : original) { in fractions() 198 result.add((int)base1.integerValue); in fractions()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralSamples.java | 195 for (FixedDecimal base1 : original) { in fractions() 196 result.add((int)base1.integerValue); in fractions()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 35 char* base1 = (char*)strrchr(path, '/'); in basename() local 37 if (base1 && base2) in basename() 38 return((base1 > base2) ? base1 + 1 : base2 + 1); in basename() 39 else if (base1) in basename() 40 return(base1 + 1); in basename() 48 char* base1 = (char*)strrchr(path, '/'); in dirname() local 50 if (base1 && base2) in dirname() 51 if (base1 > base2) in dirname() 52 *base1 = 0; in dirname() 55 else if (base1) in dirname() [all …]
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-0x.cpp | 30 Base&& base1 = xvalue<Derived>(); in test_rvalue_refs()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 598 const deUint32 base1 = rnd.getUint32(); in getInputValues() local 602 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues() 689 const deInt32 base1 = (deInt32)rnd.getUint32(); in getInputValues() local 693 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 717 const deUint32 base1 = rnd.getUint32(); in getInputValues() local 721 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues() 822 const deInt32 base1 = (deInt32)rnd.getUint32(); in getInputValues() local 826 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 336 int base1 = (baseSize2[mask] >> 0) & 0xf; in mkClobber() local 344 reg->reg.data.id = base + base1; in mkClobber()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | frame-15.ll | 342 %base1 = ptrtoint float *%elem1 to i64 344 %addr1 = add i64 %base1, %index
|
/external/clang/test/CXX/expr/expr.const/ |
D | p2-0x.cpp | 514 …constexpr bool base1 = &e.c[0] < &e.d; // expected-error {{constant expression}} expected-note {{c… variable
|
/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))
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | i686-pc-linux-gnu | 9617 PASS: gdb.cp/cpexprs.exp: print base1::a_function 9618 FAIL: gdb.cp/cpexprs.exp: print base1::base1(int) 9619 FAIL: gdb.cp/cpexprs.exp: print base1::base1(void) 9742 PASS: gdb.cp/cpexprs.exp: list base1::a_function 9743 PASS: gdb.cp/cpexprs.exp: list base1::base1(int) 9744 PASS: gdb.cp/cpexprs.exp: list base1::base1(void) 9867 PASS: gdb.cp/cpexprs.exp: continue to base1::a_function 9868 PASS: gdb.cp/cpexprs.exp: continue to base1::base1(int) 9869 PASS: gdb.cp/cpexprs.exp: continue to base1::base1(void)
|
D | x86_64-cros-linux-gnu | 9852 PASS: gdb.cp/cpexprs.exp: print base1::a_function 9853 FAIL: gdb.cp/cpexprs.exp: print base1::base1(int) 9854 FAIL: gdb.cp/cpexprs.exp: print base1::base1(void) 9977 PASS: gdb.cp/cpexprs.exp: list base1::a_function 9978 PASS: gdb.cp/cpexprs.exp: list base1::base1(int) 9979 PASS: gdb.cp/cpexprs.exp: list base1::base1(void) 10102 PASS: gdb.cp/cpexprs.exp: continue to base1::a_function 10103 PASS: gdb.cp/cpexprs.exp: continue to base1::base1(int) 10104 PASS: gdb.cp/cpexprs.exp: continue to base1::base1(void)
|
D | armv7a-cros-linux-gnueabi | 9472 PASS: gdb.cp/cpexprs.exp: print base1::a_function 9473 FAIL: gdb.cp/cpexprs.exp: print base1::base1(int) 9474 FAIL: gdb.cp/cpexprs.exp: print base1::base1(void) 9597 PASS: gdb.cp/cpexprs.exp: list base1::a_function 9598 PASS: gdb.cp/cpexprs.exp: list base1::base1(int) 9599 PASS: gdb.cp/cpexprs.exp: list base1::base1(void) 9722 PASS: gdb.cp/cpexprs.exp: continue to base1::a_function 9723 PASS: gdb.cp/cpexprs.exp: continue to base1::base1(int) 9724 PASS: gdb.cp/cpexprs.exp: continue to base1::base1(void)
|