/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
new.py | 17 from types import CodeType as code
|
types.py | 45 CodeType = type(_f.func_code)
|
dis.py | 13 _have_code = (types.MethodType, types.FunctionType, types.CodeType,
|
copy.py | 108 for name in ("ComplexType", "UnicodeType", "CodeType"): 216 d[types.CodeType] = _deepcopy_atomic
|
bdb.py | 397 if not isinstance(cmd, types.CodeType): 415 if not isinstance(expr, types.CodeType):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
new.py | 17 from types import CodeType as code
|
types.py | 45 CodeType = type(_f.func_code)
|
dis.py | 13 _have_code = (types.MethodType, types.FunctionType, types.CodeType,
|
copy.py | 108 for name in ("ComplexType", "UnicodeType", "CodeType"): 216 d[types.CodeType] = _deepcopy_atomic
|
bdb.py | 397 if not isinstance(cmd, types.CodeType): 415 if not isinstance(expr, types.CodeType):
|
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.h | 51 } codetype; typedef in typeref:enum:__anon25217 53 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
|
/external/chromium_org/third_party/zlib/ |
inftrees.h | 58 } codetype; typedef in typeref:enum:__anon14594 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
/external/zlib/src/contrib/infback9/ |
inftree9.h | 57 } codetype; typedef in typeref:enum:__anon29010 59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
|
/external/zlib/src/ |
inftrees.h | 58 } codetype; typedef in typeref:enum:__anon29026 60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLObjectElement.idl | 30 [Reflect] attribute DOMString codeType;
|
HTMLAttributeNames.in | 78 codetype
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
liveconnect-applet-array-parameters.html | 26 <object id="helloapplet" codetype="application/java-archive"
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
bytecode.py | 84 if isinstance(c, types.CodeType):
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
html4strict.php | 102 'cellpadding', 'cellspacing', 'char', 'charoff', 'charset', 'checked', 'cite', 'class', 'classid', 'clear', 'code', 'codebase', 'codetype', 'color', 'cols', 'colspan', 'compact', 'content', 'coords',
|
klonec.php | 135 'cellpadding', 'cellspacing', 'char', 'charoff', 'charset', 'checked', 'cite', 'class', 'classid', 'clear', 'code', 'codebase', 'codetype', 'color', 'cols', 'colspan', 'compact', 'content', 'coords',
|
cfm.php | 117 'cellpadding', 'cellspacing', 'char', 'charoff', 'charset', 'checked', 'cite', 'class', 'classid', 'clear', 'code', 'codebase', 'codetype', 'color', 'cols', 'colspan', 'compact', 'content', 'coords',
|
klonecpp.php | 163 'cellpadding', 'cellspacing', 'char', 'charoff', 'charset', 'checked', 'cite', 'class', 'classid', 'clear', 'code', 'codebase', 'codetype', 'color', 'cols', 'colspan', 'compact', 'content', 'coords',
|
/external/chromium_org/v8/tools/ |
ll_prof.py | 106 self.codetype = Code.OPTIMIZED 108 self.codetype = Code.FULL_CODEGEN 110 self.codetype = Code.V8INTERNAL 112 self.codetype = Code.UNKNOWN 965 if code.codetype == Code.OPTIMIZED: 967 elif code.codetype == Code.FULL_CODEGEN: 969 elif code.codetype == Code.V8INTERNAL: [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
rpc.py | 47 assert isinstance(co, types.CodeType) 51 assert isinstance(co, types.CodeType) 63 copy_reg.pickle(types.CodeType, pickle_code, unpickle_code)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
rpc.py | 47 assert isinstance(co, types.CodeType) 51 assert isinstance(co, types.CodeType) 63 copy_reg.pickle(types.CodeType, pickle_code, unpickle_code)
|