/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
opcode.py | 7 __all__ = ["cmp_op", "hasconst", "hasname", "hasjrel", "hasjabs", 16 hasjrel = [] variable 37 hasjrel.append(op)
|
dis.py | 98 elif op in hasjrel: 139 elif op in hasjrel: 169 if op in hasjrel:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
opcode.py | 7 __all__ = ["cmp_op", "hasconst", "hasname", "hasjrel", "hasjabs", 16 hasjrel = [] variable 37 hasjrel.append(op)
|
dis.py | 98 elif op in hasjrel: 139 elif op in hasjrel: 169 if op in hasjrel:
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
bytecode.py | 58 if bc.op in opcode.hasjrel:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 227 if inst[0] in PyFlowGraph.hasjrel: 390 if opname in self.hasjrel: 398 hasjrel = set() variable in class:PyFlowGraph 399 for i in dis.hasjrel: 400 hasjrel.add(dis.opname[i])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 227 if inst[0] in PyFlowGraph.hasjrel: 390 if opname in self.hasjrel: 398 hasjrel = set() variable in class:PyFlowGraph 399 for i in dis.hasjrel: 400 hasjrel.add(dis.opname[i])
|