Searched refs:dict (Results 1 – 5 of 5) sorted by relevance
/art/runtime/interpreter/mterp/ |
D | gen_mterp.py | 338 dict = getGlobalSubDict() 339 dict.update({ "opcode":op, "opnum":opindex }) 341 emitAsmHeader(asm_fp, dict, alt_label_prefix) 342 appendSourceFile(source, dict, asm_fp, None) 377 dict = getGlobalSubDict() 378 dict.update({ "opcode":op, "opnum":opindex }) 382 emitAsmHeader(asm_fp, dict, label_prefix) 383 appendSourceFile(source, dict, asm_fp, sister_list) 390 dict = getGlobalSubDict() 391 dict.update({ "opcode":op, "opnum":opindex }) [all …]
|
D | README.txt | 118 %include "filename" [subst-dict] 127 %default <subst-dict>
|
/art/tools/checker/common/ |
D | immutables.py | 15 class ImmutableDict(dict): 24 dict.__setitem__(newDict, key, value)
|
/art/test/utils/python/ |
D | generate_java_main.py | 279 classes = dict() 280 ifaces = dict()
|
/art/tools/ |
D | cpplint.py | 282 _CHECK_REPLACEMENT = dict([(m, {}) for m in _CHECK_MACROS]) 430 class _IncludeState(dict): 465 dict.__init__(self)
|