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

  /external/skia/dm/
DMExpectations.h 41 skiagm::JsonExpectationsSource fGMExpectations;
  /external/chromium_org/third_party/skia/gm/
gm_expectations.h 205 class JsonExpectationsSource : public ExpectationsSource {
213 explicit JsonExpectationsSource(const char *jsonPath);
gm_expectations.cpp 210 // JsonExpectationsSource class...
212 JsonExpectationsSource::JsonExpectationsSource(const char *jsonPath) {
217 Expectations JsonExpectationsSource::get(const char *testName) const {
221 /*static*/ bool JsonExpectationsSource::Parse(const char *jsonPath, Json::Value *jsonRoot) {
gmmain.cpp     [all...]
  /external/skia/gm/
gm_expectations.h 205 class JsonExpectationsSource : public ExpectationsSource {
213 explicit JsonExpectationsSource(const char *jsonPath);
gm_expectations.cpp 210 // JsonExpectationsSource class...
212 JsonExpectationsSource::JsonExpectationsSource(const char *jsonPath) {
217 Expectations JsonExpectationsSource::get(const char *testName) const {
221 /*static*/ bool JsonExpectationsSource::Parse(const char *jsonPath, Json::Value *jsonRoot) {
gmmain.cpp     [all...]
  /external/chromium_org/third_party/skia/tools/
skimage_main.cpp 124 SkAutoTUnref<skiagm::JsonExpectationsSource> gJsonExpectations;
756 gJsonExpectations.reset(SkNEW_ARGS(skiagm::JsonExpectationsSource
    [all...]
  /external/skia/tools/
skimage_main.cpp 124 SkAutoTUnref<skiagm::JsonExpectationsSource> gJsonExpectations;
755 gJsonExpectations.reset(SkNEW_ARGS(skiagm::JsonExpectationsSource
    [all...]

Completed in 1856 milliseconds