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

1 2

  /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...]
  /external/selinux/policycoreutils/gui/
html_util.py 149 elif type(body_component) in [TupleType, ListType]:
154 if type(result) in [TupleType, ListType]:
  /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,
  /external/selinux/sepolgen/src/sepolgen/
lex.py 546 if not (isinstance(tokens,types.ListType) or isinstance(tokens,types.TupleType)):
580 if not (isinstance(states,types.TupleType) or isinstance(states,types.ListType)):
585 if not isinstance(s,types.TupleType) or len(s) != 2:
    [all...]
yacc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 546 if not (isinstance(tokens,types.ListType) or isinstance(tokens,types.TupleType)):
580 if not (isinstance(states,types.TupleType) or isinstance(states,types.ListType)):
585 if not isinstance(s,types.TupleType) or len(s) != 2:
    [all...]
yacc.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
lex.py 546 if not (isinstance(tokens,types.ListType) or isinstance(tokens,types.TupleType)):
580 if not (isinstance(states,types.TupleType) or isinstance(states,types.ListType)):
585 if not isinstance(s,types.TupleType) or len(s) != 2:
    [all...]
yacc.py     [all...]
  /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:
  /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...]

Completed in 523 milliseconds

1 2