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

  /external/skia/tests/
CanvasTest.cpp 32 * invocation of the TEST_STEP macro, which generates a class and
35 * TEST_STEP(MyTestStep, MyTestStepFunction)
328 #define TEST_STEP(NAME, FUNCTION) \
356 TEST_STEP(NAME, NAME##TestStep )
363 TEST_STEP(NAME, NAME##TestStep)
395 TEST_STEP(SaveMatrixClip, SaveMatrixClipStep);
404 TEST_STEP(SaveLayer, SaveLayerStep);
413 TEST_STEP(BoundedSaveLayer, BoundedSaveLayerStep);
422 TEST_STEP(PaintSaveLayer, PaintSaveLayerStep);
433 TEST_STEP(TwoClipOps, TwoClipOpsStep)
    [all...]
  /external/skqp/tests/
CanvasTest.cpp 32 * invocation of the TEST_STEP macro, which generates a class and
35 * TEST_STEP(MyTestStep, MyTestStepFunction)
328 #define TEST_STEP(NAME, FUNCTION) \
356 TEST_STEP(NAME, NAME##TestStep )
363 TEST_STEP(NAME, NAME##TestStep)
395 TEST_STEP(SaveMatrixClip, SaveMatrixClipStep);
404 TEST_STEP(SaveLayer, SaveLayerStep);
413 TEST_STEP(BoundedSaveLayer, BoundedSaveLayerStep);
422 TEST_STEP(PaintSaveLayer, PaintSaveLayerStep);
433 TEST_STEP(TwoClipOps, TwoClipOpsStep)
    [all...]
  /tools/tradefederation/core/atest/
atest.py 48 TEST_STEP = 'test'
49 ALL_STEPS = [BUILD_STEP, INSTALL_STEP, TEST_STEP]
293 const=TEST_STEP,
535 elif TEST_STEP not in steps:
538 steps.append(TEST_STEP)
539 if TEST_STEP in steps:

Completed in 143 milliseconds