/external/jsoncpp/test/ |
D | runjsontests.py | 52 for input_path in tests + test_jsonchecker: 53 expect_failure = os.path.basename( input_path ).startswith( 'fail' ) 54 is_json_checker_test = (input_path in test_jsonchecker) or expect_failure 55 print('TESTING:', input_path, end=' ') 59 input_path) ) 66 failed_tests.append( (input_path, 'Parsing should have failed:\n%s' % 67 safeReadFile(input_path)) ) 73 failed_tests.append( (input_path, 'Parsing failed:\n' + process_output) ) 77 base_path = os.path.splitext(input_path)[0] 83 failed_tests.append( (input_path, 'Parsing failed:\n' + process_output) ) [all …]
|
D | pyjsontestrunner.py | 12 input_path = sys.argv[1] variable 13 base_path = os.path.splitext(input_path)[0] 59 input = file( input_path, 'rt' ).read()
|
/external/pdfium/testing/tools/ |
D | test_runner.py | 87 input_path = os.path.join(source_dir, input_root + '.in') 94 if not os.path.exists(input_path): 103 input_path]) 124 def HandleResult(self, input_filename, input_path, result): argument 135 self.surprises.append(input_path) 138 self.failures.append(input_path) 200 input_path = os.path.join(walk_from_dir, file_name) 201 if not os.path.isfile(input_path): 205 test_cases.append((os.path.basename(input_path), 206 os.path.dirname(input_path))) [all …]
|
D | fixup_pdf_template.py | 74 def expand_file(input_path, output_path): argument 77 with open(input_path, 'rb') as infile: 82 print >> sys.stderr, 'failed to process %s' % input_path
|
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/ |
D | video_VideoEncodeAccelerator.py | 78 input_path = os.path.join(self.tmpdir, path.split('/')[-1]) 79 _download_video(path, input_path) 81 input_path = os.path.join(self.cr_source_dir, path) 84 '%s.out' % input_path.split('/')[-1]) 87 input_path, width, height, profile, output_path, bit_rate) 96 logging.exception('error while encoding %s', input_path) 101 _remove_if_exists(input_path)
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
D | main-scripts.rb | 38 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 )
|
/external/llvm/utils/lit/tests/ |
D | unittest-adaptor.py | 15 input_path = sys.argv[1] variable 16 unittest_suite = lit.discovery.load_test_suite([input_path])
|
/external/autotest/client/site_tests/video_VEAPerf/ |
D | video_VEAPerf.py | 241 input_path = os.path.join(self.tmpdir, 243 self._download_video(path, input_path) 245 input_path = os.path.join(self.cr_source_dir, path) 248 input_path, width, height, profile, output_path, 256 _remove_if_exists(input_path)
|
/external/libmojo/mojo/public/tools/ |
D | prepend.py | 25 input_path = options.input 32 with open(input_path, 'r') as input_file:
|
/external/ltp/android/tools/ |
D | make_install_parser.py | 40 def ParseFile(self, input_path): argument 53 with open(input_path, 'r') as f:
|
D | make_parser.py | 130 def ParseFile(self, input_path): argument 153 with open(input_path, 'r') as f:
|
/external/llvm/utils/llvm-build/llvmbuild/ |
D | configutil.py | 8 def configure_file(input_path, output_path, substitutions): argument 27 f = open(input_path, "rb")
|
/external/v8/src/inspector/build/ |
D | generate_protocol_externs.py | 245 input_path = sys.argv[3] variable 246 generate_protocol_externs(output_path, input_path)
|
/external/skia/gn/ |
D | gn_to_cmake.py | 484 for input_path in target.properties.get('inputs', []): 485 input_abs_path = project.GetAbsolutePath(input_path)
|
/external/v8/tools/mb/ |
D | mb.py | 240 'argv[0] (input_path)', self.args.input_path[0]) 957 '-G', 'config_path=%s' % self.args.input_path[0], 1278 path = self.args.input_path[0]
|