Home
last modified time | relevance | path

Searched refs:getCommand (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DClangProfileIndexerTest.java69 List<String> command = mCommandArgumentCaptor.getCommand(); in testProfileFiles_includesFiles()
89 List<String> command = mCommandArgumentCaptor.getCommand(); in testLargeProfileCount_usesFile()
105 List<String> command = mCommandArgumentCaptor.getCommand(); in testSingleFailure_usesFailureMode()
138 List<String> getCommand() { in getCommand() method in ClangProfileIndexerTest.CommandArgumentCaptor
DRunUtilTest.java163 when(mockRunnable.getCommand()).thenReturn(new ArrayList<>()); in testRunTimed()
174 when(mockRunnable.getCommand()).thenReturn(new ArrayList<>()); in testRunTimed_failed()
184 when(mockRunnable.getCommand()).thenReturn(new ArrayList<>()); in testRunTimed_exception()
/tools/tradefederation/core/src/com/android/tradefed/util/
DLocalRunInstructionBuilder.java82 instruction.append(getCommand(configDescriptor, testId, LocalTestRunner.ATEST)); in getAtestInstruction()
94 public static String getCommand( in getCommand() method in LocalRunInstructionBuilder
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DClangCodeCoverageCollectorTest.java256 List<String> command = mCommandArgumentCaptor.getCommand(); in testRun_misc_trace_only_logsCoverageFile()
306 List<String> command = mCommandArgumentCaptor.getCommand(); in testRun_local_tmp_only_logsCoverageFile()
359 List<String> command = mCommandArgumentCaptor.getCommand(); in testRun_both_locations_logsCoverageFile()
401 List<String> command = mCommandArgumentCaptor.getCommand(); in testRun_noModuleName_logsCoverageFile()
444 List<String> command = mCommandArgumentCaptor.getCommand(); in testRun_profraw_filter_option()
482 List<String> command = mCommandArgumentCaptor.getCommand(); in testOtherFileTypes_ignored()
539 List<String> command = mCommandArgumentCaptor.getCommand(); in testProfileToolInConfiguration_notFromBuild()
656 List<String> getCommand() { in getCommand() method in ClangCodeCoverageCollectorTest.CommandArgumentCaptor
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java53 public default List<String> getCommand() { in getCommand() method
DRunUtil.java558 runnable.getCommand(), TimeUtil.formatElapsedTime(timeout)); in runTimedWithOutputMonitor()
560 CLog.d("Running command %s without timeout.", runnable.getCommand()); in runTimedWithOutputMonitor()
888 public List<String> getCommand() { in getCommand() method in RunUtil.RunnableResult
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationRunner.java78 switch (message.getCommand()) { in startServer()