Searched refs:Dict (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.5.0/tools/ |
D | idf_size.py | 20 from typing import Any, Callable, Collection, Dict, Iterable, List, Optional, TextIO, Tuple, Union 25 Section = Dict[str, Union[str, int]] 26 SectionDict = Dict[str, Section] 78 def get_mem_reg_def(chip_info: Dict, memory_reg: str) -> Tuple: argument 119 def fit_segments_into_regions(self, segments: Dict) -> List: argument 128 def fit_sections_into_regions(self, sections: Dict) -> List: argument 164 def filter_sections(sections: Dict) -> Dict: argument 221 def format_json(json_object: Dict) -> str: argument 228 def load_map_data(map_file: TextIO) -> Tuple[str, Dict, Dict]: 240 def load_segments(map_file: TextIO) -> Dict: [all …]
|
/hal_espressif-3.5.0/tools/test_idf_size/ |
D | test_idf_size.py | 20 from typing import Dict
|
D | mem_test.py | 10 from typing import Dict
|
/hal_espressif-3.5.0/tools/ci/python_packages/ |
D | gitlab_api.py | 9 from typing import Any, Callable, Dict, List, Optional 148 …self, job_name: str, pipeline_id: Optional[str] = None, job_status: str = 'success') -> List[Dict]:
|
/hal_espressif-3.5.0/tools/ci/ |
D | check_callgraph.py | 27 from typing import BinaryIO, Callable, Dict, Generator, List, Optional, Tuple
|
/hal_espressif-3.5.0/tools/ci/python_packages/ttfw_idf/ |
D | IDFApp.py | 34 from typing import Any, Dict, List, Optional, Tuple, Type # noqa: F401
|