HomeSort by relevance Sort by last modified time
    Searched refs:TupleType (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/ppapi/proxy/
ppapi_message_utils.h 21 template <class TupleType, class A>
30 template <class TupleType, class A, class B>
39 template <class TupleType, class A, class B, class C>
48 template <class TupleType, class A, class B, class C, class D>
57 template <class TupleType, class A, class B, class C, class D, class E>
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Transitions.py 51 TupleType = tuple):
55 if type(event) is TupleType:
67 TupleType = tuple):
71 if type(event) is TupleType:
Lexicons.py 130 elif type(spec) == types.TupleType:
182 if type(token_spec) != types.TupleType:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 38 TupleType = tuple
xmlrpclib.py 369 if not isinstance(value, (TupleType, time.struct_time)):
717 dispatch[TupleType] = dump_array
    [all...]
pickle.py 321 if type(rv) is not TupleType:
350 if not isinstance(args, TupleType):
583 dispatch[TupleType] = save_tuple
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 38 TupleType = tuple
xmlrpclib.py 369 if not isinstance(value, (TupleType, time.struct_time)):
717 dispatch[TupleType] = dump_array
    [all...]
pickle.py 321 if type(rv) is not TupleType:
350 if not isinstance(args, TupleType):
583 dispatch[TupleType] = save_tuple
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 116 from types import DictType, StringType, TupleType, ListType
322 assert_(type(environ['wsgi.version']) is TupleType,
388 assert_(type(item) is TupleType,
headers.py 8 from types import ListType, TupleType
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 116 from types import DictType, StringType, TupleType, ListType
322 assert_(type(environ['wsgi.version']) is TupleType,
388 assert_(type(item) is TupleType,
headers.py 8 from types import ListType, TupleType
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 120 TupleType: SequenceTreeItem,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 120 TupleType: SequenceTreeItem,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 283 if type(name) == types.TupleType:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 494 elif t == TupleType:
gensuitemodule.py 287 elif type(item) == types.TupleType and len(item) == 2:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 283 if type(name) == types.TupleType:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 564 if type(m) is types.TupleType:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 455 if sources is None or type(sources) not in (ListType, TupleType):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 455 if sources is None or type(sources) not in (ListType, TupleType):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 97 if type(item) in (TupleType, ListType):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 97 if type(item) in (TupleType, ListType):
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Parsing.py     [all...]

Completed in 1556 milliseconds