Home
last modified time | relevance | path

Searched refs:paths (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
H A Ddetailed_report.py65 paths: List[str] = []
68 paths.append(partial_path)
70 return paths
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/
H A Des2panda.py45 paths: dict = {}
50 paths[lib_name] = [path]
53 parsed_template['compilerOptions']['paths'] = {
54 **parsed_template['compilerOptions']['paths'],
55 **paths
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dgenerate.py42 self.paths: List[Path] = args.paths
72 paths = [cwd.joinpath(p) for p in read_list_file(lst)]
74 for p in paths:
80 def search_test_files(paths: List[Path],
84 Returns flat list of (Full, Relative) paths
88 for d in paths:
293 for src in BenchGenerator.search_test_files(self.paths, ext=src_ext):
H A Dcli.py179 self.add_argument('paths', nargs='*', help='Dirs or files')
214 print('Usage: vmb COMMAND [options] [paths]')
230 self.paths: List[Path] = [Path(p) for p in self.paths] if self.paths \
H A Dreport.py546 if len(args.paths) != 2:
551 with open(args.paths[0], 'r', encoding="utf-8") as f1:
553 with open(args.paths[1], 'r', encoding="utf-8") as f2:
608 if not args.paths:
609 print('Report files (paths) missed')
617 with open(args.paths[0], 'r', encoding="utf-8") as f:
H A Dplatform.py143 def search_units(paths: List[Path]) -> List[BenchUnit]:
146 for bu_path in paths:
H A Dvmb.py98 bench_units = PlatformBase.search_units(args.paths)
H A Drun.py121 runner.run(PlatformBase.search_units(arg.paths))
/arkcompiler/ets_frontend/ets2panda/util/
H A Darktsconfig.cpp187 auto paths = options->get()->GetValue<JsonObject::JsonObjPointer>("paths"); in ParsePaths() local
188 if (paths == nullptr) { in ParsePaths()
192 for (size_t keyIdx = 0; keyIdx < paths->get()->GetSize(); ++keyIdx) { in ParsePaths()
193 auto &key = paths->get()->GetKeyByIndex(keyIdx); in ParsePaths()
198 auto values = paths->get()->GetValue<JsonObject::ArrayT>(key); in ParsePaths()
353 // Parse "paths" in Parse()
399 for (const auto &[alias, paths] : paths_) { in ResolvePath()
404 // NOTE(ivagin): arktsconfig contains array of paths for each prefix, for now just get first one in ResolvePath()
405 std::string newPrefix = TrimPath(paths[ in ResolvePath()
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.h31 static std::string CreateDefaultImportSource(const std::vector<std::string> &paths) in CreateDefaultImportSource() argument
34 for (const auto &path : paths) { in CreateDefaultImportSource()
/arkcompiler/ets_runtime/test/
H A Drun_ts_test262.py133 paths = abc_file_path_temp.split('.abc')[0]
135 cmds = [args.ark_aot, '--aot-file=', paths, abc_file_path_temp]
/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.rb873 data.paths&.each do |include|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 49 milliseconds