HomeSort by relevance Sort by last modified time
    Searched refs:test_file (Results 26 - 50 of 74) sorted by null

12 3

  /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;
  /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);
  /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/autotest/client/bin/
fsinfo_unittest.py 20 test_file = StringIO.StringIO(contents)
21 fsinfo.open.expect_call(filename, 'r').and_return(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);
  /external/autotest/client/common_lib/
base_utils_unittest.py 62 test_file = StringIO.StringIO(contents)
63 base_utils.open.expect_call("filename", "r").and_return(test_file)
114 test_file = mock.SaveDataAfterCloseStringIO()
115 base_utils.open.expect_call("filename", "w").and_return(test_file)
118 return test_file.final_data
153 test_file = mock.SaveDataAfterCloseStringIO()
154 base_utils.open.expect_call("filename", "w").and_return(test_file)
157 self.assertEqual(data, test_file.final_data)
173 test_file = StringIO.StringIO(contents)
175 base_utils.open.expect_call(filename).and_return(test_file)
    [all...]
  /external/v8/build/android/
emma_coverage_stats_test.py 327 test_file = '/path/to/file/File.java'
330 emma_coverage_stats._EmmaCoverageStats.NeedsCoverage(test_file))
333 test_file = '/path/to/file/File.c'
336 emma_coverage_stats._EmmaCoverageStats.NeedsCoverage(test_file))
339 test_file = '/path/to/file/File.java'
342 emma_coverage_stats._EmmaCoverageStats.NeedsCoverage(test_file))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_resumable_uploads.py 384 test_file = self.build_input_file(test_file_size)[1]
385 harness = CallbackTestHarness(fp_to_change=test_file,
391 test_file, cb=harness.call,
411 test_file, cb=harness.call,
417 test_file.seek(0, os.SEEK_END)
418 self.assertEqual(test_file_size, test_file.tell())
444 test_file = self.build_input_file(test_file_size)[1]
447 fp_to_change=test_file,
  /external/skia/tests/
PDFDocumentTest.cpp 68 static void test_file(skiatest::Reporter* reporter) { function
112 test_file(reporter);
  /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/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_unittest_test.py 46 def test_file(self): member in class:TestPyfakefsUnittest
  /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));
  /external/autotest/site_utils/docgen/
CreateDocs.py 259 test_file = os.path.join(test_dir, test + '.py')
261 self._CreateTest(test_file, docstring, test)
334 def _CreateTest(self, test_file, docstring, test):
338 test_file: string, file name of new test to write.
352 f = open(test_file, 'r')
354 self.logger.error('Error while reading %s\n%s', test_file, err)
  /ndk/tests/
tests.py 548 for test_file in os.listdir(abi_dir):
549 if test_file in ('gdbserver', 'gdb.setup'):
553 if not test_file.endswith('.so'):
555 case_name = _make_subtest_name(test_name, test_file)
558 test_cases.append(test_file)
563 lib_path = os.path.join(abi_dir, test_file)
569 file_path = posixpath.join(device_dir, test_file)
  /external/mesa3d/src/glsl/tests/lower_jumps/
create_test_cases.py 292 test_file = '{0}.opt_test'.format(test_name)
293 with open(test_file, 'w') as f:
298 os.chmod(test_file, 0774)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmath.py 2 from test.test_math import parse_testfile, test_file namespace
59 self.test_values = open(test_file)
297 for id, fn, ar, ai, er, ei, flags in parse_testfile(test_file):
test_urllib2net.py 115 def test_file(self): member in class:OtherNetworkTests
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmath.py 2 from test.test_math import parse_testfile, test_file namespace
59 self.test_values = open(test_file)
297 for id, fn, ar, ai, er, ei, flags in parse_testfile(test_file):
test_urllib2net.py 115 def test_file(self): member in class:OtherNetworkTests
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmath.py 2 from test.test_math import parse_testfile, test_file namespace
59 self.test_values = open(test_file)
297 for id, fn, ar, ai, er, ei, flags in parse_testfile(test_file):
test_urllib2net.py 115 def test_file(self): member in class:OtherNetworkTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 2 from test.test_math import parse_testfile, test_file namespace
59 self.test_values = open(test_file)
297 for id, fn, ar, ai, er, ei, flags in parse_testfile(test_file):
  /external/autotest/server/brillo/feedback/
closed_loop_audio_client.py 113 with open(test_policy, 'w') as test_file:
130 test_file.write(line)

Completed in 1424 milliseconds

12 3