Home
last modified time | relevance | path

Searched refs:do_nothing (Results 1 – 3 of 3) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dbasic_tool.py25 def do_nothing(x: Any) -> Any: function
105 post_handler: Callable[[Text], Any] = do_nothing) -> Any:
128 def execute(cls, cmd: str, post_processor: Callable[[Text], Text] = do_nothing) -> Any:
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dtemplate_processor.py25 from pkgs.basic_tool import do_nothing, BasicTool
47 target_name_parser: Callable[[Text], Text] = do_nothing,
50 unit_post_handler: BasePostHandler = do_nothing,
Dconfig.py29 from pkgs.basic_tool import do_nothing, BasicTool