Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/clangd/
DConfigYAML.cpp37 DictParser Dict("Config", this); in parse() local
49 DictParser Dict("If", this); in parse() local
66 DictParser Dict("CompileFlags", this); in parse() local
79 DictParser Dict("Style", this); in parse() local
88 DictParser Dict("ClangTidy", this); in parse() local
110 DictParser Dict("Index", this); in parse() local
123 DictParser Dict("External", this); in parse() local
/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh317 struct Dict : UnsizedByteStr struct
320 bool serialize (hb_serialize_context_t *c, in serialize()
335 static unsigned int calculate_serialized_size (const DICTVAL &dictval, in calculate_serialized_size()
346 static unsigned int calculate_serialized_size (const DICTVAL &dictval, in calculate_serialized_size()
356 static bool serialize_int_op (hb_serialize_context_t *c, op_code_t op, int value, op_code_t intOp) in serialize_int_op()
376 static bool serialize_uint4_op (hb_serialize_context_t *c, op_code_t op, int value) in serialize_uint4_op()
379 static bool serialize_uint2_op (hb_serialize_context_t *c, op_code_t op, int value) in serialize_uint2_op()
382 static bool serialize_offset4_op (hb_serialize_context_t *c, op_code_t op, int value) in serialize_offset4_op()
385 static bool serialize_offset2_op (hb_serialize_context_t *c, op_code_t op, int value) in serialize_offset2_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 …]
Dlibrary.go2183 func updateDict(dict *Dict, updates Tuple, kwargs []Tuple) error {
/external/angle/tools/android/modularization/convenience/
Dlookup_dep.py204 def _compute_full_class_names_for_build_config(self, deps_info: Dict) -> Set[str]:
/external/python/cpython3/Tools/scripts/
Dfixcid.py276 Dict = {} variable
/external/python/cpython2/Tools/scripts/
Dfixcid.py276 Dict = {} variable
/external/vulkan-validation-layers/layers/
Dhash_util.h156 using Dict = std::unordered_set<Id, HashKeyValue, KeyValueEqual>; variable
/external/python/cpython3/Lib/test/
Dtest_dict_version.py182 class Dict(dict): class
Dtest_dict.py1461 class Dict(dict): class
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DMessageObjects.cpp72 JThreadsInfo::parseRegisters(const StructuredData::Dictionary &Dict, in parseRegisters()
/external/python/cpython2/Lib/
Dplistlib.py322 class Dict(_InternalDict): class
/external/fmtlib/support/
Ddocopt.py485 class Dict(dict): class
/external/python/cpython2/Lib/test/
Dtest_operator.py225 class Dict(dict): pass class
Dtest_dict.py796 class Dict(dict): class
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerDriver.cpp534 int AnalyzeDictionary(Fuzzer *F, const Vector<Unit>& Dict, in AnalyzeDictionary()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDriver.cpp534 int AnalyzeDictionary(Fuzzer *F, const Vector<Unit>& Dict, in AnalyzeDictionary()
/external/libchrome/third_party/jinja2/
Dnodes.py555 class Dict(Literal): class
/external/python/jinja/src/jinja2/
Dnodes.py559 class Dict(Literal): class
/external/python/cpython2/Include/
DPython-ast.h226 } Dict; member
464 #define Dict(a0, a1, a2, a3, a4) _Py_Dict(a0, a1, a2, a3, a4) macro
/external/python/cpython3/Include/
DPython-ast.h272 } Dict; member
582 #define Dict(a0, a1, a2, a3, a4, a5, a6) _Py_Dict(a0, a1, a2, a3, a4, a5, a6) macro
/external/python/cpython3/Lib/
Dtyping.py1690 Dict = _alias(dict, 2, inst=False, name='Dict') variable
/external/python/cpython2/Lib/compiler/
Dast.py403 class Dict(Node): class
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py4258 class Dict(TokenConverter): class
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py4258 class Dict(TokenConverter): class

12