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

  /external/chromium_org/native_client_sdk/src/tools/tests/
sel_ldr_test.py 40 parse_header.assert_called_once_with('foo.nexe')
52 parse_header.assert_called_once_with('foo.nexe')
  /external/chromium_org/tools/usb_gadget/
hid_gadget_test.py 90 chip.SendPacket.assert_called_once_with(0x81, 'Hello world!')
143 chip.SendPacket.assert_called_once_with(0x81, '\x01Hello world!')
213 chip.HaltEndpoint.assert_called_once_with(0x01)
gadget_test.py 253 chip.SendPacket.assert_called_once_with(0x81, 'Hello world!')
281 chip.HaltEndpoint.assert_called_once_with(0x01)
  /external/chromium_org/third_party/pymock/
mock.py 302 def assert_called_once_with(*args, **kwargs): function in function:_setup_func
303 return mock.assert_called_once_with(*args, **kwargs)
328 funcopy.assert_called_once_with = assert_called_once_with
838 def assert_called_once_with(_mock_self, *args, **kwargs): member in class:NonCallableMock
885 `assert_called_with` and `assert_called_once_with` that only pass if
    [all...]
  /external/chromium_org/build/android/pylib/device/
device_utils_test.py     [all...]

Completed in 401 milliseconds