Searched defs:copy (Results 251 - 275 of 678) sorted by relevance

<<11121314151617181920>>

/external/qemu/distrib/zlib-1.2.3/
H A Dinfback.c254 unsigned copy; /* number of stored or match bytes to copy */ local
255 unsigned char FAR *from; /* where to copy match bytes from */
258 unsigned len; /* length to copy for repeats, bits to drop */
331 /* copy stored block from input to output */
333 copy = state->length;
336 if (copy > have) copy = have;
337 if (copy > left) copy
[all...]
/external/skia/include/core/
H A DSkTDict.h48 char* copy = (char*)fStrings.alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType); local
49 memcpy(copy, name, len);
50 copy[len] = '\0';
51 pair->fName = copy;
/external/skia/src/animator/
H A DSkDisplayAdd.cpp45 SkAdd* copy = (SkAdd*) INHERITED::deepCopy(maker); local
46 copy->use = use = saveUse;
47 copy->where = where = saveWhere;
48 return copy;
H A DSkDrawMatrix.cpp78 SkDrawMatrix* copy = (SkDrawMatrix*) local
81 copy->fMatrix = fMatrix;
82 copy->fConcat = fConcat;
83 return copy;
H A DSkDrawPaint.cpp104 SkDrawPaint* copy = (SkDrawPaint*) INHERITED::deepCopy(maker); local
107 tempColor->setParent(copy);
109 copy->fOwnsColor = true;
110 return copy;
/external/skia/src/core/
H A DSkData.cpp77 void* copy = sk_malloc_throw(length); // balanced in sk_free_releaseproc local
78 memcpy(copy, data, length);
79 return new SkData(copy, length, sk_free_releaseproc, NULL);
130 We could, if we wanted/need to, just make a deep copy of src's data,
/external/skia/tests/
H A DGpuBitmapCopyTest.cpp39 * @param desiredConfig Config being copied to. If the copy succeeded, dst must have this Config.
40 * @param success True if the copy succeeded.
53 // FIXME: When calling copyTo (so deepCopy is false here), sometimes we copy the pixels
73 // If dst is not a texture, do a copy instead, to the same config as srcReadBack.
74 bool copy = dst.copyTo(&dstReadBack, srcReadBack.config()); local
75 REPORTER_ASSERT(reporter, copy);
H A DPointTest.cpp111 SkPoint copy = pt; local
114 REPORTER_ASSERT(reporter, pt == copy); // pt is unchanged
117 REPORTER_ASSERT(reporter, pt == copy); // pt is unchanged
/external/valgrind/main/none/tests/s390x/
H A Dmvcl.c86 /* Make a copy of the input buffer */
87 void *copy = memcpy(malloc(len1), addr1, len1); local
110 memcpy(addr1, copy, len1);
/external/zlib/src/
H A Dinfback.c263 unsigned copy; /* number of stored or match bytes to copy */ local
264 unsigned char FAR *from; /* where to copy match bytes from */
267 unsigned len; /* length to copy for repeats, bits to drop */
340 /* copy stored block from input to output */
342 copy = state->length;
345 if (copy > have) copy = have;
346 if (copy > left) copy
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
H A Dgl-matrix.js177 vec2.copy = function(out, a) {
665 vec3.copy = function(out, a) {
1153 vec4.copy = function(out, a) {
1623 mat2.copy = function(out, a) {
1881 mat2d.copy = function(out, a) {
2147 mat3.copy = function(out, a) {
2572 mat4.copy = function(out, a) {
2949 if (a !== out) { // If the source and destination differ, copy the unchanged last row
2978 if (a !== out) { // If the source and destination differ, copy the unchanged rows
3021 if (a !== out) { // If the source and destination differ, copy th
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DMD5Digest.java28 * Copy constructor. This will copy the state of the provided
312 public Memoable copy() method in class:MD5Digest
H A DSHA256Digest.java38 * Copy constructor. This will copy the state of the provided
302 public Memoable copy() method in class:SHA256Digest
/external/chromium/net/tools/testserver/
H A Dchromiumsync.py13 import copy namespace
151 """Return a deep copy of a protocol buffer."""
276 # The definitive copy of this client's items: a map from ID string to a
/external/chromium/third_party/libjingle/source/talk/base/
H A Dcryptstring.h184 InsecureCryptStringImpl * copy = new InsecureCryptStringImpl; local
185 copy->password() = password_;
186 return copy;
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascripttokenizer.py7 # You may obtain a copy of the License at
22 import copy namespace
342 # Make a copy so the original doesn't get modified.
343 matchers = copy.deepcopy(matchers)
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dmat4.js89 mat4.copy = function(out, a) {
466 if (a !== out) { // If the source and destination differ, copy the unchanged last row
495 if (a !== out) { // If the source and destination differ, copy the unchanged rows
538 if (a !== out) { // If the source and destination differ, copy the unchanged rows
581 if (a !== out) { // If the source and destination differ, copy the unchanged last row
H A Dvec2.js75 vec2.copy = function(out, a) {
H A Dvec3.js79 vec3.copy = function(out, a) {
H A Dvec4.js83 vec4.copy = function(out, a) {
/external/chromium_org/base/
H A Dpickle_unittest.cc83 // test copy constructor
300 Pickle copy; local
301 copy = copy_refs_source_buffer;
302 ASSERT_EQ(source.size(), copy.size());
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_data_source.py5 import copy namespace
442 content = copy.deepcopy(table_info[category])
/external/chromium_org/chrome/test/functional/
H A Dntp.py6 import copy namespace
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.cc122 // Make a copy since the BrowserChildProcessHost dtor mutates the original
124 BrowserChildProcessList copy = g_child_process_list.Get(); local
125 for (BrowserChildProcessList::iterator it = copy.begin();
126 it != copy.end(); ++it) {
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_area.cc207 DOMStorageArea* copy = new DOMStorageArea( local
210 copy->map_ = map_;
211 copy->is_shutdown_ = is_shutdown_;
212 copy->is_initial_import_done_ = true;
215 // shallow copy is made (scheduled by the upper layer). Another OnCommitTimer
220 return copy;
344 // It's possible that there is nothing to commit, since a shallow copy occured

Completed in 624 milliseconds

<<11121314151617181920>>