Searched refs:input_path (Results 1 - 25 of 40) sorted by last modified time

12

/external/srec/portable/include/
H A DPFile.h588 PORTABLE_API ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute );
/external/srec/portable/src/
H A DPFileWrap.c489 ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute ) argument
496 LSTRCPY ( path, input_path );
/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/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/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/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py178 def SourceTreeAndPathFromPath(input_path):
179 """Given input_path, returns a tuple with sourceTree and path values.
182 input_path (source_tree, output_path)
188 source_group_match = _path_leading_variable.match(input_path)
194 output_path = input_path
/external/chromium_org/tools/gyp/test/rules-variables/src/input_path/subdir/
H A Dtest.c7 void input_path() { function
8 printf("input_path\n");
/external/chromium_org/tools/gyp/test/rules-variables/src/subdir/
H A Dtest.c7 extern void input_path();
14 input_path();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dbuild_applications.py24 input_path_flag_index = argv.index('--input_path')
25 input_path = argv[input_path_flag_index + 1]
32 print('Usage: %s app_1 app_2 ... app_N --input_path <input_path> --output_path <output_path> --debug <0_or_1>' % argv[0])
35 loader = modular_build.DescriptorLoader(input_path)
37 concatenate_application_code.build_application(app, loader, input_path, output_path, minify)
H A Dgenerate_protocol_externs.py84 def generate_protocol_externs(output_path, input_path):
85 input_file = open(input_path, "r")
215 input_path = sys.argv[3] variable
216 generate_protocol_externs(output_path, input_path)
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A Dcreate-html-entity-table62 input_path = sys.argv[3] variable
64 with open(input_path) as html_entity_names_file:
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInstrumentation.py509 def generate(input_path, output_dir):
510 fin = open(input_path, "r")
550 input_path = arg_values[0] variable
561 generate(input_path, output_dirpath)
H A Dgenerate-inspector-protocol-version407 input_path = sys.argv[3]
408 dir_name = os.path.dirname(input_path)
409 schema = load_json(input_path)
428 load_json(input_path)["domains"], load_json(baseline_path)["domains"], True)
/external/chromium_org/third_party/WebKit/Source/devtools/
H A Dbuild_applications.target.darwin-arm.mk47 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/build_applications.py devtools toolbox --input_path front_end --output_path "$(gyp_shared_intermediate_dir)/resources/inspector/" --debug 0
H A Dbuild_applications.target.darwin-arm64.mk47 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/build_applications.py devtools toolbox --input_path front_end --output_path "$(gyp_shared_intermediate_dir)/resources/inspector/" --debug 0
H A Dbuild_applications.target.darwin-mips.mk47 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/build_applications.py devtools toolbox --input_path front_end --output_path "$(gyp_shared_intermediate_dir)/resources/inspector/" --debug 0
H A Dbuild_applications.target.darwin-mips64.mk47 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/build_applications.py devtools toolbox --input_path front_end --output_path "$(gyp_shared_intermediate_dir)/resources/inspector/" --debug 0
H A Dbuild_applications.target.darwin-x86.mk47 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/build_applications.py devtools toolbox --input_path front_end --output_path "$(gyp_shared_intermediate_dir)/resources/inspector/" --debug 0
H A Dbuild_applications.target.darwin-x86_64.mk47 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/build_applications.py devtools toolbox --input_path front_end --output_path "$(gyp_shared_intermediate_dir)/resources/inspector/" --debug 0
H A Dbuild_applications.target.linux-arm.mk47 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/build_applications.py devtools toolbox --input_path front_end --output_path "$(gyp_shared_intermediate_dir)/resources/inspector/" --debug 0
H A Dbuild_applications.target.linux-arm64.mk47 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/build_applications.py devtools toolbox --input_path front_end --output_path "$(gyp_shared_intermediate_dir)/resources/inspector/" --debug 0
H A Dbuild_applications.target.linux-mips.mk47 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/build_applications.py devtools toolbox --input_path front_end --output_path "$(gyp_shared_intermediate_dir)/resources/inspector/" --debug 0
H A Dbuild_applications.target.linux-mips64.mk47 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/build_applications.py devtools toolbox --input_path front_end --output_path "$(gyp_shared_intermediate_dir)/resources/inspector/" --debug 0
H A Dbuild_applications.target.linux-x86.mk47 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/build_applications.py devtools toolbox --input_path front_end --output_path "$(gyp_shared_intermediate_dir)/resources/inspector/" --debug 0
H A Dbuild_applications.target.linux-x86_64.mk47 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/devtools; mkdir -p $(gyp_shared_intermediate_dir)/resources/inspector; python scripts/build_applications.py devtools toolbox --input_path front_end --output_path "$(gyp_shared_intermediate_dir)/resources/inspector/" --debug 0

Completed in 6418 milliseconds

12