Home
last modified time | relevance | path

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

/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/tests/src/com/android/tradefed/device/metric/
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/config/
DSandboxConfigurationFactoryTest.java109 CommandResult results = new CommandResult(); in testCreateConfigurationFromArgs() local
130 CommandResult results = new CommandResult(); in testCreateConfigurationFromArgs_fail() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGoogleBenchmarkResultParserTest.java102 Map<String, String> results = resultParser.parse(contents); in testParseSimpleFile() local
163 HashMap<String, Metric> results = capture.getValue(); in testParseSimpleFile_twoTests() local
211 Map<String, String> results = resultParser.parseJsonToMap(test); in testJsonParse() local
236 HashMap<String, Metric> results = capture.getValue(); in testParseSimpleFile_withWarning() local
/tools/test/connectivity/acts/tests/google/wifi/aware/performance/
DLatencyTest.py65 def run_synchronization_latency(self, results, do_unsolicited_passive, argument
154 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
324 def run_ndp_oob_latency(self, results, dw_24ghz, dw_5ghz, num_iterations): argument
430 def run_end_to_end_latency(self, results, dw_24ghz, dw_5ghz, num_iterations, argument
DThroughputTest.py52 def run_iperf_single_ndp_aware_only(self, use_ib, results): argument
124 def run_iperf_max_ndp_aware_only(self, results): argument
244 def run_iperf_max_ndi_aware_only(self, sec_configs, results): argument
/tools/test/connectivity/acts/framework/tests/
Dacts_unittest_suite.py54 results = runner.run(compile_suite()) variable
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java106 private List<TestRunResult> extractModuleCheckers(Collection<TestRunResult> results) { in extractModuleCheckers()
124 Collection<TestRunResult> results = getRunResults(); in invocationEnded() local
195 private void printModuleTestTime(Collection<TestRunResult> results) { in printModuleTestTime()
227 private void printTopSlowModules(Collection<TestRunResult> results) { in printTopSlowModules()
DXmlSuiteResultFormatter.java268 XmlSerializer serializer, Map<TestDescription, TestResult> results) in serializeTestCases()
450 Collection<TestRunResult> results = new ArrayList<>(); in parseResults() local
471 XmlPullParser parser, Collection<TestRunResult> results, Map<String, IAbi> moduleAbis) in handleModuleLevel()
/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/
DHprofAllocSiteParser.java52 Map<String, String> results = new HashMap<>(); in parse() local
/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
DAudioLoopbackTest.java421 List<ResultData> results = tempTestHelper.getAllTestData(); in runGlitchesTest() local
606 List<ResultData> results = null; in uploadLogsReturnMetrics() local
719 private void populateResultData(final Map<String, String> results, ResultData data) { in populateResultData() argument
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DVellamoBenchmark.java126 String[] results = line.split(" b: ")[1].split(","); in run() local
/tools/test/connectivity/acts/tests/google/wifi/aware/stress/
DMessagesStressTest.py146 def analyze_results(self, results, messages_by_msg): argument
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/
DSl4aEventDispatcher.java166 List<EventSl4aObject> results = new LinkedList<EventSl4aObject>(); in popAllEvents() local
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
DRangeAwareTest.py202 def verify_results(self, results, results_reverse_direction=None): argument
/tools/repohooks/
Dpre-upload.py132 def _process_hook_results(results): argument
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/
Drtt_test_utils.py250 def extract_stats(results, range_reference_mm, range_margin_mm, min_rssi, argument
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DTfTestLauncher.java395 Map<String, String> results = parser.parse(hprofFile); in logHprofResults() local
DCodeCoverageTestBase.java419 CollectingTestListener results = new CollectingTestListener(); in runTest() local
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DBandwidthMicroBenchMarkTest.java289 Map<String, String> results = new HashMap<String, String>(); in parseServerResponse() local
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
Daware_test_utils.py290 def extract_stats(ad, data, results, key_prefix, log_prefix): argument