HomeSort by relevance Sort by last modified time
    Searched refs:file2 (Results 51 - 73 of 73) sorted by null

1 23

  /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];
  /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/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);
  /system/core/init/
devices.c 651 char *root, *loading, *data, *file1 = NULL, *file2 = NULL; local
674 l = asprintf(&file2, FIRMWARE_DIR2"/%s", uevent->firmware);
689 fw_fd = open(file2, O_RDONLY);
717 free(file2);
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/
FileUtils.java 410 * @param file2 the second file
415 public static boolean contentEquals(File file1, File file2) throws IOException {
417 if (file1Exists != file2.exists()) {
426 if (file1.isDirectory() || file2.isDirectory()) {
431 if (file1.length() != file2.length()) {
436 if (file1.getCanonicalFile().equals(file2.getCanonicalFile())) {
445 input2 = new FileInputStream(file2);
    [all...]
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 463 const char* base2, const char* dir2, const char* file2, bool* ex1, bool* ex2)
466 size_t file2Len = strlen(file2);
468 bool file2Ex = file2[file2Len - 1] == '*';
473 base2, dir2, file2, file2Ex ? "" : "no ");
480 const char* base2, const char* dir2, const char* file2)
485 CheckForExec(base1, dir1, file1, base2, dir2, file2, &file1Ex, &file2Ex);
488 base2, dir2, (int) strlen(file2) - (int) file2Ex, file2,
    [all...]
  /external/libvpx/build/make/
gen_msvs_sln.sh 20 Usage: ${self_basename} [options] file1 [file2 ...]
gen_msvs_proj.sh 20 Usage: ${self_basename} --name=projname [options] file1 [file2 ...]
  /external/bluetooth/glib/gio/
gdummyfile.c 212 GFile *file2)
215 GDummyFile *dummy2 = G_DUMMY_FILE (file2);
gfile.h 147 GFile *file2);
445 GFile *file2);
    [all...]
glocalfile.c 517 GFile *file2)
520 GLocalFile *local2 = G_LOCAL_FILE (file2);
    [all...]
gfile.c 566 * @file2: the second #GFile.
575 * Returns: %TRUE if @file1 and @file2 are equal.
580 GFile *file2)
585 g_return_val_if_fail (G_IS_FILE (file2), FALSE);
587 if (G_TYPE_FROM_INSTANCE (file1) != G_TYPE_FROM_INSTANCE (file2))
592 return (* iface->equal) (file1, file2);
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 293 GFile *file2)
296 char *uri2 = g_winhttp_file_get_uri (file2);
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 397 FilePath file2(dir.AppendASCII("file2"));
420 ASSERT_TRUE(WriteFile(file2, "content"));
421 VLOG(1) << "Waiting for file2 creation";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 674 IFile file2 = workspaceRoot.getFile(location);
677 org.eclipse.core.runtime.content.IContentDescription desc = file2.getContentDescription();
682 file2,
    [all...]
  /external/grub/stage2/
builtins.c 485 /* cmp FILE1 FILE2 */ local
490 char *file1, *file2;
499 file2 = skip_to (0, arg);
500 if (! *file1 || ! *file2)
508 nul_terminate (file2);
525 /* Read the whole data from FILE2. */
527 if (! grub_open (file2))
530 /* Check if the size of FILE2 is equal to the one of FILE2. */
534 size, file1, filemax, file2);
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 1004 const char* file2 = "original = \""; local
    [all...]
  /external/v8/test/mjsunit/
d8-os.js 85 assertThrows("os.mkdirp('file1/foo');", "mkdir over file2");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 230 File file2 = new File("/", "//dir1/file1"); local
231 assertEquals("wrong result 2", ref1.getPath(), file2.getPath());
254 File file2 = new File(root, "//dir1/file1"); local
255 assertEquals("wrong result 2", ref1.getPath(), file2.getPath());
    [all...]
  /external/chromium/net/disk_cache/
backend_unittest.cc     [all...]
  /external/webrtc/src/modules/audio_processing/ns/main/source/
nsx_core.c 624 inst->file2=fopen("file2.pcm","wb");
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1279 milliseconds

1 23