Searched refs:TestStep (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/media/cdm/ppapi/
H A Dcdm_file_io_test.h76 struct TestStep { struct in class:media::FileIOTest
79 TestStep(StepType type, Status status, const uint8* data, uint32 data_size) function in struct:media::FileIOTest::TestStep
93 static bool IsResult(const TestStep& test_step);
96 static bool MatchesResult(const TestStep& a, const TestStep& b);
108 void OnResult(const TestStep& result);
112 bool CheckResult(const TestStep& result);
120 std::list<TestStep> test_steps_;
H A Dcdm_file_io_test.cc477 test_steps_.push_back(TestStep(type, status, data, data_size));
488 OnResult(TestStep(RESULT_OPEN, status, NULL, 0));
494 OnResult(TestStep(RESULT_READ, status, data, data_size));
498 OnResult(TestStep(RESULT_WRITE, status, NULL, 0));
501 bool FileIOTest::IsResult(const TestStep& test_step) {
518 bool FileIOTest::MatchesResult(const TestStep& a, const TestStep& b) {
537 TestStep test_step = test_steps_.front();
574 void FileIOTest::OnResult(const TestStep& result) {
584 bool FileIOTest::CheckResult(const TestStep
[all...]
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.h100 TestStep (int counter, ActionWanted &next_action) = 0;
H A DTestCase.cpp262 TestStep(m_step, action);
/external/chromium_org/third_party/skia/tests/
H A DCanvasTest.cpp297 static void NAME##TestStep(SkCanvas* canvas, skiatest::Reporter*, \
301 TEST_STEP(NAME, NAME##TestStep )
304 static void NAME##TestStep(SkCanvas* canvas, skiatest::Reporter* reporter, \
309 TEST_STEP(NAME, NAME##TestStep )
H A DSkpSkGrTest.cpp57 enum TestStep { enum
81 static void Test(int dirNo, const char* filename, TestStep testStep, bool verbose) {
101 TestStep fTestStep;
H A DPathOpsSkpClipTest.cpp151 enum TestStep { enum
209 TestStep fTestStep;
/external/lldb/tools/lldb-perf/common/clang/
H A Dlldb_perf_clang.cpp85 TestStep (int counter, ActionWanted &next_action) function in class:ClangTest
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp141 TestStep (int counter, ActionWanted &next_action) function in class:StepTest
/external/lldb/tools/lldb-perf/darwin/formatters/
H A Dformatters.cpp146 TestStep (int counter, ActionWanted &next_action) function in class:FormattersTest
/external/lldb/tools/lldb-perf/darwin/sketch/
H A Dsketch.cpp202 TestStep (int counter, ActionWanted &next_action) function in class:SketchTest
/external/skia/tests/
H A DCanvasTest.cpp297 static void NAME##TestStep(SkCanvas* canvas, skiatest::Reporter*, \
301 TEST_STEP(NAME, NAME##TestStep )
304 static void NAME##TestStep(SkCanvas* canvas, skiatest::Reporter* reporter, \
309 TEST_STEP(NAME, NAME##TestStep )
H A DPathOpsSkpClipTest.cpp223 enum TestStep { enum
265 static void Test(int dirNo, const char* filename, TestStep testStep) {
282 TestStep fTestStep;
H A DSkpSkGrTest.cpp57 enum TestStep { enum
81 static void Test(int dirNo, const char* filename, TestStep testStep, bool verbose) {
101 TestStep fTestStep;
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A Dtest_libcython_in_gdb.py196 class TestStep(DebugStepperTestCase): class in inherits:DebugStepperTestCase

Completed in 311 milliseconds