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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
TracingManager.js 15 this._active = false;
87 if (this._active)
89 this._active = true;
100 if (this._active)
107 this._active = true;
112 if (!this._active)
123 if (!this._active)
126 this._active = false;
CSSStyleModel.js     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py 46 self.assertFalse(popen2._active, "Active pipes when test starts" +
47 repr([c.cmd for c in popen2._active]))
50 for inst in popen2._active:
53 self.assertFalse(popen2._active, "popen2._active not empty")
56 for inst in subprocess._active:
59 self.assertFalse(subprocess._active, "subprocess._active not empty")
test_threading.py 119 del threading._active[ident[0]]
151 # thread to get made in the threading._active map.
160 self.assertIn(tid, threading._active)
161 self.assertIsInstance(threading._active[tid], threading._DummyThread)
162 del threading._active[tid]
test_subprocess.py 48 for inst in subprocess._active:
51 self.assertFalse(subprocess._active, "subprocess._active not empty")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen2.py 46 self.assertFalse(popen2._active, "Active pipes when test starts" +
47 repr([c.cmd for c in popen2._active]))
50 for inst in popen2._active:
53 self.assertFalse(popen2._active, "popen2._active not empty")
56 for inst in subprocess._active:
59 self.assertFalse(subprocess._active, "subprocess._active not empty")
test_threading.py 119 del threading._active[ident[0]]
151 # thread to get made in the threading._active map.
160 self.assertIn(tid, threading._active)
161 self.assertIsInstance(threading._active[tid], threading._DummyThread)
162 del threading._active[tid]
test_subprocess.py 48 for inst in subprocess._active:
51 self.assertFalse(subprocess._active, "subprocess._active not empty")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 22 _active = [] variable
25 for inst in _active[:]:
28 _active.remove(inst)
78 if _active is not None:
80 _active.append(self)
threading.py 70 name = _active[ident].name
140 owner = _active[owner].name
632 _active = {} # maps thread id to Thread object variable
795 _active[self.__ident] = self
860 del _active[_get_ident()]
883 # len(_active) is always <= 1 here, and any Thread instance created
884 # overwrites the (if any) thread currently registered in _active.
    [all...]
subprocess.py 458 _active = [] variable
461 for inst in _active[:]:
465 _active.remove(inst)
761 def __del__(self, _maxint=sys.maxint, _active=_active):
770 if self.returncode is None and _active is not None:
772 _active.append(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 22 _active = [] variable
25 for inst in _active[:]:
28 _active.remove(inst)
78 if _active is not None:
80 _active.append(self)
threading.py 70 name = _active[ident].name
140 owner = _active[owner].name
632 _active = {} # maps thread id to Thread object variable
795 _active[self.__ident] = self
860 del _active[_get_ident()]
883 # len(_active) is always <= 1 here, and any Thread instance created
884 # overwrites the (if any) thread currently registered in _active.
    [all...]
subprocess.py 458 _active = [] variable
461 for inst in _active[:]:
465 _active.remove(inst)
761 def __del__(self, _maxint=sys.maxint, _active=_active):
770 if self.returncode is None and _active is not None:
772 _active.append(self)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
extensions.py 47 self._active = True
59 self._active = active
62 return self._active
68 if not self._active:
74 self._active = False
81 if self._active:
836 self._active = False
847 self._active = True
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ViewportControl.js 287 var topOverlap = range.intersectsNode(this._topGapElement) && this._topGapElement._active;
288 var bottomOverlap = range.intersectsNode(this._bottomGapElement) && this._bottomGapElement._active;
415 this._topGapElement._active = !!topGapHeight;
416 this._bottomGapElement._active = !!bottomGapHeight;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/
MediaQueryInspector.js 369 this._active = active;
506 return this._active;
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 647 popen2._active.append(self)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1388 milliseconds