Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 82) sorted by relevance

1234

/tools/treble/build/treble_build/local/
Dcmd.go30 ctx, cancel := context.WithTimeout(ctx, timeout)
31 defer cancel()
54 ctx, cancel := context.WithTimeout(ctx, timeout)
55 defer cancel()
/tools/tradefederation/core/src/com/android/tradefed/log/
DLogReceiver.java62 mDeviceAction.cancel(); in stop()
63 mReceiver.cancel(); in stop()
84 StreamUtil.cancel(stream); in postLog()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DJUnit4ResultForwarder.java67 mLogUploaderThread.cancel(); in testFailure()
159 mLogUploaderThread.cancel(); in testFinished()
247 public void cancel() { in cancel() method in JUnit4ResultForwarder.LogUploaderThread
261 StreamUtil.cancel(log.mDataStream); in pollLogsAndUpload()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DBackgroundDeviceActionTest.java82 mBackgroundAction.cancel(); in testBackgroundActionComplete()
119 mBackgroundAction.cancel(); in testBackgroundAction_shellException()
179 mBackgroundAction.cancel(); in testwaitForDeviceRecovery_blockOffline()
/tools/tradefederation/contrib/src/com/android/monkey/
DClockworkRetailMonkeyTest.java53 public synchronized void cancel() { in cancel() method in ClockworkRetailMonkeyTest.CardRefresher
67 mRefresher.cancel(); in onMonkeyFinish()
DMonkeyBase.java125 receiver.cancel(); in runCommand()
398 StreamUtil.cancel(atraceStream); in runMonkey()
473 StreamUtil.cancel(is); in takeBugreport()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DGameQualificationScheduledMetricCollector.java69 mTimer.cancel(); in onStart()
96 mTimer.cancel(); in onEnd()
/tools/tradefederation/core/src/com/android/tradefed/device/
DLogcatReceiver.java69 mDeviceAction.cancel(); in stop()
70 mReceiver.cancel(); in stop()
DCollectingByteOutputReceiver.java45 public void cancel() { in cancel() method in CollectingByteOutputReceiver
DCollectingOutputReceiver.java46 public void cancel() { in cancel() method in CollectingOutputReceiver
/tools/tradefederation/core/javatests/com/android/tradefed/log/
DFileLoggerTest.java92 StreamUtil.cancel(logSource); in testLogToLogger()
223 StreamUtil.cancel(logSource); in testFiltering_ddms()
248 StreamUtil.cancel(logSource); in testFiltering_ddms_log()
/tools/acloud/internal/lib/
Dssh.py66 timer.cancel()
93 timer.cancel()
138 timer.cancel()
/tools/asuite/atest/metrics/
Dclearcut_client.py94 self._scheduled_flush_thread.cancel()
124 self._scheduled_flush_thread.cancel()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DStreamProtoReceiver.java178 public void cancel() throws IOException { in cancel() method in StreamProtoReceiver.EventReceiverThread
220 mEventReceiver.cancel(); in close()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java581 runThread.cancel(); in runTimedWithOutputMonitor()
597 runThread.cancel(); in runTimedWithOutputMonitor()
605 runThread.cancel(); in runTimedWithOutputMonitor()
806 public void cancel() { in cancel() method in RunUtil.RunnableNotifier
807 mRunnable.cancel(); in cancel()
1035 public void cancel() { in cancel() method in RunUtil.RunnableResult
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DRunUtilFuncTest.java47 public void cancel() { in cancel() method in RunUtilFuncTest.MyRunnable
86 public void cancel() { in testRunTimedRetry()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestMetricsCollectionListener.java161 StreamUtil.cancel(outputSource); in stopDumping()
172 StreamUtil.cancel(outputSource); in stopDumping()
DVideoEditingMemoryTest.java164 StreamUtil.cancel(outputSource); in uploadHeapDumpFiles()
205 StreamUtil.cancel(outputSource); in logOutputFiles()
DMediaMemoryTest.java173 StreamUtil.cancel(outputSource); in uploadHeapDumpFiles()
212 StreamUtil.cancel(outputSource); in logOutputFiles()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DUiAutomatorRunner.java353 public void cancel() { in cancel() method in UiAutomatorRunner
355 mParser.cancel(); in cancel()
/tools/tradefederation/core/common_util/com/android/tradefed/cache/remote/
DRemoteCacheClient.java188 f.cancel(true); in getFromFuture()
196 f.cancel(true); in getFromFuture()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterDeviceMonitor.java182 void cancel() { in cancel() method in ClusterDeviceMonitor.EventDispatcher
210 mDispatcher.cancel(); in stop()
/tools/tradefederation/core/common_util/com/android/tradefed/result/
DInputStreamSource.java49 public default void cancel() { in cancel() method
/tools/tradefederation/core/src/com/android/tradefed/util/
DTarUtil.java288 StreamUtil.cancel(inputStream); in extractAndLog()
304 StreamUtil.cancel(s); in extractAndLog()
/tools/tradefederation/core/src/com/android/tradefed/monitoring/
DLabResourceDeviceMonitor.java339 future.cancel(true); in buildMonitoredHost()
398 future.cancel(true); in buildMonitoredDevice()

1234