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

1 2

  /external/autotest/client/cros/cellular/pseudomodem/
bearer.py 26 self._active = False
59 return self._active
103 self._active = True
119 self._active = False
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]

Completed in 3690 milliseconds

1 2