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

  /external/llvm/include/llvm/ADT/
None.h 22 enum NoneType {
ArrayRef.h 54 /*implicit*/ ArrayRef(NoneType) : Data(0), Length(0) {}
185 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {}
Optional.h 35 Optional(NoneType) : hasVal(false) {}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 12 NoneType = type(None)
pickle.py 428 dispatch[NoneType] = save_none
    [all...]
xmlrpclib.py 660 dispatch[NoneType] = dump_nil
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 12 NoneType = type(None)
pickle.py 428 dispatch[NoneType] = save_none
    [all...]
xmlrpclib.py 660 dispatch[NoneType] = dump_nil
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 19 from types import StringType, NoneType
161 if type(output_dir) not in (StringType, NoneType):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 19 from types import StringType, NoneType
161 if type(output_dir) not in (StringType, NoneType):
  /external/chromium_org/net/tools/testserver/
asn1.py 12 if type(obj) == types.NoneType:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 110 elif type(cnfs) in (NoneType, StringType):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 110 elif type(cnfs) in (NoneType, StringType):
    [all...]

Completed in 377 milliseconds