Searched refs:copy (Results 201 - 225 of 1337) sorted by relevance

1234567891011>>

/external/openssh/regress/
H A Dtransfer.sh7 COPY=${OBJ}/copy
16 cmp ${DATA} ${COPY} || fail "corrupted copy"
26 cmp $DATA ${COPY} || fail "corrupted copy"
H A Dforwarding.sh29 somehost cat $DATA > $OBJ/ls.copy
30 test -f $OBJ/ls.copy || fail "failed copy $DATA"
31 cmp $DATA $OBJ/ls.copy || fail "corrupted copy of $DATA"
/external/openssl/android.testssl/
H A DUss.cnf35 issuerAltName=issuer:copy
/external/webkit/Source/WebKit/chromium/scripts/
H A Dgenerate_devtools_grd.py105 shutil.copy(filename, output_directory)
112 shutil.copy(os.path.join(dirname, filename),
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseGitDiffHeader.pl140 diffName => "copy (with similarity index 100%)",
144 copy from foo
145 copy to foo_new
154 copy from foo
155 copy to foo_new
164 diffName => "copy (with similarity index < 100%)",
168 copy from foo
169 copy to foo_new
178 copy from foo
179 copy t
[all...]
/external/guava/guava/src/com/google/common/io/
H A DCharStreams.java6 * You may obtain a copy of the License at
148 W extends Appendable & Closeable> long copy(InputSupplier<R> from, method in class:CharStreams
155 long count = copy(in, out);
177 public static <R extends Readable & Closeable> long copy( method in class:CharStreams
182 long count = copy(in, to);
199 public static long copy(Readable from, Appendable to) throws IOException { method in class:CharStreams
249 copy(r, sb);
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dvp8_memcpy_neon.asm29 mov r12, r2, lsr #8 ;copy 256 bytes data at one time
35 vst1.8 {q0, q1}, [r0]! ;copy to dst_ptr
57 ands r3, r2, #0xff ;extra copy
/external/smali/baksmali/
H A DAndroid.mk5 # You may obtain a copy of the License at
58 # copy baksmali script
72 $(copy-file-to-new-target)
/external/webkit/Source/WebCore/fileapi/
H A DFileThreadTask.h192 CrossThreadCopier<P1>::copy(parameter1));
205 CrossThreadCopier<P1>::copy(parameter1),
206 CrossThreadCopier<P2>::copy(parameter2));
220 CrossThreadCopier<P1>::copy(parameter1),
221 CrossThreadCopier<P2>::copy(parameter2),
222 CrossThreadCopier<P3>::copy(parameter3));
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCMainThreadTask.h185 CrossThreadCopier<P1>::copy(parameter1));
198 CrossThreadCopier<P1>::copy(parameter1),
199 CrossThreadCopier<P2>::copy(parameter2));
213 CrossThreadCopier<P1>::copy(parameter1),
214 CrossThreadCopier<P2>::copy(parameter2),
215 CrossThreadCopier<P3>::copy(parameter3));
H A DCCThreadTask.h225 CrossThreadCopier<P1>::copy(parameter1));
238 CrossThreadCopier<P1>::copy(parameter1),
239 CrossThreadCopier<P2>::copy(parameter2));
253 CrossThreadCopier<P1>::copy(parameter1),
254 CrossThreadCopier<P2>::copy(parameter2),
255 CrossThreadCopier<P3>::copy(parameter3));
270 CrossThreadCopier<P1>::copy(parameter1),
271 CrossThreadCopier<P2>::copy(parameter2),
272 CrossThreadCopier<P3>::copy(parameter3),
273 CrossThreadCopier<P4>::copy(parameter
[all...]
/external/strace/
H A Dmem.c640 struct modify_ldt_ldt_s copy; local
644 || umove(tcp, tcp->u_arg[1], &copy) == -1)
647 tprintf(", {entry_number:%d, ", copy.entry_number);
651 print_ldt_entry(&copy);
663 struct modify_ldt_ldt_s copy; local
665 if (umove(tcp, tcp->u_arg[0], &copy) != -1) {
666 if (copy.entry_number == -1)
668 copy.entry_number);
673 if (umove(tcp, tcp->u_arg[0], &copy) != -1) {
674 tprintf("%d, ", copy
692 struct modify_ldt_ldt_s copy; local
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DMethodInfo.java90 * Constructs a copy of <code>method_info</code> structure. Class names
142 invisibleAnnotations = invisibleAnnotations.copy(cp, null);
149 visibleAnnotations = visibleAnnotations.copy(cp, null);
156 parameterInvisibleAnnotations = parameterInvisibleAnnotations.copy(cp, null);
163 parameterVisibleAnnotations = parameterVisibleAnnotations.copy(cp, null);
179 signature = signature.copy(cp, null);
513 attribute.add(eattr.copy(destCp, classnames));
517 attribute.add(cattr.copy(destCp, classnames));
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java62 public abstract TypeData copy(); method in class:TypeData
101 public TypeData copy() { method in class:TypeData.BasicType
323 private String name; // dot separated. null if this object is a copy of another.
329 public TypeData copy() { method in class:TypeData.ClassName
348 public TypeData copy() { method in class:TypeData.NullType
398 public TypeData copy() { method in class:TypeData.ArrayElement
469 return copy();
474 public TypeData copy() { method in class:TypeData.UninitData
/external/qemu/
H A Dcutils.c6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
245 size_t copy; local
249 copy = count;
250 if (copy > qiov->iov[i].iov_len)
251 copy = qiov->iov[i].iov_len;
252 memcpy(qiov->iov[i].iov_base, p, copy);
253 p += copy;
254 count -= copy;
/external/skia/legacy/src/animator/
H A DSkDrawColor.cpp137 SkDrawColor* copy = new SkDrawColor(); local
138 copy->color = color;
139 copy->fHue = fHue;
140 copy->fSaturation = fSaturation;
141 copy->fValue = fValue;
142 copy->fDirty = fDirty;
143 return copy;
/external/skia/src/animator/
H A DSkDrawColor.cpp137 SkDrawColor* copy = new SkDrawColor(); local
138 copy->color = color;
139 copy->fHue = fHue;
140 copy->fSaturation = fSaturation;
141 copy->fValue = fValue;
142 copy->fDirty = fDirty;
143 return copy;
/external/stlport/test/unit/
H A Dptrspec_test.cpp142 copy(int_array, int_array + 3, back_inserter(pint_vect));
155 copy(int_array, int_array + 3, back_inserter(pint_list));
156 copy(int_array, int_array + 3, back_inserter(pint_list2));
179 copy(int_array, int_array + 3, front_inserter(pint_slist));
180 copy(int_array, int_array + 3, front_inserter(pint_slist2));
202 copy(int_array, int_array + 3, back_inserter(pint_deque));
203 copy(int_array, int_array + 3, back_inserter(pint_deque2));
/external/webkit/Source/WebCore/tests/
H A DTreeManager_test.cpp108 LayerAndroid* copy() const { return new TestLayerAndroid(*this); } function in class:WebCore::TestLayerAndroid
309 LayerAndroid* copy = new LayerAndroid(root); local
310 copy->showLayer(0);
311 manager.updateWithTree(copy, true);
320 ////////// add 2 painting layers, push new tree copy into tree manager
342 ////////// remove painting layer, add new painting layer, push new tree copy into tree manager
396 copy = new LayerAndroid(root);
397 copy->showLayer(0);
398 manager.updateWithTree(copy, false);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
H A DReversedDepthFirstAdapter.java54 List<PCommand> copy = new ArrayList<PCommand>(node.getCommand());
55 Collections.reverse(copy);
56 for(PCommand e : copy)
518 List<PVariable> copy = new ArrayList<PVariable>(node.getArguments());
519 Collections.reverse(copy);
520 for(PVariable e : copy)
526 List<TWord> copy = new ArrayList<TWord>(node.getMacro());
527 Collections.reverse(copy);
528 for(TWord e : copy)
555 List<PExpression> copy
[all...]
/external/expat/amiga/
H A DMakefile51 copy clone libs/expat.library T:expat/Workbench/Libs
53 copy clone so/libexpat.so T:expat/Workbench/SObjs
55 copy clone libs/xmlwf T:expat/SDK/Local/C
57 copy clone clib2/libexpat.a T:expat/SDK/Local/clib2/lib
59 copy clone newlib/libexpat.a T:expat/SDK/Local/newlib/lib
61 copy clone /lib/expat.h /lib/expat_external.h T:expat/SDK/Local/common/include
63 copy clone include/inline4/expat.h T:expat/SDK/Include/include_h/inline4
65 copy clone include/interfaces/expat.h T:expat/SDK/Include/include_h/interfaces
67 copy clone include/libraries/expat.h T:expat/SDK/Include/include_h/libraries
69 copy clon
[all...]
/external/stlport/stlport/stl/
H A D_num_put.c11 * Permission to use or copy this software for any purpose is hereby granted
34 // to a buffer of char, transform the buffer to _CharT, and then copy
48 return _STLP_STD::copy(__first, __last, __oi);
54 __oi = _STLP_STD::copy(__first, __last, __oi);
61 return _STLP_STD::copy(__first, __last, __oi);
65 return _STLP_STD::copy(__first, __last, __oi);
153 return _STLP_STD::copy(__buf, __buf + __len, __oi);
164 __oi = _STLP_STD::copy(__buf, __buf + __len, __oi);
171 return _STLP_STD::copy(__buf + 1, __buf + __len, __oi);
179 return _STLP_STD::copy(__bu
[all...]
/external/webkit/Source/WebCore/page/
H A DGeolocation.cpp214 void Geolocation::Watchers::getNotifiersVector(GeoNotifierVector& copy) const
216 copyValuesToVector(m_idToNotifierMap, copy);
509 GeoNotifierVector copy; local
510 copyToVector(m_oneShots, copy);
512 stopTimer(copy);
517 GeoNotifierVector copy; local
518 m_watchers.getNotifiersVector(copy);
520 stopTimer(copy);
538 GeoNotifierVector copy; local
539 copyToVector(m_oneShots, copy);
[all...]
/external/icu4c/common/
H A Dnormlzr.cpp59 Normalizer::Normalizer(const Normalizer &copy) : argument
60 UObject(copy), fFilteredNorm2(NULL), fNorm2(NULL), fUMode(copy.fUMode), fOptions(copy.fOptions),
61 text(copy.text->clone()),
62 currentIndex(copy.currentIndex), nextIndex(copy.nextIndex),
63 buffer(copy.buffer), bufferPos(copy.bufferPos)
455 * @param result Receives a copy o
[all...]
/external/libffi/src/pa/
H A Dhpux32.S9 a copy of this software and associated documentation files (the
11 without limitation the rights to use, copy, modify, merge, publish,
60 copy %r3, %r1
62 copy %sp, %r3
81 copy %sp, %r4
108 copy %r31, %rp
251 copy %r4, %sp ; pop arg stack
276 copy %r3, %r1
278 copy %sp, %r3
288 copy
[all...]

Completed in 606 milliseconds

1234567891011>>