HomeSort by relevance Sort by last modified time
    Searched defs:_active (Results 1 - 9 of 9) 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...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
colldata.h 154 static int32_t _active; member in class:CEList
  /external/chromium_org/third_party/icu/source/i18n/
colldata.cpp 45 int32_t CEList::_active = 0; member in class:CEList
81 _active += 1;
117 _active -= 1;
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 407 milliseconds