Lines Matching full:test_step
31 * invocation of the TEST_STEP macro, which generates a class and
34 * TEST_STEP(MyTestStep, MyTestStepFunction)
275 #define TEST_STEP(NAME, FUNCTION) \
301 TEST_STEP(NAME, NAME##TestStep )
309 TEST_STEP(NAME, NAME##TestStep )
386 TEST_STEP(SaveMatrix, SaveMatrixStep);
402 TEST_STEP(SaveClip, SaveClipStep);
418 TEST_STEP(SaveMatrixClip, SaveMatrixClipStep);
429 TEST_STEP(SaveLayer, SaveLayerStep);
440 TEST_STEP(BoundedSaveLayer, BoundedSaveLayerStep);
451 TEST_STEP(PaintSaveLayer, PaintSaveLayerStep);
463 TEST_STEP(TwoClipOps, TwoClipOpsStep);
476 TEST_STEP(DrawNearlyZeroLengthPath, DrawNearlyZeroLengthPathTestStep);
508 TEST_STEP(DrawPicture, DrawPictureTestStep);
531 TEST_STEP(SaveRestore, SaveRestoreTestStep);
565 TEST_STEP(DrawLayer, DrawLayerTestStep);
586 TEST_STEP(NestedSaveRestoreWithSolidPaint, \
607 TEST_STEP(NestedSaveRestoreWithFlush, \