HomeSort by relevance Sort by last modified time
    Searched full:file1 (Results 126 - 150 of 821) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/curl/tests/data/
test2017 67 <file1 name="log/stdout2017">
68 </file1>
test2018 67 <file1 name="log/stdout2018">
68 </file1>
test2019 67 <file1 name="log/stdout2019">
68 </file1>
test2020 67 <file1 name="log/stdout2020">
68 </file1>
test2021 67 <file1 name="log/stdout2021">
68 </file1>
test2022 67 <file1 name="log/stdout2022">
68 </file1>
test1357 63 <file1 name="log/file1357">
73 </file1>
test1358 63 <file1 name="log/file1358">
73 </file1>
test1359 64 <file1 name="log/file1359">
74 </file1>
test1360 64 <file1 name="log/file1360">
74 </file1>
test1361 63 <file1 name="log/file1361">
73 </file1>
  /external/toybox/tests/
cmp.test 6 testing "cmp missing file1 [fail]" "cmp file1 input 2>/dev/null || echo yes" "yes\n" "foo" ""
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/microblaze/
reloc_sym.exp 31 proc regexp_test { file1 file2 test } {
32 if [regexp_diff $file1 $file2] then { fail $test } else { pass $test }
  /external/llvm/unittests/Support/
FileOutputBufferTest.cpp 39 SmallString<128> File1(TestDirectory);
40 File1.append("/file1");
43 FileOutputBuffer::create(File1, 8192);
56 ASSERT_NO_ERROR(fs::file_size(Twine(File1), File1Size));
58 ASSERT_NO_ERROR(fs::remove(File1.str()));
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
ar.exp 42 set file1 tmpdir/$n1
45 remote_file build delete $file1
72 set file1 [remote_download host $file1]
81 set got [binutils_run $AR "rc $dest $file1 $file2"]
83 remote_upload host $file1 tmpdir/$n1
96 set got [binutils_run $AR "rc $dest $file1 $file2"]
114 remote_file host delete $file1
138 set file1 tmpdir/$n1
141 set file1 $n
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
FileUtilsTest.java 145 touch("file1", HOUR_IN_MILLIS);
151 assertDirContents("file1", "file2", "file3");
155 touch("file1", -HOUR_IN_MILLIS);
159 assertDirContents("file1", "file2");
161 touch("file1", -HOUR_IN_MILLIS);
165 assertDirContents("file1", "file2");
169 touch("file1", HOUR_IN_MILLIS);
176 assertDirContents("file1");
180 touch("file1", HOUR_IN_MILLIS);
187 assertDirContents("file1", "file2")
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
SizeFileComparator.java 108 public int compare(File file1, File file2) {
110 if (file1.isDirectory()) {
111 size1 = sumDirectoryContents && file1.exists() ? FileUtils.sizeOfDirectory(file1) : 0;
113 size1 = file1.length();
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
IconTest.java 138 final File file1 = new File(dir, "file1-original.png"); local
140 new FileOutputStream(file1));
142 final Icon im1 = Icon.createWithFilePath(file1.toString());
150 new FileOutputStream(new File(dir, "file1-test.png")));
153 fail("testWithFile: file1 differs, check " + dir);
162 final File file1 = new File(dir, "async-original.png"); local
164 new FileOutputStream(file1));
166 final Icon im1 = Icon.createWithFilePath(file1.toString());
190 fail("testAsync: file1 differs, check " + dir)
219 final Icon file1 = Icon.createWithFilePath(originalfile.getAbsolutePath()); local
    [all...]
  /ndk/build/tools/
dev-platform-compress.sh 34 file1 = \$SRC/android-3/foo
38 We will always store a copy of file1 under \$DST/android-3/foo
39 If file2 is identical to file1, we remove its copy in \$DST/android-4/foo,
  /prebuilts/go/darwin-x86/src/cmd/vet/
vet_test.go 100 // file1 has testtag and file2 has !testtag.
101 if !bytes.Contains(output, []byte(filepath.Join("tagtest", "file1.go"))) {
102 t.Error("file1 was excluded, should be included")
  /prebuilts/go/linux-x86/src/cmd/vet/
vet_test.go 100 // file1 has testtag and file2 has !testtag.
101 if !bytes.Contains(output, []byte(filepath.Join("tagtest", "file1.go"))) {
102 t.Error("file1 was excluded, should be included")
  /external/v8/test/mjsunit/
d8-os.js 87 os.system("sh", ["-c", "echo foo > " + TEST_DIR + "/file1"]);
88 os.system("ls", [TEST_DIR + "/file1"]);
89 assertThrows("os.mkdirp(TEST_DIR + '/file1');");
90 assertThrows("os.mkdirp(TEST_DIR + '/file1/foo');");
91 assertThrows("os.mkdirp(TEST_DIR + '/file1/');");
92 assertThrows("os.mkdirp(TEST_DIR + '/file1/foo/');");
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 118 Doc file1 = buildDoc("doc:file1", "FILE1", "mime1/file1", null); local
119 file1.contents = "fileone".getBytes();
120 file1.flags = Document.FLAG_SUPPORTS_WRITE;
121 mLocalRoot.children.add(file1);
122 mCreateRoot.children.add(file1);
  /external/bzip2/
bzdiff 10 # the files compared are file1 and an uncompressed file1.gz.
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_tracker_file.py 33 _HashFilename('file1')
34 _HashFilename(u'file1')

Completed in 1495 milliseconds

1 2 3 4 56 7 8 91011>>