| /external/pigweed/pw_bloat/py/pw_bloat/ |
| D | bloaty_config.py | 217 def _memory_regions_overlap(memory_regions: Dict) -> bool: 276 segments: Dict, memory_regions: Dict 315 def generate_memoryregions_data_source(segment_to_memory_region: Dict) -> str:
|
| /external/pigweed/pw_stm32cube_build/py/pw_stm32cube_build/ |
| D | icf_to_ld.py | 79 def icf_regions_to_ld_regions(icf_regions: Dict) -> Dict: 114 def create_ld(ld_regions: Dict, blocks: Dict) -> str:
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-cff-common.hh | 256 struct Dict : UnsizedByteStr struct 259 bool serialize (hb_serialize_context_t *c, in serialize() 273 static bool serialize_int_op (hb_serialize_context_t *c, op_code_t op, V value, op_code_t intOp) in serialize_int_op() 293 static bool serialize_int4_op (hb_serialize_context_t *c, op_code_t op, V value) in serialize_int4_op() 297 static bool serialize_int2_op (hb_serialize_context_t *c, op_code_t op, V value) in serialize_int2_op() 301 …ic bool serialize_link_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence) in serialize_link_op() 309 …link4_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence = whence_t::Head) in serialize_link4_op() 312 …link2_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence = whence_t::Head) in serialize_link2_op()
|
| /external/starlark-go/starlark/ |
| D | value.go | 771 type Dict struct { struct 772 ht hashtable 783 func (d *Dict) Clear() error { return d.ht.clear() } 784 func (d *Dict) Delete(k Value) (v Value, found bool, err error) { return d.ht.delete(k) } 785 func (d *Dict) Get(k Value) (v Value, found bool, err error) { return d.ht.lookup(k) } 786 func (d *Dict) Items() []Tuple { return d.ht.items() } 787 func (d *Dict) Keys() []Value { return d.ht.keys() } 788 func (d *Dict) Len() int { return int(d.ht.len) } 789 func (d *Dict) Iterate() Iterator { return d.ht.iterate() } 790 func (d *Dict) SetKey(k, v Value) error { return d.ht.insert(k, v) } [all …]
|
| /external/pigweed/pw_build/py/pw_build/ |
| D | project_builder.py | 137 env: Dict, 161 env: Dict, 429 [List, Dict, BuildRecipe, logging.Logger, Optional[Callable]], bool argument 653 env: Dict,
|
| D | generate_python_package.py | 169 config: configparser.ConfigParser, data: Dict, section: Optional[str] = None
|
| /external/pigweed/pw_console/py/pw_console/ |
| D | log_line.py | 42 def update_metadata(self, extra_fields: Optional[Dict] = None):
|
| D | test_mode.py | 61 async def log_forever(fake_log_messages: List[Tuple[str, Dict]]): argument
|
| D | embed.py | 295 def embed(self, override_window_config: Optional[Dict] = None) -> None:
|
| D | help_window.py | 343 def add_custom_keybinds_help_text(self, section_name, key_bindings: Dict):
|
| D | console_prefs.py | 239 def set_windows(self, new_config: Dict) -> None:
|
| D | console_app.py | 158 ] = None,
|
| /external/tensorflow/tensorflow/cc/experimental/libtf/ |
| D | value.h | 54 using Dict = variable
|
| /external/cronet/base/ |
| D | values.h | 184 class Dict; variable 340 explicit Dict(std::move_iterator<IteratorType> first, in Dict() function
|
| /external/perfetto/ui/src/frontend/ |
| D | value.ts | 58 export type Dict = { alias
|
| /external/angle/build/android/gyp/util/ |
| D | dep_utils.py | 195 deps_info: Dict) -> Set[str]:
|
| /external/curl/tests/http/ |
| D | test_04_stuttered.py | 133 def stats_spread(self, stats: List[Dict], key: str) -> Tuple[float, int, float, int, float]:
|
| /external/python/cpython3/Tools/scripts/ |
| D | fixcid.py | 276 Dict = {} variable
|
| /external/vulkan-validation-layers/layers/ |
| D | hash_util.h | 156 using Dict = std::unordered_set<Id, HashKeyValue, KeyValueEqual>; variable
|
| /external/python/cpython2/Tools/scripts/ |
| D | fixcid.py | 276 Dict = {} variable
|
| /external/pigweed/pw_software_update/py/pw_software_update/ |
| D | remote_sign.py | 205 request_overrides: Optional[Dict] = None,
|
| /external/python/cpython3/Lib/test/ |
| D | test_dict_version.py | 182 class Dict(dict): class
|
| /external/curl/tests/http/testenv/ |
| D | curl.py | 146 def add_response(self, resp: Dict): 150 def add_results(self, results: Dict):
|
| /external/python/python-api-core/google/api_core/operations_v1/transports/ |
| D | rest.py | 75 http_options: Optional[Dict] = None,
|
| /external/ComputeLibrary/examples/gemm_tuner/ |
| D | GemmTuner.py | 489 json_results: Dict, measurement_method="avg"
|