Searched refs:testInterface (Results 1 – 3 of 3) sorted by relevance
21 testInterface, argument261 testInterface.ConformanceTestInterface.validateRequest]);266 testInterface.BoundsCheckTestInterface.validateRequest]);271 testInterface.ConformanceTestInterface.validateResponse]);276 testInterface.BoundsCheckTestInterface.validateResponse]);317 testInterface.IntegrationTestInterface.stubClass,322 testInterface.IntegrationTestInterface.proxyClass);328 testInterface.IntegrationTestInterface.stubClass,336 testInterface.IntegrationTestInterface.proxyClass);
112 void test_sampleLocations(skiatest::Reporter* reporter, TestSampleLocationsInterface* testInterface, in test_sampleLocations() argument133 testInterface->overrideSamplePattern(kTestPatterns[i]); in test_sampleLocations()188 GLTestSampleLocationsInterface testInterface; variable189 sk_sp<GrContext> ctx(GrContext::Create(kOpenGL_GrBackend, testInterface));196 test_sampleLocations(reporter, &testInterface, ctx.get());
88 public void testInterface() { in testInterface() method in SmaliImplementsExtendsTest