/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLevelUtility.java | 50 final int stop = shellOutput.indexOf(",", start); in extractDeviceHeadsetLevelFromAdbShell() local 51 if (stop != -1) { in extractDeviceHeadsetLevelFromAdbShell() 52 final String audioLevelStr = shellOutput.substring(start, stop); in extractDeviceHeadsetLevelFromAdbShell()
|
D | CameraTestBase.java | 358 mMeminfoTimer.stop(); in stopDumping() 370 mThreadTrackerTimer.stop(); in stopDumping() 469 stop(); in start() 487 synchronized void stop() { in stop() method in CameraTestBase.MeminfoTimer 617 stop(); in start() 635 synchronized void stop() { in stop() method in CameraTestBase.ThreadTrackerTimer
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceMonitorMultiplexer.java | 76 public synchronized void stop() { in stop() method in DeviceMonitorMultiplexer 78 monitor.stop(); in stop()
|
D | ILogcatReceiver.java | 28 public void stop(); in stop() method
|
D | IDeviceMonitor.java | 36 public void stop(); in stop() method
|
D | LogcatReceiver.java | 68 public void stop() { in stop() method in LogcatReceiver
|
/tools/loganalysis/tests/src/com/android/loganalysis/parser/ |
D | LogcatParserFuncTest.java | 50 long stop = System.currentTimeMillis(); in testParse() local 51 System.out.println(String.format("Logcat took %d ms to parse.", stop - start)); in testParse()
|
D | BugreportParserFuncTest.java | 50 long stop = System.currentTimeMillis(); in testParse() local 51 System.out.println(String.format("Bugreport took %d ms to parse.", stop - start)); in testParse()
|
D | MonkeyLogParserFuncTest.java | 53 long stop = System.currentTimeMillis(); in testParse() local 54 System.out.println(String.format("Monkey log took %d ms to parse.", stop - start)); in testParse()
|
/tools/acloud/internal/lib/ |
D | driver_test_lib.py | 33 patcher.stop()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | iperf_server.py | 64 ipf.stop() 239 def stop(self): member in IPerfServer 288 def stop(self): member in IPerfServerOverSsh 348 def stop(self): member in IPerfServerOverAdb
|
D | access_point.py | 243 self._dhcp.stop() 349 instance.hostapd.stop() 350 self._dhcp.stop()
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | LogcatItem.java | 166 Date stop = logcat.getStopTime().after(getStopTime()) ? in merge() local 199 mergedLogcat.setStopTime(stop); in merge()
|
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/ |
D | iperf_server.py | 52 ipf.stop() 245 def stop(self): member in IPerfServer
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | rfcomm_lib.py | 79 def stop(self): member in RfcommLib
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | LogReceiver.java | 61 public void stop() { in stop() method in LogReceiver
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerWiFiBaseTest.py | 72 self.iperf_server.stop()
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_test_runner_test.py | 179 tr.stop() 243 tr.stop()
|
/tools/repohooks/rh/ |
D | terminal.py | 67 def stop(self): member in Color
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRoamingTest.py | 68 self.iperf_server.stop()
|
D | WifiPowerTest.py | 227 self.iperf_server.stop() 248 self.iperf_server.stop()
|
D | WifiThroughputStabilityTest.py | 119 self.iperf_server.stop() 264 self.iperf_server.stop()
|
/tools/test/connectivity/acts/framework/acts/bin/ |
D | act.py | 58 runner.stop()
|
/tools/test/connectivity/acts/tests/google/tel/lab/ |
D | TelLabPowerDataTest.py | 86 self.ip_server.stop()
|
/tools/test/connectivity/acts/framework/acts/ |
D | test_runner.py | 89 tr.stop() 551 def stop(self): member in TestRunner
|