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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
path.py 53 _singleton = None variable in class:_CygPath
61 if _CygPath._singleton:
62 _CygPath._singleton.stop()
70 if not _CygPath._singleton:
71 _CygPath._singleton = _CygPath()
75 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 207 milliseconds