Home
last modified time | relevance | path

Searched refs:test_serial (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/
Dfastboot_utils_test.py61 def _FastbootWrapperMock(test_serial): argument
63 fastbooter.__str__ = mock.Mock(return_value=test_serial)
64 fastbooter.Devices.return_value = [test_serial]
68 def _DeviceUtilsMock(test_serial): argument
70 device.__str__ = mock.Mock(return_value=test_serial)
Ddevice_utils_test.py182 def _AdbWrapperMock(test_serial, is_ready=True): argument
184 adb.__str__ = mock.Mock(return_value=test_serial)
185 adb.GetDeviceSerial.return_value = test_serial
/external/grpc-grpc/test/core/gpr/
Dmpscq_test.cc45 static void test_serial(void) { in test_serial() function
186 test_serial(); in main()