Home
last modified time | relevance | path

Searched defs:root_dir (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/verifier/tests/
Dverify_es2panda_test_abc.py37 def find_files(root_dir, extensions): argument
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
Dsingle_test_runner.rb20 def initialize(file, id, reporter_class, root_dir, report_dir) argument
Drunner.rb71 def self.create_runner(file, id, reporter_factory, root_dir, report_dir) argument
/arkcompiler/runtime_core/tests/cts-generator/runner/
Dsingle_test_runner.rb20 def initialize(file, id, reporter_class, root_dir, report_dir) argument
Drunner.rb71 def self.create_runner(file, id, reporter_factory, root_dir, report_dir) argument
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Djtr_reporter.rb21 def initialize(root_dir, pa_file, report_dir) argument
Dallure_reporter.rb35 def initialize(root_dir, pa_file, report_dir) argument
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/
Djtr_reporter.rb21 def initialize(root_dir, pa_file, report_dir) argument
Dallure_reporter.rb35 def initialize(root_dir, pa_file, report_dir) argument
/arkcompiler/ets_frontend/arkguard/scripts/
Dgrammar_test.py237 def __init__(self, test_filter, root_dir, test_type): argument
322 def traverse_dirs(self, root_dir, root_config_path): argument
Dcombination_test.py80 def __init__(self, test_filter, root_dir, test_type): argument
/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Dresources.py161 root_dir: Path = field(default_factory=Path) variable in ResourceLocator