Home
last modified time | relevance | path

Searched refs:oldData (Results 1 – 25 of 25) sorted by relevance

/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/
DBsPatch.java69 RandomAccessFile oldData, OutputStream newData, InputStream patchData) in applyPatch() argument
74 applyPatchInternal(oldData, newData, patchData); in applyPatch()
84 final RandomAccessFile oldData, in applyPatchInternal() argument
101 final long oldSize = oldData.length(); in applyPatchInternal()
162 oldData.seek(oldDataOffset); in applyPatchInternal()
164 transformBytes((int) diffSegmentLength, patchData, oldData, newData, buffer1, buffer2); in applyPatchInternal() local
199 final RandomAccessFile oldData, in transformBytes() argument
207 oldData.readFully(buffer1, 0, numBytesThisRound); in transformBytes()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver_help.cc57 uint8_t* oldData = applicationData; in AddApplicationData() local
69 if (oldData) in AddApplicationData()
71 memcpy(applicationData, oldData, oldLength); in AddApplicationData()
73 delete [] oldData; in AddApplicationData()
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/bsdiff/
DBsPatchTest.java84 RandomAccessFile oldData = new RandomAccessFile(oldFile, "r"); in testTransformBytes() local
87 BsPatch.transformBytes(patchInput.length, patchInputStream, oldData, newData, buffer1, buffer2); in testTransformBytes()
98 RandomAccessFile oldData = new RandomAccessFile(oldFile, "r"); in testTransformBytes_Error_NotEnoughBytes() local
100 BsPatch.transformBytes(2, patchIn, oldData, new ByteArrayOutputStream(), buffer1, buffer2); in testTransformBytes_Error_NotEnoughBytes()
112 RandomAccessFile oldData = new RandomAccessFile(oldFile, "r"); in testTransformBytes_Error_JunkPatch() local
116 patchInput.length, patchInputStream, oldData, newData, buffer1, buffer2); in testTransformBytes_Error_JunkPatch()
128 RandomAccessFile oldData = new RandomAccessFile(oldFile, "r"); in testTransformBytes_Error_JunkPatch_Underflow() local
135 patchInput.length + 1, patchInputStream, oldData, newData, buffer1, buffer2); in testTransformBytes_Error_JunkPatch_Underflow()
657 RandomAccessFile oldData = new RandomAccessFile(oldFile, "r"); in invokeApplyPatch() local
661 BsPatch.applyPatch(oldData, actualNewData, patchInputStream); in invokeApplyPatch()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DReportAPI.java46 APIData oldData; field in ReportAPI
137 ReportAPI(APIData oldData, APIData newData) { in ReportAPI() argument
138 this.oldData = oldData; in ReportAPI()
141 removed = (TreeSet<APIInfo>)oldData.set.clone(); in ReportAPI()
145 added.removeAll(oldData.set); in ReportAPI()
209 tempRemoved.addAll(oldData.set); in ReportAPI()
289 String title = "ICU4J API Comparison: " + oldData.name + " with " + newData.name; in writeReport()
310 pw.println("<h2>Removed from " + oldData.name +"</h2>"); in writeReport()
379 pw.println("=== Removed from " + oldData.name + " ==="); in writeReport()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntArrayList.java92 int oldData[] = elements; in ensureCapacity() local
94 System.arraycopy(oldData, 0, elements, 0, n); in ensureCapacity()
/external/deqp/scripts/khr_util/
Dformat.py80 oldData = readFile(filename)
81 if data != oldData:
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
DFileByFileV1DeltaApplierTest.java222 byte[] oldData = new byte[oldSize]; in applyDelta()
225 oldBlobDataIn.readFully(oldData); in applyDelta()
226 Assert.assertArrayEquals(expectedDeltaFriendlyOldFileBytes, oldData); in applyDelta()
/external/skia/src/core/
DSkMipMap.h68 void onDataChange(void* oldData, void* newData) override { in onDataChange() argument
DSkCachedData.h40 virtual void onDataChange(void* oldData, void* newData) {} in onDataChange() argument
/external/icu/icu4c/source/data/
Dcldr-icu-readme.txt152 make all 2>&1 | tee /tmp/icu4c-oldData-makeAll.txt
153 make check 2>&1 | tee /tmp/icu4c-oldData-makeCheck.txt
220 ant all 2>&1 | tee /tmp/icu4j-oldData-antAll.txt
221 ant check 2>&1 | tee /tmp/icu4j-oldData-antCheck.txt
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...