Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 93) sorted by relevance

1234

/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
Dtemplate_processor.py42 project_path: str,
43 result_dict: Dict[str, Dict[str, Dict]],
44 target_type: str,
45 match_pattern: str,
46 sub_com_dict: Dict[str, Dict[str, str]], argument
48 other_info_handlers: Dict[str, Callable[[
49 Text], Union[str, list]]] = dict(),
51 resource_field: str = None,
82 def _append(self, key: str, unit: Dict) -> None:
91 def _find_sc(self, gn_path: str):
[all …]
Drom_analysis.py65 … def _add_rest_dir(cls, top_dir: str, rela_path: str, sub_path: str, dir_list: List[str]) -> None:
103 def _find_files(cls, product_name: str) -> Dict[str, List[str]]:
144 def collect_product_info(cls, product_name: str):
152 def _put(cls, sub: str, com: str, unit: Dict, rom_size_dict: Dict):
175 …def _fuzzy_match(cls, file_name: str, filter_path_keyword: Tuple[str] = tuple()) -> Tuple[str, str…
231 def _save_as_xls(cls, result_dict: Dict, product_name: str) -> None:
279 def analysis(cls, product_name: str, product_dict: Dict[str, List[str]]):
Dmisc.py57 def gn_lineno_collect(match_pattern: str, project_path: str) -> DefaultDict[str, List[int]]:
116 def run(self, unit: Dict[str, AnyStr]) -> str:
119 def __call__(self, unit: Dict[str, AnyStr]) -> str:
123 def add_prefix(content: str, prefix: str) -> str:
129 def add_postfix(content: str, postfix: str) -> str:
136 def run(self, unit: Dict[str, AnyStr]):
144 def run(self, unit: Dict[str, AnyStr]):
156 def run(self, unit: Dict[str, AnyStr]):
173 def run(self, unit: Dict[str, AnyStr]):
187 def run(self, unit: Dict[str, AnyStr]):
[all …]
Dget_subsystem_component.py30 def get_subsystem_components(ohos_path: str):
79 def export_to_json(subsystem_item: dict, output_filename: str):
106 def is_project(path: str) -> bool:
132 def run(cls, project_path: str, output_path: str = None, save_result: bool = True):
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
Dram_analyzer.py38 def verify_hdc(cls, verify_str: str = "OpenHarmony") -> bool:
50 def verify_device(cls, device_num: str) -> bool:
63 def exec(cls, args: list, output_from: str = "stdout"):
100 …def __parse_hidumper_mem(cls, content: typing.Text, device_num: str, ss: str = "Pss") -> typing.Di…
108 def find_full_process_name(hname: str) -> str:
113 def process_ps_ef(content: str) -> list:
145 def process_hidumper_info(cls, device_num: str, ss:str) -> typing.Dict[str, int]:
165 def __parse_process_xml(cls, file_path: str, result_dict: typing.Dict[str, typing.List[str]]):
186 …def get_elf_info_from_rom_result(cls, rom_result_json: str) -> typing.Dict[str, typing.Dict[str, s…
211 def __parse_process_cfg(cls, cfg_path: str, profile_path: str, result_dict: dict):
[all …]
Drom_analyzer.py75 def __save_result_as_excel(cls, result_dict: dict, output_name: str):
147 def analysis(cls, system_module_info_json: Text, product_dirs: List[str],
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/pkgs/
Dgn_common_tool.py37 def _find_gn_variable_list(cls, content: str) -> List:
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 …def find_variables_in_gn(cls, var_name_tuple: tuple, path: str, stop_tail: str = "home", use_cache…
138 def replace_gn_variables(cls, s: str, gn_path: str, stop_tail: str) -> str:
156 def find_values_of_variable(cls, var_name: str, path: str, stop_tail: str = "home") -> list:
185 def string_parser(cls, var: str, content: str) -> str:
197 def list_parser(cls, var: str, content: str) -> List[str]:
Dbasic_tool.py31 …def find_files_with_pattern(cls, folder: str, pattern: str = "/**", recursive: bool = True, apply_…
33 post_handler: Callable[[List[str]], List[str]] = None) -> list:
62 …def match_paragraph(cls, content: str, start_pattern: str = r"\w+\(\".*?\"\) *{", end_pattern: str
79 def re_group_1(cls, content: str, pattern: str, **kwargs) -> str:
95 def abspath(cls, path: str) -> str:
104 def grep_ern(cls, pattern: str, path: str, include: str = str(), exclude: tuple = tuple(),
128 def execute(cls, cmd: str, post_processor: Callable[[Text], Text] = do_nothing) -> Any:
Dsimple_excel_writer.py28 def __init__(self, default_sheet_name: str = "sheet1"):
60 def __increment_y(self, sheet_name: str, value: int = 1) -> int:
67 def __increment_x(self, sheet_name: str, value: int = 1) -> int:
74 def append_line(self, content: list, sheet_name: str = None):
87 sheet_name: str = None):
95 def set_sheet_header(self, headers: Iterable, sheet_name: str = None):
114 def add_sheet(self, sheet_name: str, cell_overwrite_ok=True) -> Optional[xlwt.Worksheet]:
123 def save(self, file_name: str):
Dsimple_yaml_tool.py25 def read_yaml(cls, file_name: str, mode: str = "r", encoding: str = "utf-8") -> Dict:
/developtools/syscap_codec/tools/
Dsyscap_check.py66 def bundle_syscap_post_handler(syscap: str) -> str:
70 def read_value_from_json(filepath: str,
95 def collect_syscap_from_codec(filepath: str, pattern: str = r'{"(.*)"') -> tuple:
114 def collect_syscap_from_component(project_path: str,
148 def sdk_syscap_post_handler(syscap: str) -> str:
152 def collect_syscap_from_sdk(ts_path: str,
153 pattern: str = r"\* *@syscap +((?i)SystemCapability\..*)",
206 def print_inconsistent(diff_set: set, a_name: str, b_name: str, table: PrettyTable,
218 …istent(a_diff_b_set: set, b_diff_a_set: set, table: PrettyTable, a_name: str, b_name: str) -> bool:
229 a_name: str,
[all …]
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/
Dgn_common_tool.py11 def is_gn_variable(cls, target: str, has_quote: bool = True):
37 … def find_variables_in_gn(cls, var_name_tuple: tuple, path: str, stop_tail: str = "home") -> tuple:
68 def __find_part_subsystem_from_bundle(cls, gnpath: str, stop_tail: str = "home") -> tuple:
101 def find_part_subsystem(cls, gn_file: str, project_path: str) -> tuple:
Dsimple_excel_writer.py10 def __init__(self, default_sheet_name: str = "sheet1"):
43 def __increment_y(self, sheet_name: str, value: int = 1) -> int:
50 def __increment_x(self, sheet_name: str, value: int = 1) -> int:
57 def append_line(self, content: list, sheet_name: str = None):
70 sheet_name: str = None):
78 def set_sheet_header(self, headers: Iterable, sheet_name: str = None):
97 def add_sheet(self, sheet_name: str, cell_overwrite_ok=True) -> Optional[xlwt.Worksheet]:
106 def save(self, file_name: str):
Dbasic_tool.py11 …def find_all_files(cls, folder: str, real_path: bool = True, apply_abs: bool = True, de_duplicate:…
26 def get_abs_path(cls, path: str) -> str:
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dstring_utils_test.cpp49 std::string str; in RandomString() local
65 std::string str = "abbcccdefgh.txt"; variable
79 std::string str = "abbcccdefgh.txt"; variable
92 std::string str = "abbcccdefgh.txt"; variable
106 std::string str = "abbcccdefgh.txt"; variable
121 std::string str = RandomString(STR_MAX_SIZE); variable
138 std::string str = "abbcccdefgh.txt"; variable
155 std::string str = "abbcccdefgh.txt"; variable
173 std::string str = RandomString(STR_MAX_SIZE); variable
190 std::string str = "abbcccdefgh.txt"; variable
[all …]
Dkernel_symbols_parser_test.cpp58 std::string str = std::to_string(RandomNumber()); in RandAddr() local
64 std::string str; in RandomName() local
77 char str = 't'; in RandomType() local
86 std::string str = randAddr + " " + randomType + " " + RandomName; in RandomSymbols() local
Dprintk_formats_parser_test.cpp127 std::string str = "0x0"; in RandomAddr() local
137 std::string str; in RandomString() local
147 std::string str = randNumber + " : " + randomString; in BuildPrintkLine() local
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Devent_parser_test.cpp191 const uint8_t str[] = variable
215 const uint8_t str[] = variable
242 const uint8_t str[] = variable
269 const uint8_t str[] = variable
296 …const uint8_t str[] = "<idle>-0 (-----) [003] d..2 174330.280761: cpu_idle: state=2 cpu_id=3\n… variable
319 const uint8_t str[] = variable
343 …const uint8_t str[] = "ACCS0-2716 ( 2519) [000] d.h1 174330.280382: irq_handler_exit: irq=19 ret=… variable
366 const uint8_t str[] = variable
390 const uint8_t str[] = variable
415 const uint8_t str[] = variable
[all …]
Dbytrace_parser_test.cpp172 std::string str( variable
192 std::string str( variable
212 std::string str( variable
232 std::string str( variable
/developtools/hdc/src/host/
Dext_client.cpp113 void ExtClient::Version(const std::string &str) in Version()
119 void ExtClient::Help(const std::string &str) in Help()
124 void ExtClient::Discover(const std::string &str) in Discover()
130 void ExtClient::Start(const std::string &str) in Start()
136 void ExtClient::Kill(const std::string &str) in Kill()
142 void ExtClient::Connect(const std::string &str) in Connect()
151 void ExtClient::ListTargets(const std::string &str) in ListTargets()
186 void ExtClient::UpdateList(const string &str) in UpdateList()
202 void ExtClient::Shell(const std::string &str) in Shell()
209 void ExtClient::File(const std::string &str) in File()
[all …]
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dstring_utils.cpp17 bool StringUtils::EndsWith(const std::string& str, const std::string& postfix) in EndsWith()
25 bool StringUtils::StartsWith(const std::string& str, const std::string& prefix) in StartsWith()
33 bool StringUtils::Contains(const std::string& str, const std::string& target) in Contains()
38 std::string StringUtils::Strip(const std::string& str) in Strip()
67 std::vector<std::string> StringUtils::Split(const std::string& str, const std::string& sep) in Split()
/developtools/profiler/tools/smaps_show/src/
Dmain.rs139 fn print_smaps_core(infos: Vec<VmStruct>, value_keys: &Vec<(&str, &str)>, info_keys: &Vec<(&str, &s… in print_smaps_core()
185 fn value_to_cell(i: &VmStruct, k: &str, t: &str) -> Cell { in value_to_cell()
198 fn info_to_cell(i: &VmStruct, k: &str, is_summary: bool) -> Cell { in info_to_cell()
296 fn print_usage(program: &str, opts: Options) { in print_usage()
/developtools/profiler/host/smartperf/trace_streamer/src/include/
Dstring_to_numerical.h29 inline uint16_t GetNameASCIISumNoNum(const std::string& str) in GetNameASCIISumNoNum()
101 inline std::optional<double> StrToDouble(const std::string& str) in StrToDouble()
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dparting_string.cpp19 PartingString::PartingString(std::string str, char delimiter) : str_(std::move(str)), delimiter_(de… in PartingString()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Delf_parser_test.cpp648 std::string str = line.substr(pos, len); in GetSecIndex() local
684 std::string str = strVec[index]; in GetName() local
709 std::string str = strVec[index]; in GetAddress() local
735 std::string str = strVec[index]; in GetFileOffset() local
761 std::string str = strVec[index]; in GetSecSize() local
787 std::string str = strVec[index]; in GetEntrySize() local
810 std::string str = strVec[strVec.size() + index]; in GetLink() local
832 std::string str = strVec[strVec.size() + index]; in GetInfo() local
854 std::string str = strVec[strVec.size() + index]; in GetAlign() local
925 std::string str = strVec[index]; in GetOffset() local
[all …]

1234