/tools/tradefederation/core/tests/src/com/android/tradefed/build/ |
D | FileDownloadCacheFuncTest.java | 101 downloadThread1.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrent-1"); in testFetchRemoteFile_concurrent() 103 downloadThread2.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrent-2"); in testFetchRemoteFile_concurrent() 164 downloadThread1.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_multiConcurrent-1"); in testFetchRemoteFile_multiConcurrent() 166 downloadThread2.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_multiConcurrent-2"); in testFetchRemoteFile_multiConcurrent() 168 downloadThread3.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_multiConcurrent-3"); in testFetchRemoteFile_multiConcurrent() 237 downloadThread1.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrentFail-1"); in testFetchRemoteFile_concurrentFail() 239 downloadThread2.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrentFail-2"); in testFetchRemoteFile_concurrentFail() 241 downloadThread3.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrentFail-3"); in testFetchRemoteFile_concurrentFail()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | ConditionPriorityBlockingQueueTest.java | 116 delayedAdd.setName(getClass().getCanonicalName()); in testTake_delayedAdd() 140 delayedAdd.setName(getClass().getCanonicalName()); in testTake_matcher_delayedAdd() 164 waiter.setName(getClass().getCanonicalName() + "#testTake_multiple_matchers"); in testTake_multiple_matchers() 175 waiter2.setName(getClass().getCanonicalName() + "#testTake_multiple_matchers"); in testTake_multiple_matchers() 188 delayedAdd.setName(getClass().getCanonicalName() + "#testTake_multiple_matchers"); in testTake_multiple_matchers() 200 delayedAdd2.setName(getClass().getCanonicalName() + "#testTake_multiple_matchers"); in testTake_multiple_matchers() 302 iterator.setName(getClass().getCanonicalName() + "#testModificationOnIterating"); in testModificationOnIterating()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | ConsoleTest.java | 95 mConsole.setName("testRun_withConsole"); in testRun_withConsole() 125 mConsole.setName("testRun_withConsoleInteractiveHelp"); in testRun_withConsoleInteractiveHelp() 164 mConsole.setName("testRun_withConsoleInteractive_noHelp"); in testRun_withConsoleInteractive_noHelp() 194 mConsole.setName("testRun_noConsole"); in testRun_noConsole() 216 mConsole.setName("testRunCommand"); in testRunCommand() 236 mConsole.setName("testRunCommand_shortcut"); in testRunCommand_shortcut() 259 mConsole.setName("testRunCommand_startsWithCommand"); in testRunCommand_startsWithCommand()
|
D | CommandSchedulerFuncTest.java | 377 test.setName("CommandSchedulerFuncTest#testShutdown_interruptible"); in testShutdown_interruptible() 453 shutdownThread.setName("CommandSchedulerFuncTest#testShutdown_notInterruptible"); in testShutdown_notInterruptible() 568 shutdownThread.setName("CommandSchedulerFuncTest#testShutdown_notInterruptible_timeout"); in testShutdown_notInterruptible_timeout()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | DeviceStateMonitorTest.java | 79 test.setName(getClass().getCanonicalName() + "#testWaitForDeviceOnline"); in testWaitForDeviceOnline() 141 test.setName(getClass().getCanonicalName() + "#testWaitForDeviceOffline"); in testWaitForDeviceOffline() 219 test.setName(getClass().getCanonicalName() + "#testWaitForShell_becomeAvailable"); in testWaitForShell_becomeAvailable() 300 test.setName(getClass().getCanonicalName() + "#testWaitForBoot_becomeComplete"); in testWaitForBoot_becomeComplete() 393 test.setName(getClass().getCanonicalName() + "#testWaitForPm_becomeResponsive"); in testWaitForPm_becomeResponsive() 609 test.setName(getClass().getCanonicalName() + "#testWaitForStoreMount_becomeAvailable"); in testWaitForStoreMount_becomeAvailable() 660 test.setName(getClass().getCanonicalName() + "#testWaitForStoreMount_outputBecomeValid"); in testWaitForStoreMount_outputBecomeValid()
|
D | BackgroundDeviceActionTest.java | 133 test.setName(getClass().getCanonicalName() + "#testwaitForDeviceRecovery_online"); in testwaitForDeviceRecovery_online() 158 test.setName(getClass().getCanonicalName() + "#testwaitForDeviceRecovery_blockOffline"); in testwaitForDeviceRecovery_blockOffline()
|
D | TestDeviceTest.java | 1002 fastbootThread.setName(getClass().getCanonicalName() + "#testExecuteFastbootCommand_state"); in testExecuteFastbootCommand_state() 3344 test.setName(getClass().getCanonicalName() + "#testSwitchUser_delay"); in testSwitchUser_delay() 3469 test.setName(getClass().getCanonicalName() + "#testSwitchUser_delay"); in testSwitchUser_delay_api30()
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | ApkSignerTool.java | 275 signer.setName("signer #" + signerNumber); in sign() 621 oldSignerParams.setName("old signer"); in rotate() 629 newSignerParams.setName("new signer"); in rotate() 712 signerParams.setName("signer #" + (i + 1)); in lineage() 1015 params.setName(params.getKeystoreKeyAlias()); in loadPrivateKeyAndCerts() 1020 params.setName(keyFileName); in loadPrivateKeyAndCerts() 1022 params.setName(keyFileName.substring(0, delimiterIndex)); in loadPrivateKeyAndCerts()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | JUnitToInvocationResultForwarderTest.java | 81 test.setName("testAddFailure"); in testAddFailure() 94 test.setName("testEndTest"); in testEndTest() 106 test.setName("testStartTest"); in testStartTest() 121 test.setName("testbaseWithAnnotation"); in testStartTest_annotations()
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/ |
D | FuchsiaBtScanTest.py | 65 self.sec_dut.btc_lib.setName(local_name) 102 self.sec_dut.btc_lib.setName(local_name)
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | DeviceTestCase.java | 119 setName(mMethodName); in run() 179 setName(methodName); in run()
|
D | HostTest.java | 830 ((TestCase)testObj).setName(method.getName()); in collectTests() 851 singletonSuite.setName(classObj.getName()); in getTestMethods()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | InstrumentationTestFuncTest.java | 243 rebootThread.setName("InstrumentationTestFuncTest#testRun_deviceReboot"); in testRun_deviceReboot() 326 resetThread.setName("InstrumentationTestFuncTest#testRun_deviceRuntimeReset"); in testRun_deviceRuntimeReset()
|
D | DeviceTestCaseTest.java | 249 test.setName("test1"); in testRun_singleTest() 318 test.setName("test1"); in testRun_testcaseCollectMode_singleMethod()
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | RunUtil.java | 555 setName(RUNNABLE_NOTIFIER_NAME); in RunnableNotifier() 826 t.setName(name); in inheritIO()
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
D | FsDirectoryEntry.java | 105 public void setName(String newName) throws IOException; in setName() method
|
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/ |
D | HeapHostMonitor.java | 38 setName("HeapHostMonitor"); in HeapHostMonitor()
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | GenericTimingItem.java | 48 public void setName(String name) { in setName() method in GenericTimingItem
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSFileUploader.java | 60 StorageObject object = new StorageObject().setName(gcsFilename); in uploadFile()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/ |
D | FakeSocketServerHelper.java | 35 setName(getClass().getCanonicalName()); in FakeSocketServerHelper()
|
/tools/tradefederation/core/common_util/com/android/tradefed/testtype/ |
D | Abi.java | 90 abiBuilder.setName(mName); in toProto()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/ |
D | InvocationMetricLoggerTest.java | 61 testThread.setName("InvocationMetricLoggerTest-test-thread"); in logMetric()
|
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/ |
D | Sl4aEventDispatcher.java | 47 this.setName(getClass().getCanonicalName()); in Sl4aEventDispatcher()
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | btc_lib.py | 69 def setName(self, name): member in FuchsiaBtcLib
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
D | TimingsLogParser.java | 167 newItem.setName(durationPattern.mName); in parseGenericTimingItem()
|