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

  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py 105 with self.assertCall(
296 with self.assertCall(self.call.adb.GetState(), 'device'):
300 with self.assertCall(self.call.adb.GetState(), 'offline'):
304 with self.assertCall(self.call.adb.GetState(), self.CommandError()):
313 self.assertCall(self.call.adb.Shell('ls /root'), 'foo\n')):
319 self.assertCall(self.call.adb.Shell('getprop service.adb.root'),
326 self.assertCall(self.call.adb.Shell('ls /root'),
333 self.assertCall(self.call.adb.Shell('getprop service.adb.root'),
365 with self.assertCall(
370 with self.assertCall(
    [all...]
battery_utils_test.py 206 with self.assertCall(
223 with self.assertCall(
379 with self.assertCall(
384 with self.assertCall(
389 with self.assertCall(
394 with self.assertCall(
399 with self.assertCall(
419 with self.assertCall(
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils_test.py 95 with self.assertCall(
270 with self.assertCall(self.call.adb.GetState(), 'device'):
274 with self.assertCall(self.call.adb.GetState(), 'offline'):
278 with self.assertCall(self.call.adb.GetState(), self.CommandError()):
285 with self.assertCall(self.call.adb.Shell('ls /root'), 'foo\n'):
289 with self.assertCall(self.call.adb.Shell('ls /root'), self.ShellError()):
319 with self.assertCall(
324 with self.assertCall(
407 with self.assertCall(
416 with self.assertCall(
    [all...]
battery_utils_test.py 203 with self.assertCall(
220 with self.assertCall(
376 with self.assertCall(
381 with self.assertCall(
386 with self.assertCall(
391 with self.assertCall(
396 with self.assertCall(
416 with self.assertCall(
  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls_test.py 110 with self.assertCall(self.call.get_answer(), 123):
128 with self.assertCall(
mock_calls.py 178 def assertCall(self, call, action=None):
  /external/libmojo/third_party/catapult/devil/devil/utils/
mock_calls_test.py 110 with self.assertCall(self.call.get_answer(), 123):
128 with self.assertCall(
mock_calls.py 178 def assertCall(self, call, action=None):

Completed in 600 milliseconds