Searched refs:check_output (Results 1 - 10 of 10) sorted by relevance

/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
H A Dset-xcode-analyzer96 xcode_path = subprocess.check_output(["xcode-select", "-print-path"])
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
H A Dset-xcode-analyzer96 xcode_path = subprocess.check_output(["xcode-select", "-print-path"])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_subprocess.py95 # 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(
H A Dtest_multiprocessing.py2429 data = subprocess.check_output(
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_subprocess.py95 # 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(
H A Dtest_multiprocessing.py2429 data = subprocess.check_output(
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddoctest.py1250 check = self._checker.check_output
1396 `DocTestRunner.check_output`, and the results are formatted by
1515 methods: `check_output`, which compares a given pair of outputs,
1519 def check_output(self, want, got, optionflags): member in class:OutputChecker
H A Dsubprocess.py130 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",
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddoctest.py1250 check = self._checker.check_output
1396 `DocTestRunner.check_output`, and the results are formatted by
1515 methods: `check_output`, which compares a given pair of outputs,
1519 def check_output(self, want, got, optionflags): member in class:OutputChecker
H A Dsubprocess.py130 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",

Completed in 293 milliseconds