HomeSort by relevance Sort by last modified time
    Searched full:file2 (Results 151 - 175 of 863) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/curl/tests/data/
test1133 29 http://%HOSTIP:%HTTPPORT/we/want/1133 -F "file=@\"log/test1133,a\\\"nd;.txt\";type=mo/foo;filename=\"faker,and;.txt\"" -F 'file2=@"log/test1133,a\"nd;.txt"' -F 'file3=@"log/test1133,a\"nd;.txt";type=m/f,"log/test1133,a\"nd;.txt"'
64 Content-Disposition: form-data; name="file2"; filename="test1133,a\"nd;.txt"
test2006 87 <file2 name="log/heads2006">
97 </file2>
test2007 88 <file2 name="log/heads2007">
98 </file2>
test2008 80 <file2 name="log/heads2008">
90 </file2>
test2009 81 <file2 name="log/heads2009">
91 </file2>
test2010 80 <file2 name="log/heads2010">
90 </file2>
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
NameFileComparator.java 101 public int compare(File file1, File file2) {
102 return caseSensitivity.checkCompareTo(file1.getName(), file2.getName());
PathFileComparator.java 102 public int compare(File file1, File file2) {
103 return caseSensitivity.checkCompareTo(file1.getPath(), file2.getPath());
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/
complex-relocs.exp 36 proc regexp_test { file1 file2 test } {
37 if [regexp_diff $file1 $file2] then { fail $test } else { pass $test }
  /external/curl/tests/
getpart.pm 263 my $file2="$logdir/check-expected";
275 open(TEMP, ">$file2");
284 my @out = `diff -u $file2 $file1 2>/dev/null`;
287 @out = `diff -c $file2 $file1 2>/dev/null`;
  /external/libyuv/files/util/
compare.cc 23 printf("compare file1.yuv file2.yuv\n");
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
MultipartBuilderTest.java 104 + "Content-Disposition: file; filename=\"file2.gif\"\r\n"
109 + "... contents of file2.gif ...\r\n"
125 "Content-Disposition", "file; filename=\"file2.gif\"",
129 "... contents of file2.gif ...".getBytes(UTF_8)))
  /external/toybox/toys/posix/
cmp.c 13 usage: cmp [-l] [-s] FILE1 FILE2
  /toolchain/binutils/binutils-2.25/gold/testsuite/
ver_test_main.cc 37 // Calls a function in file2 that has two versions and verifies
  /build/kati/testcase/
find_command.mk 21 touch testdir/file2
24 touch testdir/dir1/file2
28 touch testdir/dir2/file2
  /external/curl/src/
tool_operhlp.c 90 char *file2 = strrchr(filep?filep:filename, '\\'); local
93 if(file2)
94 filep = file2 + 1;
Makefile.inc 6 # CSRC1 = file1.c file2.c file3.c
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
FilesActivityUiTest.java 54 mDocsHelper.createDocument(rootDir0, "text/csv", "file2.csv");
85 bots.directory.assertDocumentsPresent("file0.log", "file1.png", "file2.csv");
110 "file0.log", "file1.png", "file2.csv", "Ham & Cheese.sandwich");
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java 85 InputStream is2 = zf.getInputStream(zf.getEntry("File2.txt"));
113 zfile.getEntry("File2.txt");
129 zentry = zfile.getEntry("File2.txt");
  /libcore/tzdata/update/src/test/libcore/tzdata/update/
FileUtilsTest.java 57 File file2 = createTextFile(content); local
61 long file2CheckSum = FileUtils.calculateChecksum(file2);
71 File file2 = createRegularFile(dir, "file2"); local
84 File[] filesToDelete = { dir, file1, file2, symLink1, subDir, file3, file4, symLink2,
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 890 void CArchiveDatabaseOut::AddFile(const CFileItem &file, const CFileItem2 &file2, const UString &name)
893 CTime.SetItem(index, file2.CTimeDefined, file2.CTime);
894 ATime.SetItem(index, file2.ATimeDefined, file2.ATime);
895 MTime.SetItem(index, file2.MTimeDefined, file2.MTime);
896 StartPos.SetItem(index, file2.StartPosDefined, file2.StartPos);
897 SetItem_Anti(index, file2.IsAnti);
    [all...]
  /external/autotest/client/site_tests/graphics_VTSwitch/
graphics_VTSwitch.py 10 def get_percent_difference(file1, file2):
13 and |file2|. Returns difference as a percentage of the total file size. If
17 files = (file1, file2)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/docmaker/
docbeauty.py 44 print " docbeauty [options] file1 [file2 ...]\n"
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 19 Usage: ${self_basename} [options] file1 [file2 ...]
  /external/testng/src/main/java/org/testng/
Converter.java 30 @Parameter(description = "file1 [file2 file3...]", required = true)

Completed in 573 milliseconds

1 2 3 4 5 67 8 91011>>