HomeSort by relevance Sort by last modified time
    Searched full:codetype (Results 1 - 25 of 65) sorted by null

1 2 3

  /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
  /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
  /external/qemu/distrib/zlib-1.2.3/
inftrees.h 51 } codetype; typedef in typeref:enum:__anon26985
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:__anon16449
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:__anon30820
59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
  /external/zlib/src/
inftrees.h 58 } codetype; typedef in typeref:enum:__anon30836
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/chromium_org/third_party/jinja2/
debug.py 16 from jinja2.utils import CodeType, missing, internal_code
247 code = CodeType(0, code.co_nlocals, code.co_stacksize,
sandbox.py 18 from jinja2.utils import FunctionType, MethodType, TracebackType, CodeType, \
137 elif isinstance(obj, (CodeType, TracebackType, FrameType)):
  /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)

Completed in 1087 milliseconds

1 2 3