HomeSort by relevance Sort by last modified time
    Searched refs:PropertyMock (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/catapult/devil/devil/android/tools/
system_app_test.py 35 type(mock_device).build_version_sdk = mock.PropertyMock(
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs_test.py 101 type(self.device).build_version_sdk = mock.PropertyMock(
137 type(self.device).build_version_sdk = mock.PropertyMock(
  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls.py 114 type(target), attribute, new_callable=mock.PropertyMock, **kwargs)
  /external/libmojo/third_party/catapult/devil/devil/utils/
mock_calls.py 114 type(target), attribute, new_callable=mock.PropertyMock, **kwargs)
  /external/tensorflow/tensorflow/python/estimator/
training_test.py 500 mock_est.config = test.mock.PropertyMock(spec=run_config_lib.RunConfig)
516 mock_est.config = test.mock.PropertyMock(spec=run_config_lib.RunConfig)
536 mock_est.config = test.mock.PropertyMock(spec=run_config_lib.RunConfig)
553 mock_est.config = test.mock.PropertyMock(spec=run_config_lib.RunConfig)
569 mock_est.config = test.mock.PropertyMock(spec=run_config_lib.RunConfig)
729 mock_est.config = test.mock.PropertyMock(spec=run_config_lib.RunConfig)
745 mock_est.config = test.mock.PropertyMock(spec=run_config_lib.RunConfig)
768 mock_est.config = test.mock.PropertyMock(spec=run_config_lib.RunConfig)
787 mock_est.config = test.mock.PropertyMock(spec=run_config_lib.RunConfig)
803 mock_est.config = test.mock.PropertyMock(spec=run_config_lib.RunConfig
    [all...]
  /external/python/cpython3/Lib/unittest/test/testmock/
testhelpers.py 5 Mock, ANY, _CallList, patch, PropertyMock
902 p = patch('%s.SomeClass.one' % __name__, new_callable=PropertyMock)
921 p = PropertyMock()
927 self.assertNotIsInstance(returned, PropertyMock)
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
experiment_test.py 765 type(mock_estimator).model_dir = test.mock.PropertyMock(
789 type(mock_estimator).model_dir = test.mock.PropertyMock(
814 type(mock_estimator).model_dir = test.mock.PropertyMock(
    [all...]
  /tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
sl4a_manager_test.py 453 new_callable=mock.PropertyMock)
  /external/pdfium/third_party/pymock/
mock.py 29 'PropertyMock',
    [all...]
  /external/python/cpython2/Lib/test/
_mock_backport.py 20 'PropertyMock',
    [all...]
  /external/python/cpython3/Lib/unittest/
mock.py 20 'PropertyMock',
    [all...]

Completed in 772 milliseconds