Home
last modified time | relevance | path

Searched defs:into (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/
Dassembly_line.py176 def into(self, transformer): member in AssemblyLineBuilder
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java1591 final String into = "bootloader"; in testDoAdbReboot_emulator() local
1670 String into = "sideload"; in testRebootIntoSideload() local
1690 String into = "bootloader"; in testRebootIntoBootloader() local
1740 String into = "fastboot"; in testRebootIntoFastbootd() local
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DStubDevice.java334 public void reboot(String into) throws TimeoutException, AdbCommandRejectedException, in reboot()