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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Settings.js 55 this._registry = /** @type {!Object.<string, !WebInspector.Setting>} */ ({});
131 if (!this._registry[key])
132 this._registry[key] = new WebInspector.Setting(key, defaultValue, this._eventSupport, window.localStorage);
133 return this._registry[key];
144 if (!this._registry[key])
145 this._registry[key] = new WebInspector.BackendSetting(key, defaultValue, this._eventSupport, window.localStorage, setterCallback);
146 return this._registry[key];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 470 _registry = {} variable in class:BaseManager
492 return Server(self._registry, self._address,
519 args=(self._registry, self._address, self._authkey,
644 if '_registry' not in cls.__dict__:
645 cls._registry = cls._registry.copy()
660 cls._registry[typeid] = (
765 proxytype = self._manager._registry[token.typeid][-1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 470 _registry = {} variable in class:BaseManager
492 return Server(self._registry, self._address,
519 args=(self._registry, self._address, self._authkey,
644 if '_registry' not in cls.__dict__:
645 cls._registry = cls._registry.copy()
660 cls._registry[typeid] = (
765 proxytype = self._manager._registry[token.typeid][-1]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 10 from test.test_support import __warningregistry__ as _registry namespace
15 past_warnings = _registry.keys()
16 del _registry
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 10 from test.test_support import __warningregistry__ as _registry namespace
15 past_warnings = _registry.keys()
16 del _registry

Completed in 173 milliseconds