Home
last modified time | relevance | path

Searched defs:check_output (Results 1 – 24 of 24) sorted by relevance

/external/python/google-auth-library-python/tests/
Dtest__cloud_sdk.py68 def test_get_project_id_call_error(check_output): argument
161 def test_get_auth_access_token_windows(check_output): argument
172 def test_get_auth_access_token_with_account(check_output): argument
184 def test_get_auth_access_token_with_exception(check_output): argument
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_test.py91 def check_output(self): member in BisectTest
334 def check_output(self): member in BisectingUtilsTest
514 def check_output(self): member in BisectStressTest
/external/python/cpython3/Lib/
D_bootsubprocess.py66 def check_output(cmd, **kwargs): function
Dsubprocess.py373 def check_output(*popenargs, timeout=None, **kwargs): function
Ddoctest.py1592 def check_output(self, want, got, optionflags): member in OutputChecker
/external/toolchain-utils/llvm_tools/
Dsubprocess_helpers.py26 def check_output(cmd, cwd=None): function
Dgit_llvm_rev.py83 def check_output(command: t.List[str], cwd: str) -> str: function
/external/perfetto/ui/release/
Dbuild_all_channels.py41 def check_output(args): function
/external/mksh/src/
Dcheck.pl799 check_output subroutine
/external/linux-kselftest/tools/testing/selftests/net/
Dfib_nexthops.sh190 check_output() function
/external/libcxx/
Drun_tests.py49 def check_output(cmd, *args, **kwargs): function
/external/tensorflow/tensorflow/tools/docs/
Dtf_doctest_lib.py128 def check_output(self, want, got, optionflags): member in TfDoctestOutputChecker
/external/pdfium/testing/tools/coverage/
Dcoverage_report.py109 def check_output(self, args, dry_run=False, env=None): member in CoverageExecutor
/external/skia/platform_tools/android/skp_gen/
Dandroid_skp_capture.py82 def check_output(cmd): function
/external/mesa3d/src/amd/compiler/tests/
Dmain.cpp166 int check_output(char **argv) in check_output() function
Dcheck_output.py363 def check_output(result, variant, checks, output): function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.cc131 const bool check_output = in ValidateSignature() local
/external/skia/experimental/tools/
Dpdf-comparison.py76 def check_output(cmd, **kwargs): function
/external/crosvm/tools/impl/
Dtest_target.py83 def check_output(self, cmd: str): member in Ssh
/external/python/cpython3/Lib/test/
Dtest_venv.py36 def check_output(cmd, encoding=None): function
Dtest_regrtest.py595 def check_output(self, output): member in ProgramsTestCase
/external/python/cpython2/Lib/test/
Dtest_regrtest.py238 def check_output(self, output): member in ProgramsTestCase
/external/python/cpython2/Lib/
Dsubprocess.py194 def check_output(*popenargs, **kwargs): function
Ddoctest.py1544 def check_output(self, want, got, optionflags): member in OutputChecker