HomeSort by relevance Sort by last modified time
    Searched refs:file1 (Results 26 - 50 of 79) sorted by null

12 3 4

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResultRepo.java 141 public int compare(File file0, File file1) {
142 return file0.getName().compareTo(file1.getName());
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c     [all...]
EASLibVst.c 944 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1)
950 if (file1->pFile == NULL)
954 if (file1->dup)
961 if ((file1 != file2) && (file2->pFile == file1->pFile))
967 file1->pFile = NULL;
985 file1->pFile = NULL;
990 if (fclose(file1->pFile) != 0)
994 file1->pFile = NULL;
    [all...]
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceItem.java 41 public int compare(ResourceFile file1, ResourceFile file2) {
43 FolderConfiguration fc1 = file1.getFolder().getConfiguration();
  /cts/tests/tests/os/src/android/os/storage/cts/
StorageManagerTest.java 92 final File file1 = getFilePath("test1.obb"); local
95 ObbObserver oo1 = mountObbWithoutWait(R.raw.test1, file1);
99 waitForObbActionCompletion(file1, oo1, OnObbStateChangeListener.MOUNTED);
111 unmountObb(file1, OnObbStateChangeListener.UNMOUNTED);
  /external/libvpx/build/make/
gen_msvs_def.sh 19 Usage: ${self_basename} [options] file1 [file2 ...]
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintUtils.java 351 * @param file1 the first file to be compared
357 public static File getCommonParent(@NonNull File file1, @NonNull File file2) {
358 if (file1.equals(file2)) {
359 return file1;
360 } else if (file1.getPath().startsWith(file2.getPath())) {
362 } else if (file2.getPath().startsWith(file1.getPath())) {
363 return file1;
366 File first = file1.getParentFile();
  /external/v8/test/mjsunit/
d8-os.js 87 os.system("sh", ["-c", "echo foo > " + TEST_DIR + "/file1"]);
88 os.system("ls", [TEST_DIR + "/file1"]);
89 assertThrows("os.mkdirp(TEST_DIR + '/file1');", "mkdir over file1");
90 assertThrows("os.mkdirp(TEST_DIR + '/file1/foo');", "mkdir over file2");
91 assertThrows("os.mkdirp(TEST_DIR + '/file1/');", "mkdir over file3");
92 assertThrows("os.mkdirp(TEST_DIR + '/file1/foo/');", "mkdir over file4");
  /external/chromium/chrome/browser/
browsing_data_local_storage_helper_browsertest.cc 141 const FilePath::CharType file1[] = local
159 EXPECT_EQ(FilePath(file1).value(), result[0].file_path.BaseName().value());
  /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/webkitpy/layout_tests/port/
port_testcase.py 103 file1 = port._filesystem.join(dir, 'fast', 'css', 'button_center.png')
104 contents1 = port._filesystem.read_binary_file(file1)
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/detector/api/
LocationTest.java 27 File file1 = new File("parent/location1"); local
32 Location location1 = Location.create(file1);
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 208 OwningPtr<MemoryBuffer> file1;
209 MemoryBuffer::getFile(fname1, file1);
210 if (!file1)
218 return file1->getBuffer() == file2->getBuffer();
  /external/guava/guava/src/com/google/common/io/
Files.java 380 public static boolean equal(File file1, File file2) throws IOException {
381 if (file1 == file2 || file1.equals(file2)) {
390 long len1 = file1.length();
395 return ByteStreams.equal(newInputStreamSupplier(file1),
  /external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 485 FileDescriptorProto file1, file2a, file2b; local
486 file1.set_name("foo.proto");
487 file1.set_package("foo");
488 file1.add_message_type()->set_name("Foo");
494 string data1 = file1.SerializeAsString();
  /external/chromium/chrome/browser/download/
download_browsertest.cc     [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 243 File file1 = new File(fileArr[i], "testFile"+j+".txt"); local
246 fos = new FileOutputStream(file1);
250 Log.i(TAG, "wrote 10K bytes to "+file1);
366 File file1 = new File(cacheDir, testFilePrefix+i+".txt"); local
369 fos = new FileOutputStream(file1);
393 File file1 = new File(cacheDir, testFilePrefix+i+".txt"); local
394 if(file1.exists()) {
395 files.add(file1.getName());
416 File file1 = new File(fileArr[i], testFilePrefix+j+".txt"); local
419 fos = new FileOutputStream(file1);
    [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 607 def CompareFilenames(self, file1, file2):
608 """Determines whether file1 is lexigraphically 'before' file2.
613 We say that file1 is lexigraphically before file2 if the last non-matching
614 path segment of file1 is alphabetically before file2.
617 file1: the first file path
621 A positive number if file1 is before file2
622 A negative number if file2 is before file1
625 f1_segments = file1.split('/')
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java 228 String file1 = dir1 + "/test.mp3"; local
232 writeFile(R.raw.testmp3, file1);
233 mMediaScannerConnection.scanFile(file1, MEDIA_TYPE);
281 new File(file1).delete();
  /external/bluetooth/glib/gio/
gfileicon.c 200 GFileIcon *file1 = G_FILE_ICON (icon1); local
203 return g_file_equal (file1->file, file2->file);
  /external/llvm/utils/
codegen-diff 59 my @file1 = parse_objdump_file ($objdump_file);
61 my $lastrecord = ($#file1 >= $#file2) ? ($#file1) : ($#file2);
63 my $d1 = $file1[$i];
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java 152 public static boolean diffIgnoreSpaces(String file1, String file2) throws IOException {
153 BufferedReader br1 = new BufferedReader(new FileReader(file1));
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 104 compareFiles(const void *file1, const void *file2);
531 compareFiles(const void *file1, const void *file2) {
533 return uprv_strcmp(((File *)file1)->basename, ((File *)file2)->basename);
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 396 FilePath file1(dir.AppendASCII("file1"));
405 ASSERT_TRUE(WriteFile(file1, "content"));
406 VLOG(1) << "Waiting for file1 creation";
411 ASSERT_TRUE(WriteFile(file1, "content v2"));
412 VLOG(1) << "Waiting for file1 modification";
416 ASSERT_TRUE(file_util::Delete(file1, false));
417 VLOG(1) << "Waiting for file1 deletion";
  /system/core/init/
devices.c 728 char *root, *loading, *data, *file1 = NULL, *file2 = NULL; local
747 l = asprintf(&file1, FIRMWARE_DIR1"/%s", uevent->firmware);
764 fw_fd = open(file1, O_RDONLY);
793 free(file1);

Completed in 474 milliseconds

12 3 4