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

  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls.py 21 def __init__(self, test_case, expected_calls, watched):
48 self._expected_calls = [call_action(pair) for pair in expected_calls]
  /external/libmojo/third_party/catapult/devil/devil/utils/
mock_calls.py 21 def __init__(self, test_case, expected_calls, watched):
48 self._expected_calls = [call_action(pair) for pair in expected_calls]
  /external/python/cpython3/Lib/unittest/test/testmock/
testwith.py 149 expected_calls = [call('foo'), call().__enter__(), call().read(),
151 self.assertEqual(mock.mock_calls, expected_calls)
162 expected_calls = [
167 self.assertEqual(mock.mock_calls, expected_calls)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_class.py 136 def assertCallStack(self, expected_calls):
139 if expected_calls != actualCallList:
141 (expected_calls, actualCallList))
  /external/python/cpython3/Lib/test/
test_class.py 141 def assertCallStack(self, expected_calls):
144 if expected_calls != actualCallList:
146 (expected_calls, actualCallList))
  /external/python/cpython2/Lib/test/
test_class.py 136 def assertCallStack(self, expected_calls):
139 if expected_calls != actualCallList:
141 (expected_calls, actualCallList))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_class.py 136 def assertCallStack(self, expected_calls):
139 if expected_calls != actualCallList:
141 (expected_calls, actualCallList))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_class.py 136 def assertCallStack(self, expected_calls):
139 if expected_calls != actualCallList:
141 (expected_calls, actualCallList))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_class.py 136 def assertCallStack(self, expected_calls):
139 if expected_calls != actualCallList:
141 (expected_calls, actualCallList))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_class.py 136 def assertCallStack(self, expected_calls):
139 if expected_calls != actualCallList:
141 (expected_calls, actualCallList))
  /external/tensorflow/tensorflow/python/debug/lib/
debug_data_test.py 287 expected_calls = [
304 fake.assert_has_calls(expected_calls, any_order=True)
  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_file_system_test.cc 27 ExpectedCalls expected_calls; local
28 expected_calls.reserve(n);
30 expected_calls.emplace_back(std::make_tuple(
33 return expected_calls;
  /external/libmojo/mojo/public/cpp/bindings/tests/
associated_interface_unittest.cc 280 size_t expected_calls,
291 expected_calls_ = expected_calls;
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config_unittest.py     [all...]

Completed in 385 milliseconds