HomeSort by relevance Sort by last modified time
    Searched refs:testStep (Results 1 - 6 of 6) sorted by null

  /external/skia/tests/
CanvasTest.cpp 23 * CanvasTestStep* testStep)
28 * testStep->assertMessage());
352 static void NAME##TestStep(SkCanvas* canvas, const TestData& d, \
356 TEST_STEP(NAME, NAME##TestStep )
359 static void NAME##TestStep(SkCanvas* canvas, const TestData& d, skiatest::Reporter*, \
360 CanvasTestStep* testStep) { \
361 REPORTER_ASSERT(reporter, canvas->CALL, testStep->assertMessage()); \
363 TEST_STEP(NAME, NAME##TestStep)
384 skiatest::Reporter* reporter, CanvasTestStep* testStep) {
390 REPORTER_ASSERT(reporter, canvas->getSaveCount() == saveCount, testStep->assertMessage())
    [all...]
  /external/skqp/tests/
CanvasTest.cpp 23 * CanvasTestStep* testStep)
28 * testStep->assertMessage());
352 static void NAME##TestStep(SkCanvas* canvas, const TestData& d, \
356 TEST_STEP(NAME, NAME##TestStep )
359 static void NAME##TestStep(SkCanvas* canvas, const TestData& d, skiatest::Reporter*, \
360 CanvasTestStep* testStep) { \
361 REPORTER_ASSERT(reporter, canvas->CALL, testStep->assertMessage()); \
363 TEST_STEP(NAME, NAME##TestStep)
384 skiatest::Reporter* reporter, CanvasTestStep* testStep) {
390 REPORTER_ASSERT(reporter, canvas->getSaveCount() == saveCount, testStep->assertMessage())
    [all...]
SkpSkGrTest.cpp 59 enum TestStep {
83 static void Test(int dirNo, const char* filename, TestStep testStep, bool verbose) {
86 test.fTestStep = testStep;
103 TestStep fTestStep;
  /frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
RadioTunerTest.java 257 public void testStep() {
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 608 public Step testStep(final Codec c, final int framesBeforeDrc,
661 tests.add(testStep(c, drcFrame, eosFrame));
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestStep.java 28 public class TestStep extends RSBaseCompute {
    [all...]

Completed in 316 milliseconds