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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 79 if p._popen.poll() is not None:
92 _Popen = None
102 self._popen = None
120 assert self._popen is None, 'cannot start a process twice'
126 if self._Popen is not None:
127 Popen = self._Popen
130 self._popen = Popen(self)
137 self._popen.terminate()
144 assert self._popen is not None, 'can only join a started process'
145 res = self._popen.wait(timeout
    [all...]
util.py 315 p._popen.terminate()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 79 if p._popen.poll() is not None:
92 _Popen = None
102 self._popen = None
120 assert self._popen is None, 'cannot start a process twice'
126 if self._Popen is not None:
127 Popen = self._Popen
130 self._popen = Popen(self)
137 self._popen.terminate()
144 assert self._popen is not None, 'can only join a started process'
145 res = self._popen.wait(timeout
    [all...]
util.py 315 p._popen.terminate()
  /external/e2fsprogs/include/nonunix/
unistd.h 15 #define popen _popen
  /bionic/libc/upstream-netbsd/libc/gen/
popen.c 63 __weak_alias(popen,_popen)
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 385 return _popen(command, type);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 382 return _popen(command, type);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 365 class _popen: class in inherits:
424 # over os.popen over _popen
444 popen = _popen
446 popen = _popen
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 365 class _popen: class in inherits:
424 # over os.popen over _popen
444 popen = _popen
446 popen = _popen
    [all...]
  /external/chromium_org/third_party/mongoose/
mongoose.c 123 #define popen(x, y) _popen(x, y)
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 3244 milliseconds