HomeSort by relevance Sort by last modified time
    Searched defs:copy (Results 1 - 25 of 873) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libdwfl/
dwfl_module_report_build_id.c 14 You should have received a copy of the GNU General Public License along
81 void *copy = NULL; local
84 copy = malloc (len);
85 if (unlikely (copy == NULL))
90 memcpy (copy, bits, len);
95 mod->build_id_bits = copy;
  /external/webkit/Source/WebCore/platform/
CrossThreadCopier.cpp 44 CrossThreadCopierBase<false, false, KURL>::Type CrossThreadCopierBase<false, false, KURL>::copy(const KURL& url) function in class:WebCore::CrossThreadCopierBase
46 return url.copy();
49 CrossThreadCopierBase<false, false, String>::Type CrossThreadCopierBase<false, false, String>::copy(const String& str) function in class:WebCore::CrossThreadCopierBase
54 CrossThreadCopierBase<false, false, ResourceError>::Type CrossThreadCopierBase<false, false, ResourceError>::copy(const ResourceError& error) function in class:WebCore::CrossThreadCopierBase
56 return error.copy();
59 CrossThreadCopierBase<false, false, ResourceRequest>::Type CrossThreadCopierBase<false, false, ResourceRequest>::copy(const ResourceRequest& request) function in class:WebCore::CrossThreadCopierBase
64 CrossThreadCopierBase<false, false, ResourceResponse>::Type CrossThreadCopierBase<false, false, ResourceResponse>::copy(const ResourceResponse& response) function in class:WebCore::CrossThreadCopierBase
CrossThreadCopier.h 53 static Type copy(const T& parameter) function in struct:WebCore::CrossThreadCopierPassThrough
72 // Custom copy methods.
77 static Type copy(const T& refPtr) function in struct:WebCore::CrossThreadCopierBase
85 static Type copy(Type ownPtr) function in struct:WebCore::CrossThreadCopierBase
93 static Type copy(const KURL&);
98 static Type copy(const String&);
103 static Type copy(const ResourceError&);
108 static Type copy(const ResourceRequest&);
113 static Type copy(const ResourceResponse&);
  /bionic/libc/bionic/
strndup.c 34 char* copy; local
38 copy = malloc(n+1);
39 if (copy) {
40 memcpy(copy, s, n);
41 copy[n] = 0;
43 return copy;
  /bionic/libc/string/
strdup.c 42 char *copy; local
45 if ((copy = malloc(siz)) == NULL)
47 (void)memcpy(copy, str, siz);
48 return(copy);
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsdup.c 36 wchar_t *copy; local
40 if ((copy = malloc(len * sizeof(wchar_t))) == NULL)
42 return (wmemcpy(copy, s, len));
  /external/clang/test/CodeGen/
2007-04-24-VolatileStructCopy.c 8 void copy(volatile struct foo *p, struct foo *q) { function
tbaa-struct.cpp 11 void copy(struct A *a, struct A *b) { function
  /external/tcpdump/missing/
strdup.c 50 char *copy; local
53 if ((copy = malloc(len)) == NULL)
55 memcpy(copy, str, len);
56 return (copy);
  /external/webkit/Source/WebCore/platform/network/
SocketStreamErrorBase.cpp 36 SocketStreamError SocketStreamErrorBase::copy() const function in class:WebCore::SocketStreamErrorBase
ResourceErrorBase.cpp 34 ResourceError ResourceErrorBase::copy() const function in class:WebCore::ResourceErrorBase
  /external/grub/stage2/
nbloader.S 15 * You should have received a copy of the GNU General Public License
52 * 1. Copy the first 32k to 0x8000 and jump to the relocated area.
53 * 2. Copy the rest to 0x10000 (0x8000 + 32k).
56 /* Copy the first 32k */
63 /* Always copy 32k bytes */
73 /* Copy the rest */
83 /* Copy by 32k, as that is easy to implement */
86 jg copy
89 copy: label
105 /* Use word-size copy */
    [all...]
  /external/compiler-rt/BlocksRuntime/tests/
byrefcopyint.c 50 voidVoid copy = Block_copy(dummy); local
53 return copy;
byrefstruct.c 21 BobTheStruct copy; local
32 memset(&copy, 0x2A, sizeof(copy));
40 copy = fiddly;
43 if ( &copy == &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.ps[i] + 1) || (fiddly.qs[i] != copy.qs[i] + 1) )
    [all...]
  /external/javassist/src/main/javassist/bytecode/
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
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
ConstantAttribute.java 60 * 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,
SourceFileAttribute.java 60 * 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:SourceFileAttribute
  /external/webkit/Source/WebCore/loader/mac/
DocumentLoaderMac.cpp 41 const ResourceLoaderSet copy = loaders; local
42 ResourceLoaderSet::const_iterator end = copy.end();
43 for (ResourceLoaderSet::const_iterator it = copy.begin(); it != end; ++it)
50 const ResourceLoaderSet copy = loaders; local
51 ResourceLoaderSet::const_iterator end = copy.end();
52 for (ResourceLoaderSet::const_iterator it = copy.begin(); it != end; ++it)
  /external/guava/guava-testlib/src/com/google/common/testing/
SerializableTester.java 6 * You may obtain a copy of the License at
95 T copy = reserialize(object); local
97 .addEqualityGroup(object, copy)
99 Assert.assertEquals(object.getClass(), copy.getClass());
100 return copy;
  /build/core/
distdir.mk 6 # You may obtain a copy of the License at
17 # When specifying "dist", the user has asked that we copy the important
35 # $(3): goals that should copy the file
37 define copy-one-dist-file
41 $$(copy-file-to-new-target-with-cp)
47 # copy-one-dist-file to avoid multiple rules for the same target.
57 # at copy time if necessary.
66 $(eval $(call copy-one-dist-file,\
  /external/dropbear/libtomcrypt/src/pk/asn1/der/set/
der_encode_set.c 70 ltc_asn1_list *copy; local
74 /* make copy of list */
75 copy = XCALLOC(inlen, sizeof(*copy));
76 if (copy == NULL) {
82 copy[x] = list[x];
83 copy[x].used = x;
87 XQSORT(copy, inlen, sizeof(*copy), &qsort_helper);
90 err = der_encode_sequence_ex(copy, inlen, out, outlen, LTC_ASN1_SET);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
LenientSerializableTester.java 6 * You may obtain a copy of the License at
47 Set<E> copy = reserialize(original); local
48 assertEquals(original, copy);
49 assertTrue(copy instanceof ImmutableSet);
50 return copy;
  /external/icu4c/common/unicode/
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/proguard/src/proguard/classfile/instruction/
SwitchInstruction.java 17 * You should have received a copy of the GNU General Public License along
59 public SwitchInstruction copy(SwitchInstruction switchInstruction) method in class:SwitchInstruction

Completed in 835 milliseconds

1 2 3 4 5 6 7 8 91011>>