Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java100 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/
DConditionPriorityBlockingQueueTest.java116 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()
DGCSFileDownloaderFuncTest.java67 object.setName(path); in createFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DConsoleTest.java95 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()
DCommandSchedulerFuncTest.java377 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/
DJUnitToInvocationResultForwarderTest.java81 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/
DDeviceStateMonitorTest.java78 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()
DBackgroundDeviceActionTest.java133 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/
DApkSignerTool.java275 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()
DSignerParams.java78 public void setName(String name) { in setName() method in SignerParams
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DDeviceTestCase.java119 setName(mMethodName); in run()
179 setName(methodName); in run()
DAbi.java90 abiBuilder.setName(mName); in toProto()
DHostTest.java756 ((TestCase)testObj).setName(method.getName()); in collectTests()
777 singletonSuite.setName(classObj.getName()); in getTestMethods()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DDeviceTestCaseTest.java240 test.setName("test1"); in testRun_singleTest()
309 test.setName("test1"); in testRun_testcaseCollectMode_singleMethod()
DInstrumentationTestFuncTest.java229 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/
DFsDirectoryEntry.java105 public void setName(String newName) throws IOException; in setName() method
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
DHeapHostMonitor.java38 setName("HeapHostMonitor"); in HeapHostMonitor()
/tools/tradefederation/core/src/com/android/tradefed/util/
DAlarm.java43 setName(getClass().getCanonicalName()); in Alarm()
DGCSFileUploader.java60 StorageObject object = new StorageObject().setName(gcsFilename); in uploadFile()
DRunUtil.java526 setName(RUNNABLE_NOTIFIER_NAME); in RunnableNotifier()
775 t.setName(name); in inheritIO()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/sl4a/
DFakeSocketServerHelper.java35 setName(getClass().getCanonicalName()); in FakeSocketServerHelper()
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java47 this.setName(getClass().getCanonicalName()); in Sl4aEventDispatcher()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectoryEntry.java244 public void setName(String newName) throws IOException { in setName() method in FatLfnDirectoryEntry
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticLaunchTest.java778 public void setName(String name) { in setName() method in HermeticLaunchTest.TraceRecord
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java706 setName(String.format("start-device-thread-vsoc-%s", userId)); in StartDeviceThread()

12