Home
last modified time | relevance | path

Searched defs:testResults (Results 1 – 25 of 73) sorted by relevance

123

/aosp_15_r20/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java190 TestResults testResults = in createAndConnectToVmHelper() local
335 TestResults testResults = in createAndRunNoDebugVm() local
486 TestResults testResults = in connectVsock() local
549 TestResults testResults = in binderCallbacksWork() local
978 TestResults testResults = in validApkPathIsAccepted() local
1010 TestResults testResults = in extraApk() local
1037 TestResults testResults = in extraApkInVmConfig() local
1275 TestResults testResults = in bccIsSuperficiallyWellFormed() local
1326 TestResults testResults = in protectedVmHasValidDiceChain() local
1595 TestResults testResults = importedVmIsEqualToTheOriginalVm(false); in importedVmIsEqualToTheOriginalVm_WithoutStorage() local
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/
DTestResultTest.java36 List<TestResult> testResults = new ArrayList<>(); in testMerge_singleRes() local
48 List<TestResult> testResults = new ArrayList<>(); in testMerge_multiRes_aggPass() local
63 List<TestResult> testResults = new ArrayList<>(); in testMerge_allFailed_aggPass() local
77 List<TestResult> testResults = new ArrayList<>(); in testMerge_multiRes() local
90 List<TestResult> testResults = new ArrayList<>(); in testMerge_multiRes_allPass() local
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/
H A DXMLSuiteResultWriter.java65 Set<ITestResult> testResults = Sets.newHashSet(); in writeAllToBuffer() local
79 private void addAllTestResults(Set<ITestResult> testResults, IResultMap resultMap) { in addAllTestResults()
112 private void addTestResults(XMLStringBuffer xmlBuffer, Set<ITestResult> testResults) { in addTestResults()
136 private Map<String, List<ITestResult>> buildTestClassGroups(Set<ITestResult> testResults) { in buildTestClassGroups()
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkResultParser.java112 Map<String, String> testResults = new HashMap<String, String>(); in parse() local
181 Map<String, String> testResults = new HashMap<String, String>(); in parseJsonToMap() local
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/jq/
H A DNavigatorPanel.java162 List<ITestResult> testResults = getModel().getTestResults(suite); in getMethodsByStatus() local
228 List<ITestResult> testResults = provider.getResults(); in generateMethodList() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapperTest.java417 Map<TestDescription, TestResult> testResults = in testRun_withMultipleRun() local
476 Map<TestDescription, TestResult> testResults = in testRun_withMultipleRun_becomePass() local
535 Map<TestDescription, TestResult> testResults = in testRun_withMultipleRun_AllBecomePass() local
/aosp_15_r20/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/device/
DMicrodroidDeviceTestBase.java641 TestResults testResults = new TestResults(); in runVmTestService() local
710 void runTests(ITestService testService, TestResults testResults) throws Exception; in runTests()
/aosp_15_r20/cts/hostsidetests/webkit/src/com/android/cts/webkit/
H A DWebViewHostSideStartupTest.java73 Collection<TestResult> testResults = testRunResult.getTestResults().values(); in assertDeviceTestPasses() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/Properties/
H A DLoadAndStoreXMLWithDefaults.java78 public static void testResults(Properties... pps) { in testResults() method in LoadAndStoreXMLWithDefaults
/aosp_15_r20/tools/tradefederation/contrib/tests/src/com/android/regression/tests/
DDetectRegressionTest.java160 MultiMap<String, TableRow> testResults = testResultCaptor.getValue(); in testRunRegressionDetection() local
/aosp_15_r20/packages/modules/Virtualization/tests/benchmark/src/java/com/android/microdroid/benchmark/
DMicrodroidBenchmarks.java747 TestResults testResults = in testRpcBinderLatency() local
797 TestResults testResults = in testVsockLatency() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/
H A Dtestdata.cpp633 TestResult testResults[] = variable
/aosp_15_r20/external/icu/icu4c/source/test/letest/
H A Dtestdata.cpp633 TestResult testResults[] = variable
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/common/
H A DAbstractNegativeBlackBoxTestCase.java48 private final List<TestResult> testResults; field in AbstractNegativeBlackBoxTestCase
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/manual/
H A DBulkParseTest.java123 …Path testResults = mavenModuleRoot(BulkParseTest.class).resolve(Paths.get("..", "javaparser-core-t… in writeResults() local
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
H A DCollectorUtil.java188 JSONArray testResults = destFileJson.getJSONArray(stream); in merge() local
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/pdf417/
H A DPDF417BlackBox4TestCase.java62 private final List<TestResult> testResults = new ArrayList<>(); field in PDF417BlackBox4TestCase
/aosp_15_r20/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/evaluated/
DTestState.kt33 var testResults: TestResults, variable in com.android.devicediagnostics.evaluated.TestState
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DMetricsXMLResultReporter.java128 Map<TestDescription, TestResult> testResults = runResult.getTestResults(); in printRunResults() local
DXmlResultReporter.java161 Map<TestDescription, TestResult> testResults = runResult.getTestResults(); in printTestResults() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DHostTestsActivity.java144 String testResults = intent.getStringExtra(EXTRA_HOST_TEST_RESULT); in onReceive() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
H A DTest.java113 HashMap<BaseResultsDialog.ResultType, Boolean> testResults = new HashMap<>(); in executeTests() local
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xsl/
H A DXsltcTestsTask.java68 Map<String, Boolean> testResults = new HashMap<String, Boolean>(); in execute() local
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java2585 List<ScanResult> testResults = mManager.getMatchingScanResults(config, scanResults); in getMatchingScanResultsTestWithRoamingMatch() local
2605 List<ScanResult> testResults = mManager.getMatchingScanResults(config, scanResults); in getMatchingScanResultsTestWithHomeMatch() local
2628 List<ScanResult> testResults = mManager.getMatchingScanResults(config, scanResults); in getMatchingScanResultsTestWithNonMatch() local
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DTestMethodWorker.java128 List<ITestResult> testResults = in invokeTestMethods() local

123