Home
last modified time | relevance | path

Searched defs:configure (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/cli/
DConsoleLogger.ts22 static configure(): void { method in ConsoleLogger
/arkcompiler/ets_frontend/arkguard/test/grammar/samename/
Dclass_class.ts24 configure(Config: Config): void { method in App
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
Dlogger.ts35 public static configure( method in ConsoleLogger
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_client.py60 async def configure(self, nursery: trio.Nursery): member in DebuggerClient