Searched refs:copy (Results 276 - 300 of 1281) sorted by relevance

<<11121314151617181920>>

/external/icu4c/common/unicode/
H A Drep.h116 * @param target UnicodeString into which to copy characters.
172 virtual void copy(int32_t start, int32_t limit, int32_t dest) = 0;
/external/icu4c/stubdata/
H A DAndroid.mk5 # You may obtain a copy of the License at
42 $(eval $(call copy-one-file,$(LOCAL_PATH)/$(root)-$(config).dat,$(HOST_OUT)/usr/icu/$(root).dat))
/external/icu4c/test/intltest/
H A Dreptest.cpp154 virtual void copy(int32_t start, int32_t limit, int32_t dest) { function in class:TestReplaceable
155 chars.copy(start, limit, dest);
156 styles.copy(start, limit, dest);
200 virtual void copy(int32_t /*start*/, int32_t /*limit*/, int32_t /*dest*/) { function in class:NoopReplaceable
264 // UMemory/UObject/Replaceable copy constructors
/external/javassist/src/main/javassist/bytecode/
H A DAnnotationDefaultAttribute.java104 * Copies this attribute and returns a new copy.
106 public AttributeInfo copy(ConstPool newCp, Map classnames) { method in class:AnnotationDefaultAttribute
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDelegatedData.java6 * You may obtain a copy of the License at
233 public void copy(String toPath, Data from) { method in class:DelegatedData
235 getDelegate().copy(toPath, from);
239 public void copy(Data from) { method in class:DelegatedData
241 getDelegate().copy(from);
/external/jsilver/src/org/clearsilver/
H A DHDF.java6 * You may obtain a copy of the License at
171 * Deep copy of the contents of the source HDF structure to this HDF
176 * node becomes a symlink in the copy.
180 * @param src the source HDF to copy over.
182 void copy(String hdfpath, HDF src); method in interface:HDF
/external/lohit-fonts/
H A DAndroid.mk5 # You may obtain a copy of the License at
16 # to copy over the NOTICE file.
/external/mesa3d/docs/
H A DMESA_copy_sub_buffer.spec63 may be used to copy a rectangular region of the back color buffer to
68 <x> and <y> indicates the lower-left corner of the region to copy and
76 are not executed until the copy is completed.
/external/openssh/regress/
H A Dreexec.sh7 COPY=${OBJ}/copy
20 # Do basic copy tests
31 cmp ${DATA} ${COPY} || fail "corrupted copy"
/external/oprofile/pp/
H A Doparchive_options.cpp106 copy(sample_files.begin(), sample_files.end(),
/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;
/external/stlport/stlport/stl/
H A D_valarray.c19 * Permission to use or copy this software for any purpose is hereby granted
153 copy(this->_M_first + __n, this->_M_first + this->size(),
158 copy(this->_M_first, this->_M_first + this->size() + __n,
177 copy(this->_M_first, this->_M_first + __n,
179 copy(this->_M_first + __n, this->_M_first + this->size(),
/external/webkit/Source/WebCore/css/
H A DCSSValueList.h15 * You should have received a copy of the GNU Library General Public License
57 PassRefPtr<CSSValueList> copy();
/external/webkit/Source/WebCore/html/
H A DAsyncImageResizer.cpp68 RefPtr<SharedBuffer> imageData = cachedResource->data()->copy();
H A DImageResizerThread.cpp57 RefPtr<SharedBuffer> copiedImageData = imageData->copy();
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DCanvasLayer.h48 virtual LayerAndroid* copy() const { return new CanvasLayer(*this); } function in class:WebCore::CanvasLayer
/external/webkit/Source/WebCore/platform/gtk/
H A DGtkVersioning.c15 * You should have received a copy of the GNU Library General Public License
123 cairo_surface_t * copy; local
132 copy = cairo_image_surface_create(gdk_cairo_format_for_content(content),
136 cr = cairo_create(copy);
142 return copy;
202 * @surface: surface to copy from
/external/webkit/Source/WebCore/platform/network/
H A DBlobData.cpp57 url = url.copy();
H A DResourceErrorBase.h39 // Makes a deep copy. Useful for when you need to use a ResourceError on another thread.
40 ResourceError copy() const;
77 // The ResourceError subclass may "shadow" this method to copy platform specific fields
/external/webkit/Source/WebCore/rendering/style/
H A DStyleBoxData.h18 * You should have received a copy of the GNU Library General Public License
38 PassRefPtr<StyleBoxData> copy() const { return adoptRef(new StyleBoxData(*this)); } function in class:WebCore::StyleBoxData
H A DStyleRareInheritedData.h18 * You should have received a copy of the GNU Library General Public License
46 PassRefPtr<StyleRareInheritedData> copy() const { return adoptRef(new StyleRareInheritedData(*this)); } function in class:WebCore::StyleRareInheritedData
/external/webkit/Source/WebCore/storage/
H A DStorageAreaImpl.h56 PassRefPtr<StorageAreaImpl> copy();
H A DStorageMap.h60 PassRefPtr<StorageMap> copy();
H A DStorageNamespaceImpl.h52 virtual PassRefPtr<StorageNamespace> copy();

Completed in 1366 milliseconds

<<11121314151617181920>>