HomeSort by relevance Sort by last modified time
    Searched defs:copyData (Results 1 - 25 of 49) sorted by null

1 2

  /external/proguard/src/proguard/io/
ManifestRewriter.java 48 protected void copyData(Reader reader,
52 super.copyData(new SplitLineReader(reader),
DataEntryRewriter.java 53 protected void copyData(InputStream inputStream,
60 copyData(reader, writer);
71 protected void copyData(Reader reader,
DataEntryCopier.java 70 copyData(inputStream, outputStream);
95 protected void copyData(InputStream inputStream,
  /external/icu/icu4c/source/i18n/
collationdatawriter.cpp 325 copyData(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET, reorderCodes, dest);
326 copyData(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET, settings.reorderTable, dest);
328 copyData(indexes, CollationDataReader::IX_CES_OFFSET, data.ces, dest);
329 copyData(indexes, CollationDataReader::IX_CE32S_OFFSET, data.ce32s, dest);
330 copyData(indexes, CollationDataReader::IX_ROOT_ELEMENTS_OFFSET, rootElements, dest);
331 copyData(indexes, CollationDataReader::IX_CONTEXTS_OFFSET, data.contexts, dest);
333 copyData(indexes, CollationDataReader::IX_FAST_LATIN_TABLE_OFFSET, data.fastLatinTable, dest);
334 copyData(indexes, CollationDataReader::IX_SCRIPTS_OFFSET, scripts.getBuffer(), dest);
335 copyData(indexes, CollationDataReader::IX_COMPRESSIBLE_BYTES_OFFSET, data.compressibleBytes, dest);
341 CollationDataWriter::copyData(const int32_t indexes[], int32_t startIndex
    [all...]
dtfmtsym.cpp 295 copyData(other);
304 // assignArray() is only called by copyData() and initializeData(), which in turn
366 DateFormatSymbols::copyData(const DateFormatSymbols& other) {
453 copyData(other);
    [all...]
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
VrState.java 103 public void copyData(VrState src) {
  /prebuilts/go/darwin-x86/src/compress/flate/
inflate.go 651 f.copyData()
654 // copyData copies f.copyLen bytes from the underlying reader into f.hist.
656 func (f *decompressor) copyData() {
676 f.step = (*decompressor).copyData
  /prebuilts/go/linux-x86/src/compress/flate/
inflate.go 651 f.copyData()
654 // copyData copies f.copyLen bytes from the underlying reader into f.hist.
656 func (f *decompressor) copyData() {
676 f.step = (*decompressor).copyData
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 374 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) {
395 protected int[] copyData(int[] tags, int[] data) {
409 protected int copyData(int tag, int data) {
416 protected int[] copyData(int[] tags, int[] data) {
  /frameworks/av/media/libnbaio/
NBLog.cpp 132 void NBLog::FormatEntry::iterator::copyData(uint8_t *dst) const {
703 prevEntry.copyData((uint8_t*) &ts);
741 entry.copyData((const uint8_t*) &ts);
753 aux.copyData((const uint8_t*) &tsNext);
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]
  /external/robolectric/v1/lib/main/
commons-codec-1.6.jar 
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 219 milliseconds

1 2