Home
last modified time | relevance | path

Searched defs:results (Results 1 – 25 of 49) sorted by relevance

12

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DHprofAllocSiteParserTest.java70 Map<String, String> results = mParser.parse(f); in testParse() local
85 Map<String, String> results = mParser.parse(f); in testParse_invalidContent() local
95 Map<String, String> results = mParser.parse(null); in testParse_noFile() local
103 Map<String, String> results = mParser.parse(new File("thisdoesnotexistsatall")); in testParse_fileDoesNotExists() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DCountingTestResultListener.java43 int[] results = new int[TestStatus.values().length]; in getResultCounts() local
61 int[] results = getResultCounts(); in hasFailedTests() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DTemperatureCollectorTest.java77 HashMap<String, Metric> results = new HashMap<>(); in testCollector() local
96 HashMap<String, Metric> results = new HashMap<>(); in testCollectorNoData() local
DProcessMaxMemoryCollectorTest.java86 HashMap<String, Metric> results = new HashMap<>(); in testCollector() local
104 HashMap<String, Metric> results = new HashMap<>(); in testCollectorNoProcess() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/executor/
DParallelDeviceExecutorTest.java69 List<Boolean> results = mExecutor.invokeAll(callableTasks, 1, TimeUnit.SECONDS); in testSimpleExecution() local
89 List<Boolean> results = mExecutor.invokeAll(callableTasks, 1, TimeUnit.SECONDS); in testExecution_errors() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGoogleBenchmarkResultParserTest.java104 Map<String, String> results = resultParser.parse(contents); in testParseSimpleFile() local
165 HashMap<String, Metric> results = capture.getValue(); in testParseSimpleFile_twoTests() local
240 Map<String, String> results = resultParser.parseJsonToMap(test); in testJsonParse() local
265 HashMap<String, Metric> results = capture.getValue(); in testParseSimpleFile_withWarning() local
291 HashMap<String, Metric> results = capture.getValue(); in testParse_ignore() local
/tools/test/connectivity/acts/tests/google/wifi/aware/performance/
DLatencyTest.py62 def run_synchronization_latency(self, results, do_unsolicited_passive, argument
153 def run_discovery_latency(self, results, do_unsolicited_passive, dw_24ghz, argument
240 def run_message_latency(self, results, dw_24ghz, dw_5ghz, num_iterations): argument
326 def run_ndp_oob_latency(self, results, dw_24ghz, dw_5ghz, num_iterations): argument
437 def run_end_to_end_latency(self, results, dw_24ghz, dw_5ghz, argument
DThroughputTest.py49 def run_iperf_single_ndp_aware_only(self, use_ib, results): argument
122 def run_iperf_max_ndp_aware_only(self, results): argument
248 def run_iperf_max_ndi_aware_only(self, sec_configs, results): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DSandboxConfigurationFactoryTest.java113 CommandResult results = new CommandResult(); in testCreateConfigurationFromArgs() local
135 CommandResult results = new CommandResult(); in testCreateConfigurationFromArgs_fail() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleListenerTest.java182 List<TestRunResult> results = mListener.getMergedTestRunResults(); in testRetryInvalid() local
196 private boolean hasRunCrashed(List<TestRunResult> results) { in hasRunCrashed()
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java104 private List<TestRunResult> extractModuleCheckers(Collection<TestRunResult> results) { in extractModuleCheckers()
122 Collection<TestRunResult> results = getMergedTestRunResults(); in invocationEnded() local
215 private void printModuleTestTime(Collection<TestRunResult> results) { in printModuleTestTime()
247 private void printTopSlowModules(Collection<TestRunResult> results) { in printTopSlowModules()
DXmlSuiteResultFormatter.java318 XmlSerializer serializer, Map<TestDescription, TestResult> results) in serializeTestCases()
529 Collection<TestRunResult> results = new ArrayList<>(); in parseResults() local
549 Collection<TestRunResult> results, Map<String, IAbi> moduleAbis) { in sortModules()
597 XmlPullParser parser, Collection<TestRunResult> results, Map<String, IAbi> moduleAbis) in handleModuleLevel()
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DInstrumentationResultProtoParser.java125 ResultsBundle results = testStatus.getResults(); in processTestStatus() local
154 ResultsBundle results = sessionStatus.getResults(); in processSessionStatus() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/proto/
DTfMetricProtoUtilTest.java74 Map<String, String> results = TfMetricProtoUtil.compatibleConvert(metrics); in testCompatibleConvert() local
/tools/tradefederation/core/src/com/android/tradefed/util/executor/
DParallelDeviceExecutor.java62 List<V> results = new ArrayList<>(); in invokeAll() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/token/
DTelephonyTokenProvider.java110 List<String> results = new ArrayList<>(); in getOptionalDualSimProperty() local
/tools/asuite/atest/
Dcli_translator.py203 def _confirm_running(self, results): argument
216 def _print_fuzzy_searching_results(self, results): argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DHprofAllocSiteParser.java52 Map<String, String> results = new HashMap<>(); in parse() local
/tools/test/connectivity/acts/framework/acts/test_utils/tel/loggers/protos/
Dtelephony_metric.proto39 repeated TelephonyVoiceTestResult results = 1; field
/tools/tradefederation/core/atest/
Dcli_translator.py204 def _confirm_running(self, results): argument
217 def _print_fuzzy_searching_results(self, results): argument
/tools/tradefederation/core/src/com/android/tradefed/retry/
DResultAggregator.java312 List<TestRunResult> results = in testRunEnded() local
316 mPureRunResultForAgg.put(getCurrentRunResults().getName(), results); in testRunEnded() local
421 private void forwardTestRunResults(List<TestRunResult> results, ILogSaverListener listener) { in forwardTestRunResults()
/tools/tradefederation/contrib/src/com/android/media/tests/
DAdbScreenrecordTest.java161 private Map<String, String> runTest(Map<String, String> results, final long timeout) in runTest() argument
252 String deviceFileName, Map<String, String> results) in extractDurationAndBitrateFromVideoFileUsingAvprobe() argument
303 private boolean extractVideoDataFromAdbOutput(String adbOutput, Map<String, String> results) in extractVideoDataFromAdbOutput() argument
/tools/external_updater/
Dnotifier.py115 def _process_results(args, history, results): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DCollectingTestListenerTest.java187 List<TestRunResult> results = mCollectingTestListener.getTestRunAttempts("run"); in testRun_invalidAttempts() local
283 List<TestRunResult> results = listener.getMergedTestRunResults(); in testEarlyFailure() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkResultParser.java57 Map<String, String> results = new HashMap<String, String>(); in parse() local

12