/external/llvm-project/clang-tools-extra/clangd/ |
D | ConfigYAML.cpp | 37 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/ |
D | hb-ot-cff-common.hh | 317 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/ |
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 …]
|
D | library.go | 2183 func updateDict(dict *Dict, updates Tuple, kwargs []Tuple) error {
|
/external/angle/tools/android/modularization/convenience/ |
D | lookup_dep.py | 204 def _compute_full_class_names_for_build_config(self, deps_info: Dict) -> Set[str]:
|
/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/python/cpython3/Tools/scripts/ |
D | fixcid.py | 276 Dict = {} variable
|
/external/python/cpython3/Lib/test/ |
D | test_dict_version.py | 182 class Dict(dict): class
|
D | test_dict.py | 1461 class Dict(dict): class
|
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
D | MessageObjects.cpp | 72 JThreadsInfo::parseRegisters(const StructuredData::Dictionary &Dict, in parseRegisters()
|
/external/python/cpython2/Lib/ |
D | plistlib.py | 322 class Dict(_InternalDict): class
|
/external/fmtlib/support/ |
D | docopt.py | 485 class Dict(dict): class
|
/external/python/cpython2/Lib/test/ |
D | test_operator.py | 225 class Dict(dict): pass class
|
D | test_dict.py | 796 class Dict(dict): class
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerDriver.cpp | 534 int AnalyzeDictionary(Fuzzer *F, const Vector<Unit>& Dict, in AnalyzeDictionary()
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerDriver.cpp | 534 int AnalyzeDictionary(Fuzzer *F, const Vector<Unit>& Dict, in AnalyzeDictionary()
|
/external/python/jinja/src/jinja2/ |
D | nodes.py | 559 class Dict(Literal): class
|
/external/libchrome/third_party/jinja2/ |
D | nodes.py | 555 class Dict(Literal): class
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 226 } Dict; member 464 #define Dict(a0, a1, a2, a3, a4) _Py_Dict(a0, a1, a2, a3, a4) macro
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 272 } 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/ |
D | typing.py | 1690 Dict = _alias(dict, 2, inst=False, name='Dict') variable
|
/external/python/cpython2/Lib/compiler/ |
D | ast.py | 403 class Dict(Node): class
|
/external/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 4258 class Dict(TokenConverter): class
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 4258 class Dict(TokenConverter): class
|