HomeSort by relevance Sort by last modified time
    Searched full:oldfile (Results 1 - 25 of 48) sorted by null

1 2

  /external/bsdiff/
bsdiff.1 36 .Ao Ar oldfile Ac Ao Ar newfile Ac Ao Ar patchfile Ac
40 .Ao Ar oldfile Ac
47 .Ao Ar oldfile Ac
57 .Ao Ar oldfile Ac ,
59 an absolute minimum working set size of 8 times the size of oldfile.
bspatch.1 36 .Ao Ar oldfile Ac Ao Ar newfile Ac Ao Ar patchfile Ac
42 .Ao Ar oldfile Ac
51 .Ao Ar oldfile Ac
bspatch.c 73 if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]);
89 from oldfile to x bytes from the diff block; copy y bytes from the
90 extra block; seek forwards in oldfile by z bytes".
bsdiff.c 216 if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]);
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
bsdiff.1 36 .Ao Ar oldfile Ac Ao Ar newfile Ac Ao Ar patchfile Ac
40 .Ao Ar oldfile Ac
47 .Ao Ar oldfile Ac
57 .Ao Ar oldfile Ac ,
59 an absolute minimum working set size of 8 times the size of oldfile.
bspatch.1 36 .Ao Ar oldfile Ac Ao Ar newfile Ac Ao Ar patchfile Ac
42 .Ao Ar oldfile Ac
51 .Ao Ar oldfile Ac
goobspatch.c 382 if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile",argv[0]);
407 from oldfile to x bytes from the diff block; copy y bytes from the
408 extra block; seek forwards in oldfile by z bytes".
  /external/chromium_org/third_party/skia/tools/
jsondiff.py 154 def GenerateDiffDict(self, oldfile, newfile=None):
156 old = expectations within oldfile
160 oldfile.
162 return self.GenerateDiffDictFromStrings(self._GetFileContentsAsString(oldfile),
171 oldfile.
196 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
svndiff.py 145 diff_dict = json_differ.GenerateDiffDict(oldfile=old_json_path,
  /external/skia/tools/
jsondiff.py 154 def GenerateDiffDict(self, oldfile, newfile=None):
156 old = expectations within oldfile
160 oldfile.
162 return self.GenerateDiffDictFromStrings(self._GetFileContentsAsString(oldfile),
171 oldfile.
196 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
svndiff.py 145 diff_dict = json_differ.GenerateDiffDict(oldfile=old_json_path,
  /frameworks/multidex/library/src/android/support/multidex/
MultiDexExtractor.java 274 for (File oldFile : files) {
275 Log.i(TAG, "Trying to delete old file " + oldFile.getPath() + " of size " +
276 oldFile.length());
277 if (!oldFile.delete()) {
278 Log.w(TAG, "Failed to delete old file " + oldFile.getPath());
280 Log.i(TAG, "Deleted old file " + oldFile.getPath());
MultiDex.java 349 for (File oldFile : files) {
350 Log.i(TAG, "Trying to delete old file " + oldFile.getPath() + " of size "
351 + oldFile.length());
352 if (!oldFile.delete()) {
353 Log.w(TAG, "Failed to delete old file " + oldFile.getPath());
355 Log.i(TAG, "Deleted old file " + oldFile.getPath());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
split-file-by-class 44 open(OLDFILE, "<", $filename) or die "File does not exist: $filename\n";
51 while (my $line = <OLDFILE>) {
68 close(OLDFILE);
compare-timing-files 35 my $usage = "compare-timing-files [-c|--count results] oldFile newFile";
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 90 File oldFile = new File(oldPath);
91 if (oldFile.exists()) {
93 oldFile.delete();
  /external/chromium_org/build/android/gyp/util/
build_utils.py 85 with open(path, 'r') as oldfile:
86 old_dump = oldfile.read()
  /bootable/recovery/applypatch/
bspatch.c 133 // from oldfile to x bytes from the diff block; copy y bytes from the
134 // extra block; seek forwards in oldfile by z bytes".
  /art/runtime/native/
dalvik_system_DexFile.cc 247 static void CopyProfileFile(const char* oldfile, const char* newfile) {
248 ScopedFd src(open(oldfile, O_RDONLY));
250 PLOG(ERROR) << "Failed to open profile file " << oldfile
257 PLOG(ERROR) << "Failed to get stats for profile file " << oldfile
276 PLOG(ERROR) << "Failed to copy profile file " << oldfile << " to " << newfile
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 802 File oldFile = new File(path);
809 boolean success = oldFile.renameTo(newFile);
829 newFile.renameTo(oldFile);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
content_provider_test.py 20 'oldfile.html': 'storage.html',
  /external/chromium_org/courgette/third_party/
bsdiff_apply.cc 135 // "seek" forwards (or backwards) in oldfile.
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program.c 668 * Search instructions for registers that match (oldFile, oldIndex),
673 GLuint oldFile, GLuint oldIndex,
680 if (inst[i].SrcReg[j].File == oldFile &&
687 if (inst[i].DstReg.File == oldFile && inst[i].DstReg.Index == oldIndex) {
    [all...]
  /external/mesa3d/src/mesa/program/
program.c 668 * Search instructions for registers that match (oldFile, oldIndex),
673 GLuint oldFile, GLuint oldIndex,
680 if (inst[i].SrcReg[j].File == oldFile &&
687 if (inst[i].DstReg.File == oldFile && inst[i].DstReg.Index == oldIndex) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 536 oldfile = globals_dict['__file__']
543 globals_dict['__file__'] = oldfile

Completed in 1235 milliseconds

1 2