Searched refs:input_path (Results 1 - 8 of 8) sorted by relevance

/external/llvm/utils/lit/tests/
H A Dunittest-adaptor.py15 input_path = sys.argv[1] variable
16 unittest_suite = lit.discovery.load_test_suite([input_path])
/external/jsoncpp/test/
H A Drunjsontests.py51 for input_path in tests + test_jsonchecker:
52 expect_failure = os.path.basename( input_path ).startswith( 'fail' )
53 is_json_checker_test = (input_path in test_jsonchecker) or expect_failure
54 print 'TESTING:', input_path,
58 input_path) )
65 failed_tests.append( (input_path, 'Parsing should have failed:\n%s' %
66 safeReadFile(input_path)) )
72 failed_tests.append( (input_path, 'Parsing failed:\n' + process_output) )
76 base_path = os.path.splitext(input_path)[0]
82 failed_tests.append( (input_path, 'Parsin
[all...]
/external/pdfium/testing/tools/
H A Drun_corpus_tests.py25 input_path = os.path.join(source_dir, input_filename)
28 shutil.copyfile(input_path, pdf_path)
63 input_path = os.path.join(source_dir, input_filename)
64 if os.path.isfile(input_path):
69 failures.append(input_path)
H A Drun_pixel_tests.py25 input_path = os.path.join(source_dir, input_root + '.in')
30 [sys.executable, fixup_path, '--output-dir=' + working_dir, input_path])
64 input_path = os.path.join(source_dir, input_filename)
65 if os.path.isfile(input_path):
70 failures.append(input_path)
H A Drun_javascript_tests.py23 input_path = os.path.join(source_dir, input_root + '.in')
30 [sys.executable, fixup_path, '--output-dir=' + working_dir, input_path])
62 input_path = os.path.join(source_dir, input_filename)
63 if os.path.isfile(input_path):
66 failures.append(input_path)
H A Dfixup_pdf_template.py74 def expand_file(input_path, output_path):
77 with open(input_path, 'r') as infile:
82 print >> sys.stderr, 'failed to process %s' % input_path
/external/llvm/utils/llvm-build/llvmbuild/
H A Dconfigutil.py8 def configure_file(input_path, output_path, substitutions):
9 """configure_file(input_path, output_path, substitutions) -> bool
27 f = open(input_path, "rb")
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/
H A Dmain-scripts.rb38 input_path = local_path( 'input.txt' )
39 open( input_path, 'w' ) { |f| f.write( "yada yada" ) }
51 input = File.open( input_path )
57 File.delete( input_path )

Completed in 284 milliseconds