/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | HprofAllocSiteParserTest.java | 70 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/ |
D | CountingTestResultListener.java | 43 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/ |
D | TemperatureCollectorTest.java | 77 HashMap<String, Metric> results = new HashMap<>(); in testCollector() local 96 HashMap<String, Metric> results = new HashMap<>(); in testCollectorNoData() local
|
D | ProcessMaxMemoryCollectorTest.java | 86 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/ |
D | ParallelDeviceExecutorTest.java | 69 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/ |
D | GoogleBenchmarkResultParserTest.java | 104 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/ |
D | LatencyTest.py | 62 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
|
D | ThroughputTest.py | 49 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/ |
D | SandboxConfigurationFactoryTest.java | 113 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/ |
D | ModuleListenerTest.java | 182 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/ |
D | SuiteResultReporter.java | 104 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()
|
D | XmlSuiteResultFormatter.java | 318 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/ |
D | InstrumentationResultProtoParser.java | 125 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/ |
D | TfMetricProtoUtilTest.java | 74 Map<String, String> results = TfMetricProtoUtil.compatibleConvert(metrics); in testCompatibleConvert() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/executor/ |
D | ParallelDeviceExecutor.java | 62 List<V> results = new ArrayList<>(); in invokeAll() local
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/token/ |
D | TelephonyTokenProvider.java | 110 List<String> results = new ArrayList<>(); in getOptionalDualSimProperty() local
|
/tools/asuite/atest/ |
D | cli_translator.py | 203 def _confirm_running(self, results): argument 216 def _print_fuzzy_searching_results(self, results): argument
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | HprofAllocSiteParser.java | 52 Map<String, String> results = new HashMap<>(); in parse() local
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/loggers/protos/ |
D | telephony_metric.proto | 39 repeated TelephonyVoiceTestResult results = 1; field
|
/tools/tradefederation/core/atest/ |
D | cli_translator.py | 204 def _confirm_running(self, results): argument 217 def _print_fuzzy_searching_results(self, results): argument
|
/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | ResultAggregator.java | 312 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/ |
D | AdbScreenrecordTest.java | 161 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/ |
D | notifier.py | 115 def _process_results(args, history, results): argument
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | CollectingTestListenerTest.java | 187 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/ |
D | GoogleBenchmarkResultParser.java | 57 Map<String, String> results = new HashMap<String, String>(); in parse() local
|