Home
last modified time | relevance | path

Searched refs:interrupt (Results 1 – 25 of 28) sorted by relevance

12

/tools/loganalysis/tests/src/com/android/loganalysis/rule/
DInterruptRuleTest.java56 InterruptItem interrupt = new InterruptItem(); in testInterruptAnalysis() local
57 interrupt.addInterrupt("2:bcmsdh_sdmmc:2:qcom,smd:2:msmgio", 40, in testInterruptAnalysis()
59 interrupt.addInterrupt("2:qcom,smd-rpm:2:fc4c.qcom,spmi", 7, in testInterruptAnalysis()
62 mBatteryStatsDetailedInfo.setInterruptItem(interrupt); in testInterruptAnalysis()
75 InterruptItem interrupt = new InterruptItem(); in testNoSignificantInterruptAnalysis() local
76 interrupt.addInterrupt("2:bcmsdh_sdmmc:2:qcom,smd:2:msmgio", 5, in testNoSignificantInterruptAnalysis()
78 interrupt.addInterrupt("2:qcom,smd-rpm:2:fc4c.qcom,spmi", 7, in testNoSignificantInterruptAnalysis()
81 mBatteryStatsDetailedInfo.setInterruptItem(interrupt); in testNoSignificantInterruptAnalysis()
/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DInterruptParserTest.java46 InterruptItem interrupt = new InterruptParser().parse(inputBlock); in testInterruptParser() local
48 assertEquals(1, interrupt.getInterrupts( in testInterruptParser()
51 assertEquals("9:bcmsdh_sdmmc:2:qcomd-rpm:240:mso", interrupt.getInterrupts( in testInterruptParser()
54 assertEquals(2, interrupt.getInterrupts( in testInterruptParser()
57 assertEquals(5, interrupt.getInterrupts(InterruptItem.InterruptCategory.MODEM_INTERRUPT). in testInterruptParser()
/tools/loganalysis/src/com/android/loganalysis/item/
DInterruptItem.java119 for (InterruptInfoItem interrupt : mInterrupts) { in getInterrupts()
120 if (category.equals(interrupt.getCategory())) { in getInterrupts()
121 interrupts.add(interrupt); in getInterrupts()
159 for (InterruptInfoItem interrupt : mInterrupts) { in toJson()
160 interrupts.put(interrupt.toJson()); in toJson()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DBackgroundDeviceActionTest.java82 mBackgroundAction.interrupt(); in testBackgroundActionComplete()
114 mBackgroundAction.interrupt(); in testBackgroundAction_shellException()
138 test.interrupt(); in testwaitForDeviceRecovery_online()
165 test.interrupt(); in testwaitForDeviceRecovery_blockOffline()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRunUtilTest.java281 mRunUtil.interrupt(Thread.currentThread(), message); in testInterrupt()
297 mRunUtil.interrupt(Thread.currentThread(), message); in testInterrupt_delayed()
315 mRunUtil.interrupt(Thread.currentThread(), message1); in testInterrupt_multiple()
316 mRunUtil.interrupt(Thread.currentThread(), message2); in testInterrupt_multiple()
317 mRunUtil.interrupt(Thread.currentThread(), message3); in testInterrupt_multiple()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandInterrupterTest.java71 mInterrupter.interrupt(Thread.currentThread(), MESSAGE); in testInterrupt()
90 mInterrupter.interrupt(Thread.currentThread(), MESSAGE); in testInterrupt_blocked()
112 mInterrupter.interrupt(Thread.currentThread(), MESSAGE); in testInterrupt_clearsFlag()
DConsoleTest.java88 mConsole.interrupt(); in tearDown()
184 RunUtil.getDefault().interrupt(mConsole, "interrupting"); in testRun_withConsoleInteractive_noHelp()
185 mConsole.interrupt(); in testRun_withConsoleInteractive_noHelp()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandInterrupter.java106 public void interrupt(@Nonnull Thread thread, @Nonnull String message) { in interrupt() method
112 thread.interrupt(); in interrupt()
DCommandFileWatcher.java148 interrupt(); in cancel()
DCommandScheduler.java746 RunUtil.getDefault().interrupt(this, message); in stopInvocation()
1846 thread.interrupt(); in stopInvocation()
/tools/repohooks/tools/
Dspelling.txt641 interuupt||interrupt
643 interrrupt||interrupt
644 interrup||interrupt
648 interupt||interrupt
657 intrrupt||interrupt
658 intterrupt||interrupt
/tools/tradefederation/core/src/com/android/tradefed/util/
DRunUtil.java509 public synchronized void interrupt(Thread thread, String message) { in interrupt() method in RunUtil
510 mInterrupter.interrupt(thread, message); in interrupt()
739 mExecutionThread.interrupt(); in cancel()
DAlarm.java83 thread.interrupt(); in run()
DIRunUtil.java314 public void interrupt(Thread thread, String message); in interrupt() method
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceSshTunnelMonitor.java142 getRunUtil().interrupt(this, "shutting down the monitor thread."); in shutdown()
143 interrupt(); in shutdown()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationScheduledMetricCollector.java70 Thread.currentThread().interrupt(); in onStart()
/tools/tradefederation/core/src/com/android/tradefed/device/
DBackgroundDeviceAction.java126 interrupt(); in cancel()
DDeviceManager.java1246 public void interrupt() { in interrupt() method in DeviceManager.FastbootMonitor
1248 super.interrupt(); in interrupt()
1318 interrupt(); in terminate()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DScheduledDeviceMetricCollector.java70 Thread.currentThread().interrupt(); in onTestRunStart()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DStreamProtoReceiver.java183 mEventReceiver.interrupt(); in joinReceiver()
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java106 this.interrupt(); in cancel()
/tools/apksig/src/test/java/com/android/apksig/internal/apk/
DApkSigningBlockUtilsTest.java112 Thread.currentThread().interrupt(); in testMultithreadedVersionMatchesSinglethreaded()
/tools/dexter/testdata/expected/
Dmedium.asm37412 302| invoke-virtual {v4}, android.view.accessibility.AccessibilityManager.interrupt():void
43365 77| invoke-virtual {v2}, android.view.accessibility.AccessibilityManager.interrupt():void
43408 141| invoke-virtual {v2}, android.view.accessibility.AccessibilityManager.interrupt():void
43483 234| invoke-virtual {v2}, android.view.accessibility.AccessibilityManager.interrupt():void
Dmedium.rewrite37421 305| invoke-virtual {v4}, android.view.accessibility.AccessibilityManager.interrupt():void
43375 77| invoke-virtual {v2}, android.view.accessibility.AccessibilityManager.interrupt():void
43418 142| invoke-virtual {v2}, android.view.accessibility.AccessibilityManager.interrupt():void
43493 236| invoke-virtual {v2}, android.view.accessibility.AccessibilityManager.interrupt():void
Dmedium.scratch_regs45505 329| invoke-virtual {v4}, android.view.accessibility.AccessibilityManager.interrupt():void
51957 101| invoke-virtual {v2}, android.view.accessibility.AccessibilityManager.interrupt():void
52000 166| invoke-virtual {v2}, android.view.accessibility.AccessibilityManager.interrupt():void
52075 260| invoke-virtual {v2}, android.view.accessibility.AccessibilityManager.interrupt():void

12