/external/llvm/utils/ |
codegen-diff | 60 my @file2 = parse_gdb_file ($gdb_file); 61 my $lastrecord = ($#file1 >= $#file2) ? ($#file1) : ($#file2); 64 my $d2 = $file2[$i];
|
/external/webkit/PerformanceTests/SunSpider/ |
sunspider-compare-results | 146 my $file2; 150 $file2 = $ARGV[1]; 153 $file2 = newestFile("$resultDirectory", qr/sunspider-results-.+\.js$/); 157 $output .= "var output2 = " . readResultsFile($file2) . ";\n";
|
/libcore/luni/src/test/java/dalvik/system/ |
DexClassLoaderTest.java | 106 File file2; local 109 case ONE_DEX: file1 = DEX_FILE; file2 = null; break; 110 case ONE_JAR: file1 = JAR_FILE; file2 = null; break; 111 case TWO_DEX: file1 = DEX_FILE; file2 = DEX2_FILE; break; 112 case TWO_JAR: file1 = JAR_FILE; file2 = JAR2_FILE; break; 117 if (file2 != null) { 118 path += File.pathSeparator + file2.getAbsolutePath();
|
/frameworks/base/core/tests/coretests/src/com/android/server/ |
MountServiceTests.java | 264 final File file2 = getFilePath("test2.obb"); local 267 ObbObserver oo2 = mountObbWithoutWait(sm, R.raw.test1, file2); 272 waitForObbActionCompletion(sm, file2, oo2, OnObbStateChangeListener.MOUNTED, false); 278 final String mountPath2 = checkMountedPath(sm, file2); 283 unmountObb(sm, file2, OnObbStateChangeListener.UNMOUNTED);
|
/external/oprofile/libutil++/ |
file_manip.cpp | 86 bool is_files_identical(string const & file1, string const & file2) 91 if (stat(file1.c_str(), &st1) == 0 && stat(file2.c_str(), &st2) == 0) {
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
fixChangeLogPatch.pl | 49 # * File2: 58 # * File2: 176 * File2: 198 * File2: 252 * File2: 265 * File2: 483 - * File2: 506 - * File2:
|
/packages/apps/Email/emailcommon/src/org/apache/commons/io/comparator/ |
NameFileComparator.java | 101 public int compare(File file1, File file2) {
102 return caseSensitivity.checkCompareTo(file1.getName(), file2.getName());
|
PathFileComparator.java | 102 public int compare(File file1, File file2) {
103 return caseSensitivity.checkCompareTo(file1.getPath(), file2.getPath());
|
ExtensionFileComparator.java | 105 public int compare(File file1, File file2) {
107 String suffix2 = FilenameUtils.getExtension(file2.getName());
|
/cts/tests/tests/os/src/android/os/storage/cts/ |
StorageManagerTest.java | 93 final File file2 = getFilePath("test2.obb"); local 96 ObbObserver oo2 = mountObbWithoutWait(R.raw.test1, file2); 101 waitForObbActionCompletion(file2, oo2, OnObbStateChangeListener.MOUNTED); 112 unmountObb(file2, OnObbStateChangeListener.UNMOUNTED);
|
/system/core/toolbox/ |
chown.c | 18 fprintf(stderr, "Usage: chown <USER>[.GROUP] <FILE1> [FILE2] ...\n");
|
cmp.c | 46 fprintf(stderr, "Usage: %s [-b] [-l] [-n count] file1 file2\n", argv[0]);
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldZipFileTest.java | 92 InputStream is2 = zf.getInputStream(zf.getEntry("File2.txt")); 120 zfile.getEntry("File2.txt"); 136 zentry = zfile.getEntry("File2.txt");
|
/ndk/build/tools/ |
dev-platform-compress.sh | 35 file2 = \$SRC/android-4/foo 39 If file2 is identical to file1, we remove its copy in \$DST/android-4/foo, 42 If file3 is identical to file2, we remove its copy in \$DST/android-4/foo,
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
ImageDiff.cpp | 209 int compareImages(const char* file1, const char* file2) 218 if (!baselineImage.createFromFilename(file2)) { 219 fprintf(stderr, "ImageDiff: Unable to open file \"%s\"\n", file2); 333 int diffImages(const char* file1, const char* file2, const char* outFile) 342 if (!baselineImage.createFromFilename(file2)) { 343 fprintf(stderr, "ImageDiff: Unable to open file \"%s\"\n", file2);
|
/external/libvpx/build/make/ |
gen_msvs_def.sh | 19 Usage: ${self_basename} [options] file1 [file2 ...]
|
/external/valgrind/main/cachegrind/ |
cg_diff.in | 46 usage: cg_diff [options] <cachegrind-out-file1> <cachegrind-out-file2> 69 my ($file1, $file2) = (undef, undef); 88 } elsif (not defined($file2)) { 89 $file2 = $arg; 97 if (not defined $file1 or not defined $file2) { 101 return ($file1, $file2); 265 my ($file1, $file2) = process_cmd_line(); 267 ($cmd2, $events2, $CCs2, $summaryCC2) = read_input_file($file2); 297 print("desc: Files compared: $file1; $file2\n");
|
/external/webkit/Tools/Scripts/ |
run-jsc | 39 my $usage = "Usage: run-jsc [--count run_count] [--verbose] shell_file [file2...]";
|
/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. 449 file2: the second file path 452 A positive number if file1 is before file2 453 A negative number if file2 is before file1 457 f2_segments = file2.split('/')
|
/external/bluetooth/glib/gio/ |
gfileicon.c | 201 GFileIcon *file2 = G_FILE_ICON (icon2); local 203 return g_file_equal (file1->file, file2->file);
|
/external/chromium/chrome/browser/ |
browsing_data_local_storage_helper_browsertest.cc | 143 const FilePath::CharType file2[] = local 160 EXPECT_EQ(FilePath(file2).value(), result[1].file_path.BaseName().value());
|
/external/chromium/testing/gmock/scripts/generator/ |
README.cppclean | 46 /cppclean/run.sh nonvirtual_dtors.py file1.h file2.h file3.cc ... 50 /cppclean/run.sh functions.py file1.h file2.h ...
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
port_testcase.py | 105 file2 = port._filesystem.join(dir, 'fast', 'css', 107 contents2 = port._filesystem.read_binary_file(file2)
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
FsUtils.java | 152 public static boolean diffIgnoreSpaces(String file1, String file2) throws IOException { 154 BufferedReader br2 = new BufferedReader(new FileReader(file2));
|
/external/v8/src/ |
flags.cc | 519 printf(" shell [options] file1 file2 ... filek\n"); 520 printf(" run JavaScript scripts in file1, file2, ..., filek\n"); 522 printf(" shell [options] --shell [file1 file2 ... filek]\n"); 524 printf(" d8 [options] file1 file2 ... filek\n"); 526 printf(" d8 [options] --shell [file1 file2 ... filek]\n");
|