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

1 2

  /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 37 self._popen = subprocess.Popen([binary],
44 self._popen.stdin.write(packed_dims)
48 self._popen.stdin.write(pixels)
51 assert not self._popen.stdin.closed, (
54 self._popen.stdin.write(packed_command)
55 self._popen.stdin.close()
56 length_packed = self._popen.stdout.read(struct.calcsize('i'))
58 raise Exception(self._popen.stderr.read())
60 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)
  /external/ImageMagick/MagickCore/
nt-base.h 209 # define popen _popen
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 365 class _popen: class in inherits:
424 # over os.popen over _popen
444 popen = _popen
446 popen = _popen
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py 365 class _popen: class in inherits:
424 # over os.popen over _popen
444 popen = _popen
446 popen = _popen
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 63 #define lua_popen(L,c,m) ((void)L, _popen(c,m))
  /external/skia/third_party/lua/src/
liolib.c 63 #define lua_popen(L,c,m) ((void)L, _popen(c,m))
  /external/syslinux/com32/lua/src/
liolib.c 63 #define lua_popen(L,c,m) ((void)L, _popen(c,m))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 509 _CRTIMP FILE *__cdecl _popen(const char *_Command,const char *_Mode);
511 #define popen _popen
    [all...]
tchar.h 695 #define _tpopen _popen
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 446 #define popen _popen
  /toolchain/binutils/binutils-2.25/binutils/
resrc.c 72 #define popen _popen
    [all...]

Completed in 765 milliseconds

1 2