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

  /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)
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...]
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...]
  /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)
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...]
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...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 518 milliseconds