/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/tests/src/com/android/tradefed/device/metric/ |
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/config/ |
D | SandboxConfigurationFactoryTest.java | 109 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/ |
D | GoogleBenchmarkResultParserTest.java | 102 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/ |
D | LatencyTest.py | 65 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
|
D | ThroughputTest.py | 52 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/ |
D | acts_unittest_suite.py | 54 results = runner.run(compile_suite()) variable
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | SuiteResultReporter.java | 106 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()
|
D | XmlSuiteResultFormatter.java | 268 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/ |
D | TfMetricProtoUtilTest.java | 74 Map<String, String> results = TfMetricProtoUtil.compatibleConvert(metrics); in testCompatibleConvert() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | HprofAllocSiteParser.java | 52 Map<String, String> results = new HashMap<>(); in parse() local
|
/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
|
D | AudioLoopbackTest.java | 421 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/ |
D | VellamoBenchmark.java | 126 String[] results = line.split(" b: ")[1].split(","); in run() local
|
/tools/test/connectivity/acts/tests/google/wifi/aware/stress/ |
D | MessagesStressTest.py | 146 def analyze_results(self, results, messages_by_msg): argument
|
/tools/tradefederation/core/src/com/android/tradefed/util/sl4a/ |
D | Sl4aEventDispatcher.java | 166 List<EventSl4aObject> results = new LinkedList<EventSl4aObject>(); in popAllEvents() local
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/ |
D | RangeAwareTest.py | 202 def verify_results(self, results, results_reverse_direction=None): argument
|
/tools/repohooks/ |
D | pre-upload.py | 132 def _process_hook_results(results): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/ |
D | rtt_test_utils.py | 250 def extract_stats(results, range_reference_mm, range_margin_mm, min_rssi, argument
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | TfTestLauncher.java | 395 Map<String, String> results = parser.parse(hprofFile); in logHprofResults() local
|
D | CodeCoverageTestBase.java | 419 CollectingTestListener results = new CollectingTestListener(); in runTest() local
|
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/ |
D | BandwidthMicroBenchMarkTest.java | 289 Map<String, String> results = new HashMap<String, String>(); in parseServerResponse() local
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/ |
D | aware_test_utils.py | 290 def extract_stats(ad, data, results, key_prefix, log_prefix): argument
|