HomeSort by relevance Sort by last modified time
    Searched refs:oldfile (Results 1 - 6 of 6) sorted by null

  /external/skia/tools/
jsondiff.py 148 def GenerateDiffDict(self, oldfile, newfile=None):
150 old = expectations within oldfile
154 oldfile.
156 return self.GenerateDiffDictFromStrings(self._GetFileContentsAsString(oldfile),
165 oldfile.
190 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
svndiff.py 137 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()
  /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...]

Completed in 102 milliseconds