Home
last modified time | relevance | path

Searched refs:Dict (Results 1 – 25 of 68) sorted by relevance

123

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas144 …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/
Dobjc-container-subscripting.mm88 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/
Dfixcid.py245 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/
Dfixcid.py245 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/
Dio_ops.py61 @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.py166 class Dict(Mapping): class
174 and super(Dict, self).__instancecheck__(instance))
/external/vulkan-validation-layers/layers/
Dhash_util.h156 using Dict = std::unordered_set<Id, HashKeyValue, KeyValueEqual>; variable
160 Dict dict;
/external/python/cpython2/Tools/pybench/
DSetup.py31 from Dict import *
/external/python/cpython3/Lib/test/
Dtest_dict_version.py177 class Dict(dict): class
182 type2test = Dict
Dtest_typing.py709 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/
Dhb-ot-cff-common.hh326 struct Dict : UnsizedByteStr struct
403 struct TopDict : Dict {};
404 struct FontDict : Dict {};
405 struct PrivateDict : Dict {};
/external/brotli/fetch-spec/
Dshared-brotli-fetch-spec.txt29 [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/
Dast_unparse.c282 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/
Dcontrol_data.py310 assert(expr.__class__ == compiler.ast.Dict)
346 if expr.__class__ == compiler.ast.Dict:
/external/python/cpython2/Lib/
Dplistlib.py322 class Dict(_InternalDict): class
328 super(Dict, self).__init__(**kwargs)
Dast.py61 elif isinstance(node, Dict):
/external/python/cpython3/Doc/library/
Dplistlib.rst137 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
Dtyping.rst53 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/
Dast.txt52 Dict: items!
/external/autotest/server/site_tests/enterprise_CFM_Test/
Dcontrol.mimo55 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
Dcontrol.atrus55 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
Dcontrol.huddly55 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/
DSTYLE_GUIDE.md30 foo: Dict[str, List[int]], a dictionary of sorts
/external/markdown/docs/extensions/
DMeta-Data.txt45 The meta-data is made available as a python Dict in the `Meta` attribute of an
/external/lz4/doc/
Dlz4_Frame_format.md186 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

123