/packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/ |
PathFileComparator.java | 102 public int compare(File file1, File file2) {
103 return caseSensitivity.checkCompareTo(file1.getPath(), file2.getPath());
|
/external/sonivox/arm-fm-22k/host_src/ |
eas_hostmm.c | 532 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1) 539 if (file1->buffer == NULL) 543 if (file1->dup) 550 if ((file1 != file2) && (file2->buffer == file1->buffer)) 556 file1->buffer = NULL; 575 file1->buffer = NULL; 580 EAS_HWFree(hwInstData, file1->buffer); 583 file1->buffer = NULL;
|
/external/sonivox/arm-hybrid-22k/host_src/ |
eas_hostmm.c | 532 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1) 539 if (file1->buffer == NULL) 543 if (file1->dup) 550 if ((file1 != file2) && (file2->buffer == file1->buffer)) 556 file1->buffer = NULL; 575 file1->buffer = NULL; 580 EAS_HWFree(hwInstData, file1->buffer); 583 file1->buffer = NULL;
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_hostmm.c | 562 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1) 569 if (file1->fd < 0) 573 if (file1->dup) 580 if ((file1 != file2) && (file2->fd == file1->fd)) 586 file1->fd = -1; 605 file1->fd = -1; 610 close(file1->fd); 612 file1->fd = -1;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/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";
|
/external/oprofile/libutil++/ |
file_manip.h | 34 * @param file1 first filename 39 bool is_files_identical(std::string const & file1, std::string const & file2);
|
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/chromium_org/tools/imagediff/ |
image_diff.cc | 195 int CompareImages(const base::FilePath& file1, const base::FilePath& file2) { 199 if (!actual_image.CreateFromFilename(file1)) { 201 file1.value().c_str()); 296 int DiffImages(const base::FilePath& file1, const base::FilePath& file2, 301 if (!actual_image.CreateFromFilename(file1)) { 303 file1.value().c_str());
|
/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...] |
/external/sonivox/arm-wt-22k/misc/ |
eas_host.c | 661 EAS_RESULT EAS_HWCloseFile (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file1) 667 if (file1->pFile == NULL) 671 if (file1->dup) 678 if ((file1 != file2) && (file2->pFile == file1->pFile)) 684 file1->pFile = NULL; 702 file1->pFile = NULL; 707 if (fclose(file1->pFile) != 0) 711 file1->pFile = NULL;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateManager.java | 191 public int compare(File file1, File file2) { 192 return file1.getName().compareTo(file2.getName()); 204 private int compareTemplates(File file1, File file2) { 205 TemplateMetadata template1 = getTemplate(file1); 215 delta = (int) (file2.lastModified() - file1.lastModified());
|
/libcore/luni/src/test/java/dalvik/system/ |
DexClassLoaderTest.java | 105 File file1; 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; 116 String path = file1.getAbsolutePath();
|
/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...] |
/external/libvpx/libvpx/build/make/ |
gen_msvs_def.sh | 19 Usage: ${self_basename} [options] file1 [file2 ...]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
MountServiceTests.java | 265 final File file1 = getFilePath("test1.obb"); local 268 ObbObserver oo1 = mountObbWithoutWait(sm, R.raw.test1, file1); 272 waitForObbActionCompletion(sm, file1, oo1, OnObbStateChangeListener.MOUNTED, false); 276 final String mountPath1 = checkMountedPath(sm, file1); 284 unmountObb(sm, file1, OnObbStateChangeListener.UNMOUNTED);
|
/external/chromium_org/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/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/chromium_org/tools/site_compare/commands/ |
compare2.py | 151 file1 = drivers.windowing.URLtoFilename( variable in class:ExecuteCompare2.ScrapeInfo 156 comparison_result = compare.Compare(file1, file2,
|
/cts/tests/tests/os/src/android/os/storage/cts/ |
StorageManagerTest.java | 122 private void doMountAndUnmountTwoObbs(File file1, File file2) { 123 ObbObserver oo1 = mountObbWithoutWait(R.raw.test1, file1); 127 waitForObbActionCompletion(file1, oo1, OnObbStateChangeListener.MOUNTED); 139 unmountObb(file1, OnObbStateChangeListener.UNMOUNTED);
|
/external/clang/tools/arcmt-test/ |
arcmt-test.cpp | 210 OwningPtr<MemoryBuffer> file1; 211 MemoryBuffer::getFile(fname1, file1); 212 if (!file1) 220 return file1->getBuffer() == file2->getBuffer();
|
/external/chromium_org/courgette/ |
encoded_program_fuzz_unittest.cc | 36 std::string file1 = FileContents(file_name); local 38 const void* original_buffer = file1.c_str(); 39 size_t original_length = file1.length();
|
/external/chromium_org/third_party/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();
|