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

  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_test.h 76 struct TestStep {
79 TestStep(StepType type, Status status, const uint8* data, uint32 data_size)
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_;
cdm_file_io_test.cc 477 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& result)
    [all...]
  /external/lldb/tools/lldb-perf/lib/
TestCase.h 100 TestStep (int counter, ActionWanted &next_action) = 0;
TestCase.cpp 262 TestStep(m_step, action);
  /external/chromium_org/third_party/skia/tests/
CanvasTest.cpp 22 * CanvasTestStep* testStep)
27 * testStep->assertMessage());
297 static void NAME##TestStep(SkCanvas* canvas, skiatest::Reporter*, \
301 TEST_STEP(NAME, NAME##TestStep )
304 static void NAME##TestStep(SkCanvas* canvas, skiatest::Reporter* reporter, \
305 CanvasTestStep* testStep) { \
307 testStep->assertMessage()); \
309 TEST_STEP(NAME, NAME##TestStep )
372 CanvasTestStep* testStep) {
379 testStep->assertMessage())
    [all...]
SkpSkGrTest.cpp 57 enum TestStep {
81 static void Test(int dirNo, const char* filename, TestStep testStep, bool verbose) {
84 test.fTestStep = testStep;
101 TestStep fTestStep;
PathOpsSkpClipTest.cpp 151 enum TestStep {
209 TestStep fTestStep;
    [all...]
  /external/lldb/tools/lldb-perf/common/clang/
lldb_perf_clang.cpp 85 TestStep (int counter, ActionWanted &next_action)
  /external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp 141 TestStep (int counter, ActionWanted &next_action)
  /external/lldb/tools/lldb-perf/darwin/formatters/
formatters.cpp 146 TestStep (int counter, ActionWanted &next_action)
  /external/lldb/tools/lldb-perf/darwin/sketch/
sketch.cpp 202 TestStep (int counter, ActionWanted &next_action)
  /external/skia/tests/
CanvasTest.cpp 22 * CanvasTestStep* testStep)
27 * testStep->assertMessage());
297 static void NAME##TestStep(SkCanvas* canvas, skiatest::Reporter*, \
301 TEST_STEP(NAME, NAME##TestStep )
304 static void NAME##TestStep(SkCanvas* canvas, skiatest::Reporter* reporter, \
305 CanvasTestStep* testStep) { \
307 testStep->assertMessage()); \
309 TEST_STEP(NAME, NAME##TestStep )
374 CanvasTestStep* testStep) {
381 testStep->assertMessage())
    [all...]
PathOpsSkpClipTest.cpp 223 enum TestStep {
265 static void Test(int dirNo, const char* filename, TestStep testStep) {
268 test.fTestStep = testStep;
282 TestStep fTestStep;
    [all...]
SkpSkGrTest.cpp 57 enum TestStep {
81 static void Test(int dirNo, const char* filename, TestStep testStep, bool verbose) {
84 test.fTestStep = testStep;
101 TestStep fTestStep;
  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 196 class TestStep(DebugStepperTestCase):
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestStep.java 25 public class TestStep extends RSBaseCompute {
    [all...]
CoreMathVerifier.java     [all...]

Completed in 956 milliseconds