Searched defs:bool (Results 1 – 10 of 10) sorted by relevance
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/ |
D | basic_tool.py | 11 …def find_all_files(cls, folder: str, real_path: bool = True, apply_abs: bool = True, de_duplicate:…
|
D | gn_common_tool.py | 11 def is_gn_variable(cls, target: str, has_quote: bool = True):
|
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/ |
D | basic_tool.py | 31 …les_with_pattern(cls, folder: str, pattern: str = "/**", recursive: bool = True, apply_abs: bool =… 32 … real_path: bool = True, de_duplicate: bool = True, is_sort: bool = True,
|
D | gn_common_tool.py | 57 def is_gn_variable(cls, target: str, quote_processed: bool = False): 84 def contains_gn_variable(cls, s: str, quote_processed: bool = False): 94 …in_gn(cls, var_name_tuple: tuple, path: str, stop_tail: str = "home", use_cache: bool = False) -> \
|
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
D | get_subsystem_component.py | 132 def run(cls, project_path: str, output_path: str = None, save_result: bool = True):
|
D | template_processor.py | 115 …: str, gn_v: str, alt_v: str, gn_path: str, ifrom: str, efrom: str, strip_quote: bool = False) -> …
|
/developtools/integration_verification/tools/rom_ram_analyzer/standard/ |
D | rom_analyzer.py | 148 project_path: Text, product_name: Text, output_file: Text, output_execel: bool):
|
D | ram_analyzer.py | 345 output_file: str, ss: str, output_excel: bool):
|
/developtools/hdc/src/host/ |
D | host_uart.cpp | 620 HSession HdcHostUART::GetSession(const uint32_t sessionId, bool) in EnumSerialPort() argument
|
/developtools/profiler/device/plugins/native_hook/src/ |
D | hook_client.cpp | 744 bool ohos_malloc_hook_initialize(const MallocDispatchType*malloc_dispatch, bool*, const char*) in ohos_malloc_hook_initialize() argument
|