Home
last modified time | relevance | path

Searched defs:req (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DHostTest.java349 Request req = Request.aClass(classObj); in countTestCases() local
560 Request req = Request.aClass(classObj); in runTestClasses() local
585 Request req = Request.aClass(desc.getTestClass()); in runTestCases() local
792 Request req = Request.aClass(classObj); in getTestMethods() local
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java262 CertificationRequirements req = in run() local
/tools/test/connectivity/acts/tests/google/net/
DDhcpServerTest.py999 def assert_bootp_response(resp, req): argument