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

1 2 3 4 5 6 7 8 9

  /external/bison/lib/
stdio--.h 39 # undef popen macro
40 # define popen popen_safer macro
  /external/chromium_org/tools/win/split_link/
graph_dependencies.py 21 popen = subprocess.Popen(
24 popen.communicate()
25 if popen.returncode != 0:
26 return popen.returncode
28 popen = subprocess.Popen(
33 out, _ = popen.communicate()
34 if popen.returncode != 0:
35 return popen.returncod
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen.py 2 """Basic tests for os.popen()
4 Particularly useful for platforms that fake popen.
21 data = os.popen(cmd).read() + '\n'
26 self.assertRaises(TypeError, os.popen)
42 self.assertEqual(os.popen("exit 0").close(), None)
44 self.assertEqual(os.popen("exit 42").close(), 42)
46 self.assertEqual(os.popen("exit 42").close(), 42 << 8)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen.py 2 """Basic tests for os.popen()
4 Particularly useful for platforms that fake popen.
21 data = os.popen(cmd).read() + '\n'
26 self.assertRaises(TypeError, os.popen)
42 self.assertEqual(os.popen("exit 0").close(), None)
44 self.assertEqual(os.popen("exit 42").close(), 42)
46 self.assertEqual(os.popen("exit 42").close(), 42 << 8)
  /external/chromium_org/tools/git/
mass-rename.py 26 popen = subprocess.Popen('git diff --cached --raw -M',
28 out, _ = popen.communicate()
29 if popen.returncode != 0:
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 74 popen = subprocess.Popen(args, shell=True, env=env,
76 out, _ = popen.communicate()
80 return popen.returncode
87 popen = subprocess.Popen(args, shell=True, env=env,
89 out, _ = popen.communicate()
93 return popen.returncode
119 popen = subprocess.Popen(args, shell=True, env=env
    [all...]
  /external/chromium_org/build/
extract_from_cab.py 16 popen = subprocess.Popen(args, stdout=subprocess.PIPE)
17 out, _ = popen.communicate()
18 if popen.returncode:
21 return popen.returncode
  /external/chromium_org/chrome/test/functional/
chromeos_cellular_sanity.py 17 assert os.popen('modem status').read(), 'Device needs modem to run test.'
  /external/chromium_org/base/allocator/
prep_libc.py 25 popen = subprocess.Popen(
27 out, _ = popen.communicate()
31 return popen.returncode
  /build/tools/
adbs 36 stream = os.popen(cmd)
46 stream = os.popen(cmd)
79 stream = os.popen(cmd)
118 stream = os.popen(cmd)
199 stream = os.popen(adb_cmd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 112 f = os.popen(cmd)
137 f = os.popen(cmd)
153 f = os.popen(cmd)
158 f = os.popen(cmd)
186 f = os.popen('/sbin/ldconfig -r 2>/dev/null')
208 for line in os.popen(cmd).readlines():
245 f = os.popen('/sbin/ldconfig -p 2>/dev/null')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 112 f = os.popen(cmd)
137 f = os.popen(cmd)
153 f = os.popen(cmd)
158 f = os.popen(cmd)
186 f = os.popen('/sbin/ldconfig -r 2>/dev/null')
208 for line in os.popen(cmd).readlines():
245 f = os.popen('/sbin/ldconfig -p 2>/dev/null')
  /external/chromium_org/build/android/pylib/utils/
emulator.py 149 popen: Popen object of the running emulator process.
178 self.popen = None
295 self.popen = subprocess.Popen(args=emulator_command,
340 self.popen.poll()
341 if self.popen.returncode != None:
355 if self.popen:
356 self.popen.poll()
357 if self.popen.returncode == None
    [all...]
  /cts/tests/tests/drm/jni/
android_drm_cts_NativeCodeTest.cpp 33 FILE *f = popen("service call drm.drmManager 6 i32 0 i32 31 i32 1937339183 i32 795698548 "
  /external/chromium_org/remoting/tools/
keygen.py 41 pipe = os.popen(keygen_path)
zip2msi.py 182 popen = subprocess.Popen(
184 out, _ = popen.communicate()
185 if popen.returncode:
189 print '%s returned %d' % (args[0], popen.returncode)
190 return popen.returncode
  /external/e2fsprogs/include/nonunix/
unistd.h 15 #define popen _popen macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
commands.py 1 """Execute shell commands via os.popen() and return status, output.
15 pipe = os.popen('{ ' + cmd + '; } 2>&1', 'r')
59 pipe = os.popen('{ ' + cmd + '; } 2>&1', 'r')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
commands.py 1 """Execute shell commands via os.popen() and return status, output.
15 pipe = os.popen('{ ' + cmd + '; } 2>&1', 'r')
59 pipe = os.popen('{ ' + cmd + '; } 2>&1', 'r')
  /external/chromium_org/tools/gn/secondary/build/config/win/
get_msvc_config_real.py 122 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
293 p = subprocess.Popen(['cygpath', path], stdout=subprocess.PIPE)
430 popen = subprocess.Popen(
432 variables, _ = popen.communicate()
443 popen = subprocess.Popen(args, shell=True, stdout=subprocess.PIPE)
444 output, _ = popen.communicate()
536 popen = subprocess.Popen(
    [all...]
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 76 if ( !(fpipe = (FILE*)popen(command.string(),"r")) ) {
  /external/oprofile/
opimport_pull 86 stream = os.popen("find raw_samples -type d -name \*\ \(deleted\)\* | sort -r")
102 stream = os.popen("find raw_samples -type f -name \*all")
  /external/valgrind/main/none/tests/
coolo_sigaction.cpp 46 FILE *p = popen("echo Hallo World", "r");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_loadtk.py 34 display = os.popen('echo $DISPLAY').read().strip()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_loadtk.py 34 display = os.popen('echo $DISPLAY').read().strip()

Completed in 1458 milliseconds

1 2 3 4 5 6 7 8 9