HomeSort by relevance Sort by last modified time
    Searched refs:file3 (Results 1 - 15 of 15) sorted by null

  /external/toybox/tests/
bzcat.test 19 echo "Hi, Good morning !! I am a bzcat tester" > file3
22 tar -cjf file3.tar.bz2 file3
25 $bzcatExe file1.tar.bz2 file2.tar.bz2 file3.tar.bz2 > bzcatOut
26 testing "bzcat - decompresses multiple files" "bzcat file1.tar.bz2 file2.tar.bz2 file3.tar.bz2 > Tempfile && echo "yes" ; diff Tempfile bzcatOut && echo "yes"; rm -rf file* bzcatOut Tempfile " "yes\nyes\n" "" ""
xzcat.test 19 echo "Hi, Good morning !! I am a xzcat tester" > file3
22 tar -cJf file3.xz file3
25 $xzcatExe file1.xz file2.xz file3.xz > xzcatOut
26 testing "xzcat - decompresses multiple files" "xzcat file1.xz file2.xz file3.xz > Tempfile && echo "yes" ; diff Tempfile xzcatOut && echo "yes"; rm -rf file* xzcatOut Tempfile " "yes\nyes\n" "" ""
zcat.test 19 echo "Hi, Good morning !! I am a bzcat tester" > file3
22 tar -czf file3.gz file3
25 $zcatExe file1.gz file2.gz file3.gz > zcatOut
26 testing "zcat - decompresses multiple files" "zcat file1.gz file2.gz file3.gz > Tempfile && echo "yes" ; diff Tempfile zcatOut && echo "yes"; rm -rf file* zcatOut Tempfile " "yes\nyes\n" "" ""
rm.test 34 "rm -rf file1.txt file2.txt file3.txt dir1 dir2 dir3 2>/dev/null &&
41 touch dir1/file1.txt dir1/dir2/file2.txt dir1/dir2/dir3/file3.txt
mv.test 27 touch file1 file2 dir1/file3
32 [ -f dir2/dir1/file3 ] && readlink dir2/link1" "file1\n" "" ""
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" "" ""
  /external/fio/examples/
e4defrag2.fio 56 donorname=file3.def
57 filename=file3
68 filename=file3
82 filename=file3
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerIntegrationTest.java 81 File file3 = null; local
93 file3 = createObbFile(OBB_FILE_3, R.raw.obb_file3);
94 String filePath3 = file3.getAbsolutePath();
108 if (file3 != null) {
109 file3.delete();
143 File file3 = null; local
146 file3 = createObbFile(OBB_FILE_3_ENCRYPTED, R.raw.obb_enc_file100_orig3);
147 String filePath3 = file3.getAbsolutePath();
159 if (file3 != null) {
160 file3.delete()
    [all...]
  /build/kati/testcase/
find_command.mk 25 touch testdir/dir1/file3
29 touch testdir/dir2/file3
112 $(call run_find, build/tools/findleaves.py testdir file3)
113 $(call run_find, build/tools/findleaves.py --prune=dir1 testdir file3)
114 $(call run_find, build/tools/findleaves.py --prune=dir1 --prune=dir2 testdir file3)
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 146 Doc file3 = buildDoc("doc:file3", "FILE3", "mime3/file3", null); local
147 file3.contents = "filethree".getBytes();
148 file3.flags = Document.FLAG_SUPPORTS_WRITE;
149 dir1.children.add(file3);
  /libcore/tzdata/update/src/test/libcore/tzdata/update/
FileUtilsTest.java 58 File file3 = createTextFile(content + "!"); local
62 long file3Checksum = FileUtils.calculateChecksum(file3);
74 File file3 = createRegularFile(subDir, "subFile1"); local
84 File[] filesToDelete = { dir, file1, file2, symLink1, subDir, file3, file4, symLink2,
  /external/google-breakpad/src/common/
module_unittest.cc 164 Module::File *file3 = m.FindFile("filename3"); local
176 file3, 28113549 };
382 Module::File *file3 = m.FindFile(string("foo")); local
385 EXPECT_EQ(file1, file3);
  /external/opencv3/modules/imgcodecs/test/
test_grfmt.cpp 566 string file3 = cv::tempfile(".tiff"); local
573 cv::imwrite(file3, big.colRange(0, big.cols - 1), params);
578 cv::imread(file3, IMREAD_UNCHANGED);
586 remove(file3.c_str());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 224 File file3 = new File("\\", "\\dir1\\file1"); local
225 assertEquals("wrong result 3", ref1.getPath(), file3.getPath());
248 File file3 = new File(root, "\\dir1\\file1"); local
249 assertEquals("wrong result 3", ref1.getPath(), file3.getPath());
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core.c     [all...]

Completed in 1845 milliseconds