/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/skia/tools/ |
jsondiff.py | 153 def GenerateDiffDict(self, oldfile, newfile=None): 155 old = expectations within oldfile 159 oldfile. 161 return self.GenerateDiffDictFromStrings(self._GetFileContentsAsString(oldfile), 170 oldfile. 195 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new)
|
/frameworks/multidex/library/src/android/support/multidex/ |
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());
|
MultiDexExtractor.java | 276 for (File oldFile : files) { 277 Log.i(TAG, "Trying to delete old file " + oldFile.getPath() + " of size " + 278 oldFile.length()); 279 if (!oldFile.delete()) { 280 Log.w(TAG, "Failed to delete old file " + oldFile.getPath()); 282 Log.i(TAG, "Deleted old file " + oldFile.getPath());
|
/frameworks/base/media/java/android/media/ |
MiniThumbFile.java | 90 File oldFile = new File(oldPath); 91 if (oldFile.exists()) { 93 oldFile.delete();
|
/external/vboot_reference/futility/ |
cmd_vbutil_kernel.c | 220 char *oldfile = NULL; local 308 oldfile = optarg; 478 if (!oldfile) 482 kpart_data = ReadOldKPartFromFileOrDie(oldfile, &kpart_size); 487 Fatal("%s is not a kernel blob\n", oldfile);
|
/bootable/recovery/applypatch/ |
bspatch.c | 134 // from oldfile to x bytes from the diff block; copy y bytes from the 135 // extra block; seek forwards in oldfile by z bytes".
|
/frameworks/base/media/java/android/mtp/ |
MtpDatabase.java | 771 File oldFile = new File(path); 778 boolean success = oldFile.renameTo(newFile); 798 newFile.renameTo(oldFile); 805 if (oldFile.getName().startsWith(".") && !newPath.startsWith(".")) { 815 if (oldFile.getName().toLowerCase(Locale.US).equals(".nomedia") 818 mMediaProvider.call(mPackageName, MediaStore.UNHIDE_CALL, oldFile.getParent(), null); [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
RegisteredServicesCacheTest.java | 159 String oldFile = "<?xml version='1.0' encoding='utf-8' standalone='yes' ?>\n" 166 FileUtils.copyToFile(new ByteArrayInputStream(oldFile.getBytes()), file);
|
/external/libxml2/python/ |
generator.py | [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...] |
/frameworks/base/core/java/android/content/pm/ |
RegisteredServicesCache.java | 619 AtomicFile oldFile = new AtomicFile(new File(syncDir, mInterfaceName + ".xml")); 620 boolean oldFileExists = oldFile.getBaseFile().exists(); 631 is = oldFile.openRead();
|
/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
|
/prebuilts/sdk/current/support/multidex/library/libs/ |
android-support-multidex.jar | |
/external/elfutils/src/src/ |
ldgeneric.c | 644 struct usedfiles *oldfile; local 674 oldfile = oldp->file; 675 xelf_getsymshndx (oldfile->symtabdata, oldfile->xndxdata, oldp->symidx, 681 scnname = elf_strptr (oldfile->elf, 682 oldfile->shstrndx, 683 SCNINFO_SHDR (oldfile->scninfo[shndx].shdr).sh_name); 689 print_file_name (stderr, oldfile, 1, 0); [all...] |
/frameworks/base/services/core/java/com/android/server/accounts/ |
AccountManagerService.java | [all...] |
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
AppWidgetServiceImpl.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | |
/prebuilts/devtools/tools/lib/ |
lint-api.jar | |
sdklib.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/ |
lint-api-22.2.0.jar | |