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

  /external/chromium_org/third_party/skia/gm/
gm_expectations.cpp 128 fAllowedResultDigests.push_back(GmResultDigest(bitmap));
134 fAllowedResultDigests.push_back(bitmapAndDigest.fDigest);
164 fAllowedResultDigests.push_back(GmResultDigest(allowedDigests[i]));
171 for (int i=0; i < this->fAllowedResultDigests.count(); i++) {
172 GmResultDigest allowedResultDigest = this->fAllowedResultDigests[i];
182 if (!this->fAllowedResultDigests.empty()) {
183 for (int i=0; i < this->fAllowedResultDigests.count(); i++) {
184 allowedDigestArray.append(this->fAllowedResultDigests[i].asJsonTypeValuePair());
gm_expectations.h 137 bool empty() const { return this->fAllowedResultDigests.empty(); }
164 SkTArray<GmResultDigest> fAllowedResultDigests;
  /external/skia/gm/
gm_expectations.cpp 128 fAllowedResultDigests.push_back(GmResultDigest(bitmap));
134 fAllowedResultDigests.push_back(bitmapAndDigest.fDigest);
164 fAllowedResultDigests.push_back(GmResultDigest(allowedDigests[i]));
171 for (int i=0; i < this->fAllowedResultDigests.count(); i++) {
172 GmResultDigest allowedResultDigest = this->fAllowedResultDigests[i];
182 if (!this->fAllowedResultDigests.empty()) {
183 for (int i=0; i < this->fAllowedResultDigests.count(); i++) {
184 allowedDigestArray.append(this->fAllowedResultDigests[i].asJsonTypeValuePair());
gm_expectations.h 137 bool empty() const { return this->fAllowedResultDigests.empty(); }
164 SkTArray<GmResultDigest> fAllowedResultDigests;

Completed in 215 milliseconds