Searched refs:copy (Results 76 - 100 of 2627) sorted by relevance

1234567891011>>

/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
H A Dcopy.pass.cpp14 // static char_type* copy(char_type* s1, const char_type* s2, size_t n);
24 assert(std::char_traits<char16_t>::copy(s2, s1, 3) == s2);
/external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
H A Dcopy.pass.cpp14 // static char_type* copy(char_type* s1, const char_type* s2, size_t n);
24 assert(std::char_traits<char32_t>::copy(s2, s1, 3) == s2);
/external/valgrind/main/none/tests/s390x/
H A Dfgx.stdout.exp5 copy f to g
13 copy g to f
/external/zlib/src/contrib/infback9/
H A Dinfback9.c236 unsigned long length; /* literal or length of data to copy */
237 unsigned long offset; /* distance back to copy string from */
238 unsigned long copy; /* number of stored or match bytes to copy */ local
239 unsigned char FAR *from; /* where to copy match bytes from */
246 unsigned len; /* length to copy for repeats, bits to drop */
326 /* copy stored block from input to output */
328 copy = length;
331 if (copy > have) copy
[all...]
/external/compiler-rt/test/BlocksRuntime/
H A Dfail.c35 char *copy[argc+1]; // make a copy local
44 copy[counter++] = argv[i];
47 copy[counter] = NULL;
61 int result = execv(copy[0], copy);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCrossThreadCopier.h58 static Type copy(const T& parameter) function in struct:blink::CrossThreadCopierPassThrough
70 // To allow a type to be passed across threads using its copy constructor, add a forward declaration of the type and
78 // Custom copy methods.
91 static Type copy(const T& refPtr) function in struct:blink::CrossThreadCopierBase
99 static Type copy(Type ownPtr) function in struct:blink::CrossThreadCopierBase
107 static Type copy(Type ptr) function in struct:blink::CrossThreadCopierBase
115 PLATFORM_EXPORT static Type copy(const KURL&);
120 PLATFORM_EXPORT static Type copy(const String&);
125 PLATFORM_EXPORT static Type copy(const ResourceError&);
130 PLATFORM_EXPORT static Type copy(cons
141 static Type copy(const T& ptr) function in struct:blink::CrossThreadCopierBase
149 static Type copy(const Type& ptr) function in struct:blink::CrossThreadCopierBase
157 static Type copy(const Member<T>& ptr) function in struct:blink::CrossThreadCopierBase
165 static Type copy(const WeakMember<T>& ptr) function in struct:blink::CrossThreadCopierBase
199 static Type copy(const AllowCrossThreadAccessWrapper<T>& wrapper) { return wrapper.value(); } function in struct:blink::CrossThreadCopierBase
219 static Type copy(const AllowAccessLaterWrapper<T>& wrapper) { return wrapper.value(); } function in struct:blink::CrossThreadCopierBase
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DByteString.java90 final byte[] copy = new byte[size];
91 System.arraycopy(bytes, offset, copy, 0, size);
92 return new ByteString(copy);
107 final byte[] copy = new byte[size];
108 bytes.get(copy);
109 return new ByteString(copy);
175 * @param target buffer to copy into
185 * @param target buffer to copy into
188 * @param size number of bytes to copy
201 final byte[] copy
[all...]
/external/libcxx/test/containers/sequences/deque/deque.special/
H A Dcopy.pass.cpp16 // copy(InputIterator first, InputIterator last, OutputIterator result);
56 assert(std::copy(c1.cbegin(), c1.cend(), c2.begin()) == c2.end());
58 assert(std::copy(c2.cbegin(), c2.cend(), c1.begin()) == c1.end());
60 assert(std::copy(c1.cbegin(), c1.cend(), RAI(c2.begin())) == RAI(c2.end()));
62 assert(std::copy(c2.cbegin(), c2.cend(), RAI(c1.begin())) == RAI(c1.end()));
64 assert(std::copy(RACI(c1.cbegin()), RACI(c1.cend()), c2.begin()) == c2.end());
66 assert(std::copy(ICI(c2.cbegin()), ICI(c2.cend()), c1.begin()) == c1.end());
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DByteStringMicro.java84 final byte[] copy = new byte[size];
85 System.arraycopy(bytes, offset, copy, 0, size);
86 return new ByteStringMicro(copy);
123 * @param target buffer to copy into
133 * @param target buffer to copy into
136 * @param size number of bytes to copy
149 final byte[] copy = new byte[size];
150 System.arraycopy(bytes, 0, copy, 0, size);
151 return copy;
/external/stlport/test/unit/
H A Dcopy_test.cpp44 copy(string, string + 23, result);
54 copy(a, a + size, va);
64 copy(a, a + size, va);
76 copy(a, a + size, va);
91 copy(v1.begin(), v1.end(), v2.begin());
102 copy(v1.begin(), v1.end(), i);
/external/zlib/src/contrib/minizip/
H A Dmake_vms.com1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
3 $ copy sys$input: zdef
12 $ copy vmsdefs.h,ioapi.h_orig ioapi.h
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DUnmodifiableCollectionTests.java6 * You may obtain a copy of the License at
118 Collection<E> copy = new ArrayList<E>();
119 copy.addAll(collection);
126 assertCollectionsAreEquivalent(copy, collection);
133 assertCollectionsAreEquivalent(copy, collection);
140 assertCollectionsAreEquivalent(copy, collection);
143 assertCollectionsAreEquivalent(copy, collection);
150 assertCollectionsAreEquivalent(copy, collection);
157 assertCollectionsAreEquivalent(copy, collection);
164 assertCollectionsAreEquivalent(copy, collectio
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dprune.h5 // You may obtain a copy of the License at
171 vector<StateId> copy; local
185 while (copy.size() <= state)
186 copy.push_back(kNoStateId);
191 if (copy[state] == kNoStateId)
192 copy[state] = ofst->AddState();
194 ofst->SetFinal(copy[state], ifst.Final(state));
207 while (copy.size() <= arc.nextstate)
208 copy.push_back(kNoStateId);
214 if (copy[ar
[all...]
/external/apache-http/src/org/apache/http/params/
H A DDefaultedHttpParams.java13 * with the License. You may obtain a copy of the License at
66 * Creates a copy of the local collection with the same default
68 public HttpParams copy() { method in class:DefaultedHttpParams
69 HttpParams clone = this.local.copy();
/external/chromium_org/android_webview/
H A Dwebview_pak.mk12 # This module is used to copy the .pak files to /system/webview/paks in the
22 $(eval $(call copy-one-file,$(built_by_gyp),$(LOCAL_BUILT_MODULE)))
26 # This module is used to copy the .pak files to an intermediates folder so that
39 $(eval $(call copy-one-file,$(built_by_gyp),$(LOCAL_BUILT_MODULE)))
/external/chromium_org/chrome/tools/build/mac/
H A Dbuild_app_dmg41 --copy "${SRC_APP_PATH}/:/${APP_NAME}.app/"
/external/chromium_org/tools/json_schema_compiler/
H A Djson_schema.py5 import copy namespace
54 # Return a copy of the object so that any changes a caller makes won't affect
56 return copy.deepcopy(_cache[filename])
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-merge-descriptors.js50 self.copy = function () {
80 // Convert self.copy from CONSTANT to FIELD.
81 self.copy = function () { };
/external/harfbuzz_ng/
H A Dautogen.sh24 gtkdocize --copy || exit 1
/external/javassist/src/main/javassist/bytecode/
H A DConstantAttribute.java60 * Makes a copy. Class names are replaced according to the
63 * @param newCp the constant pool table used by the new copy.
67 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:ConstantAttribute
68 int index = getConstPool().copy(getConstantValue(), newCp,
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
H A DAndroid.mk6 # You may obtain a copy of the License at
23 test_name := input.output/stream.buffers/streambuf/streambuf.cons/copy
24 test_src := copy.pass.cpp
/external/llvm/unittests/ADT/
H A DArrayRefTest.cpp24 ArrayRef<uint16_t> Array1c = Array1.copy(Alloc);
25 ArrayRef<uint16_t> Array2c = Array2.copy(Alloc);;
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_drag_drop.h29 // |copy| indicates the source operation: if true then the bookmarks in |data|
36 bool copy);
/external/chromium_org/content/renderer/dom_storage/
H A Dwebstoragenamespace_impl.h24 virtual blink::WebStorageNamespace* copy();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DIdTargetObserverRegistry.cpp80 WillBeHeapVector<RawPtrWillBeMember<IdTargetObserver> > copy;
81 copyToVector(*m_notifyingObserversInSet, copy);
82 for (WillBeHeapVector<RawPtrWillBeMember<IdTargetObserver> >::const_iterator it = copy.begin(); it != copy.end(); ++it) {

Completed in 6602 milliseconds

1234567891011>>