Searched refs:paths (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/ |
H A D | detailed_report.py | 65 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 D | es2panda.py | 45 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 D | generate.py | 42 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 D | cli.py | 179 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 D | report.py | 546 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 D | platform.py | 143 def search_units(paths: List[Path]) -> List[BenchUnit]: 146 for bu_path in paths:
|
H A D | vmb.py | 98 bench_units = PlatformBase.search_units(args.paths)
|
H A D | run.py | 121 runner.run(PlatformBase.search_units(arg.paths))
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | arktsconfig.cpp | 187 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 D | importExportDecls.h | 31 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 D | run_ts_test262.py | 133 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 D | es2panda_lib.rb | 873 data.paths&.each do |include|
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | [all...] |
Completed in 38 milliseconds