Searched refs:copyData (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DCrossThreadCopier.cpp61 return request.copyData();
66 return response.copyData();
/external/webkit/Source/WebCore/platform/graphics/android/
H A DSharedBufferStream.h46 virtual void setMemory(const void* data, size_t length, bool copyData) { argument
/external/webkit/Source/WebKit/mac/WebView/
H A DWebResourcePrivate.h39 copyData:(BOOL)copyData;
H A DWebResource.mm122 return [self _initWithData:data URL:URL MIMEType:MIMEType textEncodingName:textEncodingName frameName:frameName response:nil copyData:YES];
342 copyData:(BOOL)copyData
346 return [[self _webkit_invokeOnMainThread] _initWithData:data URL:URL MIMEType:MIMEType textEncodingName:textEncodingName frameName:frameName response:response copyData:copyData];
360 _private = [[WebResourcePrivate alloc] initWithCoreResource:ArchiveResource::create(SharedBuffer::wrapNSData(copyData ? [[data copy] autorelease] : data), URL, MIMEType, textEncodingName, frameName, response)];
367 // Pass NO for copyData since the data doesn't need to be copied since we know that callers will no longer modify it.
375 copyData:NO];
/external/proguard/src/proguard/io/
H A DDataEntryRewriter.java53 protected void copyData(InputStream inputStream, method in class:DataEntryRewriter
60 copyData(reader, writer);
71 protected void copyData(Reader reader, method in class:DataEntryRewriter
H A DManifestRewriter.java48 protected void copyData(Reader reader, method in class:ManifestRewriter
52 super.copyData(new SplitLineReader(reader),
H A DDataEntryCopier.java68 copyData(inputStream, outputStream);
86 protected void copyData(InputStream inputStream, method in class:DataEntryCopier
/external/skia/src/core/
H A DSkMMapStream.cpp63 void SkMMAPStream::setMemory(const void* data, size_t length, bool copyData) argument
66 this->INHERITED::setMemory(data, length, copyData);
H A DSkStream.cpp254 static SkData* newFromParams(const void* src, size_t size, bool copyData) { argument
255 if (copyData) {
272 SkMemoryStream::SkMemoryStream(const void* src, size_t size, bool copyData) { argument
273 fData = newFromParams(src, size, copyData);
287 void SkMemoryStream::setMemory(const void* src, size_t size, bool copyData) { argument
289 fData = newFromParams(src, size, copyData);
/external/webkit/Source/WebCore/platform/network/
H A DHTTPHeaderMap.h48 PassOwnPtr<CrossThreadHTTPHeaderMapData> copyData() const;
H A DHTTPHeaderMap.cpp48 PassOwnPtr<CrossThreadHTTPHeaderMapData> HTTPHeaderMap::copyData() const function in class:WebCore::HTTPHeaderMap
H A DResourceRequestBase.h74 PassOwnPtr<CrossThreadResourceRequestData> copyData() const;
H A DResourceResponseBase.h54 PassOwnPtr<CrossThreadResourceResponseData> copyData() const;
H A DResourceRequestBase.cpp80 PassOwnPtr<CrossThreadResourceRequestData> ResourceRequestBase::copyData() const function in class:WebCore::ResourceRequestBase
88 data->m_httpHeaders = httpHeaderFields().copyData();
H A DResourceResponseBase.cpp119 PassOwnPtr<CrossThreadResourceResponseData> ResourceResponseBase::copyData() const function in class:WebCore::ResourceResponseBase
129 data->m_httpHeaders = httpHeaderFields().copyData();
/external/javassist/src/main/javassist/bytecode/
H A DStackMapTable.java374 writer.sameLocals(offsetDelta, stackTag, copyData(stackTag, stackData));
382 writer.appendFrame(offsetDelta, tags, copyData(tags, data));
387 writer.fullFrame(offsetDelta, localTags, copyData(localTags, localData),
388 stackTags, copyData(stackTags, stackData));
391 protected int copyData(int tag, int data) { method in class:StackMapTable.SimpleCopy
395 protected int[] copyData(int[] tags, int[] data) { method in class:StackMapTable.SimpleCopy
409 protected int copyData(int tag, int data) { method in class:StackMapTable.Copier
416 protected int[] copyData(int[] tags, int[] data) { method in class:StackMapTable.Copier
/external/skia/include/core/
H A DSkStream.h166 /** if copyData is true, the stream makes a private copy of the data
168 SkMemoryStream(const void* data, size_t length, bool copyData = false);
173 if copyData is true, the stream makes a private copy of the data
176 bool copyData = false);
/external/icu4c/i18n/unicode/
H A Ddtfmtsym.h730 void copyData(const DateFormatSymbols& other);
/external/icu4c/i18n/
H A Ddtfmtsym.cpp242 copyData(other);
251 // assignArray() is only called by copyData(), which in turn implements the
313 DateFormatSymbols::copyData(const DateFormatSymbols& other) { function in class:DateFormatSymbols
362 copyData(other);
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 594 milliseconds