Home
last modified time | relevance | path

Searched refs:Callable (Results 1 - 5 of 5) sorted by relevance

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
H A Dbasic_tool.py24 from typing import Dict, Any, List, Callable, Text, Iterator namespace
72 post_handler: Callable[[List[str]], List[str]] = None) -> list:
144 post_handler: Callable[[Text], Any] = do_nothing) -> Any:
167 def execute(cls, cmd: str, post_processor: Callable[[Text], Text] = do_nothing) -> Any:
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
H A Dbasic_tool.py22 from typing import Text, Callable, Any, Iterator namespace
57 p_filter: typing.Callable = lambda x: True) -> list:
91 def execute(cls, cmd: str, post_processor: Callable[[Text], Text] = lambda x: x) -> Any:
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H A Dtemplate_processor.py19 from typing import Tuple, Union, Callable, Literal, Dict, Text namespace
47 target_name_parser: Callable[[Text], Text] = do_nothing,
48 other_info_handlers: Dict[str, Callable[[
52 ud_post_handler: Callable[[Dict, Dict], None] = None
60 :param target_name_parser: 解析target名字的Callable
62 SourceParser是对target段落进行分析处理的Callable,接受一个字符串作为参数
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/test/java/com/ohos/hapsigntoolcmd/
H A DConcurrencyTest.java42 import java.util.concurrent.Callable;
109 private Callable<Boolean> generateSignHapTask(CountDownLatch countDownLatch) throws IOException { in generateSignHapTask()
173 private static class MultiSignHapTask implements Callable<Boolean> {
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H A Dram_analyzer.py202 evaluator: typing.Callable, rom_result_dict: typing.Dict[str, typing.Dict]) -> \

Completed in 4 milliseconds