Home
last modified time | relevance | path

Searched refs:statuses (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/tools/skdiff/
H A Dskdiff.cpp98 bool DiffResource::getMatchingStatuses(char* selector, bool statuses[kStatusCount]) { in getMatchingStatuses() argument
101 statuses[statusIndex] = true; in getMatchingStatuses()
107 statuses[statusIndex] = false; in getMatchingStatuses()
122 statuses[statusIndex] |= isStatusFailed(status); in getMatchingStatuses()
129 statuses[status] = true; in getMatchingStatuses()
H A Dskdiff.h70 /** Sets statuses[i] if it is implied by selector, unsets it if not.
74 static bool getMatchingStatuses(char* selector, bool statuses[kStatusCount]);
/third_party/mesa3d/.gitlab-ci/bin/
H A Dci_run_n_monitor.py126 statuses = {}
155 if (job.id not in statuses) or (job.status not in statuses[job.id]):
157 statuses[job.id] = job.status
/third_party/skia/tools/
H A Dcompare_codereview.py56 return parser.statuses
69 # statuses is a dictionary of CodeReviewHTMLParser.Status
70 self.statuses = {}
139 self.statuses[bot] = stat
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dmacro_collector.py92 self.statuses = set() #type: Set[str]
316 self.statuses.add(name)
368 'ERROR': self.statuses,
450 'status': self.statuses,
/third_party/mbedtls/scripts/
H A Dgenerate_psa_constants.py247 sorted(self.statuses)))
/third_party/mbedtls/tests/scripts/
H A Dall.sh2137 grep -q '^0:psa_crypto_init:' tests/statuses.log
2138 rm -f tests/statuses.log

Completed in 11 milliseconds