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

/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.java70 copyData(inputStream, outputStream);
95 protected void copyData(InputStream inputStream, method in class:DataEntryCopier
/external/icu/icu4c/source/i18n/
H A Dcollationdatawriter.h48 static void copyData(const int32_t indexes[], int32_t startIndex,
H A Dcollationdatawriter.cpp323 copyData(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET, reorderCodes, dest);
324 copyData(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET, settings.reorderTable, dest);
326 copyData(indexes, CollationDataReader::IX_CES_OFFSET, data.ces, dest);
327 copyData(indexes, CollationDataReader::IX_CE32S_OFFSET, data.ce32s, dest);
328 copyData(indexes, CollationDataReader::IX_ROOT_ELEMENTS_OFFSET, rootElements, dest);
329 copyData(indexes, CollationDataReader::IX_CONTEXTS_OFFSET, data.contexts, dest);
331 copyData(indexes, CollationDataReader::IX_FAST_LATIN_TABLE_OFFSET, data.fastLatinTable, dest);
332 copyData(indexes, CollationDataReader::IX_SCRIPTS_OFFSET, scripts.getBuffer(), dest);
333 copyData(indexes, CollationDataReader::IX_COMPRESSIBLE_BYTES_OFFSET, data.compressibleBytes, dest);
339 CollationDataWriter::copyData(cons function in class:CollationDataWriter
[all...]
H A Ddtfmtsym.cpp277 copyData(other);
286 // assignArray() is only called by copyData(), which in turn implements the
348 DateFormatSymbols::copyData(const DateFormatSymbols& other) { function in class:DateFormatSymbols
423 copyData(other);
/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.h296 /** If copyData is true, the stream makes a private copy of the data. */
297 SkMemoryStream(const void* data, size_t length, bool copyData = false);
308 if copyData is true, the stream makes a private copy of the data
311 bool copyData = false);
/external/skia/src/core/
H A DSkStream.cpp286 static SkData* newFromParams(const void* src, size_t size, bool copyData) { argument
287 if (copyData) {
304 SkMemoryStream::SkMemoryStream(const void* src, size_t size, bool copyData) { argument
305 fData = newFromParams(src, size, copyData);
329 void SkMemoryStream::setMemory(const void* src, size_t size, bool copyData) { argument
331 fData = newFromParams(src, size, copyData);
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h921 void copyData(const DateFormatSymbols& other);
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1534 void copyData (const BufferLayout& dstLayout, const vector<BlockDataPtr>& dstBlockPointers, const BufferLayout& srcLayout, const vector<BlockDataPtr>& srcBlockPointers) function in namespace:deqp::gles31::bb::__anon3656
2223 copyData(glLayout, mappedBlockPtrs, refLayout, initialData.pointers);
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.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 546 milliseconds