/external/libcxx/utils/google-benchmark/test/ |
D | AssemblyTests.cmake | 28 add_custom_target(copy_${name} ALL 33 add_dependencies(copy_${name} ${name})
|
/external/google-benchmark/test/ |
D | AssemblyTests.cmake | 28 add_custom_target(copy_${name} ALL 33 add_dependencies(copy_${name} ${name})
|
/external/libaom/libaom/test/ |
D | convolve_test.cc | 42 : copy_(copy), h8_(h8), v8_(v8), use_highbd_(bd) {} in ConvolveFunctions() 44 ConvolveFunc copy_; member 485 ASM_REGISTER_STATE_CHECK(UUT_->copy_(in, kInputStride, out, kOutputStride, in TEST_P() 563 ASM_REGISTER_STATE_CHECK(UUT_->copy_( in TEST_P() 647 ASM_REGISTER_STATE_CHECK(UUT_->copy_( in TEST_P() 676 UUT_->copy_(in, kInputStride, out, kOutputStride, NULL, 0, NULL, 0, width, in TEST_P()
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 55 copy_[0] = copy; in ConvolveFunctions() 56 copy_[1] = avg; in ConvolveFunctions() 71 ConvolveFunc copy_[2]; member 559 UUT_->copy_[0](in, kInputStride, out, kOutputStride, NULL, 0, 0, 0, 0, in TEST_P() 579 UUT_->copy_[1](in, kInputStride, out, kOutputStride, NULL, 0, 0, 0, 0, in TEST_P() 776 ASM_REGISTER_STATE_CHECK(UUT_->copy_[0](in, kInputStride, out, kOutputStride, in TEST_P() 795 ASM_REGISTER_STATE_CHECK(UUT_->copy_[1](in, kInputStride, out, kOutputStride, in TEST_P() 952 ASM_REGISTER_STATE_CHECK(UUT_->copy_[i](in, kInputStride, out, in TEST_P() 1050 ASM_REGISTER_STATE_CHECK(UUT_->copy_[0](in, kInputStride, out, in TEST_P()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | Field.java | 148 return (Field) copy_(_constant_pool); in copy()
|
D | Method.java | 200 return (Method) copy_(_constant_pool); in copy()
|
D | FieldOrMethod.java | 237 protected FieldOrMethod copy_( final ConstantPool _constant_pool ) { in copy_() method in FieldOrMethod
|
/external/freetype/include/freetype/internal/ |
D | ftobjs.h | 1093 copy_, \ argument 1104 copy_, \
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | basic_operations.ll | 404 ; ALL-DAG: copy_{{[su]}}.w [[R3:\$[0-9]+]], [[R1]][1] 419 ; MIPS32-DAG: copy_{{[su]}}.w [[R3:\$[0-9]+]], [[R1]][2] 420 ; MIPS32-DAG: copy_{{[su]}}.w [[R4:\$[0-9]+]], [[R1]][3] 421 ; MIPS64-DAG: copy_{{[su]}}.d [[R3:\$[0-9]+]], [[R1]][1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/msa/ |
D | basic_operations.ll | 435 ; ALL-DAG: copy_{{[su]}}.w [[R3:\$[0-9]+]], [[R1]][1] 450 ; MIPS32-DAG: copy_{{[su]}}.w [[R3:\$[0-9]+]], [[R1]][2] 451 ; MIPS32-DAG: copy_{{[su]}}.w [[R4:\$[0-9]+]], [[R1]][3] 452 ; MIPS64-DAG: copy_{{[su]}}.d [[R3:\$[0-9]+]], [[R1]][1]
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 1973 copy_ of the argument, and pass a _reference to the copy_, instead of
|