Searched refs:copy (Results 176 - 200 of 1337) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/platform/network/
H A DResourceErrorBase.cpp34 ResourceError ResourceErrorBase::copy() const function in class:WebCore::ResourceErrorBase
H A DSocketStreamErrorBase.h43 // Makes a deep copy. Useful for when you need to use a SocketStreamError on another thread.
44 SocketStreamError copy() const;
/external/webkit/Source/WebCore/platform/text/
H A DLineEnding.cpp43 virtual void copy(const CString&) = 0;
62 virtual void copy(const CString& source) function in class:__anon15934::CStringBuffer
88 virtual void copy(const CString& source) function in class:__anon15934::VectorCharAppendBuffer
121 buffer.copy(from);
128 // Make a copy of the string.
181 // If no need to fix the string, just copy the string over.
187 // Make a copy of the string.
/external/webkit/Source/WebCore/rendering/style/
H A DDataRef.h17 * You should have received a copy of the GNU Library General Public License
41 m_data = m_data->copy();
H A DStyleBackgroundData.h18 * You should have received a copy of the GNU Library General Public License
39 PassRefPtr<StyleBackgroundData> copy() const { return adoptRef(new StyleBackgroundData(*this)); } function in class:WebCore::StyleBackgroundData
H A DStyleInheritedData.h18 * You should have received a copy of the GNU Library General Public License
42 PassRefPtr<StyleInheritedData> copy() const { return adoptRef(new StyleInheritedData(*this)); } function in class:WebCore::StyleInheritedData
H A DStyleMultiColData.h18 * You should have received a copy of the GNU Library General Public License
41 PassRefPtr<StyleMultiColData> copy() const { return adoptRef(new StyleMultiColData(*this)); } function in class:WebCore::StyleMultiColData
H A DStyleVisualData.h18 * You should have received a copy of the GNU Library General Public License
37 PassRefPtr<StyleVisualData> copy() const { return adoptRef(new StyleVisualData(*this)); } function in class:WebCore::StyleVisualData
/external/webkit/Source/WebCore/storage/
H A DStorageNamespace.h50 virtual PassRefPtr<StorageNamespace> copy() = 0;
/external/webkit/Source/WebCore/svg/
H A DSVGPathByteStream.h14 * You should have received a copy of the GNU Library General Public License
54 PassOwnPtr<SVGPathByteStream> copy() function in class:WebCore::SVGPathByteStream
/external/webkit/Tools/DumpRenderTree/mac/
H A DNavigationController.m55 pendingScript = [script copy];
63 pendingRequest = [request copy];
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DCharInfo.java8 * You may obtain a copy of the License at
153 * making a mutable copy, {@link #mutableCopyOf(CharInfo)}.
500 // Put the common copy of charInfo in the cache, but return
501 // a copy of it.
531 * Create a mutable copy of the cached one.
536 CharInfo copy = new CharInfo();
539 System.arraycopy(charInfo.array_of_bits,0,copy.array_of_bits,0,max);
541 copy.firstWordNotUsed = charInfo.firstWordNotUsed;
544 System.arraycopy(charInfo.shouldMapAttrChar_ASCII,0,copy.shouldMapAttrChar_ASCII,0,max);
547 System.arraycopy(charInfo.shouldMapTextChar_ASCII,0,copy
[all...]
/external/e2fsprogs/lib/uuid/
H A DAndroid.mk6 copy.c \
/external/grub/stage2/
H A Dterminfo.c16 * You should have received a copy of the GNU General Public License
255 ti_get_term(struct terminfo *copy) argument
257 grub_memmove (copy, &term, sizeof (struct terminfo));
/external/guava/guava/src/com/google/common/io/
H A DResources.java6 * You may obtain a copy of the License at
139 public static void copy(URL from, OutputStream to) throws IOException { method in class:Resources
140 ByteStreams.copy(newInputStreamSupplier(from), to);
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DNioEndpoint.java121 protected void send( ByteBuffer data, boolean copy, boolean wakeup ) argument
127 if( !copy ) {
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DData.java6 * You may obtain a copy of the License at
192 * Does a deep copy of the attributes and values from one node to another.
194 * @param toPath destination path for the deep copy.
197 void copy(String toPath, Data from); method in interface:Data
200 * Does a deep copy the attributes and values from one node to another
204 void copy(Data from); method in interface:Data
H A DUnmodifiableData.java6 * You may obtain a copy of the License at
40 public void copy(Data from) { method in class:UnmodifiableData
45 public void copy(String toPath, Data from) { method in class:UnmodifiableData
/external/llvm/utils/release/
H A Dtag.sh43 svn copy -m "Creating release_$release branch" \
57 svn copy -m "Creating release candidate $rc from release_$release branch" \
/external/openssh/regress/
H A Dconch-ciphers.sh7 COPY=${OBJ}/copy
28 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Dputty-ciphers.sh7 COPY=${OBJ}/copy
26 cmp ${DATA} ${COPY} || fail "corrupted copy"
H A Drekey.sh7 COPY=${OBJ}/copy
24 cmp $DATA ${COPY} || fail "corrupted copy"
H A Dsftp.sh7 COPY=${OBJ}/copy
29 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
30 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
H A Dstderr-after-eof.sh8 COPY=${OBJ}/copy
H A Dstderr-data.sh7 COPY=${OBJ}/copy

Completed in 6295 milliseconds

1234567891011>>