Searched refs:jsonPath (Results 1 – 3 of 3) sorted by relevance
/external/skia/tools/ |
D | image_expectations.cpp | 124 bool ImageResultsAndExpectations::readExpectationsFile(const char *jsonPath) { in readExpectationsFile() argument 125 if (NULL == jsonPath) { in readExpectationsFile() 129 SkFILE* filePtr = sk_fopen(jsonPath, kRead_SkFILE_Flag); in readExpectationsFile() 131 SkDebugf("JSON expectations file '%s' does not exist\n", jsonPath); in readExpectationsFile() 136 SkDebugf("JSON expectations file '%s' is empty, so no expectations\n", jsonPath); in readExpectationsFile() 144 SkDebugf("Failed to parse JSON expectations file '%s'\n", jsonPath); in readExpectationsFile() 152 jsonPath, kJsonValue_Header_Type, headerType.asCString()); in readExpectationsFile() 157 jsonPath, kJsonValue_Header_Revision, headerRevision.asInt()); in readExpectationsFile()
|
D | image_expectations.h | 166 bool readExpectationsFile(const char *jsonPath);
|
/external/skia/gm/ |
D | gm_expectations.h | 213 explicit JsonExpectationsSource(const char *jsonPath); 224 static bool Parse(const char *jsonPath, Json::Value *jsonRoot);
|