HomeSort by relevance Sort by last modified time
    Searched refs:oldData (Results 1 - 25 of 40) sorted by null

1 2

  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
BsPatch.java 60 * Applies a patch from |patchData| to the data in |oldData|, writing the result to |newData|.
62 * @param oldData data to which the patch should be applied
69 RandomAccessFile oldData, OutputStream newData, InputStream patchData)
74 applyPatchInternal(oldData, newData, patchData);
84 final RandomAccessFile oldData,
101 final long oldSize = oldData.length();
114 // Offsets into |oldData| and |newData|.
115 long oldDataOffset = 0; // strobes |oldData| in order specified by the patch file
121 // from |oldData| to |newData| by applying byte-by-byte addends. The addend bytes are
127 // |oldData| to |newData|. If zero, no identical bytes are copied in this operation
    [all...]
  /system/security/keystore-engine/
ecdsa_meth.cpp 126 void* oldData = EC_KEY_insert_key_method_data(eckey.get(),
129 if (oldData != NULL) {
130 free(oldData);
  /external/skia/src/core/
SkMipMap.h 40 void onDataChange(void* oldData, void* newData) override {
SkCachedData.h 40 virtual void onDataChange(void* oldData, void* newData) {}
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver_help.cc 57 uint8_t* oldData = applicationData;
69 if (oldData)
71 memcpy(applicationData, oldData, oldLength);
73 delete [] oldData;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntArrayList.java 92 int oldData[] = elements;
94 System.arraycopy(oldData, 0, elements, 0, n);
  /external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
BsPatchTest.java 84 RandomAccessFile oldData = new RandomAccessFile(oldFile, "r");
87 BsPatch.transformBytes(patchInput.length, patchInputStream, oldData, newData, buffer1, buffer2);
98 RandomAccessFile oldData = new RandomAccessFile(oldFile, "r");
100 BsPatch.transformBytes(2, patchIn, oldData, new ByteArrayOutputStream(), buffer1, buffer2);
112 RandomAccessFile oldData = new RandomAccessFile(oldFile, "r");
116 patchInput.length, patchInputStream, oldData, newData, buffer1, buffer2);
128 RandomAccessFile oldData = new RandomAccessFile(oldFile, "r");
135 patchInput.length + 1, patchInputStream, oldData, newData, buffer1, buffer2);
657 RandomAccessFile oldData = new RandomAccessFile(oldFile, "r");
661 BsPatch.applyPatch(oldData, actualNewData, patchInputStream)
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ReportAPI.java 44 APIData oldData;
132 ReportAPI(APIData oldData, APIData newData) {
133 this.oldData = oldData;
136 removed = (TreeSet<APIInfo>)oldData.set.clone();
140 added.removeAll(oldData.set);
204 tempRemoved.addAll(oldData.set);
284 String title = "ICU4J API Comparison: " + oldData.name + " with " + newData.name;
303 pw.println("<h2>Removed from " + oldData.name +"</h2>");
372 pw.println("=== Removed from " + oldData.name + " ===")
    [all...]
  /external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
FileByFileV1DeltaApplierTest.java 222 byte[] oldData = new byte[oldSize];
225 oldBlobDataIn.readFully(oldData);
226 Assert.assertArrayEquals(expectedDeltaFriendlyOldFileBytes, oldData);
  /frameworks/base/core/java/android/database/
MatrixCursor.java 171 Object[] oldData = this.data;
177 System.arraycopy(oldData, 0, this.data, 0, oldData.length);
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btBulletWorldImporter.cpp 346 btTypedConstraintData* oldData = (btTypedConstraintData*)constraintData;
348 convertConstraintBackwardsCompatible281(oldData, rbA,rbB, bulletFile2->getVersion());
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/chromium-trace/catapult/third_party/flot/
jquery.js     [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
jquery-1.7.1.js     [all...]
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 786 milliseconds

1 2