Home
last modified time | relevance | path

Searched full:copy (Results 1 – 25 of 12409) sorted by relevance

12345678910>>...497

/external/openssh/regress/
Dsftp-perm.sh22 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 …]
Dsftp-cmds.sh19 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 …]
Dscp.sh16 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 …]
Dsftp-badcmds.sh10 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd
12 rm -f ${COPY}
14 echo "get $NONEXIST $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
16 test -f ${COPY} && fail "existing copy after get nonexistent"
18 rm -f ${COPY}.dd/*
23 test -f ${COPY}.dd/$x && fail "existing copy after get nonexistent"
26 rm -f ${COPY}
28 echo "put $NONEXIST $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
30 test -f ${COPY} && fail "existing copy after put nonexistent"
32 rm -f ${COPY}.dd/*
[all …]
Dsftp-batch.sh8 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.*
11 get $DATA $COPY
12 put ${COPY} ${COPY}.1
13 rm ${COPY}
14 -put ${COPY} ${COPY}.2
25 get $DATA $COPY
26 put ${COPY} ${COPY}.3
27 rm ${COPY}.*
29 put ${COPY}.3 ${COPY}.4
53 rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd ${BATCH}.*
/external/mesa3d/src/mesa/vbo/
Dvbo_split_copy.c8 * copy of this software and associated documentation files (the "Software"),
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
119 check_flush( struct copy_context *copy ) in check_flush() argument
121 GLenum mode = copy->dstprim[copy->dstprim_nr].mode; in check_flush()
124 copy->dstelt_nr & 1) { /* see bug9962 */ in check_flush()
128 if (copy->dstbuf_nr + 4 > copy->dstbuf_size) in check_flush()
131 if (copy->dstelt_nr + 4 > copy->dstelt_size) in check_flush()
174 flush( struct copy_context *copy ) in flush() argument
176 struct gl_context *ctx = copy->ctx; in flush()
182 copy->dstib.count = copy->dstelt_nr; in flush()
[all …]
/external/protobuf/cmake/
Dextract_includes.bat.in16 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/
DCopyArrayBenchmark.java6 * 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/python/cpython2/Lib/test/decimaltestdata/
Dcopy.decTest2 -- 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 …]
DdqCopy.decTest2 -- dqCopy.decTest -- quiet decQuad copy --
31 dqcpy001 copy +7.50 -> 7.50
34 dqcpy011 copy Infinity -> Infinity
35 dqcpy012 copy -Infinity -> -Infinity
38 dqcpy021 copy NaN -> NaN
39 dqcpy022 copy -NaN -> -NaN
40 dqcpy023 copy sNaN -> sNaN
41 dqcpy024 copy -sNaN -> -sNaN
44 dqcpy031 copy NaN10 -> NaN10
45 dqcpy032 copy -NaN10 -> -NaN10
[all …]
DddCopy.decTest2 -- ddCopy.decTest -- quiet decDouble copy --
31 ddcpy001 copy +7.50 -> 7.50
34 ddcpy011 copy Infinity -> Infinity
35 ddcpy012 copy -Infinity -> -Infinity
38 ddcpy021 copy NaN -> NaN
39 ddcpy022 copy -NaN -> -NaN
40 ddcpy023 copy sNaN -> sNaN
41 ddcpy024 copy -sNaN -> -sNaN
44 ddcpy031 copy NaN10 -> NaN10
45 ddcpy032 copy -NaN10 -> -NaN10
[all …]
/external/selinux/libsepol/cil/src/
Dcil_copy_ast.h37 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 …]
Dcil_copy_ast.c49 void cil_copy_list(struct cil_list *data, struct cil_list **copy) in cil_copy_list() argument
83 *copy = new; in cil_copy_list()
86 int cil_copy_node(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attribute__… in cil_copy_node() argument
93 *copy = new; in cil_copy_node()
98 int cil_copy_block(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_block() argument
108 *copy = new; in cil_copy_block()
110 *copy = datum;; in cil_copy_block()
116 int cil_copy_blockabstract(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __at… in cil_copy_blockabstract() argument
125 *copy = new; in cil_copy_blockabstract()
130 int cil_copy_blockinherit(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __att… in cil_copy_blockinherit() argument
[all …]
/external/python/cpython2/Lib/test/
Dtest_copy.py1 """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/llvm/test/CodeGen/X86/
Dmachine-copy-prop.mir19 # The second copy is redundant and will be removed, check that we also remove
23 # CHECK-NEXT: %rax = COPY %rdi
25 # CHECK-NOT: COPY
31 %rax = COPY %rdi
33 %rdi = COPY %rax
37 # The second copy is redundant and will be removed, check that we also remove
41 # CHECK-NEXT: %rax = COPY %rdi
43 # CHECK-NOT: COPY
49 %rax = COPY %rdi
51 %rdi = COPY %rax
[all …]
/external/clang/test/CXX/special/class.copy/
Dp11.0x.copy.cpp8 // A defaulted copy constructor for a class X is defined as deleted if X has:
12 …T; // expected-note{{copy constructor of 'DeletedNTVariant' is implicitly deleted because variant …
16 DeletedNTVariant DVb(DVa); // expected-error{{call to implicitly-deleted copy constructor}}
20 …T; // expected-note{{copy constructor of 'DeletedNTVariant2' is implicitly deleted because variant…
25 DeletedNTVariant2 DV2b(DV2a); // expected-error{{call to implicitly-deleted copy constructor}}
39 …cess NA; // expected-note{{copy constructor of 'HasNoAccess' is implicitly deleted because field '…
42 HasNoAccess HNAb(HNAa); // expected-error{{call to implicitly-deleted copy constructor}}
61 …biguity A; // expected-note 2{{copy constructor of 'IsAmbiguous' is implicitly deleted because fie…
65 IsAmbiguous IAb(IAa); // expected-error{{call to implicitly-deleted copy constructor}}
68 …Ambiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because field …
[all …]
/external/python/cpython2/Doc/library/
Dcopy.rst1 :mod:`copy` --- Shallow and deep copy operations
4 .. module:: copy
5 :synopsis: Shallow and deep copy operations.
7 Assignment statements in Python do not copy objects, they create bindings
9 mutable items, a copy is sometimes needed so one can change one copy without
10 changing the other. This module provides generic shallow and deep copy
16 .. function:: copy(x)
18 Return a shallow copy of *x*.
23 Return a deep copy of *x*.
34 * A *shallow copy* constructs a new compound object and then (to the extent
[all …]
/external/clang/test/SemaObjC/
Dproperty-10.m11 @property(copy) int p2; // expected-error {{property with 'copy' attribute must be of object type}}
13 @property(assign, copy) id p3_0; // expected-error {{property attributes 'assign' and 'copy' are mu…
16 @property(copy, retain) id p3_2; // expected-error {{property attributes 'copy' and 'retain' are mu…
17 @property(copy, strong) id s3_2; // expected-error {{property attributes 'copy' and 'strong' are mu…
18 @property(assign, copy, retain) id p3_3; // expected-error {{property attributes 'assign' and 'copy
19 @property(assign, copy, strong) id s3_3; // expected-error {{property attributes 'assign' and 'copy
21 @property(unsafe_unretained, copy) id p4_0; // expected-error {{property attributes 'unsafe_unretai…
24 @property(unsafe_unretained, copy, retain) id p4_3; // expected-error {{property attributes 'unsafe…
25 @property(unsafe_unretained, copy, strong) id s4_3; // expected-error {{property attributes 'unsafe…
27 @property id p4; // expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'a…
[all …]
/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp1 //===- MachineCopyPropagation.cpp - Machine Copy Propagation Pass ---------===//
10 // This is an extremely simple MachineInstr-level copy propagation pass.
65 bool eraseIfRedundant(MachineInstr &Copy, unsigned Src, unsigned Def);
82 "Machine Copy Propagation Pass", false, false)
89 // Source of copy is no longer available for propagation. in removeRegsFromMap()
123 /// Return true if \p PreviousCopy did copy register \p Src to register \p Def.
127 /// isNopCopy("ecx = COPY eax", AX, CX) == true
128 /// isNopCopy("ecx = COPY eax", AH, CL) == false
143 /// Remove instruction \p Copy if there exists a previous copy that copies the
146 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, unsigned Src, in eraseIfRedundant() argument
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h111 // Return polymorphic copy of object
112 virtual DrawableBase* copy() const;
132 // Copy constructor
174 // Return polymorphic copy of object
175 virtual VPathBase* copy() const = 0;
195 // Copy constructor
253 // Return polymorphic copy of object
255 DrawableBase* copy() const;
332 // Return polymorphic copy of object
333 DrawableBase* copy() const;
[all …]
/external/llvm/test/CodeGen/MIR/AArch64/
Dmachine-dead-copy.mir12 # The first copy is dead copy which is not used.
15 # CHECK-NOT: %w20 = COPY
21 %w20 = COPY %w1
26 # The first copy is not a dead copy which is used in the second copy after the
30 # CHECK: %w20 = COPY
36 %w20 = COPY %w1
38 %w0 = COPY %w20
42 # Both the first and second copy are dead copies which are not used.
45 # CHECK-NOT: COPY
51 %w20 = COPY %w1
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DWifiConfigurationTest.java43 WifiConfiguration copy = shadowOf(wifiConfiguration).copy(); in shouldCopy() local
45 assertThat(copy.networkId, equalTo(1)); in shouldCopy()
46 assertThat(copy.SSID, equalTo("SSID")); in shouldCopy()
47 assertThat(copy.BSSID, equalTo("BSSID")); in shouldCopy()
48 assertThat(copy.preSharedKey, equalTo("preSharedKey")); in shouldCopy()
49 assertThat(copy.status, equalTo(666)); in shouldCopy()
50 assertThat(copy.wepTxKeyIndex, equalTo(777)); in shouldCopy()
51 assertThat(copy.priority, equalTo(2)); in shouldCopy()
52 assertThat(copy.hiddenSSID, equalTo(true)); in shouldCopy()
53 assertThat(copy.allowedKeyManagement.get(1), equalTo(true)); in shouldCopy()
[all …]
/external/libusb/.private/
Dbd.cmd14 copy examples\listdevs.c E:\dailies\%DATE%\examples\source
15 copy examples\xusb.c E:\dailies\%DATE%\examples\source
16 copy examples\ezusb.? E:\dailies\%DATE%\examples\source
17 copy examples\fxload.c E:\dailies\%DATE%\examples\source
18 copy msvc\stdint.h E:\dailies\%DATE%\examples\source
19 copy .private\wbs.txt E:\dailies\%DATE%\README.txt
38 copy Win32\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS32\static
39 copy Win32\Release\examples\listdevs.exe E:\dailies\%DATE%\examples\bin32
40 copy Win32\Release\examples\xusb.exe E:\dailies\%DATE%\examples\bin32
41 copy Win32\Release\examples\fxload.exe E:\dailies\%DATE%\examples\bin32
[all …]
/external/harfbuzz_ng/win32/
Dinstall.mak8 @copy /b $(HARFBUZZ_DLL_FILENAME).dll $(PREFIX)\bin
9 @copy /b $(HARFBUZZ_DLL_FILENAME).pdb $(PREFIX)\bin
10 @copy /b $(CFG)\$(PLAT)\harfbuzz.lib $(PREFIX)\lib
11 …@if exist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll $(PREF…
12 …@if exist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(HARFBUZZ_GOBJECT_DLL_FILENAME).pdb $(PREF…
13 …@if exist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(CFG)\$(PLAT)\harfbuzz-gobject.lib $(PREFI…
14 @if exist $(CFG)\$(PLAT)\hb-view.exe copy /b $(CFG)\$(PLAT)\hb-view.exe $(PREFIX)\bin
15 @if exist $(CFG)\$(PLAT)\hb-view.exe copy /b $(CFG)\$(PLAT)\hb-view.pdb $(PREFIX)\bin
16 …@if exist $(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.exe $(…
17 …@if exist $(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.pdb $(…
[all …]
/external/icu/icu4c/source/common/
Dcommon.vcxproj485 …<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\includ…
488 …<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\…
491 …<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\incl…
494 …<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\includ…
505 …<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\includ…
508 …<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\…
511 …<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\incl…
514 …<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\includ…
520 …<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\includ…
523 …<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\…
[all …]

12345678910>>...497