Home
last modified time | relevance | path

Searched defs:Dict (Results 1 – 25 of 40) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh296 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/
Dvalue.go771 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/
Dreport.py22 name: str, results: typing.List[typing.Dict], log_file_dir: pathlib.Path
/external/tensorflow/tensorflow/cc/experimental/libtf/
Dvalue.h54 using Dict = variable
/external/cronet/base/
Dvalues.h155 class Dict; variable
311 explicit Dict(std::move_iterator<IteratorType> first, in Dict() function
/external/perfetto/ui/src/frontend/
Dvalue.ts62 export type Dict = { alias
/external/angle/build/android/gyp/util/
Ddep_utils.py203 deps_info: Dict) -> Set[str]:
/external/cronet/build/android/gyp/util/
Ddep_utils.py203 deps_info: Dict) -> Set[str]:
/external/curl/tests/http/
Dtest_04_stuttered.py130 def stats_spread(self, stats: List[Dict], key: str) -> Tuple[float, int, float, int, float]:
/external/python/cpython2/Tools/scripts/
Dfixcid.py276 Dict = {} variable
/external/python/cpython3/Tools/scripts/
Dfixcid.py276 Dict = {} variable
/external/vulkan-validation-layers/layers/
Dhash_util.h156 using Dict = std::unordered_set<Id, HashKeyValue, KeyValueEqual>; variable
/external/toolchain-utils/llvm_tools/
Dupdate_packages_and_run_tests.py188 arg_dict: Dict,
/external/python/cpython3/Lib/test/
Dtest_dict_version.py182 class Dict(dict): class
Dtest_dict.py111 class Dict(dict): class
1601 class Dict(dict): class
/external/python/python-api-core/google/api_core/operations_v1/transports/
Drest.py75 http_options: Optional[Dict] = None,
/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/
Dcommon.py400 def _load_generic_metadata(self, metadata: Dict, relative_dir=None):
/external/angle/build/gn_ast/
Djson_gn_editor.py278 def _clone_replacing_value(self, node_to_copy: Dict, new_dep_name: str):
/external/cronet/build/gn_ast/
Djson_gn_editor.py278 def _clone_replacing_value(self, node_to_copy: Dict, new_dep_name: str):
/external/curl/tests/http/testenv/
Dcurl.py221 def add_response(self, resp: Dict):
225 def add_results(self, results: Dict):
/external/ComputeLibrary/examples/gemm_tuner/
DGemmTuner.py489 json_results: Dict, measurement_method="avg"
/external/perfetto/ui/src/frontend/sql/details/
Ddetails.ts84 export function Dict( function
/external/fmtlib/support/
Ddocopt.py485 class Dict(dict): class
/external/python/cpython2/Lib/
Dplistlib.py322 class Dict(_InternalDict): class
/external/python/cpython2/Lib/test/
Dtest_operator.py225 class Dict(dict): pass class

12