/external/apache-harmony/support/src/test/resources/tests/resources/ |
hyts_ZipFile.zip | |
/libcore/support/src/test/java/tests/resources/ |
hyts_ZipFile.zip | |
/external/bluetooth/glib/tests/collate/ |
collate-2.file | 12 file2.bla
|
collate-2.in | 2 file2.bla
|
collate-2.unicode | 10 file2.bla
|
/libcore/support/src/test/java/tests/support/ |
Support_DeleteOnExitTest.java | 13 File file2 = new File(args[1]); local 16 file2.deleteOnExit();
|
/external/bluetooth/glib/gio/tests/ |
g-file.c | 84 GFile *file2 = NULL; local 90 file2 = g_file_new_for_uri (path2); 95 file2 = g_file_new_for_path (path2); 99 g_assert (file2 != NULL); 101 equal = g_file_equal (file1, file2); 104 g_object_unref (file2); 174 GFile *file2 = NULL; local 184 file2 = g_file_dup (file1); 186 g_assert (file2 != NULL); 188 equal = g_file_equal (file1, file2); 222 GFile *file2 = NULL; local 354 GFile *file2 = NULL; local [all...] |
/external/bzip2/ |
bzdiff.1 | 9 [ file2 ] 13 [ file2 ]
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/ |
DuplicateFileException.java | 32 public DuplicateFileException(String archivePath, File file1, File file2) { 36 mFile2 = file2;
|
/external/chromium/base/ |
file_util.cc | 85 std::ifstream file2(filename2.value().c_str(), 90 if (!file1.is_open() || !file2.is_open()) 97 file2.read(buffer2, BUFFER_SIZE); 99 if ((file1.eof() != file2.eof()) || 100 (file1.gcount() != file2.gcount()) || 103 file2.close(); 106 } while (!file1.eof() || !file2.eof()); 109 file2.close(); 115 std::ifstream file2(filename2.value().c_str(), std::ios::in); 119 if (!file1.is_open() || !file2.is_open() [all...] |
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/ |
MockFileOpTest.java | 89 m.recordExistingFile("/dir1/file2"); 92 "[/dir1/file1, /dir1/file2]", 97 assertFalse(m.delete(createFile("/dir2", "file2"))); 99 "[/dir1/file2]", 105 assertTrue(m.delete(createFile("/dir1", "file2"))); 112 m.recordExistingFile("/dir1/file2"); 125 "[/dir1/dir2/file3, /dir1/file1, /dir1/file2]",
|
/packages/apps/Email/emailcommon/src/org/apache/commons/io/comparator/ |
DefaultFileComparator.java | 61 * {@link File#compareTo(File)} with file2 as the parameter.
63 public int compare(File file1, File file2) {
64 return file1.compareTo(file2);
|
SizeFileComparator.java | 108 public int compare(File file1, File file2) {
116 if (file2.isDirectory()) {
117 size2 = sumDirectoryContents && file2.exists() ? FileUtils.sizeOfDirectory(file2) : 0;
119 size2 = file2.length();
|
LastModifiedFileComparator.java | 67 public int compare(File file1, File file2) {
68 long result = file1.lastModified() - file2.lastModified();
|
/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/Tools/Scripts/ |
compare-timing-files | 40 my ($file1, $file2) = @ARGV; 41 die "$usage\n" unless ($file1 && $file2 && @ARGV == 2); 44 my ($newAverage, $newRange, $newRangePercent) = parseResults($file2); 54 print "\n===== $file2 =====\n";
|
/external/chromium/chrome/browser/ |
browsing_data_indexed_db_helper_browsertest.cc | 34 const FilePath::CharType file2[] = local 51 EXPECT_EQ(FilePath(file2).value(), result[1].file_path.BaseName().value());
|
mock_browsing_data_indexed_db_helper.cc | 43 FilePath(FILE_PATH_LITERAL("file2")), 2, base::Time())); 44 files_[FILE_PATH_LITERAL("file2")] = true;
|
mock_browsing_data_local_storage_helper.cc | 44 FilePath(FILE_PATH_LITERAL("file2")), 2, base::Time())); 45 files_[FILE_PATH_LITERAL("file2")] = true;
|
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/ |
JSilverTest.java | 28 * Usage: JSilverTest file.cs [file.hdf file2.hdf ...] 33 System.out.println("Usage: JSilverTest file.cs [file.hdf file2.hdf ...]");
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
StorageManagerIntegrationTest.java | 79 File file2 = null; local 87 file2 = createObbFile(OBB_FILE_2, R.raw.obb_file2); 88 String filePath2 = file2.getAbsolutePath(); 104 if (file2 != null) { 105 file2.delete();
|
/development/scripts/ |
divide_and_compress_test.py | 53 file2 = BagOfParts() 54 file2.filename = 'file2.txt' 55 file2.contents = ('akdjfk;djsf;kljdslkfjslkdfjlsfjkdvn;kn;2389rtu4i' 58 self.files = {'file1': file1, 'file2': file2} 176 file2 = BagOfParts() 177 file2.filename = 'file2.txt' 178 file2.contents = ('He entered the room and there in the center, it was. [all...] |
/external/llvm/utils/fpcmp/ |
fpcmp.cpp | 24 File2(cl::Positional, cl::desc("<input file #2>"), cl::Required); 37 sys::PathWithStatus(File2),
|
/external/oprofile/libutil++/ |
file_manip.h | 35 * @param file2 second filename 39 bool is_files_identical(std::string const & file1, std::string const & file2);
|
/external/clang/unittests/ |
CMakeLists.txt | 3 # add_clang_unittest(test_dirname file1.cpp file2.cpp ...
|