Home
last modified time | relevance | path

Searched defs:cleanup (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/taihe/scripts/
Dinstall-ubuntu-deps123 cleanup() { function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dplugins_registry.py109 def cleanup(self) -> None: member in PluginsRegistry
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
Dsingle_test_runner.rb128 def cleanup method
/arkcompiler/runtime_core/tests/cts-generator/runner/
Dsingle_test_runner.rb135 def cleanup method
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/finalreg/
Dfinalization_registry_manager.cpp116 Method *cleanup = PlatformTypes(vm_)->coreFinalizationRegistryExecCleanup->GetPandaMethod(); in StartCleanupCoroIfNeeded() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dplatform.py177 def cleanup(self, bu: BenchUnit) -> None: member in PlatformBase