Home
last modified time | relevance | path

Searched refs:input_path (Results 1 – 6 of 6) sorted by relevance

/development/vndk/tools/header-checker/tests/
Dgen_all.py32 input_path = os.path.join(base, filename)
33 input_rel_path = input_path[input_dir_prefix_len:]
37 output_content = run_header_abi_dumper(input_path)
Dtest.py54 def run_and_compare(self, input_path, expected_path, cflags=[]): argument
57 actual_output = run_header_abi_dumper(input_path, cflags)
61 input_path = os.path.join(INPUT_DIR, name)
63 self.run_and_compare(input_path, expected_path, cflags)
/development/vndk/tools/sourcedr/ninja/tests/
Dtest_ninja.py476 input_path = os.path.join(TEST_DATA_DIR, 'global_binding.ninja')
479 parser.parse(input_path, ENCODING)
489 input_path = os.path.join(TEST_DATA_DIR, 'rule.ninja')
492 manifest = parser.parse(input_path, ENCODING)
521 input_path = os.path.join(TEST_DATA_DIR, 'build.ninja')
524 manifest = parser.parse(input_path, ENCODING)
545 input_path = os.path.join(TEST_DATA_DIR, 'default.ninja')
548 manifest = parser.parse(input_path, ENCODING)
557 input_path = os.path.join(TEST_DATA_DIR, 'pool.ninja')
560 manifest = parser.parse(input_path, ENCODING)
[all …]
/development/vndk/tools/header-checker/utils/
Dutils.py86 def run_header_abi_dumper(input_path, cflags=tuple(), argument
92 output_path = os.path.join(tmp, os.path.basename(input_path)) + '.dump'
93 run_header_abi_dumper_on_file(input_path, output_path,
98 def run_header_abi_dumper_on_file(input_path, output_path, argument
103 input_ext = os.path.splitext(input_path)[1]
104 cmd = ['header-abi-dumper', '-o', output_path, input_path]
/development/vndk/tools/definition-tool/tools/
Dremove_dt_needed.py220 def replace_dt_needed(input_path, output_path, dt_needed_name): argument
221 with open(input_path, 'rb') as f:
/development/testrunner/coverage/
Dcoverage.py183 for input_path in input_paths:
184 input_list.append("-in %s" % input_path)