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

  /external/llvm/include/llvm/ADT/
None.h 22 enum NoneType {
  /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):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 12 NoneType = type(None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 12 NoneType = type(None)

Completed in 200 milliseconds