Home
last modified time | relevance | path

Searched defs:TestResult (Results 1 – 19 of 19) sorted by relevance

/aosp12/packages/modules/DnsResolver/tests/dns_metrics_listener/
H A Dtest_metrics.h70 struct TestResult { struct
80 TestOnDnsEvent(const std::vector<TestResult>& results) : mResults(results){}; in TestOnDnsEvent() argument
/aosp12/build/soong/android/
H A Dlicenses_test.go500 func checkEffectiveLicenses(t *testing.T, result *TestResult, effectiveLicenses map[string][]string…
535 func checkEffectiveInheritedLicenses(t *testing.T, result *TestResult, effectiveInheritedLicenses m…
600 func checkEffectivePackage(t *testing.T, result *TestResult, effectivePackage map[string]string) {
640 func checkEffectiveNotices(t *testing.T, result *TestResult, effectiveNotices map[string][]string) {
675 func checkEffectiveKinds(t *testing.T, result *TestResult, effectiveKinds map[string][]string) {
710 func checkEffectiveConditions(t *testing.T, result *TestResult, effectiveConditions map[string][]st…
H A Dfixture.go522 func (h simpleErrorHandler) CheckErrors(t *testing.T, result *TestResult) {
590 func FixtureCustomErrorHandler(function func(t *testing.T, result *TestResult)) FixtureErrorHandler…
617 type TestResult struct { struct
618 testContext
620 fixture *fixture
621 Config Config
624 Errs []error
628 NinjaDeps []string
H A Dvisibility_test.go1175 func checkEffectiveVisibility(t *testing.T, result *TestResult, effectiveVisibility map[qualifiedMo…
/aosp12/build/soong/java/
H A Dtesting.go360 func CheckPlatformBootclasspathModules(t *testing.T, result *android.TestResult, name string, expec…
391 func CheckPlatformBootclasspathFragments(t *testing.T, result *android.TestResult, name string, exp…
416 func CheckMergedCompatConfigInputs(t *testing.T, result *android.TestResult, message string, expect…
H A Dsystem_modules_test.go23 func getModuleHeaderJarsAsRelativeToTopPaths(result *android.TestResult, moduleNames ...string) []s…
H A Dapp_test.go979 func checkSdkVersion(t *testing.T, result *android.TestResult, expectedSdkVersion string) {
/aosp12/build/soong/apex/
H A Dbootclasspath_fragment_test.go252 func checkBootclasspathFragment(t *testing.T, result *android.TestResult, moduleName, variantName s…
723 func getDexJarPath(result *android.TestResult, name string) string {
/aosp12/system/chre/apps/test/common/proto/
H A Dchre_test_common.proto9 message TestResult { message
H A Dchre_settings_test.proto66 message TestResult { message
/aosp12/frameworks/base/test-base/src/junit/framework/
H A DTestResult.java18 public class TestResult extends Object { class
27 public TestResult() { in TestResult() method in TestResult
/aosp12/system/chre/apps/test/pts/proto/
H A Dpts_chre.proto26 message TestResult { message
/aosp12/build/soong/sdk/
H A Dbootclasspath_fragment_sdk_test.go213 func checkBootJarsPackageCheckRule(t *testing.T, result *android.TestResult, expectedModule string)…
H A Dtesting.go130 func getSdkSnapshotBuildInfo(t *testing.T, result *android.TestResult, sdk *sdk) *snapshotBuildInfo…
220 func CheckSnapshot(t *testing.T, result *android.TestResult, name string, dir string, checkers ...s…
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
H A DAdbDebuggingManagerTest.java1072 public static class TestResult { class in AdbDebuggingManagerTest
1080 public TestResult(int returnCode) { in TestResult() method in AdbDebuggingManagerTest.TestResult
1084 public TestResult(int returnCode, String message) { in TestResult() method in AdbDebuggingManagerTest.TestResult
/aosp12/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DAutomaticActivity.java121 private static class TestResult { class in AutomaticActivity
122 TestResult(String label, float error) { in TestResult() method in AutomaticActivity.TestResult
/aosp12/system/testing/gtest_extras/
H A DTest.h26 enum TestResult : uint8_t { enum
/aosp12/system/extras/simpleperf/scripts/test/
H A Ddo_test.py192 class TestResult: class
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DRcsStatsTest.java76 private class TestResult { class in RcsStatsTest
82 TestResult(String tagName, int tagValue, long duration, in TestResult() method in RcsStatsTest.TestResult