Home
last modified time | relevance | path

Searched refs:AdbError (Results 1 – 11 of 11) sorted by relevance

/test/vts/utils/python/controllers/
Dandroid_device.py490 except adb.AdbError:
700 except adb.AdbError as e:
740 except (adb.AdbError, IOError) as e:
784 except adb.AdbError as e:
862 except adb.AdbError as e:
894 except adb.AdbError:
1209 except adb.AdbError:
1246 except adb.AdbError as e:
1256 except adb.AdbError as e:
1284 except adb.AdbError as e:
Dadb.py35 class AdbError(Exception): class
162 raise AdbError(cmd=cmd, stdout=out, stderr=err, ret_code=ret)
/test/vts-testcase/kernel/checkpoint/
Dcheckpoint_utils.py24 class AdbError(Exception): class
78 raise AdbError(cmd, out, err, proc.returncode)
Dvts_kernel_checkpoint_test.py77 except self.adb.AdbError as e:
DVtsKernelCheckpointTest.py73 except self.dut.adb.AdbError as e:
/test/vts/utils/python/coverage/
Dcoverage_utils.py29 from vts.utils.python.controllers.adb import AdbError
268 except AdbError as e:
326 except AdbError as e:
702 except AdbError as e:
Dsancov_utils.py25 from vts.utils.python.controllers.adb import AdbError
140 except AdbError as e:
/test/vts-testcase/nbu/src/utils/
Dandroid_base_test.py18 except adb.AdbError:
/test/vts-testcase/security/poc/host/
DSecurityPoCKernelTest.py162 except adb.AdbError as e:
/test/vts/testcases/template/llvmfuzzer_test/
Dllvmfuzzer_test.py192 except adb.AdbError as e:
/test/vts/runners/host/
Dbase_test.py36 from vts.utils.python.controllers.adb import AdbError
1027 except AdbError as e: