Searched refs:copy (Results 226 - 250 of 2627) sorted by relevance

1234567891011>>

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h60 // - it's safe to copy linked_ptr objects concurrently,
61 // - it's safe to copy *from* a linked_ptr and read its underlying
146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); }
149 copy(&ptr);
155 copy(&ptr);
162 copy(&ptr);
212 template <typename U> void copy(linked_ptr<U> const* ptr) { function in class:testing::internal::linked_ptr
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DListSubListTester.java6 * You may obtain a copy of the License at
211 List<E> copy = list.subList(0, size);
214 assertEquals(list.get(0), copy.get(0));
215 assertEquals(list.get(size - 1), copy.get(size - 1));
220 for (List<E> subList : Arrays.asList(copy, head, tail)) {
235 List<E> copy = list.subList(0, size);
238 assertTrue(copy.contains(list.get(0)));
242 assertTrue(copy.contains(list.get(size - 1)));
253 List<E> copy = list.subList(0, size);
256 assertEquals(copy
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemcpy.S15 ! If there are less than 16 bytes to copy use the byte copy loop
19 ! Simply copy a byte at a time
36 ! The destination address is not 8 byte aligned. We will copy bytes from
38 ! destination address alignment (i.e we should never copy more than 7
48 ! We have at least (16 - 7) = 9 bytes to copy - calculate the number of 8 byte
49 ! blocks, then jump to the unaligned copy loop or fall through to the aligned
50 ! copy loop as appropriate.
55 BNZ $Lunaligned_copy ! if unaligned, use unaligned copy loop
74 ! If there are any remaining bytes use the byte copy loo
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtransform.c716 xmlNodePtr copy; local
724 "xsltCopyTextString: copy text %s\n",
757 copy = xmlNewCDataBlock(ctxt->output, string, len);
768 copy = xmlNewTextLen(string, len);
769 if (copy != NULL)
770 copy->name = xmlStringTextNoenc;
780 copy = xmlNewTextLen(string, len);
782 if (copy != NULL) {
784 copy = xsltAddChild(target, copy);
812 xmlNodePtr copy; local
986 xmlAttrPtr copy; local
1086 xmlAttrPtr copy; local
1161 xmlNodePtr copy; local
1249 xmlNodePtr copy, ret = NULL; local
1454 xmlNodePtr copy; local
1737 xmlNodePtr copy; local
2189 xmlNodePtr cur, insert, copy = NULL; local
3726 xmlNodePtr copy, oldInsert; local
3841 xmlNodePtr copy; local
3883 xmlNodePtr copy; local
4367 xmlNodePtr copy = NULL; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegList.cpp17 * You should have received a copy of the GNU Library General Public License
61 RefPtr<SVGPathSegList> svgPathSegList = adoptRef(new SVGPathSegList(m_contextElement, byteStream()->copy()));
183 OwnPtr<SVGPathByteStream> copy; local
190 copy = byteStream()->copy();
191 fromStream = copy.get();
198 m_byteStream = fromStream->copy();
202 m_byteStream = toStream->copy();
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseDiff.pl42 +++ Makefile (working copy)
55 +++ Makefile (working copy)
154 +++ Makefile (working copy)
170 +++ Makefile (working copy)
192 +++ Makefile_new (working copy)
212 +++ Makefile (working copy)
225 +++ Makefile (working copy)
244 +++ Makefile (working copy)
259 +++ Makefile (working copy)
286 +++ Makefile (working copy)
[all...]
/external/chromium_org/third_party/libxml/src/
H A DtestHTML.c43 static int copy = 0; variable
762 * test intermediate copy if needed.
764 if (copy) {
811 if ((!strcmp(argv[i], "-copy")) || (!strcmp(argv[i], "--copy")))
812 copy++;
854 printf("Usage : %s [--debug] [--copy] [--copy] HTMLfiles ...\n",
860 printf("\t--copy : used to test the internal copy implementatio
[all...]
/external/eigen/bench/btl/libs/BLAS/
H A Dblas_interface_impl.hh68 BLAS_FUNC(copy)(&N2, X, &intone, C, &intone);
77 BLAS_FUNC(copy)(&N2, X, &intone, C, &intone);
86 BLAS_FUNC(copy)(&N, B, &intone, X, &intone);
91 BLAS_FUNC(copy)(&N, B, &intone, X, &intone);
103 BLAS_FUNC(copy)(&N2, X, &intone, C, &intone);
117 BLAS_FUNC(copy)(&N2, X, &inc, C, &inc);
133 BLAS_FUNC(copy)(&N2, X, &inc, C, &inc);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java131 return copy();
134 public PKIXPolicyNode copy() method in class:PKIXPolicyNode
161 PKIXPolicyNode _child = ((PKIXPolicyNode)_iter.next()).copy();
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_metadata.cc123 PluginMetadata* copy = new PluginMetadata(identifier_, local
130 copy->versions_ = versions_;
131 return make_scoped_ptr(copy);
/external/chromium_org/components/policy/core/common/
H A Dproxy_policy_provider_unittest.cc38 scoped_ptr<PolicyBundle> copy(new PolicyBundle());
39 copy->CopyFrom(bundle);
40 return copy.Pass();
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DClipboardTest.java65 copy(adapter);
94 private void copy(final ImeAdapter adapter) { method in class:ClipboardTest
98 adapter.copy();
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_output_reads.cpp6 * copy of this software and associated documentation files (the "Software"),
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
37 * main() function to copy the final values to the actual shader outputs.
109 * Create an assignment to copy a temporary value back to the actual output.
112 copy(void *ctx, ir_variable *output, ir_variable *temp) function
119 /** Insert a copy-back assignment before a "return" statement */
124 ir->insert_before(copy(ir, (ir_variable *) key, (ir_variable *) data));
127 /** Insert a copy-back assignment at the end of the main() function */
132 sig->body.push_tail(copy(sig, (ir_variable *) key, (ir_variable *) data));
/external/chromium_org/third_party/skia/include/core/
H A DSkTArray.h20 inline void copy(SkTArray<T, true>* self, int dst, int src) { function in namespace:SkTArrayExt
24 inline void copy(SkTArray<T, true>* self, const T* array) { function in namespace:SkTArrayExt
33 inline void copy(SkTArray<T, false>* self, int dst, int src) { function in namespace:SkTArrayExt
37 inline void copy(SkTArray<T, false>* self, const T* array) { function in namespace:SkTArrayExt
55 When MEM_COPY is false, T will be copy constructed / destructed.
97 * assign copy of array to this
106 SkTArrayExt::copy(this, static_cast<const T*>(array.fMemArray));
132 // set fCount to 0 before calling checkRealloc so that no copy cons. are called.
142 * Resets to a copy of a C array.
151 SkTArrayExt::copy(thi
[all...]
/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dmap.py5 import copy namespace
98 def copy(self): member in class:ListAttribute
101 new_list[index] = copy.deepcopy(item)
/external/guava/guava/src/com/google/common/collect/
H A DObjectArrays.java6 * You may obtain a copy of the License at
106 T[] copy = newArray(original, newLength);
108 original, 0, copy, 0, Math.min(original.length, newLength));
109 return copy;
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableTableTest.java6 * You may obtain a copy of the License at
157 Table<R, C, V> copy = ImmutableTable.copyOf(original);
158 assertEquals(original, copy);
159 validateViewOrdering(original, copy);
168 Table<R, C, V> original, Table<R, C, V> copy) {
169 assertTrue(Iterables.elementsEqual(original.cellSet(), copy.cellSet()));
170 assertTrue(Iterables.elementsEqual(original.rowKeySet(), copy.rowKeySet()));
171 assertTrue(Iterables.elementsEqual(original.values(), copy.values()));
223 Table<Character, Integer, String> copy
227 ASSERT.that(copy
167 validateViewOrdering( Table<R, C, V> original, Table<R, C, V> copy) argument
[all...]
/external/mesa3d/src/glsl/
H A Dlower_output_reads.cpp6 * copy of this software and associated documentation files (the "Software"),
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
37 * main() function to copy the final values to the actual shader outputs.
109 * Create an assignment to copy a temporary value back to the actual output.
112 copy(void *ctx, ir_variable *output, ir_variable *temp) function
119 /** Insert a copy-back assignment before a "return" statement */
124 ir->insert_before(copy(ir, (ir_variable *) key, (ir_variable *) data));
127 /** Insert a copy-back assignment at the end of the main() function */
132 sig->body.push_tail(copy(sig, (ir_variable *) key, (ir_variable *) data));
/external/openfst/src/include/fst/
H A Dprune.h5 // You may obtain a copy of the License at
252 vector<StateId> copy; local
259 while (copy.size() <= s)
260 copy.push_back(kNoStateId);
261 copy[s] = ofst->AddState();
262 ofst->SetStart(copy[s]);
278 ofst->SetFinal(copy[s], ifst.Final(s));
297 while (copy.size() <= arc.nextstate)
298 copy.push_back(kNoStateId);
299 if (copy[ar
[all...]
/external/skia/include/core/
H A DSkTArray.h20 inline void copy(SkTArray<T, true>* self, int dst, int src) { function in namespace:SkTArrayExt
24 inline void copy(SkTArray<T, true>* self, const T* array) { function in namespace:SkTArrayExt
33 inline void copy(SkTArray<T, false>* self, int dst, int src) { function in namespace:SkTArrayExt
37 inline void copy(SkTArray<T, false>* self, const T* array) { function in namespace:SkTArrayExt
55 When MEM_COPY is false, T will be copy constructed / destructed.
97 * assign copy of array to this
106 SkTArrayExt::copy(this, static_cast<const T*>(array.fMemArray));
132 // set fCount to 0 before calling checkRealloc so that no copy cons. are called.
142 * Resets to a copy of a C array.
151 SkTArrayExt::copy(thi
[all...]
/external/stlport/stlport/stl/
H A D_bvector.h18 * Permission to use or copy this software for any purpose is hereby granted
406 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0));
408 this->_M_finish = _STLP_STD::copy(__position, end(), __i);
431 _STLP_STD::copy(__first, __last, this->_M_start);
453 _STLP_STD::copy(__first, __last, __position);
459 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0));
460 __i = _STLP_STD::copy(__first, __last, __i);
461 this->_M_finish = _STLP_STD::copy(__position, end(), __i);
526 _STLP_STD::copy(__x.begin(), __x.end(), this->_M_start);
563 _STLP_STD::copy(__firs
[all...]
/external/apache-http/src/org/apache/http/params/
H A DHttpParams.java13 * with the License. You may obtain a copy of the License at
72 * Creates a copy of these parameters.
76 HttpParams copy(); method in interface:HttpParams
/external/chromium-trace/trace-viewer/src/base/
H A Dquad.js102 vec2.copy(q.p1, this.p1);
103 vec2.copy(q.p2, this.p2);
104 vec2.copy(q.p3, this.p3);
105 vec2.copy(q.p4, this.p4);
116 vec2.copy(dstQuad.p1, this.p1, s);
117 vec2.copy(dstQuad.p2, this.p2, s);
118 vec2.copy(dstQuad.p3, this.p3, s);
119 vec2.copy(dstQuad.p3, this.p3, s);
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_editor_base_controller.h51 @property(nonatomic, copy) NSString* initialName;
52 @property(nonatomic, copy) NSString* displayName;
54 @property(nonatomic, copy) NSArray* tableSelectionPaths;
140 @property(nonatomic, copy) NSString* folderName;
H A Dbookmark_editor_controller.h22 @property(nonatomic, copy) NSString* displayURL;

Completed in 838 milliseconds

1234567891011>>