Home
last modified time | relevance | path

Searched defs:interrupt (Results 1 – 6 of 6) sorted by relevance

/tools/loganalysis/javatests/com/android/loganalysis/rule/
DInterruptRuleTest.java56 InterruptItem interrupt = new InterruptItem(); in testInterruptAnalysis() local
75 InterruptItem interrupt = new InterruptItem(); in testNoSignificantInterruptAnalysis() local
/tools/loganalysis/javatests/com/android/loganalysis/parser/
DInterruptParserTest.java46 InterruptItem interrupt = new InterruptParser().parse(inputBlock); in testInterruptParser() local
/tools/tradefederation/core/common_util/com/android/tradefed/command/
DCommandInterrupter.java118 public void interrupt( in interrupt() method
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java504 public void interrupt(Thread thread, String message); in interrupt() method
514 public void interrupt(Thread thread, String message, ErrorIdentifier errorId); in interrupt() method
531 public void setLinuxInterruptProcess(boolean interrupt); in setLinuxInterruptProcess()
DRunUtil.java755 public synchronized void interrupt(Thread thread, String message) { in interrupt() method in RunUtil
761 public synchronized void interrupt(Thread thread, String message, ErrorIdentifier errorId) { in interrupt() method in RunUtil
1183 public void setLinuxInterruptProcess(boolean interrupt) { in setLinuxInterruptProcess()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java1455 public void interrupt() { in interrupt() method in DeviceManager.FastbootMonitor