/external/openssh/regress/ |
D | sftp-perm.sh | 22 rm -f ${COPY} ${COPY}.1 23 test -d ${COPY}.dd && { rmdir ${COPY}.dd || fatal "rmdir ${COPY}.dd"; } 86 "put $DATA $COPY" \ 88 "cmp $DATA $COPY" \ 89 "test ! -f $COPY" 93 "chmod 0700 $COPY" \ 94 "touch $COPY; chmod 0400 $COPY" \ 95 "test -x $COPY" \ 96 "test ! -x $COPY" 100 "rm $COPY" \ [all …]
|
D | sftp-cmds.sh | 19 QUOTECOPY=${COPY}".\"blah\"" 20 QUOTECOPY_ARG=${COPY}'.\"blah\"' 22 SPACECOPY="${COPY} this has spaces.txt" 23 SPACECOPY_ARG="${COPY}\ this\ has\ spaces.txt" 25 GLOBMETACOPY="${COPY} [metachar].txt" 27 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${COPY}.dd2 28 mkdir ${COPY}.dd 32 grep copy.dd >/dev/null 2>&1 || fail "lls failed" 36 grep copy.dd >/dev/null 2>&1 || fail "lls w/path failed" 68 rm -f ${COPY} [all …]
|
D | scp.sh | 16 DIR=${COPY}.dd 17 DIR2=${COPY}.dd2 26 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2} 30 verbose "$tid: simple copy local file to local file" 32 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed" 33 cmp ${DATA} ${COPY} || fail "corrupted copy" 35 verbose "$tid: simple copy local file to remote file" 37 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed" 38 cmp ${DATA} ${COPY} || fail "corrupted copy" 40 verbose "$tid: simple copy remote file to local file" [all …]
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_split_copy.c | 8 * copy of this software and associated documentation files (the "Software"), 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 118 check_flush(struct copy_context *copy) in check_flush() argument 120 GLenum mode = copy->dstprim[copy->dstprim_nr].mode; in check_flush() 123 copy->dstelt_nr & 1) { /* see bug9962 */ in check_flush() 127 if (copy->dstbuf_nr + 4 > copy->dstbuf_size) in check_flush() 130 if (copy->dstelt_nr + 4 > copy->dstelt_size) in check_flush() 173 flush(struct copy_context *copy) in flush() argument 175 struct gl_context *ctx = copy->ctx; in flush() 181 copy->dstib.count = copy->dstelt_nr; in flush() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | select-binop.mir | 61 # Also check that we constrain the register class of the COPY to GPR32. 76 ; CHECK: [[COPY:%[0-9]+]]:gpr32 = COPY $w0 77 ; CHECK: [[COPY1:%[0-9]+]]:gpr32 = COPY $w1 78 ; CHECK: [[ADDWrr:%[0-9]+]]:gpr32 = ADDWrr [[COPY]], [[COPY1]] 79 ; CHECK: $w0 = COPY [[ADDWrr]] 80 %0(s32) = COPY $w0 81 %1(s32) = COPY $w1 83 $w0 = COPY %2(s32) 102 ; CHECK: [[COPY:%[0-9]+]]:gpr64 = COPY $x0 103 ; CHECK: [[COPY1:%[0-9]+]]:gpr64 = COPY $x1 [all …]
|
D | select-fp-casts.mir | 50 ; CHECK: [[COPY:%[0-9]+]]:fpr32 = COPY $s0 51 ; CHECK: [[FCVTHSr:%[0-9]+]]:fpr16 = FCVTHSr [[COPY]] 52 ; CHECK: $h0 = COPY [[FCVTHSr]] 53 %0(s32) = COPY $s0 55 $h0 = COPY %1(s16) 72 ; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0 73 ; CHECK: [[FCVTHDr:%[0-9]+]]:fpr16 = FCVTHDr [[COPY]] 74 ; CHECK: $h0 = COPY [[FCVTHDr]] 75 %0(s64) = COPY $d0 77 $h0 = COPY %1(s16) [all …]
|
D | regbankselect-default.mir | 85 ; CHECK: [[COPY:%[0-9]+]]:gpr(s32) = COPY $w0 86 ; CHECK: [[ADD:%[0-9]+]]:gpr(s32) = G_ADD [[COPY]], [[COPY]] 87 %0(s32) = COPY $w0 101 ; CHECK: [[COPY:%[0-9]+]]:fpr(<4 x s32>) = COPY $q0 102 ; CHECK: [[ADD:%[0-9]+]]:fpr(<4 x s32>) = G_ADD [[COPY]], [[COPY]] 103 %0(<4 x s32>) = COPY $q0 117 ; CHECK: [[COPY:%[0-9]+]]:gpr(s32) = COPY $w0 118 ; CHECK: [[SUB:%[0-9]+]]:gpr(s32) = G_SUB [[COPY]], [[COPY]] 119 %0(s32) = COPY $w0 133 ; CHECK: [[COPY:%[0-9]+]]:fpr(<4 x s32>) = COPY $q0 [all …]
|
D | select-bitcast.mir | 32 ; CHECK: [[COPY:%[0-9]+]]:gpr32all = COPY $w0 33 ; CHECK: $w0 = COPY [[COPY]] 34 %0(s32) = COPY $w0 36 $w0 = COPY %1(s32) 53 ; CHECK: [[COPY:%[0-9]+]]:fpr32 = COPY $s0 54 ; CHECK: $s0 = COPY [[COPY]] 55 %0(s32) = COPY $s0 57 $s0 = COPY %1(s32) 74 ; CHECK: [[COPY:%[0-9]+]]:gpr32all = COPY $w0 75 ; CHECK: [[COPY1:%[0-9]+]]:fpr32 = COPY [[COPY]] [all …]
|
D | select-load.mir | 51 ; CHECK: [[COPY:%[0-9]+]]:gpr64sp = COPY $x0 52 ; CHECK: [[LDRXui:%[0-9]+]]:gpr64 = LDRXui [[COPY]], 0 :: (load 8 from %ir.addr) 53 ; CHECK: $x0 = COPY [[LDRXui]] 54 %0(p0) = COPY $x0 56 $x0 = COPY %1(s64) 73 ; CHECK: [[COPY:%[0-9]+]]:gpr64sp = COPY $x0 74 ; CHECK: [[LDRWui:%[0-9]+]]:gpr32 = LDRWui [[COPY]], 0 :: (load 4 from %ir.addr) 75 ; CHECK: $w0 = COPY [[LDRWui]] 76 %0(p0) = COPY $x0 78 $w0 = COPY %1(s32) [all …]
|
D | legalize-fptoi.mir | 36 ; CHECK: $w0 = COPY [[FPTOSI]](s32) 39 $w0 = COPY %1 50 ; CHECK: $w0 = COPY [[FPTOUI]](s32) 53 $w0 = COPY %1 64 ; CHECK: $w0 = COPY [[FPTOSI]](s32) 67 $w0 = COPY %1 76 ; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $x0 77 ; CHECK: [[FPTOUI:%[0-9]+]]:_(s32) = G_FPTOUI [[COPY]](s64) 78 ; CHECK: $w0 = COPY [[FPTOUI]](s32) 79 %0:_(s64) = COPY $x0 [all …]
|
D | select-with-no-legality-check.mir | 22 ; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d0 23 ; CHECK: [[COPY1:%[0-9]+]]:gpr64sp = COPY [[COPY]] 26 %1:fpr(p0) = COPY $d0 49 ; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d1 50 ; CHECK: [[COPY1:%[0-9]+]]:fpr64 = COPY $d0 51 ; CHECK: [[COPY2:%[0-9]+]]:gpr64sp = COPY [[COPY]] 54 %1:fpr(p0) = COPY $d1 55 %0:fpr(<8 x s8>) = COPY $d0 78 ; CHECK: [[COPY:%[0-9]+]]:fpr64 = COPY $d1 79 ; CHECK: [[COPY1:%[0-9]+]]:fpr64 = COPY $d0 [all …]
|
D | legalize-itofp.mir | 34 ; CHECK: [[COPY:%[0-9]+]]:_(s32) = COPY $w0 35 ; CHECK: [[SITOFP:%[0-9]+]]:_(s32) = G_SITOFP [[COPY]](s32) 36 %0:_(s32) = COPY $w0 38 $w0 = COPY %1 47 ; CHECK: [[COPY:%[0-9]+]]:_(s32) = COPY $w0 48 ; CHECK: [[UITOFP:%[0-9]+]]:_(s32) = G_UITOFP [[COPY]](s32) 49 %0:_(s32) = COPY $w0 51 $w0 = COPY %1 60 ; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $x0 61 ; CHECK: [[SITOFP:%[0-9]+]]:_(s32) = G_SITOFP [[COPY]](s64) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/GlobalISel/ |
D | select-memop-scalar.mir | 115 ; SSE: [[COPY:%[0-9]+]]:gr64 = COPY $rdi 116 ; SSE: [[MOV8rm:%[0-9]+]]:gr8 = MOV8rm [[COPY]], 1, $noreg, 0, $noreg :: (load 1 from %ir.p1) 117 ; SSE: $al = COPY [[MOV8rm]] 120 ; AVX: [[COPY:%[0-9]+]]:gr64 = COPY $rdi 121 ; AVX: [[MOV8rm:%[0-9]+]]:gr8 = MOV8rm [[COPY]], 1, $noreg, 0, $noreg :: (load 1 from %ir.p1) 122 ; AVX: $al = COPY [[MOV8rm]] 125 ; AVX512F: [[COPY:%[0-9]+]]:gr64 = COPY $rdi 126 … ; AVX512F: [[MOV8rm:%[0-9]+]]:gr8 = MOV8rm [[COPY]], 1, $noreg, 0, $noreg :: (load 1 from %ir.p1) 127 ; AVX512F: $al = COPY [[MOV8rm]] 130 ; AVX512VL: [[COPY:%[0-9]+]]:gr64 = COPY $rdi [all …]
|
D | legalize-ext.mir | 107 ; X32: [[COPY:%[0-9]+]]:_(s32) = COPY $edi 109 ; X32: [[TRUNC:%[0-9]+]]:_(s8) = G_TRUNC [[COPY]](s32) 111 ; X32: $al = COPY [[AND]](s8) 114 ; X64: [[COPY:%[0-9]+]]:_(s32) = COPY $edi 116 ; X64: [[TRUNC:%[0-9]+]]:_(s8) = G_TRUNC [[COPY]](s32) 118 ; X64: $al = COPY [[AND]](s8) 120 %1:_(s32) = COPY $edi 123 $al = COPY %2(s8) 140 ; X32: [[COPY:%[0-9]+]]:_(s32) = COPY $edi 142 ; X32: [[TRUNC:%[0-9]+]]:_(s16) = G_TRUNC [[COPY]](s32) [all …]
|
D | select-mul-vec.mir | 106 ; CHECK: [[COPY:%[0-9]+]]:vr128 = COPY $xmm0 107 ; CHECK: [[COPY1:%[0-9]+]]:vr128 = COPY $xmm1 108 ; CHECK: [[PMULLWrr:%[0-9]+]]:vr128 = PMULLWrr [[COPY]], [[COPY1]] 109 ; CHECK: $xmm0 = COPY [[PMULLWrr]] 111 %0(<8 x s16>) = COPY $xmm0 112 %1(<8 x s16>) = COPY $xmm1 114 $xmm0 = COPY %2(<8 x s16>) 132 ; CHECK: [[COPY:%[0-9]+]]:vr128 = COPY $xmm0 133 ; CHECK: [[COPY1:%[0-9]+]]:vr128 = COPY $xmm1 134 ; CHECK: [[VPMULLWrr:%[0-9]+]]:vr128 = VPMULLWrr [[COPY]], [[COPY1]] [all …]
|
D | select-fsub-scalar.mir | 43 ; SSE: [[COPY:%[0-9]+]]:vr128 = COPY $xmm0 44 ; SSE: [[COPY1:%[0-9]+]]:fr32 = COPY [[COPY]] 45 ; SSE: [[COPY2:%[0-9]+]]:vr128 = COPY $xmm1 46 ; SSE: [[COPY3:%[0-9]+]]:fr32 = COPY [[COPY2]] 48 ; SSE: [[COPY4:%[0-9]+]]:vr128 = COPY [[SUBSSrr]] 49 ; SSE: $xmm0 = COPY [[COPY4]] 52 ; AVX: [[COPY:%[0-9]+]]:vr128 = COPY $xmm0 53 ; AVX: [[COPY1:%[0-9]+]]:fr32 = COPY [[COPY]] 54 ; AVX: [[COPY2:%[0-9]+]]:vr128 = COPY $xmm1 55 ; AVX: [[COPY3:%[0-9]+]]:fr32 = COPY [[COPY2]] [all …]
|
/external/protobuf/cmake/ |
D | extract_includes.bat.in | 16 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\any.h include\google\protobuf\any.h 17 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\any.pb.h include\google\protobuf\any.pb.h 18 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\api.pb.h include\google\protobuf\api.pb.h 19 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\arena.h include\google\protobuf\arena.h 20 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\arenastring.h include\google\protobuf\are… 21 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\code_generator.h include\google\… 22 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\command_line_interface.h include… 23 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\cpp\cpp_generator.h include\goog… 24 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\csharp\csharp_generator.h includ… 25 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\csharp\csharp_names.h include\go… [all …]
|
/external/caliper/examples/src/main/java/examples/ |
D | CopyArrayBenchmark.java | 6 * You may obtain a copy of the License at 27 * Tests each of four ways to copy an array, for all nine array types. 29 * <p>Once upon a time, {@code clone} was much slower than the other array copy techniques, but 35 * at which time all copy methods were equally efficient. 50 @Override Object[] copy(Object[] array) { in copy() method 53 @Override boolean[] copy(boolean[] array) { in copy() method 56 @Override byte[] copy(byte[] array) { in copy() method 59 @Override char[] copy(char[] array) { in copy() method 62 @Override double[] copy(double[] array) { in copy() method 65 @Override float[] copy(float[] array) { in copy() method [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
D | legalize-extract-vector-elt.mir | 11 ; CHECK: [[COPY:%[0-9]+]]:_(<2 x s32>) = COPY $vgpr0_vgpr1 13 ; CHECK: [[EVEC:%[0-9]+]]:_(s32) = G_EXTRACT_VECTOR_ELT [[COPY]](<2 x s32>), [[C]](s32) 14 ; CHECK: $vgpr0 = COPY [[EVEC]](s32) 15 %0:_(<2 x s32>) = COPY $vgpr0_vgpr1 18 $vgpr0 = COPY %2 27 ; CHECK: [[COPY:%[0-9]+]]:_(<3 x s32>) = COPY $vgpr0_vgpr1_vgpr2 29 ; CHECK: [[EVEC:%[0-9]+]]:_(s32) = G_EXTRACT_VECTOR_ELT [[COPY]](<3 x s32>), [[C]](s32) 30 ; CHECK: $vgpr0 = COPY [[EVEC]](s32) 31 %0:_(<3 x s32>) = COPY $vgpr0_vgpr1_vgpr2 34 $vgpr0 = COPY %2 [all …]
|
D | regbankselect-insert-vector-elt.mir | 12 ; CHECK: [[COPY:%[0-9]+]]:sgpr(<4 x s32>) = COPY $sgpr0_sgpr1_sgpr2_sgpr3 13 ; CHECK: [[COPY1:%[0-9]+]]:sgpr(s32) = COPY $sgpr5 15 …; CHECK: [[IVEC:%[0-9]+]]:sgpr(<4 x s32>) = G_INSERT_VECTOR_ELT [[COPY]], [[COPY1]](s32), [[C]](s3… 16 ; CHECK: $sgpr0_sgpr1_sgpr2_sgpr3 = COPY [[IVEC]](<4 x s32>) 17 %0:_(<4 x s32>) = COPY $sgpr0_sgpr1_sgpr2_sgpr3 18 %1:_(s32) = COPY $sgpr5 21 $sgpr0_sgpr1_sgpr2_sgpr3 = COPY %3 32 ; CHECK: [[COPY:%[0-9]+]]:vgpr(<4 x s32>) = COPY $vgpr0_vgpr1_vgpr2_vgpr3 33 ; CHECK: [[COPY1:%[0-9]+]]:sgpr(s32) = COPY $sgpr5 35 ; CHECK: [[COPY2:%[0-9]+]]:vgpr(s32) = COPY [[COPY1]](s32) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | coalescer-subranges-another-prune-error.mir | 26 %0:sreg_64 = COPY $exec 28 undef %2.sub0:sreg_128 = COPY %1 29 %2.sub1:sreg_128 = COPY %1 30 %2.sub2:sreg_128 = COPY %1 31 %2.sub3:sreg_128 = COPY %1 37 %3:sreg_128 = COPY killed %2 38 %4:vreg_128 = COPY killed %3 39 %5:vreg_128 = COPY killed %4 50 %13:sreg_128 = COPY killed %2 52 %15:vreg_128 = COPY killed %13 [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_copy.py | 1 """Unit tests for the copy module.""" 3 import copy 12 # Attempt full line coverage of copy.py from top to bottom 15 self.assertTrue(copy.Error is copy.error) 16 self.assertTrue(issubclass(copy.Error, Exception)) 18 # The copy() method 22 y = copy.copy(x) 32 y = copy.copy(x) 45 self.assertRaises(TypeError, copy.copy, x) 47 y = copy.copy(x) [all …]
|
/external/selinux/libsepol/cil/src/ |
D | cil_copy_ast.h | 37 void cil_copy_list(struct cil_list *orig, struct cil_list **copy); 40 int cil_copy_block(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 41 int cil_copy_blockabstract(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 42 int cil_copy_blockinherit(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 43 int cil_copy_perm(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 44 int cil_copy_class(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 45 int cil_copy_classorder(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 46 int cil_copy_classmapping(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 47 int cil_copy_permset(struct cil_db *db, void *data, void **copy, symtab_t *symtab); 52 int cil_copy_classpermission(__attribute__((unused)) struct cil_db *db, void *data, void **copy, sy… [all …]
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | copy.decTest | 2 -- copy.decTest -- quiet copy -- 29 cpyx001 copy +7.50 -> 7.50 32 cpyx011 copy Infinity -> Infinity 33 cpyx012 copy -Infinity -> -Infinity 36 cpyx021 copy NaN -> NaN 37 cpyx022 copy -NaN -> -NaN 38 cpyx023 copy sNaN -> sNaN 39 cpyx024 copy -sNaN -> -sNaN 42 cpyx031 copy NaN10 -> NaN10 43 cpyx032 copy -NaN10 -> -NaN10 [all …]
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | copy.decTest | 2 -- copy.decTest -- quiet copy -- 29 cpyx001 copy +7.50 -> 7.50 32 cpyx011 copy Infinity -> Infinity 33 cpyx012 copy -Infinity -> -Infinity 36 cpyx021 copy NaN -> NaN 37 cpyx022 copy -NaN -> -NaN 38 cpyx023 copy sNaN -> sNaN 39 cpyx024 copy -sNaN -> -sNaN 42 cpyx031 copy NaN10 -> NaN10 43 cpyx032 copy -NaN10 -> -NaN10 [all …]
|