HomeSort by relevance Sort by last modified time
    Searched defs:test_file (Results 1 - 25 of 36) sorted by null

1 2

  /external/autotest/client/site_tests/security_Minijail0/src/
mountns-enter-child.py 9 test_file = sys.argv[1] variable
11 # We entered a mount namespace where |test_file| should not be accessible.
12 if os.access(test_file, os.F_OK):
mountns-enter.py 16 test_file = os.path.join(tmpdir, "test") variable
17 with open(test_file, "w") as t:
22 sys.executable, child_path, test_file])
  /external/clang/bindings/python/tests/cindex/
test_file.py 3 def test_file(): function
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_unittest_test.py 46 def test_file(self): member in class:TestPyfakefsUnittest
  /device/google/dragon/audio/hal/dsp/tests/
eq2_test.c 37 static void test_file(const char *input_filename, const char *output_filename) function
86 test_file(argv[1], argv[2]);
eq_test.c 71 static void test_file(const char *input_filename, const char *output_filename) function
131 test_file(argv[1], argv[2]);
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_fileapp.py 101 def test_file(): function
  /external/google-breakpad/src/common/linux/
memory_mapped_file_unittest.cc 86 string test_file = temp_dir.path() + "/empty_file"; local
87 ASSERT_TRUE(WriteFile(test_file.c_str(), NULL, 0));
90 MemoryMappedFile mapped_file(test_file.c_str(), 0);
95 EXPECT_TRUE(mapped_file.Map(test_file.c_str(), 0));
108 string test_file = temp_dir.path() + "/test_file"; local
109 ASSERT_TRUE(WriteFile(test_file.c_str(), data, data_size));
112 MemoryMappedFile mapped_file(test_file.c_str(), 0);
120 EXPECT_TRUE(mapped_file.Map(test_file.c_str(), 0));
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser_unittest.cpp 250 std::string test_file; local
252 &test_file));
253 ASSERT_TRUE(parser.InitTestFromFile(test_file.c_str())) << test_file;
266 std::string test_file; local
268 "parser_rebuildxref_error_notrailer.pdf", &test_file));
269 ASSERT_TRUE(parser.InitTestFromFile(test_file.c_str())) << test_file;
  /external/skia/tests/
PDFDocumentTest.cpp 68 static void test_file(skiatest::Reporter* reporter) { function
112 test_file(reporter);
  /external/webrtc/talk/media/devices/
filevideocapturer_unittest.cc 194 const std::string test_file = local
197 cricket::FileVideoCapturer::CreateFileVideoCapturerDevice(test_file);
devicemanager_unittest.cc 209 const std::string test_file = local
211 EXPECT_TRUE(dm->GetVideoCaptureDevice(test_file, &device));
  /system/core/crash_reporter/
crash_collector_test.cc 75 FilePath test_file = test_dir_.path().Append("test_new"); local
78 collector_.WriteNewFile(test_file,
81 EXPECT_LT(collector_.WriteNewFile(test_file,
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 156 FILE* test_file; local
157 test_file = fopen(FLAGS_input_filename.c_str(), "rb");
158 if (test_file == NULL) {
163 fclose(test_file);
196 test_file = fopen(config->output_filename.c_str(), "wb");
197 if (test_file == NULL) {
202 fclose(test_file);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_repr.py 130 def test_file(self): member in class:ReprTests
test_urllib2net.py 115 def test_file(self): member in class:OtherNetworkTests
test_complex.py 476 def test_file(self): member in class:ComplexTest
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_repr.py 130 def test_file(self): member in class:ReprTests
test_urllib2net.py 115 def test_file(self): member in class:OtherNetworkTests
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_repr.py 130 def test_file(self): member in class:ReprTests
test_urllib2net.py 115 def test_file(self): member in class:OtherNetworkTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_repr.py 130 def test_file(self): member in class:ReprTests
test_urllib2net.py 115 def test_file(self): member in class:OtherNetworkTests
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 178 FilePath test_file() { function in class:base::__anon15704::FilePathWatcherTest
231 ASSERT_TRUE(SetupWatch(test_file(), &watcher, delegate.get(), false));
233 ASSERT_TRUE(WriteFile(test_file(), "content"));
240 ASSERT_TRUE(WriteFile(test_file(), "content"));
244 ASSERT_TRUE(SetupWatch(test_file(), &watcher, delegate.get(), false));
247 ASSERT_TRUE(WriteFile(test_file(), "new content"));
259 ASSERT_TRUE(SetupWatch(test_file(), &watcher, delegate.get(), false));
262 ASSERT_TRUE(base::Move(source_file, test_file()));
268 ASSERT_TRUE(WriteFile(test_file(), "content"));
272 ASSERT_TRUE(SetupWatch(test_file(), &watcher, delegate.get(), false))
    [all...]
  /system/extras/tests/fstest/
recovery_test.cpp 259 const char* test_file = "/cache/FsRecoveryTestGarbage.txt"; local
260 DataFileVerifier file_verify(test_file);
290 const char* test_file = "/cache/CorruptGdtGarbage.txt"; local
291 DataFileVerifier file_verify(test_file);
308 const char* test_file = "/cache/ErrorBitGarbagetxt"; local
309 DataFileVerifier file_verify(test_file);

Completed in 2379 milliseconds

1 2