/external/python/google-auth-library-python/tests/transport/ |
D | test__mtls_helper.py | 156 def test_success(self, mock_popen): argument 176 def test_success_with_cert_chain(self, mock_popen): argument 197 def test_missing_cert(self, mock_popen): argument 213 def test_missing_key(self, mock_popen): argument 229 def test_missing_passphrase(self, mock_popen): argument 239 def test_passphrase_not_expected(self, mock_popen): argument 247 def test_encrypted_key_expected(self, mock_popen): argument 257 def test_unencrypted_key_expected(self, mock_popen): argument 265 def test_cert_provider_returns_error(self, mock_popen): argument 272 def test_popen_raise_exception(self, mock_popen): argument
|
/external/python/mobly/tests/mobly/controllers/android_device_lib/ |
D | adb_test.py | 61 def _mock_execute_and_process_stdout_process(self, mock_popen): argument 166 def test_execute_and_process_stdout_reads_stdout(self, mock_popen): argument 179 def test_execute_and_process_stdout_reads_unexpected_stdout(self, mock_popen): argument 196 mock_popen): argument 214 self, mock_debug_logger, mock_popen): argument 231 def test_execute_and_process_stdout_despite_cmd_exits(self, mock_popen): argument 247 def test_execute_and_process_stdout_when_cmd_eof(self, mock_popen): argument 262 def test_execute_and_process_stdout_returns_stderr(self, mock_popen): argument 271 def test_execute_and_process_stdout_raises_adb_error(self, mock_popen): argument 281 def test_execute_and_process_stdout_when_handler_crash(self, mock_popen): argument
|
/external/python/cpython3/Lib/test/ |
D | test_script_helper.py | 39 def test_assert_python_isolated_when_env_not_required(self, mock_popen): argument 57 def test_assert_python_not_isolated_when_env_is_required(self, mock_popen): argument
|
/external/python/mobly/tests/mobly/ |
D | utils_test.py | 231 def test_run_command_with_default_params(self, mock_popen, mock_timer): argument 253 def test_run_command_with_custom_params(self, mock_popen, mock_timer): argument 307 def test_start_standing_subproc_without_env(self, mock_popen): argument 320 def test_start_standing_subproc_with_custom_env(self, mock_popen): argument
|
/external/toolchain-utils/llvm_tools/ |
D | get_llvm_hash_unittest.py | 94 def testCheckoutBranch(self, mock_popen): argument
|
/external/python/cpython2/Lib/test/ |
D | test_uuid.py | 442 def mock_popen(cmd): function
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | cloud_storage_unittest.py | 203 def testSwarmingUsesExistingEnv(self, mock_popen): argument
|