HomeSort by relevance Sort by last modified time
    Searched full:oldfile (Results 1 - 25 of 29) 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".
goobsdiff.c 349 if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile",argv[0]);
  /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,
  /external/chromium_org/build/android/gyp/util/
build_utils.py 67 with open(path, 'r') as oldfile:
68 old_dump = oldfile.read()
  /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 91 File oldFile = new File(oldPath);
92 if (oldFile.exists()) {
94 oldFile.delete();
  /external/linux-tools-perf/Documentation/
perf-diff.txt 11 'perf diff' [oldfile] [newfile]
  /external/chromium_org/chrome/common/extensions/docs/server2/
content_provider_test.py 20 'oldfile.html': 'storage.html',
  /bootable/recovery/applypatch/
bspatch.c 135 // from oldfile to x bytes from the diff block; copy y bytes from the
136 // extra block; seek forwards in oldfile by z bytes".
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 731 File oldFile = new File(path);
738 boolean success = oldFile.renameTo(newFile);
758 newFile.renameTo(oldFile);
765 if (oldFile.getName().startsWith(".") && !newPath.startsWith(".")) {
775 if (oldFile.getName().toLowerCase(Locale.US).equals(".nomedia")
778 mMediaProvider.call(mPackageName, MediaStore.UNHIDE_CALL, oldFile.getParent(), null);
    [all...]
  /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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 536 oldfile = globals_dict['__file__']
543 globals_dict['__file__'] = oldfile
  /external/elfutils/src/
ldgeneric.c 654 struct usedfiles *oldfile; local
684 oldfile = oldp->file;
685 xelf_getsymshndx (oldfile->symtabdata, oldfile->xndxdata, oldp->symidx,
691 scnname = elf_strptr (oldfile->elf,
692 oldfile->shstrndx,
693 SCNINFO_SHDR (oldfile->scninfo[shndx].shdr).sh_name);
699 print_file_name (stderr, oldfile, 1, 0);
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetServiceImpl.java     [all...]

Completed in 1553 milliseconds

1 2