/tools/tradefederation/core/tests/src/com/android/tradefed/build/ |
D | FileDownloadCacheFuncTest.java | 100 downloadThread1.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrent-1"); in testFetchRemoteFile_concurrent() 102 downloadThread2.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrent-2"); in testFetchRemoteFile_concurrent() 163 downloadThread1.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_multiConcurrent-1"); in testFetchRemoteFile_multiConcurrent() 165 downloadThread2.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_multiConcurrent-2"); in testFetchRemoteFile_multiConcurrent() 167 downloadThread3.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_multiConcurrent-3"); in testFetchRemoteFile_multiConcurrent() 235 downloadThread1.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrentFail-1"); in testFetchRemoteFile_concurrentFail() 237 downloadThread2.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrentFail-2"); in testFetchRemoteFile_concurrentFail() 239 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()
|
D | GCSFileDownloaderFuncTest.java | 67 object.setName(path); in createFile()
|
/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/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/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | DeviceStateMonitorTest.java | 78 test.setName(getClass().getCanonicalName() + "#testWaitForDeviceOnline"); in testWaitForDeviceOnline() 140 test.setName(getClass().getCanonicalName() + "#testWaitForDeviceOffline"); in testWaitForDeviceOffline() 218 test.setName(getClass().getCanonicalName() + "#testWaitForShell_becomeAvailable"); in testWaitForShell_becomeAvailable() 299 test.setName(getClass().getCanonicalName() + "#testWaitForBoot_becomeComplete"); in testWaitForBoot_becomeComplete() 392 test.setName(getClass().getCanonicalName() + "#testWaitForPm_becomeResponsive"); in testWaitForPm_becomeResponsive() 587 test.setName(getClass().getCanonicalName() + "#testWaitForStoreMount_becomeAvailable"); in testWaitForStoreMount_becomeAvailable() 638 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()
|
/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()
|
D | SignerParams.java | 78 public void setName(String name) { in setName() method in SignerParams
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | DeviceTestCase.java | 119 setName(mMethodName); in run() 179 setName(methodName); in run()
|
D | Abi.java | 90 abiBuilder.setName(mName); in toProto()
|
D | HostTest.java | 756 ((TestCase)testObj).setName(method.getName()); in collectTests() 777 singletonSuite.setName(classObj.getName()); in getTestMethods()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | DeviceTestCaseTest.java | 240 test.setName("test1"); in testRun_singleTest() 309 test.setName("test1"); in testRun_testcaseCollectMode_singleMethod()
|
D | InstrumentationTestFuncTest.java | 229 rebootThread.setName("InstrumentationTestFuncTest#testRun_deviceReboot"); in testRun_deviceReboot() 310 resetThread.setName("InstrumentationTestFuncTest#testRun_deviceRuntimeReset"); in testRun_deviceRuntimeReset()
|
/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/src/com/android/tradefed/util/hostmetric/ |
D | HeapHostMonitor.java | 38 setName("HeapHostMonitor"); in HeapHostMonitor()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | Alarm.java | 43 setName(getClass().getCanonicalName()); in Alarm()
|
D | GCSFileUploader.java | 60 StorageObject object = new StorageObject().setName(gcsFilename); in uploadFile()
|
D | RunUtil.java | 526 setName(RUNNABLE_NOTIFIER_NAME); in RunnableNotifier() 775 t.setName(name); in inheritIO()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/ |
D | FakeSocketServerHelper.java | 35 setName(getClass().getCanonicalName()); in FakeSocketServerHelper()
|
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/ |
D | Sl4aEventDispatcher.java | 47 this.setName(getClass().getCanonicalName()); in Sl4aEventDispatcher()
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | FatLfnDirectoryEntry.java | 244 public void setName(String newName) throws IOException { in setName() method in FatLfnDirectoryEntry
|
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | HermeticLaunchTest.java | 778 public void setName(String name) { in setName() method in HermeticLaunchTest.TraceRecord
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | RemoteInvocationExecution.java | 706 setName(String.format("start-device-thread-vsoc-%s", userId)); in StartDeviceThread()
|