/aosp12/packages/modules/DnsResolver/tests/dns_metrics_listener/ |
H A D | test_metrics.h | 70 struct TestResult { struct 80 TestOnDnsEvent(const std::vector<TestResult>& results) : mResults(results){}; in TestOnDnsEvent() argument
|
/aosp12/build/soong/android/ |
H A D | licenses_test.go | 500 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 D | fixture.go | 522 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 D | visibility_test.go | 1175 func checkEffectiveVisibility(t *testing.T, result *TestResult, effectiveVisibility map[qualifiedMo…
|
/aosp12/build/soong/java/ |
H A D | testing.go | 360 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 D | system_modules_test.go | 23 func getModuleHeaderJarsAsRelativeToTopPaths(result *android.TestResult, moduleNames ...string) []s…
|
H A D | app_test.go | 979 func checkSdkVersion(t *testing.T, result *android.TestResult, expectedSdkVersion string) {
|
/aosp12/build/soong/apex/ |
H A D | bootclasspath_fragment_test.go | 252 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 D | chre_test_common.proto | 9 message TestResult { message
|
H A D | chre_settings_test.proto | 66 message TestResult { message
|
/aosp12/frameworks/base/test-base/src/junit/framework/ |
H A D | TestResult.java | 18 public class TestResult extends Object { class 27 public TestResult() { in TestResult() method in TestResult
|
/aosp12/system/chre/apps/test/pts/proto/ |
H A D | pts_chre.proto | 26 message TestResult { message
|
/aosp12/build/soong/sdk/ |
H A D | bootclasspath_fragment_sdk_test.go | 213 func checkBootJarsPackageCheckRule(t *testing.T, result *android.TestResult, expectedModule string)…
|
H A D | testing.go | 130 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 D | AdbDebuggingManagerTest.java | 1072 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 D | AutomaticActivity.java | 121 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 D | Test.h | 26 enum TestResult : uint8_t { enum
|
/aosp12/system/extras/simpleperf/scripts/test/ |
H A D | do_test.py | 192 class TestResult: class
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
H A D | RcsStatsTest.java | 76 private class TestResult { class in RcsStatsTest 82 TestResult(String tagName, int tagValue, long duration, in TestResult() method in RcsStatsTest.TestResult
|