/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Collections.pas | 144 …class function DictionaryToString(const Dict: IDictionary<Integer, IList<IANTLRInterface>>): Strin… 336 const Dict: IDictionary<Integer, IList<IANTLRInterface>>): String; in TCollectionUtils.DictionaryToString() 344 if Assigned(Dict) then 348 for E in Dict do 371 Dict: IDictionary<Integer, IList<IANTLRInterface>>; 387 if Supports(Element, IDictionary<Integer, IList<IANTLRInterface>>, Dict) then 388 SB.Append(DictionaryToString(Dict))
|
/external/clang/test/SemaObjCXX/ |
D | objc-container-subscripting.mm | 88 NSMutableDictionary *Dict; 90 Dict[toId] = toBlock; 92 Dict[toBlock] = toBlock; 94 Dict[toBlock] = Dict[toId] = Dict[toBlock]; 98 return Dict[toBlock];
|
/external/python/cpython2/Tools/scripts/ |
D | fixcid.py | 245 if found in Dict: 246 subst = Dict[found] 276 Dict = {} variable 309 if key in Dict: 311 err('%s:%r: warning: previous: %r\n' % (substfile, lineno, Dict[key])) 312 Dict[key] = value
|
/external/python/cpython3/Tools/scripts/ |
D | fixcid.py | 245 if found in Dict: 246 subst = Dict[found] 276 Dict = {} variable 309 if key in Dict: 311 err('%s:%r: warning: previous: %r\n' % (substfile, lineno, Dict[key])) 312 Dict[key] = value
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | io_ops.py | 61 @tc.returns(tc.Dict(string_types, parsing_ops.FixedLenFeature)) 79 @tc.returns(tc.Dict(string_types, core.LabeledTensor)) 117 @tc.returns(tc.Dict(string_types, core.LabeledTensor))
|
D | _typecheck.py | 166 class Dict(Mapping): class 174 and super(Dict, self).__instancecheck__(instance))
|
/external/vulkan-validation-layers/layers/ |
D | hash_util.h | 156 using Dict = std::unordered_set<Id, HashKeyValue, KeyValueEqual>; variable 160 Dict dict;
|
/external/python/cpython2/Tools/pybench/ |
D | Setup.py | 31 from Dict import *
|
/external/python/cpython3/Lib/test/ |
D | test_dict_version.py | 177 class Dict(dict): class 182 type2test = Dict
|
D | test_typing.py | 709 class C(typing.Dict[Any, Any]): ... 800 class C(typing.Dict[str, T]): ... 801 self.assertEqual(C.__orig_bases__, (typing.Dict[str, T],)) 814 self.assertTrue(naive_dict_check({'x': 1}, typing.Dict[str, int])) 815 self.assertFalse(naive_dict_check({1: 'x'}, typing.Dict[str, int])) 817 naive_dict_check({1: 'x'}, typing.Dict[str, T]) 1017 class MyDict(typing.Dict[T, T]): ... 1081 typing.Iterable[Any], typing.Iterable[int], typing.Dict[int, str], 1082 typing.Dict[T, Any], ClassVar[int], ClassVar[List[T]], Tuple['T', 'T'], 2020 self.assertIsSubclass(dict, typing.Dict) [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 326 struct Dict : UnsizedByteStr struct 403 struct TopDict : Dict {}; 404 struct FontDict : Dict {}; 405 struct PrivateDict : Dict {};
|
/external/brotli/fetch-spec/ |
D | shared-brotli-fetch-spec.txt | 29 [NOTE-BOX] When sbr can be used, it is possible to add a header Available-Dict 40 1. If the header list does not contain `Sbr-Dict`, return a network error 42 `Sbr-Dict` and response’s header list.
|
/external/python/cpython3/Python/ |
D | ast_unparse.c | 282 value_count = asdl_seq_LEN(e->v.Dict.values); in append_ast_dict() 286 key_node = (expr_ty)asdl_seq_GET(e->v.Dict.keys, i); in append_ast_dict() 290 APPEND_EXPR((expr_ty)asdl_seq_GET(e->v.Dict.values, i), PR_TEST); in append_ast_dict() 294 APPEND_EXPR((expr_ty)asdl_seq_GET(e->v.Dict.values, i), PR_EXPR); in append_ast_dict()
|
/external/autotest/client/common_lib/ |
D | control_data.py | 310 assert(expr.__class__ == compiler.ast.Dict) 346 if expr.__class__ == compiler.ast.Dict:
|
/external/python/cpython2/Lib/ |
D | plistlib.py | 322 class Dict(_InternalDict): class 328 super(Dict, self).__init__(**kwargs)
|
D | ast.py | 61 elif isinstance(node, Dict):
|
/external/python/cpython3/Doc/library/ |
D | plistlib.rst | 137 Dict values in the result are now normal dicts. You no longer can use 158 Dict values in the result are now normal dicts. You no longer can use
|
D | typing.rst | 53 from typing import Dict, Tuple, Sequence 55 ConnectionOptions = Dict[str, str] 66 servers: Sequence[Tuple[Tuple[str, int], Dict[str, str]]]) -> None: 684 .. class:: Dict(dict, MutableMapping[KT, VT]) 692 def count_words(text: str) -> Dict[str, int]: 707 .. class:: Counter(collections.Counter, Dict[T, int]) 1056 stats: ClassVar[Dict[str, int]] = {} # class variable
|
/external/python/cpython2/Tools/compiler/ |
D | ast.txt | 52 Dict: items!
|
/external/autotest/server/site_tests/enterprise_CFM_Test/ |
D | control.mimo | 55 Dict error_key_words provides the list of error logs which script checks and verify. 57 updated on the fly. Dict has keys, the value for each key is the list which contains
|
D | control.atrus | 55 Dict error_key_words provides the list of error logs which script checks and verify. 57 updated on the fly. Dict has keys, the value for each key is the list which contains
|
D | control.huddly | 55 Dict error_key_words provides the list of error logs which script checks and verify. 57 updated on the fly. Dict has keys, the value for each key is the list which contains
|
/external/tensorflow/tensorflow/python/autograph/ |
D | STYLE_GUIDE.md | 30 foo: Dict[str, List[int]], a dictionary of sorts
|
/external/markdown/docs/extensions/ |
D | Meta-Data.txt | 45 The meta-data is made available as a python Dict in the `Meta` attribute of an
|
/external/lz4/doc/ |
D | lz4_Frame_format.md | 186 If this flag is set, a 4-bytes Dict-ID field will be present, 223 Dict-ID is only present if the associated flag is set. 231 The decompressor can use Dict-ID identifier to determine
|