Home
last modified time | relevance | path

Searched defs:input_file (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/test/quickfix/
Dgenerate_js_and_merge_file.py166 def read_file_content(input_file): argument
191 def replace_js(input_file, output_file): argument
219 def process_with_prefix(input_file, output_file, prefix): argument
227 def handle_files(input_file, output_file, prefix): argument
245 def replace_merge_file(input_file, output_file, prefix): argument
252 def replace_var(input_file, output_file, prefix): argument
/arkcompiler/runtime_core/abc2program/tests/
Dhandle_fileinfo.py25 def add_path_to_file(input_file, output_file, prefix_path): argument
31 def main(input_file, output_file, prefix_path): argument
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/scripts/
Dhandle_fileinfo.py25 def add_path_to_file(input_file, output_file, prefix_path): argument
32 def main(input_file, output_file, prefix_path): argument
/arkcompiler/runtime_core/disassembler/tests/
Dhandle_fileinfo.py25 def add_path_to_file(input_file, output_file, prefix_path): argument
31 def main(input_file, output_file, prefix_path): argument
/arkcompiler/runtime_core/verifier/
Dmain.cpp28 bool PorcessArgs(panda::PandArgParser &pa_parser, const panda::PandArg<std::string> &input_file, in… in PorcessArgs()
47 panda::PandArg<std::string> input_file("input_file", "", "Path to the abc file"); in main() local
Dverify.cpp20 bool Verify(const std::string &input_file) in Verify()
/arkcompiler/toolchain/build/prebuilts_download/
Dutil.py23 def read_json_file(input_file): argument
42 def read_file(input_file): argument
/arkcompiler/runtime_core/disassembler/
Ddisasm.cpp31 void Disassemble(const std::string &input_file, const std::string &output_file, const bool verbose,… in Disassemble()
50 bool ProcessArgs(panda::PandArgParser &pa_parser, const panda::PandArg<std::string> &input_file, in ProcessArgs()
100 panda::PandArg<std::string> input_file("input_file", "", "Path to the source binary code"); in main() local
/arkcompiler/runtime_core/static_core/cross_values/
Dcross_values_getters_generator.rb35 def generate(input_file, output_file) argument
Dcross_values_generator.rb30 def generate(input_file, output_file) argument
/arkcompiler/runtime_core/static_core/runtime/asm_defines/
Ddefines_generator.rb24 def generate(input_file, output_file) argument
/arkcompiler/ets_runtime/script/
Dbuild_resource_to_cpp.py27 def resource_file_to_cpp(input_dir, input_file, output_path): argument
/arkcompiler/toolchain/build/templates/cxx/
Dexternal_deps_handler.py41 def read_json_file(input_file): argument
/arkcompiler/runtime_core/abc2program/
Dabc2program_options.cpp27 panda::PandArg<std::string> input_file("input_file", "", "Path to the source binary code"); in Parse() local
/arkcompiler/runtime_core/assembler/
Dpandasm.cpp62 bool PrepareArgs(panda::PandArgParser &pa_parser, const panda::PandArg<std::string> &input_file, in PrepareArgs()
130 const panda::PandArg<std::string> &input_file, in ParseProgram()
219 panda::PandArg<std::string> input_file("INPUT_FILE", "", "Path to the source assembly code"); in main() local
/arkcompiler/runtime_core/static_core/quickener/
Dquick.cpp78 auto input_file = ark::panda_file::File::Open(input.GetValue()); in main() local
/arkcompiler/ets_frontend/es2panda/test/
Dtest262util.py97 def create_file(self, input_file, output_file, harness, test262_dir): argument
Drunner.py1043 def gen_es2abc_cmd(self, runner, input_file, output_file): argument
1287 def gen_es2abc_cmd(self, runner, input_file, output_file): argument
1298 def gen_es2abc_cmd_input_abc(self, runner, input_file, output_file): argument
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dirtoc.rb167 def run(input_file) argument