| /external/harfbuzz_ng/src/ |
| D | hb-ot-cff-common.hh | 296 struct Dict : UnsizedByteStr struct 299 bool serialize (hb_serialize_context_t *c, in serialize() 313 static bool serialize_int_op (hb_serialize_context_t *c, op_code_t op, V value, op_code_t intOp) in serialize_int_op() 333 static bool serialize_int4_op (hb_serialize_context_t *c, op_code_t op, V value) in serialize_int4_op() 337 static bool serialize_int2_op (hb_serialize_context_t *c, op_code_t op, V value) in serialize_int2_op() 341 …ic bool serialize_link_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence) in serialize_link_op() 349 …link4_op (hb_serialize_context_t *c, op_code_t op, objidx_t link, whence_t whence = whence_t::Head) in serialize_link4_op() 352 …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/google-cloud-java/owl-bot-postprocessor/synthtool/ |
| D | report.py | 22 name: str, results: typing.List[typing.Dict], log_file_dir: pathlib.Path
|
| /external/tensorflow/tensorflow/cc/experimental/libtf/ |
| D | value.h | 54 using Dict = variable
|
| /external/cronet/base/ |
| D | values.h | 155 class Dict; variable 311 explicit Dict(std::move_iterator<IteratorType> first, in Dict() function
|
| /external/perfetto/ui/src/frontend/ |
| D | value.ts | 62 export type Dict = { alias
|
| /external/angle/build/android/gyp/util/ |
| D | dep_utils.py | 203 deps_info: Dict) -> Set[str]:
|
| /external/cronet/build/android/gyp/util/ |
| D | dep_utils.py | 203 deps_info: Dict) -> Set[str]:
|
| /external/curl/tests/http/ |
| D | test_04_stuttered.py | 130 def stats_spread(self, stats: List[Dict], key: str) -> Tuple[float, int, float, int, float]:
|
| /external/python/cpython2/Tools/scripts/ |
| D | fixcid.py | 276 Dict = {} variable
|
| /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/toolchain-utils/llvm_tools/ |
| D | update_packages_and_run_tests.py | 188 arg_dict: Dict,
|
| /external/python/cpython3/Lib/test/ |
| D | test_dict_version.py | 182 class Dict(dict): class
|
| D | test_dict.py | 111 class Dict(dict): class 1601 class Dict(dict): class
|
| /external/python/python-api-core/google/api_core/operations_v1/transports/ |
| D | rest.py | 75 http_options: Optional[Dict] = None,
|
| /external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/ |
| D | common.py | 400 def _load_generic_metadata(self, metadata: Dict, relative_dir=None):
|
| /external/angle/build/gn_ast/ |
| D | json_gn_editor.py | 278 def _clone_replacing_value(self, node_to_copy: Dict, new_dep_name: str):
|
| /external/cronet/build/gn_ast/ |
| D | json_gn_editor.py | 278 def _clone_replacing_value(self, node_to_copy: Dict, new_dep_name: str):
|
| /external/curl/tests/http/testenv/ |
| D | curl.py | 221 def add_response(self, resp: Dict): 225 def add_results(self, results: Dict):
|
| /external/ComputeLibrary/examples/gemm_tuner/ |
| D | GemmTuner.py | 489 json_results: Dict, measurement_method="avg"
|
| /external/perfetto/ui/src/frontend/sql/details/ |
| D | details.ts | 84 export function Dict( function
|
| /external/fmtlib/support/ |
| D | docopt.py | 485 class Dict(dict): class
|
| /external/python/cpython2/Lib/ |
| D | plistlib.py | 322 class Dict(_InternalDict): class
|
| /external/python/cpython2/Lib/test/ |
| D | test_operator.py | 225 class Dict(dict): pass class
|