Searched refs:getCommand (Results 1 – 7 of 7) sorted by relevance
69 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
163 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()
82 instruction.append(getCommand(configDescriptor, testId, LocalTestRunner.ATEST)); in getAtestInstruction()94 public static String getCommand( in getCommand() method in LocalRunInstructionBuilder
256 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
53 public default List<String> getCommand() { in getCommand() method
558 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
78 switch (message.getCommand()) { in startServer()