/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | FileMetadataCollectorTest.java | 68 LogFile log = LogFile.newBuilder().setLogType(LOG_TYPE_BR).setName(NAME_BR1).build(); in testSingleTypeSingleElement() 85 LogFile log1 = LogFile.newBuilder().setLogType(LOG_TYPE_BR).setName(NAME_BR1).build(); in testSingleTypeMultipleElements() 86 LogFile log2 = LogFile.newBuilder().setLogType(LOG_TYPE_BR).setName(NAME_BR2).build(); in testSingleTypeMultipleElements() 106 LogFile log1 = LogFile.newBuilder().setLogType(LOG_TYPE_BR).setName(NAME_BR1).build(); in testMultipleTypesMultipleElements() 107 LogFile log2 = LogFile.newBuilder().setLogType(LOG_TYPE_BR).setName(NAME_BR2).build(); in testMultipleTypesMultipleElements() 108 LogFile log3 = LogFile.newBuilder().setLogType(LOG_TYPE_LC).setName(NAME_LC1).build(); in testMultipleTypesMultipleElements() 109 LogFile log4 = LogFile.newBuilder().setLogType(LOG_TYPE_LC).setName(NAME_LC2).build(); in testMultipleTypesMultipleElements()
|
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/build/ |
D | FileDownloadCacheFuncTest.java | 92 downloadThread1.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrent-1"); in testFetchRemoteFile_concurrent() 94 downloadThread2.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrent-2"); in testFetchRemoteFile_concurrent() 154 downloadThread1.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_multiConcurrent-1"); in testFetchRemoteFile_multiConcurrent() 156 downloadThread2.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_multiConcurrent-2"); in testFetchRemoteFile_multiConcurrent() 158 downloadThread3.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_multiConcurrent-3"); in testFetchRemoteFile_multiConcurrent() 224 downloadThread1.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrentFail-1"); in testFetchRemoteFile_concurrentFail() 226 downloadThread2.setName("FileDownloadCacheFuncTest#testFetchRemoteFile_concurrentFail-2"); in testFetchRemoteFile_concurrentFail() 228 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 | 371 test.setName("CommandSchedulerFuncTest#testShutdown_interruptible"); in testShutdown_interruptible() 447 shutdownThread.setName("CommandSchedulerFuncTest#testShutdown_notInterruptible"); in testShutdown_notInterruptible() 562 shutdownThread.setName("CommandSchedulerFuncTest#testShutdown_notInterruptible_timeout"); in testShutdown_notInterruptible_timeout()
|
/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 | LogcatUpdaterEventParser.java | 264 waitThread.setName(getClass().getCanonicalName()); in waitForEventAsync()
|
D | RunUtil.java | 534 setName(RUNNABLE_NOTIFIER_NAME); in RunnableNotifier() 755 t.setName(name); in inheritIO()
|
/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()
|
D | TestDeviceTest.java | 970 fastbootThread.setName(getClass().getCanonicalName() + "#testExecuteFastbootCommand_state"); in testExecuteFastbootCommand_state() 2595 test.setName(getClass().getCanonicalName() + "#testSwitchUser_delay"); in testSwitchUser_delay()
|
/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/testtype/ |
D | DeviceTestCase.java | 121 setName(mMethodName); in run() 181 setName(methodName); in run()
|
D | HostTest.java | 652 ((TestCase)testObj).setName(method.getName()); in collectTests() 674 singletonSuite.setName(classObj.getName()); in getTestMethods()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | FileMetadataCollector.java | 63 LogFile.newBuilder().setLogType(getLogType(dataType)).setName(dataName).build(); in testLogSaved()
|
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/ |
D | Sl4aEventDispatcher.java | 47 this.setName(getClass().getCanonicalName()); in Sl4aEventDispatcher()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | InstrumentationTestFuncTest.java | 229 rebootThread.setName("InstrumentationTestFuncTest#testRun_deviceReboot"); in testRun_deviceReboot() 310 resetThread.setName("InstrumentationTestFuncTest#testRun_deviceRuntimeReset"); in testRun_deviceRuntimeReset()
|
D | DeviceTestCaseTest.java | 240 test.setName("test1"); in testRun_singleTest() 309 test.setName("test1"); in testRun_testcaseCollectMode_singleMethod()
|
/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/core/prod-tests/src/com/android/performance/tests/ |
D | HermeticLaunchTest.java | 674 public void setName(String name) { in setName() method in HermeticLaunchTest.TraceRecord
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ITestSuiteIntegrationTest.java | 470 t.setName("shard-integration-test" + config.getName()); in scheduleConfig()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceManager.java | 411 checkThread.setName("DeviceManager-checkRunnable"); in checkAndAddAvailableDevice()
|