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

  /external/llvm/include/llvm/ADT/
None.h 22 enum NoneType {
ArrayRef.h 54 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {}
204 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {}
Optional.h 32 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:
  /external/chromium_org/mojo/public/python/mojo/bindings/
descriptor.py 399 class NoneType(SerializableType):
415 TYPE_NONE = NoneType()
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 363 'NoneType': PyNoneStructPtr,
    [all...]
  /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 597 milliseconds