Home
last modified time | relevance | path

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

123

/tools/tradefederation/core/javatests/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/javatests/com/android/tradefed/build/content/
DContentAnalysisResultsTest.java31 ContentAnalysisResults results = in testNoModification() local
39 ContentAnalysisResults results = new ContentAnalysisResults().addModifiedFile(); in testModifiedFiles() local
46 ContentAnalysisResults results = new ContentAnalysisResults().addModifiedModule(); in testModifiedModules() local
DTestContentAnalyzerTest.java82 ContentAnalysisResults results = analyzer.evaluate(); in testAnalyzeTestsDir_withChange() local
112 ContentAnalysisResults results = analyzer.evaluate(); in testAnalyzeTestsDir_noChange() local
148 ContentAnalysisResults results = analyzer.evaluate(); in testAnalyzeXtsSuite_withChange() local
184 ContentAnalysisResults results = analyzer.evaluate(); in testAnalyzeXtsSuite_withDiscovery() local
219 ContentAnalysisResults results = analyzer.evaluate(); in testAnalyzeXtsSuite_noChange() local
/tools/tradefederation/core/javatests/com/android/tradefed/util/executor/
DParallelDeviceExecutorTest.java70 List<Boolean> results = mExecutor.invokeAll(callableTasks, 1, TimeUnit.SECONDS); in testSimpleExecution() local
90 List<Boolean> results = mExecutor.invokeAll(callableTasks, 1, TimeUnit.SECONDS); in testExecution_errors() local
109 List<Boolean> results = mExecutor.invokeAll(callableTasks, 1L, TimeUnit.MILLISECONDS); in testExecution_timeout() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DCountingTestResultListener.java41 int[] results = new int[TestStatus.values().length]; in getResultCounts() local
59 int[] results = getResultCounts(); in hasFailedTests() local
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleListenerTest.java186 List<TestRunResult> results = mListener.getMergedTestRunResults(); in testRetryInvalid() local
209 List<TestRunResult> results = mListener.getMergedTestRunResults(); in testRecordTestMappingSourcesIntoMetrics() local
221 private boolean hasRunCrashed(List<TestRunResult> results) { in hasRunCrashed()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DGoogleBenchmarkResultParserTest.java103 Map<String, String> results = resultParser.parse(cmd_result); in testParseSimpleFile() local
164 HashMap<String, Metric> results = capture.getAllValues().get(0); in testParseSimpleFile_twoTests() local
236 Map<String, String> results = resultParser.parseJsonToMap(test); in testJsonParse() local
263 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/tests/google/wifi/aware/performance/
DThroughputTest.py50 def run_iperf_single_ndp_aware_only(self, use_ib, results): argument
123 def run_iperf_max_ndp_aware_only(self, results): argument
250 def run_iperf_max_ndi_aware_only(self, sec_configs, results): argument
DLatencyTest.py66 def run_synchronization_latency(self, results, do_unsolicited_passive, argument
158 def run_discovery_latency(self, results, do_unsolicited_passive, dw_24ghz, argument
246 def run_message_latency(self, results, dw_24ghz, dw_5ghz, num_iterations, instant_mode=None): argument
334 def run_ndp_oob_latency(self, results, dw_24ghz, dw_5ghz, num_iterations): argument
446 def run_end_to_end_latency(self, results, dw_24ghz, dw_5ghz, argument
/tools/tradefederation/core/javatests/com/android/tradefed/config/
DSandboxConfigurationFactoryTest.java108 CommandResult results = new CommandResult(); in testCreateConfigurationFromArgs() local
133 CommandResult results = new CommandResult(); in testCreateConfigurationFromArgs_fail() local
/tools/tradefederation/core/src/com/android/tradefed/result/suite/
DSuiteResultReporter.java107 private List<TestRunResult> extractModuleCheckers(Collection<TestRunResult> results) { in extractModuleCheckers()
125 Collection<TestRunResult> results = getMergedTestRunResults(); in invocationEnded() local
223 private void printModuleTestTime(Collection<TestRunResult> results) { in printModuleTestTime()
255 private void printTopSlowModules(Collection<TestRunResult> results) { in printTopSlowModules()
/tools/tradefederation/core/src/com/android/tradefed/build/content/
DTestContentAnalyzer.java121 ContentAnalysisResults results; in evaluate() local
169 ContentAnalysisResults results = new ContentAnalysisResults(); in mapDiffsToModule() local
284 ContentAnalysisResults results = new ContentAnalysisResults(); in fileAnalysis() local
310 ContentAnalysisResults results = new ContentAnalysisResults(); in workdirAnalysis() local
DImageContentAnalyzer.java83 ContentAnalysisResults results = new ContentAnalysisResults(); in evaluate() local
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DModulePusherTest.java215 Path[] results = mPusher.getPreloadPaths(mMockDevice, files, SPLIT_APK_PACKAGE_NAME, 30); in testGetPreLoadPathsOnSplitApk() local
226 Path[] results = mPusher.getPreloadPaths(mMockDevice, files, APEX_PACKAGE_NAME, 30); in testGetPreLoadPathsOnApex() local
239 Path[] results = mPusher.getPreloadPaths(mMockDevice, files, APEX_PACKAGE_NAME, 29); in testGetPreLoadPathsOnQReturnDefault() local
262 Path[] results = mPusher.getPreloadPaths(mMockDevice, files, APK_PACKAGE_NAME, 30); in testGetPreLoadPathsOnApk() local
279 Path[] results = mPusher.getPreloadPaths(mMockDevice, files, APEX_PACKAGE_NAME, 31); in testGetPreLoadPathsOverridesApexDecompressedPath() local
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DWifiCommandUtilTest.java44 List<WifiCommandUtil.ScanResult> results = WifiCommandUtil.parseScanResults(output); in testParseScanResults() local
/tools/tradefederation/core/javatests/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.java55 List<V> results = new ArrayList<>(); in invokeAll() local
/tools/tradefederation/contrib/src/com/android/performance/
DInodeopBenchmarkTest.java86 List<String> results = runInodeopBenchmark(); in run() local
93 List<String> results = new ArrayList<String>(); in runInodeopBenchmark() local
DDDBenchmarkTest.java101 List<String> results = runDDBenchmark(); in run() local
127 List<String> results = new ArrayList<String>(); in runDDBenchmark() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/token/
DTelephonyTokenProvider.java118 List<String> results = new ArrayList<>(); in getOptionalDualSimProperty() local
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/loggers/protos/
Dtelephony_metric.proto39 repeated TelephonyVoiceTestResult results = 1; field
/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
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DCollectingTestListenerTest.java189 List<TestRunResult> results = mCollectingTestListener.getTestRunAttempts("run"); in testRun_invalidAttempts() local
285 List<TestRunResult> results = listener.getMergedTestRunResults(); in testEarlyFailure() local
/tools/asuite/atest/
Dcli_translator.py369 def _confirm_running(self, results): argument
382 def _print_fuzzy_searching_results(self, results): argument

123