/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 326 struct Dict : UnsizedByteStr struct 329 bool serialize (hb_serialize_context_t *c, in serialize() 345 static unsigned int calculate_serialized_size (const DICTVAL &dictval, in calculate_serialized_size() 356 static unsigned int calculate_serialized_size (const DICTVAL &dictval, in calculate_serialized_size() 366 static bool serialize_int_op (hb_serialize_context_t *c, OpCode op, int value, OpCode intOp) in serialize_int_op() 386 static bool serialize_uint4_op (hb_serialize_context_t *c, OpCode op, int value) in serialize_uint4_op() 389 static bool serialize_uint2_op (hb_serialize_context_t *c, OpCode op, int value) in serialize_uint2_op() 392 static bool serialize_offset4_op (hb_serialize_context_t *c, OpCode op, int value) in serialize_offset4_op() 397 static bool serialize_offset2_op (hb_serialize_context_t *c, OpCode op, int value) in serialize_offset2_op()
|
/external/python/cpython2/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/cpython3/Tools/scripts/ |
D | fixcid.py | 276 Dict = {} variable
|
/external/python/cpython3/Lib/test/ |
D | test_dict_version.py | 177 class Dict(dict): class
|
D | test_dict.py | 1291 class Dict(dict): class
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | _typecheck.py | 166 class Dict(Mapping): 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
|
D | test_dict.py | 796 class Dict(dict): class
|
/external/libchrome/third_party/jinja2/ |
D | nodes.py | 555 class Dict(Literal): class
|
/external/python/cpython3/Lib/ |
D | typing.py | 1243 Dict = _alias(dict, (KT, VT), inst=False) variable
|
/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 | 249 } Dict; member 539 #define Dict(a0, a1, a2, a3, a4) _Py_Dict(a0, a1, a2, a3, a4) macro
|
/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/cpython2/Python/ |
D | Python-ast.c | 1616 Dict(asdl_seq * keys, asdl_seq * values, int lineno, int col_offset, PyArena in Dict() function
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 4258 class Dict(TokenConverter): class
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 1877 Dict(asdl_seq * keys, asdl_seq * values, int lineno, int col_offset, PyArena in Dict() function
|