/dalvik/libcore/support/src/test/java/tests/resources/ |
hyts_ZipFile.zip | |
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_DeleteOnExitTest.java | 12 File file1 = new File(args[0]); local 15 file1.deleteOnExit();
|
/external/bzip2/ |
bzdiff.1 | 8 [ cmp_options ] file1 12 [ diff_options ] file1 28 .I file1 30 .IR file1 ".bz2."
|
bzdiff | 10 # the files compared are file1 and an uncompressed file1.gz.
|
/external/bluetooth/glib/gio/tests/ |
g-file.c | 83 GFile *file1 = NULL; local 89 file1 = g_file_new_for_uri (path1); 94 file1 = g_file_new_for_path (path1); 98 g_assert (file1 != NULL); 101 equal = g_file_equal (file1, file2); 103 g_object_unref (file1); 173 GFile *file1 = NULL; local 178 file1 = g_file_new_for_uri (path); 180 file1 = g_file_new_for_path (path); 182 g_assert (file1 != NULL) 221 GFile *file1 = NULL; local 282 GFile *file1 = NULL; local 353 GFile *file1 = NULL; local [all...] |
/development/scripts/ |
divide_and_compress_test.py | 50 file1 = BagOfParts() 51 file1.filename = 'file1.txt' 52 file1.contents = 'This is a test file' 58 self.files = {'file1': file1, 'file2': file2} 126 source_zip.infolist().AndReturn([self.files['file1'], self.files['file1']]) 127 source_zip.infolist().AndReturn([self.files['file1'], self.files['file1']]) [all...] |
/packages/apps/Email/src/org/apache/commons/io/comparator/ |
DefaultFileComparator.java | 60 * @return the result of calling file1's
64 File file1 = (File)obj1;
local 66 return file1.compareTo(file2);
|
SizeFileComparator.java | 109 File file1 = (File)obj1;
local 112 if (file1.isDirectory()) {
113 size1 = sumDirectoryContents && file1.exists() ? FileUtils.sizeOfDirectory(file1) : 0;
115 size1 = file1.length();
|
LastModifiedFileComparator.java | 68 File file1 = (File)obj1;
local 70 long result = file1.lastModified() - file2.lastModified();
|
NameFileComparator.java | 102 File file1 = (File)obj1;
local 104 return caseSensitivity.checkCompareTo(file1.getName(), file2.getName());
|
PathFileComparator.java | 103 File file1 = (File)obj1;
local 105 return caseSensitivity.checkCompareTo(file1.getPath(), file2.getPath());
|
/external/icu4c/tools/toolutil/ |
filetools.cpp | 28 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2); 94 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2) { 98 if (stat(file1, &stbuf1) == 0 && stat(file2, &stbuf2) == 0) { 113 fprintf(stderr, "Unable to get stats from file: %s or %s\n", file1, file2);
|
/external/webkit/WebKitTools/Scripts/ |
compare-timing-files | 40 my ($file1, $file2) = @ARGV; 41 die "$usage\n" unless ($file1 && $file2 && @ARGV == 2); 43 my ($oldAverage, $oldRange, $oldRangePercent) = parseResults($file1); 46 print "\n===== $file1 =====\n";
|
/external/v8/test/mjsunit/ |
d8-os.js | 82 os.system("sh", ["-c", "echo foo > file1"]); 83 os.system("ls", ["file1"]); 84 assertThrows("os.mkdirp('file1');", "mkdir over file1"); 85 assertThrows("os.mkdirp('file1/foo');", "mkdir over file2"); 86 assertThrows("os.mkdirp('file1/');", "mkdir over file3"); 87 assertThrows("os.mkdirp('file1/foo/');", "mkdir over file4");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
ProjectResourceItem.java | 18 public int compare(ResourceFile file1, ResourceFile file2) { 20 FolderConfiguration fc1 = file1.getFolder().getConfiguration();
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipFileTest.java | 174 return zip.getEntry("File1.txt"); 203 * zip.getEntry("File1.txt"); assertNotNull("Did not find entry", 229 InputStream is1 = zf.getInputStream(zf.getEntry("File1.txt")); 303 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt"); 308 zentry = zfile.getEntry("testdir1/File1.txt"); 309 assertNotNull("Could not obtain ZipEntry: testdir1/File1.txt", zentry); 334 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt"); 361 java.util.zip.ZipEntry zentry = zfile.getEntry("File1.txt"); 388 zentry = zfile.getEntry("File1.txt"); 462 ZipEntry zentry = zfile.getEntry("File1.txt") [all...] |
/external/webkit/SunSpider/ |
sunspider-compare-results | 145 my $file1; 149 $file1 = $ARGV[0]; 152 $file1 = readFile("$resultDirectory/baseline-filename.txt"); 156 my $output = "var output1 = " . readResultsFile($file1) . ";\n";
|
/system/core/toolbox/ |
chown.c | 18 fprintf(stderr, "Usage: chown <USER>[.GROUP] <FILE1> [FILE2] ...\n");
|
cmp.c | 45 fprintf(stderr, "Usage: %s [-b] [-l] [-n count] file1 file2\n", argv[0]);
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/ |
image_diff.py | 181 def diff_files(self, port, file1, file2): 185 file1, file2: full paths of the files to compare. 193 result = port.diff_image(file1, file2)
|
text_diff.py | 109 def diff_files(self, port, file1, file2): 113 file1, file2: full paths of the files to compare. 120 return port.compare_text(self.get_normalized_text(file1),
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
AppCacheTest.java | 239 File file1 = new File(fileArr[i], "testFile"+j+".txt"); local 242 fos = new FileOutputStream(file1); 246 Log.i(TAG, "wrote 10K bytes to "+file1); 362 File file1 = new File(cacheDir, testFilePrefix+i+".txt"); local 365 fos = new FileOutputStream(file1); 388 File file1 = new File(cacheDir, testFilePrefix+i+".txt"); local 389 if(file1.exists()) { 390 fail("file:"+file1+" should not exist"); 407 File file1 = new File(fileArr[i], testFilePrefix+j+".txt"); local 410 fos = new FileOutputStream(file1); [all...] |
/build/tools/lsd/ |
cmdline.c | 35 "\tlsd file1 [file2 file3 ... fileN] [-Ldir1 -Ldir2 ... -LdirN] "
|
/development/scripts/app_engine_server/ |
memcache_zipserve.py | 438 def CompareFilenames(self, file1, file2): 439 """Determines whether file1 is lexigraphically 'before' file2. 444 We say that file1 is lexigraphically before file2 if the last non-matching 445 path segment of file1 is alphabetically before file2. 448 file1: the first file path 452 A positive number if file1 is before file2 453 A negative number if file2 is before file1 456 f1_segments = file1.split('/')
|
/external/bluetooth/glib/gio/ |
gfileicon.c | 200 GFileIcon *file1 = G_FILE_ICON (icon1); local 203 return g_file_equal (file1->file, file2->file);
|