Home
last modified time | relevance | path

Searched refs:Dict (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.5.0/tools/
Didf_size.py20 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/
Dtest_idf_size.py20 from typing import Dict
Dmem_test.py10 from typing import Dict
/hal_espressif-3.5.0/tools/ci/python_packages/
Dgitlab_api.py9 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/
Dcheck_callgraph.py27 from typing import BinaryIO, Callable, Dict, Generator, List, Optional, Tuple
/hal_espressif-3.5.0/tools/ci/python_packages/ttfw_idf/
DIDFApp.py34 from typing import Any, Dict, List, Optional, Tuple, Type # noqa: F401