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

  /external/webkit/Tools/Scripts/webkitpy/common/system/
path.py 56 _singleton = None variable in class:_CygPath
64 if _CygPath._singleton:
65 _CygPath._singleton.stop()
73 if not _CygPath._singleton:
74 _CygPath._singleton = _CygPath()
78 return _CygPath._singleton.convert(path)
  /external/clang/utils/ABITest/
Enumeration.py 8 _singleton = None variable in class:Aleph0
10 if type._singleton is None:
11 type._singleton = int.__new__(type)
12 return type._singleton
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 69 milliseconds