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

  /external/chromium_org/third_party/skia/gm/
gm_expectations.cpp 56 GmResultDigest::GmResultDigest(const Json::Value &jsonTypeValuePair) {
58 if (!jsonTypeValuePair.isArray()) {
60 jsonTypeValuePair.toStyledString().c_str());
62 } else if (2 != jsonTypeValuePair.size()) {
64 jsonTypeValuePair.toStyledString().c_str());
69 Json::Value jsonHashValue = jsonTypeValuePair[1];
72 jsonTypeValuePair.toStyledString().c_str());
94 Json::Value jsonTypeValuePair;
96 jsonTypeValuePair.append(Json::Value(kJsonKey_Hashtype_Bitmap_64bitMD5));
97 jsonTypeValuePair.append(Json::UInt64(fHashDigest))
    [all...]
gm_expectations.h 48 explicit GmResultDigest(const Json::Value &jsonTypeValuePair);
  /external/skia/gm/
gm_expectations.cpp 56 GmResultDigest::GmResultDigest(const Json::Value &jsonTypeValuePair) {
58 if (!jsonTypeValuePair.isArray()) {
60 jsonTypeValuePair.toStyledString().c_str());
62 } else if (2 != jsonTypeValuePair.size()) {
64 jsonTypeValuePair.toStyledString().c_str());
69 Json::Value jsonHashValue = jsonTypeValuePair[1];
72 jsonTypeValuePair.toStyledString().c_str());
94 Json::Value jsonTypeValuePair;
96 jsonTypeValuePair.append(Json::Value(kJsonKey_Hashtype_Bitmap_64bitMD5));
97 jsonTypeValuePair.append(Json::UInt64(fHashDigest))
    [all...]
gm_expectations.h 48 explicit GmResultDigest(const Json::Value &jsonTypeValuePair);

Completed in 175 milliseconds