OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JsonExpectationsSource
(Results
1 - 4
of
4
) sorted by null
/external/skia/gm/
gm_expectations.h
206
class
JsonExpectationsSource
: public ExpectationsSource {
214
JsonExpectationsSource
(const char *jsonPath);
gm_expectations.cpp
217
//
JsonExpectationsSource
class...
219
JsonExpectationsSource
::
JsonExpectationsSource
(const char *jsonPath) {
224
Expectations
JsonExpectationsSource
::get(const char *testName) {
228
/*static*/ SkData*
JsonExpectationsSource
::ReadIntoSkData(SkStream &stream, size_t maxBytes) {
246
/*static*/ bool
JsonExpectationsSource
::Parse(const char *jsonPath, Json::Value *jsonRoot) {
gmmain.cpp
[
all
...]
/external/skia/tools/
skimage_main.cpp
111
SkAutoTUnref<skiagm::
JsonExpectationsSource
> gJsonExpectations;
566
gJsonExpectations.reset(SkNEW_ARGS(skiagm::
JsonExpectationsSource
,
Completed in 105 milliseconds