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

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
_bitmap.py 36 self._popen = subprocess.Popen([binary],
43 self._popen.stdin.write(packed_dims)
47 self._popen.stdin.write(pixels)
50 assert not self._popen.stdin.closed, (
53 self._popen.stdin.write(packed_command)
54 self._popen.stdin.close()
55 length_packed = self._popen.stdout.read(struct.calcsize('i'))
57 raise Exception(self._popen.stderr.read())
59 return self._popen.stdout.read(length)
  /external/e2fsprogs/include/nonunix/
unistd.h 15 #define popen _popen
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 63 __weak_alias(popen,_popen)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 498 _CRTIMP FILE *__cdecl _popen(const char *_Command,const char *_Mode);
500 #define popen _popen
    [all...]
tchar.h 681 #define _tpopen _popen
  /external/sqlite/dist/orig/
shell.c 109 # define popen _popen
    [all...]
  /external/sqlite/dist/
shell.c 115 # define popen _popen
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
resrc.c 72 #define popen _popen
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 4835 milliseconds