Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 31) sorted by relevance

12

/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
DBazelXmlResultReporter.java124 public void testStarted(TestDescription test) { in testStarted()
129 public void testStarted(TestDescription test, long startTime) { in testStarted()
134 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
139 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
144 public void testFailed(TestDescription test, String trace) { in testFailed()
149 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed()
154 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure()
159 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure()
164 public void testIgnored(TestDescription test) { in testIgnored()
DBazelExitCodeResultReporter.java73 public void testFailed(TestDescription test, String trace) { in testFailed()
78 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed()
/tools/metalava/src/main/java/com/android/tools/metalava/
DElidingPredicate.kt29 override fun test(method: Item): Boolean { in <lambda>() method in com.android.tools.metalava.ElidingPredicate
34 Predicate { test -> in <lambda>() method
DFilterPredicate.kt25 override fun test(method: Item): Boolean { in test() method in com.android.tools.metalava.FilterPredicate
DPackageFilter.kt83 override fun test(candidatePackage: String): Boolean { in test() method in com.android.tools.metalava.StringPrefixPredicate
89 override fun test(candidatePackage: String): Boolean { in test() method in com.android.tools.metalava.StringEqualsPredicate
DApiPredicate.kt70 override fun test(member: Item): Boolean { in test() method in com.android.tools.metalava.ApiPredicate
DAnnotationsDiffer.kt64 override fun test(item: Item): Boolean { in <lambda>() method
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/loggers/
Dbluetooth_metric_logger.py132 def get_proto_dict(self, test, proto): argument
144 def add_proto_to_results(self, proto, test): argument
148 def get_results(self, results, test, pri_device, conn_device=None): argument
/tools/metalava/src/test/java/com/android/tools/metalava/model/
DTypeItemTest.kt25 fun test() { in test() method
/tools/ndkports/googletest/
Dbuild.gradle.kts57 findTests(buildDir.resolve("googlemock")).forEach { test -> in <lambda>() method
60 findTests(buildDir.resolve("googletest")).forEach { test -> in <lambda>() method
67 findTests(buildDir.resolve("googlemock")).forEach { test -> in <lambda>() method
77 findTests(buildDir.resolve("googletest")).forEach { test -> in <lambda>() method
/tools/asuite/atest/
Dresult_reporter.py101 def update_perf_info(self, test): argument
291 def process_test_result(self, test): argument
623 def _update_stats(self, test, group): argument
650 def _print_group_title(self, test): argument
666 def _print_result(self, test): argument
Dtest_finder_handler.py267 def _get_default_find_methods(module_info, test): argument
293 def get_find_methods_for_test(module_info, test): argument
Dtest_finder_handler_unittest.py42 def registered_find_method_from_example_finder(self, test): argument
Dcli_translator.py108 def _find_test_infos(self, test, tm_test_detail) -> Set[test_info.TestInfo]: argument
270 def _fuzzy_search_and_msg(self, test, find_test_err_msg): argument
/tools/test/connectivity/acts/framework/tests/event/
Ddecorators_test.py37 def test(_): function
47 def test(_): function
57 def test(self, _): member in DecoratorsTest.DummyClass
/tools/trebuchet/trebuchet/startup-common/test/
DStartupCommonTests.kt45 val test = """ in testEmptyThreadStart() constant
/tools/asuite/atest/test_finders/
Dexample_finder.py31 def find_method_from_example_finder(self, test): argument
Dmodule_finder.py105 def _update_to_vts_test_info(self, test): argument
145 def _update_legacy_robolectric_test_info(self, test): argument
166 def _process_test_info(self, test): argument
/tools/ndkports/openssl/
Dbuild.gradle.kts129 val test = deviceDirectory.resolve(deviceTestRelPath) in <lambda>() constant
/tools/asuite/atest/metrics/
Dmetrics.py122 test = constants.INTERNAL variable in RunnerFinishEvent
/tools/security/sanitizer-status/
Dsanitizer-status.cpp134 int test(void (*function)()) { in test() function
/tools/asuite/atest/proto/
Dinternal_user_log.proto56 repeated Test test = 4; field
/tools/metalava/src/test/java/com/android/tools/metalava/
DApiFromTextTest.kt156 package test { in Annotation signatures requiring more complicated token matching() package
175 package test { in Multiple extends() package
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java246 PerformanceTest test = in run() local
/tools/netsim/ui/
Dpackage.json10 "test": "tsc && wtr --coverage", string

12