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

/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Dbuild-symbol-table-index.py48 lines = subprocess.check_output(["nm", "-U", "-j", binary_file]).splitlines()
/macosx-10.10.1/xar-254/xar/test/
H A Dchecksums.py26 header = subprocess.check_output(["xar", "--dump-header", "-f", archive_name])
156 header = subprocess.check_output(["xar", "--dump-header", "-f", path])
185 toc = subprocess.check_output(["xar", "--dump-toc=-", "-f", path])
H A Ddata.py30 result = subprocess.check_output(["xsltproc", "-o", "-", os.path.realpath(os.path.join(__file__, "..", "data.xsl")), "data_toc.xml"])
H A Dheap.py22 offsets = subprocess.check_output(["xsltproc", os.path.realpath(xsl_path), "heap_toc.xml"])
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkrecord65 psax = subprocess.check_output("ps ax|grep syspolicyd|grep -v grep", shell=True).split("\n")
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dutils.py151 platdir = subprocess.check_output('xcodebuild -version -sdk iphoneos PlatformPath'.split())
374 output = subprocess.check_output(["/usr/local/bin/dsymForUUID", uuid])
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dparallel.tcl157 if { [check_output ALL.OUT.$i] == 1 } {
372 if { [check_output ALL.OUT.$i] == 1 } {
H A Dtest.tcl342 set failed [check_output ALL.OUT]
362 proc check_output { file } { procedure
/macosx-10.10.1/libclosure-65/objectTests/
H A Dtest.pl320 sub check_output { subroutine
735 return check_output(\%C, $name, split("\n", $output));
/macosx-10.10.1/objc4-646/test/
H A Dtest.pl332 sub check_output { subroutine
812 return check_output(\%C, $name, split("\n", $output));

Completed in 143 milliseconds