HomeSort by relevance Sort by last modified time
    Searched full:_singleton (Results 1 - 4 of 4) 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)
path_unittest.py 74 self.assertTrue(path._CygPath._singleton.is_running())
80 self.assertFalse(path._CygPath._singleton.is_running())
  /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
  /frameworks/base/services/java/com/android/server/am/
ContentProviderRecord.java 59 ApplicationInfo ai, ComponentName _name, boolean _singleton) {
65 singleton = _singleton;

Completed in 155 milliseconds