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

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseSvnDiffHeader.pl49 +++ WebKitTools/Scripts/VCSUtils.pm (working copy)
59 +++ WebKitTools/Scripts/VCSUtils.pm (working copy)
124 +++ index_path.py (working copy)
134 +++ index_path.py (working copy)
150 +++ index_path.py (working copy)\r
160 +++ index_path.py (working copy)\r
175 +++ bad_path (working copy)
185 +++ index_path.py (working copy)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dgeometry.hpp5 // copy of this software and associated documentation files (the "Software"),
7 // the rights to use, copy, modify, merge, publish, distribute, sublicense,
40 auto it = std::copy(v.begin(), v.end(), a.begin());
45 std::copy(v, v + N, a.begin());
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_import_prototypes.cpp5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
84 ir_function_signature *copy = ir->clone_prototype(mem_ctx, NULL); local
86 this->function->add_signature(copy);
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSUtil.py7 import copy namespace
28 """Performs a partial deep-copy on |in_dict|, only copying the keys in |keys|.
31 in_dict: The dictionary to copy.
41 d[key] = copy.deepcopy(in_dict[key])
100 new_target_dicts[name] = copy.copy(target_dicts[t])
113 dependencies = copy.copy(new_target_dicts[t].get(deptype, []))
214 copy_dict = copy.deepcopy(base_dict)
224 # copy targe
[all...]
/external/libcxx/test/containers/sequences/deque/deque.special/
H A DAndroid.mk6 # You may obtain a copy of the License at
31 test_name := containers/sequences/deque/deque.special/copy
32 test_src := copy.pass.cpp
/external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/
H A DAndroid.mk6 # You may obtain a copy of the License at
35 test_name := depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/copy
36 test_src := copy.pass.cpp
/external/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/
H A DAndroid.mk6 # You may obtain a copy of the License at
23 test_name := iterators/stream.iterators/istream.iterator/istream.iterator.cons/copy
24 test_src := copy.pass.cpp
/external/libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/
H A DAndroid.mk6 # You may obtain a copy of the License at
27 test_name := iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/copy
28 test_src := copy.pass.cpp
/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/
H A DAndroid.mk6 # You may obtain a copy of the License at
31 test_name := utilities/allocator.adaptor/allocator.adaptor.cnstr/copy
32 test_src := copy.pass.cpp
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
H A DAndroid.mk6 # You may obtain a copy of the License at
23 test_name := utilities/tuple/tuple.tuple/tuple.assign/copy
24 test_src := copy.pass.cpp
/external/llvm/utils/release/
H A Dtag.sh44 svn copy -m "Creating release_$release branch" \
58 svn copy -m "Creating release candidate $rc from release_$release branch" \
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dgeometry.hpp5 // copy of this software and associated documentation files (the "Software"),
7 // the rights to use, copy, modify, merge, publish, distribute, sublicense,
40 auto it = std::copy(v.begin(), v.end(), a.begin());
45 std::copy(v, v + N, a.begin());
/external/mesa3d/src/glsl/
H A Dir_import_prototypes.cpp5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
84 ir_function_signature *copy = ir->clone_prototype(mem_ctx, NULL); local
86 this->function->add_signature(copy);
/external/compiler-rt/lib/BlocksRuntime/
H A Druntime.c5 * to any person obtaining a copy of this software and associated documentation
7 * including without limitation the rights to use, copy, modify, merge, publish,
284 /* Copy, or bump refcount, of a block. If really copying, call the copy helper if present. */
312 // Its a stack block. Make a copy.
322 //printf("calling block copy helper %p(%p, %p)...\n", aBlock->descriptor->copy, result, aBlock);
323 (*aBlock->descriptor->copy)(result, aBlock); // do fixup
329 // This allows the copy helper routines to make non-refcounted block copies under GC
336 // if we copy a malloc block to a GC block then we need to clear NEEDS_FREE.
344 //printf("calling block copy helpe
382 struct Block_byref *copy = (struct Block_byref *)_Block_allocator(src->size, false, isWeak); local
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DArrayTableTest.java6 * You may obtain a copy of the License at
202 Table<String, Integer, Character> copy = ArrayTable.create(original);
203 assertEquals(original, copy);
206 assertEquals((Character) 'a', copy.get("foo", 1));
207 assertEquals(copy.rowKeySet(), original.rowKeySet());
208 assertEquals(copy.columnKeySet(), original.columnKeySet());
216 Table<String, Integer, Character> copy = ArrayTable.create(original);
217 assertEquals(4, copy.size());
218 assertEquals((Character) 'a', copy.get("foo", 1));
219 assertEquals((Character) 'b', copy
[all...]
/external/chromium_org/media/cdm/ppapi/
H A Dlinked_ptr.h5 // This is a copy of base/linked_ptr.h with CHECKS/DCHECKS replaced with
90 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); }
94 copy(&ptr);
100 copy(&ptr);
107 copy(&ptr);
159 template <typename U> void copy(linked_ptr<U> const* ptr) { function in class:linked_ptr
/external/chromium_org/net/base/
H A Daddress_list_unittest.cc78 AddressList copy; local
79 copy = list;
80 ASSERT_EQ(kNumElements, copy.size());
82 // Check if copy is independent.
83 copy[1] = IPEndPoint(copy[2].address(), 0xBEEF);
/external/chromium_org/testing/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);
203 template <typename U> void copy(linked_ptr<U> const* ptr) { function in class:testing::internal::linked_ptr
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtemplates.c621 xmlAttrPtr attr, copy, last; local
680 copy = xmlNewDocProp(target->doc, attr->name, NULL);
681 if (copy == NULL) {
696 copy->parent = target;
698 target->properties = copy;
699 last = copy;
701 last->next = copy;
702 copy->prev = last;
703 last = copy;
723 copy
[all...]
/external/chromium_org/third_party/mesa/src/src/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);
203 template <typename U> void copy(linked_ptr<U> const* ptr) { function in class:testing::internal::linked_ptr
/external/deqp/scripts/build/
H A Dconfig.py4 import copy namespace
20 self.args = copy.copy(args)
38 self.extraBuildArgs = copy.copy(extraBuildArgs)
/external/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);
203 template <typename U> void copy(linked_ptr<U> const* ptr) { function in class:testing::internal::linked_ptr
/external/llvm/utils/unittest/googletest/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);
203 template <typename U> void copy(linked_ptr<U> const* ptr) { function in class:testing::internal::linked_ptr
/external/mesa3d/src/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);
203 template <typename U> void copy(linked_ptr<U> const* ptr) { function in class:testing::internal::linked_ptr
/external/pixman/demos/
H A Dgtk-utils.c136 pixman_image_t *copy; local
160 copy = pixman_image_ref (image);
164 copy = pixman_image_create_bits (PIXMAN_a8r8g8b8,
167 image, NULL, copy,
173 g_signal_connect (window, "expose_event", G_CALLBACK (on_expose), copy);

Completed in 2217 milliseconds

1234567891011>>