HomeSort by relevance Sort by last modified time
    Searched full:file2 (Results 76 - 100 of 153) sorted by null

1 2 34 5 6 7

  /external/sonivox/arm-hybrid-22k/host_src/
eas_hostmm.c 534 EAS_HW_FILE *file2,*dupFile; local
546 file2 = hwInstData->files;
550 if ((file1 != file2) && (file2->buffer == file1->buffer))
562 dupFile = file2;
564 file2++;
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 565 EAS_HW_FILE *file2,*dupFile; local
577 file2 = hwInstData->files;
581 if ((file1 != file2) && (file2->fd == file1->fd))
593 dupFile = file2;
595 file2++;
  /external/sonivox/arm-wt-22k/misc/
eas_host.c 663 EAS_HW_FILE *file2,*dupFile; local
674 file2 = hwInstData->files;
678 if ((file1 != file2) && (file2->pFile == file1->pFile))
689 dupFile = file2;
691 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...]
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 293 GFile *file2)
296 char *uri2 = g_winhttp_file_get_uri (file2);
  /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/v8/test/mjsunit/
d8-os.js 85 assertThrows("os.mkdirp('file1/foo');", "mkdir over file2");
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
api_unittest.py 214 scm.changed_files = lambda git_commit: ["file1", "file2", "relative/path/ChangeLog"]
diff_parser_unittest.py 137 { 'a' : 'o', 'b' : 'w' }, # git-diff HEAD:file1 file2 (compares an (o)bject and a (w)ork tree entity)
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/
SdkManagerTestCase.java 234 FileOp.append(dir1, "File2.java").createNewFile();
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 1251 EAS_HW_FILE *file2,*dupFile; local
1675 EAS_HW_FILE *file2,*dupFile; local
    [all...]
EASLibVst.c 946 EAS_HW_FILE *file2,*dupFile; local
957 file2 = hwInstData->files;
961 if ((file1 != file2) && (file2->pFile == file1->pFile))
972 dupFile = file2;
974 file2++;
1370 EAS_HW_FILE *file2,*dupFile; local
    [all...]
  /external/valgrind/main/docs/html/
cl-format.html 155 cfl=file2.c
162 cfl=file2.c
167 fl=file2.c
206 cfl=(2) file2.c
231 fl=(2) file2.c
cg-manual.html     [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...]
  /frameworks/base/tools/aapt/
Main.cpp 80 " %s r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]\n"
84 " %s a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]\n"
  /external/valgrind/main/cachegrind/docs/
cg-manual.xml 678 cg_merge -o outputfile file1 file2 file3 ...]]></programlisting>
682 and checks <computeroutput>file2</computeroutput> and merges it into
732 cg_diff file1 file2]]></programlisting>
736 and checks <computeroutput>file2</computeroutput>, then computes the
738 <computeroutput>file2</computeroutput>). The final results are written to
    [all...]
  /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...]
  /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/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipFileTest.java 220 zfile.getEntry("File2.txt");
  /external/chromium/net/disk_cache/
backend_unittest.cc     [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 1004 const char* file2 = "original = \""; local
    [all...]

Completed in 661 milliseconds

1 2 34 5 6 7