/external/curl/tests/data/ |
test1358 | 75 <file2 name="log/stdout1358"> 90 </file2>
|
test1359 | 76 <file2 name="log/heads1359"> 91 </file2>
|
test1360 | 76 <file2 name="log/stdout1360"> 91 </file2>
|
test1361 | 75 <file2 name="log/heads1361"> 90 </file2>
|
test1362 | 75 <file2 name="log/stdout1362"> 90 </file2>
|
test2005 | 79 <file2 name="log/stdout2005"> 80 </file2>
|
test2011 | 79 <file2 name="log/stdout2011"> 80 </file2>
|
test2012 | 78 <file2 name="log/stdout2012"> 79 </file2>
|
/external/llvm/test/tools/dsymutil/X86/ |
odr-anon-namespace.cpp | 25 // Keep the ifdef guards for FILE1 and FILE2 even if all the code is 45 #elif defined(FILE2)
|
/external/llvm/utils/fpcmp/ |
fpcmp.cpp | 24 File2(cl::Positional, cl::desc("<input file #2>"), cl::Required); 36 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance,
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/example/ |
FakeFtpServerSpringConfigurationTest.groovy | 73 // RETR - File2.txt; we DO NOT have required permissions
75 assert !ftpClient.retrieveFile("File2.txt", outputStream)
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/ |
LastModifiedFileComparator.java | 67 public int compare(File file1, File file2) { 68 long result = file1.lastModified() - file2.lastModified();
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/ |
relocs.exp | 33 proc regexp_test { file1 file2 test } { 34 if [regexp_diff $file1 $file2] then { fail $test } else { pass $test }
|
/build/kati/testcase/ |
ninja_regen_find_link.sh | 41 touch dir1/file1 dir2/file2
|
/external/autotest/client/tests/rmaptest/ |
rmaptest.py | 7 ["rmaptest", "-l -i100 -n100 -s100 -t100 -V10 -v file2.dat"],
|
/external/clang/unittests/Tooling/ |
ReplacementsYamlTest.cpp | 29 .push_back(Replacement("/path/to/file2.h", 301, 2, "replacement #2")); 46 " - FilePath: /path/to/file2.h\n" 63 " - FilePath: /path/to/file2.h\n" 79 ASSERT_EQ("/path/to/file2.h", DocActual.Replacements[1].getFilePath());
|
/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/valgrind/cachegrind/docs/ |
cg_diff-manpage.xml | 25 <arg choice="plain"><replaceable>cachegrind-out-file2</replaceable></arg>
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/ |
Handler.java | 66 String file2 = u2.getFile(); local 68 int sep2 = file2.indexOf(separator); 75 String entry2 = file2.substring(sep2 + 2); 83 enclosedURL2 = new URL(file2.substring(0, sep2));
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
ver_test_1.cc | 26 // a versioned function in file2.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
MountServiceTests.java | 253 final File file2 = getFilePath("test2.obb"); local 256 ObbObserver oo2 = mountObbWithoutWait(sm, R.raw.test1, file2); 261 waitForObbActionCompletion(sm, file2, oo2, OnObbStateChangeListener.MOUNTED, false); 267 final String mountPath2 = checkMountedPath(sm, file2); 272 unmountObb(sm, file2, OnObbStateChangeListener.UNMOUNTED);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateManager.java | 196 public int compare(File file1, File file2) { 197 return file1.getName().compareTo(file2.getName()); 209 private int compareTemplates(File file1, File file2) { 211 TemplateMetadata template2 = getTemplate(file2); 220 delta = (int) (file2.lastModified() - file1.lastModified());
|
/external/pdfium/samples/ |
image_diff.cc | 219 const std::string& file2, 228 if (!baseline_image.CreateFromFilename(file2)) { 229 fprintf(stderr, "image_diff: Unable to open file \"%s\"\n", file2.c_str()); 281 const std::string& file2, 290 if (!baseline_image.CreateFromFilename(file2)) { 291 fprintf(stderr, "image_diff: Unable to open file \"%s\"\n", file2.c_str());
|
/bionic/linker/tests/ |
linker_utils_test.cpp | 79 ASSERT_TRUE(parse_zip_path("/zip/path/file2.zip!/", &zip_path, &entry_path)); 80 ASSERT_EQ("/zip/path/file2.zip", zip_path);
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
example.py | 113 >>> create_file('/test/file2.txt') 115 ['/test/file1.txt', '/test/file2.txt']
|