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/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/chromium_org/third_party/skia/tools/
skimage_main.cpp
124
SkAutoTUnref<skiagm::
JsonExpectationsSource
> gJsonExpectations;
756
gJsonExpectations.reset(SkNEW_ARGS(skiagm::
JsonExpectationsSource
[
all
...]
Completed in 66 milliseconds