Home
last modified time | relevance | path

Searched refs:libs (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dterminate.cpp36 char *libs = std::getenv("FUZZING_EXIT_ON_FAILED_ASSERT_FOR"); in Terminate() local
37 if (libs == nullptr) { in Terminate()
42 libs = libsTmp.data(); in Terminate()
46 char *lib = strtok_s(libs, ",", &context); in Terminate()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dunit.py36 1) directory containing program to run + libs + resources
53 libs: Optional[Iterable[Union[str, Path]]] = None,
59 self.path.joinpath(lib) for lib in libs] if libs else []
131 def libs(self, *ext) -> Iterable[Path]: member in BenchUnit
135 # search all libs on filesystem:
147 return [self.device_path.joinpath(lib.name) for lib in self.libs(*ext)]
H A Dplatform.py60 # dir with shared libs (init before the suite)
61 ToolBase.libs = Path(args.get_shared_path()).joinpath('libs').resolve()
62 ToolBase.libs.mkdir(parents=True, exist_ok=True)
207 self.x_sh.push(ToolBase.libs, self.dev_dir)
H A Dtool.py73 libs: Path
180 return bu.libs(*ext)
H A Dreport.py285 self.libs = {}
288 self.libs[t] = diff
299 'libs': diff
387 libs = aot_stats.keys()
388 for lb in libs:
396 for lb in libs if opt in passes[lb]}
407 # only for libs present in both reports
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/
H A Dark.py47 stdlib = str(ToolBase.libs / 'etsstdlib.an') \
76 libs = ':'.join([str(f) for f in self.x_libs(bu, '.abc')])
77 options = f'--panda-files={libs} ' if libs else ''
H A Dpaoc.py73 libs = self.x_libs(bu, '.abc')
74 opts = self.panda_files(libs)
77 for lib in libs:
H A Des2panda.py86 sts_paths_includable = [str(x) for x in bu.libs()
98 for lib in bu.libs('.ts', '.sts'):
H A Dtsc.py44 # libs first
45 ts_files = list(bu.libs('.ts')) + \
H A Dark_aot_compiler.py42 ToolBase.libs.joinpath('lib_ark_builtins.d.abc')
46 'libs', 'lib_ark_builtins.d.abc')
H A Des2abc.py47 ts_files = [bu.src('.ts')] + list(bu.libs('.ts'))
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/platforms/
H A Darkts_host.py42 log.info('Skipping aot compilation of libs')
44 an = ToolBase.libs.joinpath(
55 an, self.paoc.libs))
H A Dark_js_vm_ohos.py41 self.libark_abc = ToolBase.libs.joinpath('lib_ark_builtins.d.abc')
H A Dark_js_vm_host.py41 self.libark_abc = ToolBase.libs / 'lib_ark_builtins.d.abc'
H A Darkts_device.py41 log.info('Skipping aot compilation of libs')
53 an, self.paoc.libs))
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
H A Dimport_esm_without_extention.py35 for js in bu.libs('.mjs', '.ts')}:
/arkcompiler/ets_runtime/test/regresstest/
H A Drun_regress_test.py79 parser.add_argument('--LD_LIBRARY_PATH', '--libs-dir',
193 libs = args.ld_library_path.split(":")
195 libs = [os.path.abspath(os.path.join(current_dir, str(lib))) for lib in libs]
196 args.ld_library_path = ":".join(libs)
/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_test.py836 libs = json_data[Constants.VER_PLATFORM]["LIBS_LIST"]
837 for lib in libs:

Completed in 10 milliseconds