HomeSort by relevance Sort by last modified time
    Searched refs:check_output (Results 51 - 68 of 68) sorted by null

1 23

  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 53 # In python 2.6, subprocess.check_output does not exist, so it is implemented here
54 def check_output(*popenargs, **kwargs): function
164 output = check_output(largs)
241 return check_output(["md5sum", file]).strip().split()[0]
650 awk_output = check_output(args)
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py 130 version = subprocess.check_output(pkg_ver_cmd).strip()
  /external/mksh/src/
check.pl 621 $tmp = &check_output($test{'long-name'}, $tempo, 'stdout',
629 $tmp = &check_output($test{'long-name'}, $tempe, 'stderr',
758 check_output subroutine
    [all...]
  /ndk/
ndk-gdb.py 303 text = subprocess.check_output([GNUMAKE_CMD,
318 text = subprocess.check_output([GNUMAKE_CMD,
408 text = subprocess.check_output(fullargs,
413 text = subprocess.check_output(fullargs,
539 ADB_VERSION = subprocess.check_output([ADB_CMD, 'version'],
    [all...]
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 138 subprocess.check_output(['git', 'diff', '--no-index', file_origin, file_probe])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 95 # check_output() function with zero return code
96 output = subprocess.check_output(
103 subprocess.check_output(
108 # check_output() function stderr redirected to stdout
109 output = subprocess.check_output(
115 # check_output() function stderr redirected to stdout
117 output = subprocess.check_output(
    [all...]
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 95 # check_output() function with zero return code
96 output = subprocess.check_output(
103 subprocess.check_output(
108 # check_output() function stderr redirected to stdout
109 output = subprocess.check_output(
115 # check_output() function stderr redirected to stdout
117 output = subprocess.check_output(
    [all...]
test_multiprocessing.py     [all...]
  /external/chromium_org/tools/binary_size/
run_binary_size_analysis.py 636 tool_output = subprocess.check_output([addr2line_binary, '--version'])
647 debug_info = subprocess.check_output(['readelf', '--debug-dump=info',
  /external/chromium_org/tools/clang/blink_gc_plugin/
process-graph.py 159 files = subprocess.check_output(
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 181 return subprocess.check_output(cmd_line, shell=True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 1519 def check_output(self, want, got, optionflags): member in class:OutputChecker
    [all...]
subprocess.py 130 check_output(*popenargs, **kwargs):
139 output = check_output(["ls", "-l", "/dev/null"])
156 check_call() and check_output() will raise CalledProcessError, if the
404 check_output() returns a non-zero exit status.
406 check_output() will also store the output in the output attribute.
441 "check_output", "CalledProcessError"]
546 def check_output(*popenargs, **kwargs): function
555 >>> check_output(["ls", "-l", "/dev/null"])
561 >>> check_output(["/bin/sh", "-c",
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 1519 def check_output(self, want, got, optionflags): member in class:OutputChecker
    [all...]
subprocess.py 130 check_output(*popenargs, **kwargs):
139 output = check_output(["ls", "-l", "/dev/null"])
156 check_call() and check_output() will raise CalledProcessError, if the
404 check_output() returns a non-zero exit status.
406 check_output() will also store the output in the output attribute.
441 "check_output", "CalledProcessError"]
546 def check_output(*popenargs, **kwargs): function
555 >>> check_output(["ls", "-l", "/dev/null"])
561 >>> check_output(["/bin/sh", "-c",
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py     [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py     [all...]

Completed in 916 milliseconds

1 23