/aosp_15_r20/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/ |
D | MicrodroidTests.java | 190 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/ |
D | TestResultTest.java | 36 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 D | XMLSuiteResultWriter.java | 65 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/ |
D | GoogleBenchmarkResultParser.java | 112 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 D | NavigatorPanel.java | 162 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/ |
D | GranularRetriableTestWrapperTest.java | 417 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/ |
D | MicrodroidDeviceTestBase.java | 641 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 D | WebViewHostSideStartupTest.java | 73 Collection<TestResult> testResults = testRunResult.getTestResults().values(); in assertDeviceTestPasses() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/Properties/ |
H A D | LoadAndStoreXMLWithDefaults.java | 78 public static void testResults(Properties... pps) { in testResults() method in LoadAndStoreXMLWithDefaults
|
/aosp_15_r20/tools/tradefederation/contrib/tests/src/com/android/regression/tests/ |
D | DetectRegressionTest.java | 160 MultiMap<String, TableRow> testResults = testResultCaptor.getValue(); in testRunRegressionDetection() local
|
/aosp_15_r20/packages/modules/Virtualization/tests/benchmark/src/java/com/android/microdroid/benchmark/ |
D | MicrodroidBenchmarks.java | 747 TestResults testResults = in testRpcBinderLatency() local 797 TestResults testResults = in testVsockLatency() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/letest/ |
H A D | testdata.cpp | 633 TestResult testResults[] = variable
|
/aosp_15_r20/external/icu/icu4c/source/test/letest/ |
H A D | testdata.cpp | 633 TestResult testResults[] = variable
|
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/common/ |
H A D | AbstractNegativeBlackBoxTestCase.java | 48 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 D | BulkParseTest.java | 123 …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 D | CollectorUtil.java | 188 JSONArray testResults = destFileJson.getJSONArray(stream); in merge() local
|
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/pdf417/ |
H A D | PDF417BlackBox4TestCase.java | 62 private final List<TestResult> testResults = new ArrayList<>(); field in PDF417BlackBox4TestCase
|
/aosp_15_r20/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/evaluated/ |
D | TestState.kt | 33 var testResults: TestResults, variable in com.android.devicediagnostics.evaluated.TestState
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | MetricsXMLResultReporter.java | 128 Map<TestDescription, TestResult> testResults = runResult.getTestResults(); in printRunResults() local
|
D | XmlResultReporter.java | 161 Map<TestDescription, TestResult> testResults = runResult.getTestResults(); in printTestResults() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
H A D | HostTestsActivity.java | 144 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 D | Test.java | 113 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 D | XsltcTestsTask.java | 68 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/ |
D | PasspointManagerTest.java | 2585 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 D | TestMethodWorker.java | 128 List<ITestResult> testResults = in invokeTestMethods() local
|