HomeSort by relevance Sort by last modified time
    Searched full:file4 (Results 1 - 25 of 27) sorted by null

1 2

  /external/fio/examples/
aio-read.fio 19 [file4]
1mbs_clients.fio 18 [file4]
  /external/autotest/client/tests/fio/
fio-mixed.job 35 [file4]
  /external/llvm/unittests/Support/
FileOutputBufferTest.cpp 99 SmallString<128> File4(TestDirectory);
100 File4.append("/file4");
103 FileOutputBuffer::create(File4, 8192, FileOutputBuffer::F_executable);
113 ASSERT_NO_ERROR(fs::status(Twine(File4), Status));
116 ASSERT_NO_ERROR(fs::remove(File4.str()));
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 156 Doc file4 = buildDoc("doc:file4", "FILE4", "mime4/file4", null); local
157 file4.contents = "filefour".getBytes();
158 file4.flags = Document.FLAG_SUPPORTS_WRITE |
162 dir2.children.add(file4);
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 257 assertEquals("FILE4", cursor.getString(0));
271 final Uri file4 = DocumentsContract.buildDocumentUriUsingTree(uri, "doc:file4"); local
272 MoreAsserts.assertEquals("filefour".getBytes(), readFully(file4));
273 assertTrue("delete", DocumentsContract.deleteDocument(resolver, file4));
275 MoreAsserts.assertEquals("filefour".getBytes(), readFully(file4));
364 assertEquals("FILE4", cursor.getString(1));
395 assertEquals("doc:file4", cursorDst.getString(0));
  /external/curl/tests/data/
test2006 100 <file4 name="log/stderr2006">
107 </file4>
test2007 101 <file4 name="log/stderr2007">
108 </file4>
test2008 93 <file4 name="log/stderr2008">
100 </file4>
test2009 94 <file4 name="log/stderr2009">
101 </file4>
test2010 93 <file4 name="log/stderr2010">
100 </file4>
test39 29 http://%HOSTIP:%HTTPPORT/we/want/39 -F name=daniel -F tool=curl --form-string "str1=@literal" --form-string "str2=<verbatim;type=xxx/yyy" -F "file=@log/test39.txt;type=moo/foobar;filename=fakerfile" -F file2=@log/test39.txt -F "file3=@\"log/test39.txt\";type=mo/foo;filename=\"f\\\\\\\\ak\\\\\\er,\\\\an\\d;.t\\\"xt\"" -F 'file4=@"log/test39.txt"; filename="A\\AA\"\"\\\"ZZZ"'
98 Content-Disposition: form-data; name="file4"; filename="A\\AA\"\"\\\"ZZZ"
  /external/curl/src/
Makefile.inc 7 # CSRC2 = file4.c file5.c file6.c
  /frameworks/base/core/tests/coretests/src/android/os/
FileUtilsTest.java 148 touch("file4", 3 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
172 touch("file4", 3 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
183 touch("file4", 3 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
  /external/toybox/tests/
tar.test 36 touch dir/dir1/file1 dir/dir1/file2 dir/dir1/file3 dir/dir1/file4
37 testing "tar -t option" "tar -czf dir.tar.gz dir/; rm -rf dir; tar -tf dir.tar.gz | sort; rm -rf dir.tar.gz" "dir/\ndir/dir1/\ndir/dir1/file1\ndir/dir1/file2\ndir/dir1/file3\ndir/dir1/file4\n" "" ""
  /libcore/tzdata/update/src/test/libcore/tzdata/update/
FileUtilsTest.java 75 File file4 = createRegularFile(subDir, "subFile2"); local
84 File[] filesToDelete = { dir, file1, file2, symLink1, subDir, file3, file4, symLink2,
  /external/opencv3/modules/imgcodecs/test/
test_grfmt.cpp 567 string file4 = cv::tempfile(".tiff"); local
572 cv::imwrite(file4, big, params);
579 EXPECT_NO_THROW(cv::imread(file4, IMREAD_UNCHANGED));
587 remove(file4.c_str());
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
UnitTestZipArchive.java 81 "file4", // path / filename
  /external/google-breakpad/src/common/
module_unittest.cc 383 Module::File *file4 = m.FindFile("bar"); local
386 EXPECT_EQ(file2, file4);
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 281 Attachment newAttachment4 = ProviderTestUtils.setupAttachment(message1Id, "file4.doc", 100,
515 Attachment newAttachment4 = ProviderTestUtils.setupAttachment(message3Id, "file4", 100,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 226 File file4 = new File("\\", "\\\\dir1\\file1"); local
227 assertEquals("wrong result 4", ref1.getPath(), file4.getPath());
250 File file4 = new File(root, "\\\\dir1\\file1"); local
251 assertEquals("wrong result 4", ref1.getPath(), file4.getPath());
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 1014 const char* file4 = "\" date = \""; local
    [all...]
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 334 "//net/directory4/file4", JsonDatabase, ErrorMessage);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java     [all...]
  /system/vold/
BenchmarkGen.h 161 t3433f18 = TEMP_FAILURE_RETRY(open("file4", O_RDONLY|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC));
361 t3455f18 = TEMP_FAILURE_RETRY(open("file4", O_RDONLY|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC));
    [all...]

Completed in 4238 milliseconds

1 2