Searched refs:copy (Results 1 - 25 of 1267) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/svg/
H A DSVGMatrix.h14 * You should have received a copy of the GNU Library General Public License
45 AffineTransform copy = *this; local
46 copy.translate(tx, ty);
47 return static_cast<SVGMatrix>(copy);
52 AffineTransform copy = *this; local
53 copy.scale(s, s);
54 return static_cast<SVGMatrix>(copy);
59 AffineTransform copy = *this; local
60 copy.scale(sx, sy);
61 return static_cast<SVGMatrix>(copy);
66 AffineTransform copy = *this; local
73 AffineTransform copy = *this; local
80 AffineTransform copy = *this; local
87 AffineTransform copy = *this; local
94 AffineTransform copy = *this; local
101 AffineTransform copy = *this; local
120 AffineTransform copy = *this; local
[all...]
/external/tcpdump/missing/
H A Dstrdup.c50 char *copy; local
53 if ((copy = malloc(len)) == NULL)
55 memcpy(copy, str, len);
56 return (copy);
/external/webkit/Source/WebCore/platform/
H A DCrossThreadCopier.cpp44 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
/external/icu4c/common/unicode/
H A Dparsepos.h72 * @param copy the object to be copied from.
75 ParsePosition(const ParsePosition& copy) argument
76 : UObject(copy),
77 index(copy.index),
78 errorIndex(copy.errorIndex)
91 ParsePosition& operator=(const ParsePosition& copy);
183 ParsePosition::operator=(const ParsePosition& copy) argument
185 index = copy.index;
186 errorIndex = copy.errorIndex;
191 ParsePosition::operator==(const ParsePosition& copy) cons
[all...]
/external/clang/test/CodeGen/
H A D2007-04-24-VolatileStructCopy.c8 void copy(volatile struct foo *p, struct foo *q) { function
/external/icu4c/i18n/unicode/
H A Dfieldpos.h14 * 07/17/98 stephen Added default/copy ctors, and operators =, ==, !=
137 * @param copy the object to be copied from.
140 FieldPosition(const FieldPosition& copy) argument
141 : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {}
151 * @param copy the object to be copied from.
154 FieldPosition& operator=(const FieldPosition& copy);
264 FieldPosition::operator=(const FieldPosition& copy) argument
[all...]
/external/dropbear/libtomcrypt/src/pk/asn1/der/set/
H A Dder_encode_set.c70 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, inle
[all...]
/external/elfutils/tests/
H A Drun-ranlib-test.sh15 # You should have received a copy of the GNU General Public License along
29 tempfiles ranlib-test.a ranlib-test.a-copy
39 cp ranlib-test.a ranlib-test.a-copy
44 cmp ranlib-test.a ranlib-test.a-copy
/external/clang/test/Lexer/
H A Ddigraph.c9 void copy(char d<::>, const char s<::>, int len)
/external/guava/guava-testlib/src/com/google/common/testing/
H A DSerializableTester.java6 * You may obtain a copy of the License at
95 T copy = reserialize(object);
97 .addEqualityGroup(object, copy)
99 Assert.assertEquals(object.getClass(), copy.getClass());
100 return copy;
/external/icu4c/test/intltest/
H A Dtstnrapi.cpp31 // test copy constructor
32 Normalizer copy(norm);
33 if(copy.next()!=0xac00) {
38 Normalizer *clone=copy.clone();
39 if(*clone!=copy) {
40 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()!=copy");
43 if(clone->hashCode()!=copy.hashCode()) {
44 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->hashCode()!=copy.hashCode()");
50 if(clone->hashCode()==copy.hashCode()) {
51 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->next().hashCode()==copy
[all...]
/external/chromium/third_party/libevent/
H A Dautogen.sh11 automake --add-missing --copy
/external/dbus/dbus/
H A Ddbus-marshal-byteswap-util.c18 * You should have received a copy of the GNU General Public License
49 DBusString copy; local
53 if (!_dbus_string_init (&copy))
56 if (!_dbus_string_copy (&body, 0, &copy, 0))
62 &copy, 0);
67 &copy, 0);
75 _dbus_verbose_bytes_of_string (&copy, 0,
76 _dbus_string_get_length (&copy));
82 _dbus_string_free (&copy);
/external/elfutils/libdwfl/
H A Ddwfl_module_report_build_id.c14 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/bindings/objc/
H A DPublicDOMInterfaces.h34 @property(readonly, copy) NSString *name;
36 @property(copy) NSString *value;
45 @property(copy) NSString *data;
88 @property(copy) NSString *title;
89 @property(readonly, copy) NSString *referrer;
90 @property(readonly, copy) NSString *domain;
91 @property(readonly, copy) NSString *URL;
93 @property(copy) NSString *cookie;
94 @property(readonly, copy) NSString *inputEncoding AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
95 @property(readonly, copy) NSStrin
[all...]
/external/compiler-rt/BlocksRuntime/tests/
H A Dbyrefstruct.c21 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
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DLenientSerializableTester.java6 * You may obtain a copy of the License at
47 Set<E> copy = reserialize(original);
48 assertEquals(original, copy);
49 assertTrue(copy instanceof ImmutableSet);
50 return copy;
H A DHashMultisetTest.java6 * You may obtain a copy of the License at
65 Multiset<Multiset<?>> copy = SerializableTester.reserialize(multiset);
66 assertEquals(2, copy.size());
67 assertSame(copy, copy.iterator().next());
84 Multiset<MultisetHolder> copy = SerializableTester.reserialize(multiset);
85 assertEquals(2, copy.size());
86 assertSame(copy, copy.iterator().next().member);
/external/webkit/Source/WebKit2/Shared/API/c/mac/
H A DWKURLRequestNS.mm36 RetainPtr<NSURLRequest> copiedURLRequest(AdoptNS, [urlRequest copy]);
43 return [toImpl(urlRequest)->platformRequest() copy];
H A DWKURLResponseNS.mm36 RetainPtr<NSURLResponse> copiedURLResponse(AdoptNS, [urlResponse copy]);
43 return [toImpl(urlResponse)->platformResponse() copy];
/external/chromium/chrome/browser/ui/cocoa/applescript/
H A Delement_applescript.h22 @property(nonatomic, copy) NSNumber* uniqueID;
24 @property(nonatomic, copy) NSString* containerProperty;
/external/libpng/
H A Dautogen.sh10 libtoolize --force --copy --automake
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/
H A DWebDOMTestCallback.cpp15 * You should have received a copy of the GNU Library General Public License
64 WebDOMTestCallback::WebDOMTestCallback(const WebDOMTestCallback& copy) argument
67 m_impl = copy.impl() ? new WebDOMTestCallbackPrivate(copy.impl()) : 0;
70 WebDOMTestCallback& WebDOMTestCallback::operator=(const WebDOMTestCallback& copy) argument
73 m_impl = copy.impl() ? new WebDOMTestCallbackPrivate(copy.impl()) : 0;
H A DWebDOMTestInterface.cpp15 * You should have received a copy of the GNU Library General Public License
53 WebDOMTestInterface::WebDOMTestInterface(const WebDOMTestInterface& copy) argument
56 m_impl = copy.impl() ? new WebDOMTestInterfacePrivate(copy.impl()) : 0;
59 WebDOMTestInterface& WebDOMTestInterface::operator=(const WebDOMTestInterface& copy) argument
62 m_impl = copy.impl() ? new WebDOMTestInterfacePrivate(copy.impl()) : 0;
H A DWebDOMTestMediaQueryListListener.cpp15 * You should have received a copy of the GNU Library General Public License
52 WebDOMTestMediaQueryListListener::WebDOMTestMediaQueryListListener(const WebDOMTestMediaQueryListListener& copy) argument
55 m_impl = copy.impl() ? new WebDOMTestMediaQueryListListenerPrivate(copy.impl()) : 0;
58 WebDOMTestMediaQueryListListener& WebDOMTestMediaQueryListListener::operator=(const WebDOMTestMediaQueryListListener& copy) argument
61 m_impl = copy.impl() ? new WebDOMTestMediaQueryListListenerPrivate(copy.impl()) : 0;

Completed in 507 milliseconds

1234567891011>>