/external/v8/test/mjsunit/regress/ |
H A D | regress-crbug-594574-concat-leak-1.js | 13 var copy = array.slice(0, array.length); variable
|
H A D | regress-crbug-594574-concat-leak-2.js | 13 var copy = array.slice(0, array.length); variable
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
H A D | smooth_gesture_util.py | 4 import copy namespace 22 return copy.copy(interaction_record) 30 return copy.copy(interaction_record)
|
/external/libedit/src/ |
H A D | wcsdup.c | 9 * Permission to use or copy this software for any purpose is hereby granted 29 wchar_t *copy; local 35 copy = malloc(len * sizeof (wchar_t)); 37 if (!copy) 40 return wmemcpy(copy, str, len);
|
/external/tcpdump/missing/ |
H A D | strdup.c | 45 char *copy; local 48 if ((copy = malloc(len)) == NULL) 50 memcpy(copy, str, len); 51 return (copy);
|
/external/clang/test/CodeGen/ |
H A D | 2007-04-24-VolatileStructCopy.c | 8 void copy(volatile struct foo *p, struct foo *q) { function
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
H A D | Memoable.java | 5 * via the copy() method and then reseting the object back to that state later using the reset() method. 10 * Produce a copy of this object with its configuration and in its current state. 15 Memoable copy(); method in interface:Memoable 22 * @param other an object originally {@link #copy() copied} from an object of the same type as this instance.
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
H A D | common_value_helpers.py | 5 import copy namespace 18 scalar_value = copy.deepcopy(scalar_value)
|
/external/compiler-rt/test/asan/TestCases/ |
H A D | strdup_oob_test.cc | 11 char *copy = strdup(kString); local 12 int x = copy[4 + argc]; // BOOM
|
/external/deqp/framework/delibs/decpp/ |
H A D | deMemPool.cpp | 9 * You may obtain a copy of the License at 35 char* copy = (char*)pool->alloc(size); local 37 std::copy(string, string+size, copy); 39 return copy;
|
/external/elfutils/libdwfl/ |
H A D | dwfl_module_report_build_id.c | 60 void *copy = NULL; local 63 copy = malloc (len); 64 if (unlikely (copy == NULL)) 69 memcpy (copy, bits, len); 74 mod->build_id_bits = copy;
|
/external/elfutils/libelf/ |
H A D | elf32_getphdr.c | 133 /* Now copy the data and at the same time convert the 143 bool copy = ! (ALLOW_UNALIGNED local 147 if (! copy) 172 if (copy)
|
H A D | elf32_getshdr.c | 107 /* Now copy the data and at the same time convert the byte order. */ 117 bool copy = ! (ALLOW_UNALIGNED local 121 if (! copy) 167 if (copy)
|
/external/autotest/client/site_tests/firmware_TouchMTB/geometry/ |
H A D | minicircle.py | 20 import copy namespace 100 P = copy.deepcopy(P) 101 R = copy.deepcopy(R)
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
H A D | bisect_report.py | 7 import copy namespace 81 results_data = copy.deepcopy(try_job_entity.results_data)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/auth/ |
H A D | test_stsanon.py | 4 # copy of this software and associated documentation files (the 6 # without limitation the rights to use, copy, modify, merge, publish, dis- 22 import copy namespace 73 req = copy.copy(self.request)
|
/external/clang/test/SemaCXX/ |
H A D | constexpr-duffs-device.cpp | 4 constexpr void copy(const char *from, unsigned long count, char *to) { function 22 copy("Hello, world!", 14, stuff);
|
/external/compiler-rt/test/BlocksRuntime/ |
H A D | byrefstruct.c | 21 BobTheStruct copy; local 32 memset(©, 0x2A, sizeof(copy)); 40 copy = fiddly; 43 if ( © == &fiddly ) { 48 //printf("[%d]: fiddly.ps: %lu, copy.ps: %lu, fiddly.qs: %d, copy.qs: %d\n", i, fiddly.ps[i], copy.ps[i], fiddly.qs[i], copy.qs[i]); 49 if ( (fiddly.ps[i] != copy [all...] |
/external/dbus/dbus/ |
H A D | dbus-marshal-byteswap-util.c | 18 * You should have received a copy of the GNU General Public License 49 DBusString copy; local 53 if (!_dbus_string_init (©)) 56 if (!_dbus_string_copy (&body, 0, ©, 0)) 62 ©, 0); 67 ©, 0); 75 _dbus_verbose_bytes_of_string (©, 0, 76 _dbus_string_get_length (©)); 82 _dbus_string_free (©);
|
/external/icu/icu4c/source/common/unicode/ |
H A D | urep.h | 121 * @param dst array in which to copy characters. The length of 142 * @param dest the index at which the copy of the UChars should be 146 void (*copy)(UReplaceable* rep, member in struct:UReplaceableCallbacks
|
/external/javassist/src/main/javassist/bytecode/ |
H A D | DeprecatedAttribute.java | 47 * Makes a copy. 49 * @param newCp the constant pool table used by the new copy. 52 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:DeprecatedAttribute
|
H A D | SyntheticAttribute.java | 47 * Makes a copy. 49 * @param newCp the constant pool table used by the new copy. 52 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:SyntheticAttribute
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowWifiConfiguration.java | 32 public WifiConfiguration copy(){ method in class:ShadowWifiConfiguration
|
/external/skia/src/core/ |
H A D | SkPathRef.cpp | 22 SkPathRef* copy = new SkPathRef; local 23 copy->copy(**pathRef, incReserveVerbs, incReservePoints); 24 pathRef->reset(copy); 282 void SkPathRef::copy(const SkPathRef& ref,
|
/external/sl4a/Utils/src/com/googlecode/android_scripting/ |
H A D | IoUtils.java | 5 * use this file except in compliance with the License. You may obtain a copy of 32 public static int copy(InputStream input, OutputStream output) throws Exception, IOException { method in class:IoUtils
|