| /external/python/google-auth-library-python/tests/transport/ | 
| D | test__mtls_helper.py | 156     def test_success(self, mock_popen):  argument176     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/angle/build/lacros/ | 
| D | test_runner_test.py | 59   def test_do_not_require_ash_chrome(self, command, mock_popen, mock_download,  argument90   def test_require_ash_chrome(self, command, mock_popen, mock_download, *_):  argument
 154   def test_specify_ash_chrome_version(self, mock_popen, mock_download, *_):  argument
 172   def test_overrides_do_not_require_ash_chrome(self, mock_popen, mock_download,  argument
 193   def test_specify_ash_chrome_path(self, mock_popen, mock_download,  argument
 212   def test_command_arguments(self, mock_popen, mock_download, _):  argument
 239   def test_ash_wrapper(self, mock_popen, *_):  argument
 
 | 
| /external/cronet/build/lacros/ | 
| D | test_runner_test.py | 59   def test_do_not_require_ash_chrome(self, command, mock_popen, mock_download,  argument90   def test_require_ash_chrome(self, command, mock_popen, mock_download, *_):  argument
 154   def test_specify_ash_chrome_version(self, mock_popen, mock_download, *_):  argument
 172   def test_overrides_do_not_require_ash_chrome(self, mock_popen, mock_download,  argument
 193   def test_specify_ash_chrome_path(self, mock_popen, mock_download,  argument
 212   def test_command_arguments(self, mock_popen, mock_download, _):  argument
 239   def test_ash_wrapper(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):  argument166   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
 
 | 
| D | fastboot_test.py | 27       self, mock_debug_logger, 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):  argument57     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):  argument253   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 | 99     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
 |