Home
last modified time | relevance | path

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

/external/dbus/test/data/valid-messages/
Ddict.message1 # Dict with different values
9 LENGTH Dict
10 START_LENGTH Dict
46 END_LENGTH Dict
Ddict-simple.message9 LENGTH Dict
10 START_LENGTH Dict
14 END_LENGTH Dict
Dunknown-header-field.message9 LENGTH Dict
10 START_LENGTH Dict
14 END_LENGTH Dict
Demptiness.message34 LENGTH Dict
35 START_LENGTH Dict
60 END_LENGTH Dict
/external/dbus/test/data/invalid-messages/
Dtoo-short-dict.message21 LENGTH Dict
22 START_LENGTH Dict
27 END_LENGTH Dict
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas144 …class function DictionaryToString(const Dict: IDictionary<Integer, IList<IANTLRInterface>>): Strin… in DictionaryToString()
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))
DAntlr.Runtime.pas4436 Dict: IDictionary<Integer, Integer>;
4438 Dict := FState.RuleMemo[RuleIndex];
4439 if (Dict = nil) then
4441 Dict := TDictionary<Integer, Integer>.Create;
4442 FState.RuleMemo[RuleIndex] := Dict;
4444 if (not Dict.TryGetValue(RuleStartIndex, Result)) then
4520 Dict: IDictionary<Integer, Integer>;
4522 Dict := FState.RuleMemo[RuleIndex];
4523 if Assigned(Dict) then
4529 Dict.AddOrSetValue(RuleStartIndex, StopTokenIndex);
/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/autotest/client/common_lib/
Dcontrol_data.py225 assert(expr.__class__ == compiler.ast.Dict)
261 if expr.__class__ == compiler.ast.Dict:
/external/markdown/docs/extensions/
DMeta-Data.txt45 The meta-data is made available as a python Dict in the `Meta` attribute of an
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dcommon.py46 class Dict(pipeline.Pipeline): class
/external/chromium-trace/catapult/telemetry/third_party/altgraph/
Dsetup.py342 if not isinstance(a, ast.Dict):
360 if not isinstance(info, ast.Dict):
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/
Dsetup.py342 if not isinstance(a, ast.Dict):
360 if not isinstance(info, ast.Dict):
/external/opencv3/3rdparty/jinja2/
Dnodes.py493 class Dict(Literal): class
Dext.py383 node = nodes.Mod(node, nodes.Dict([
Dparser.py658 return nodes.Dict(items, lineno=token.lineno)
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle305 d dictNames 10i 0 Dict names in tree ?
/external/dbus/
DChangeLog.pre-1-06607 DBusType/Dict.cs, and DBusType/Nil.cs from the build.
6986 * mono/DBusType/Dict.cs (constructor): Fix the parameters for
8505 * mono/DBusType/Dict.cs: Handle empty dicts