Home
last modified time | relevance | path

Searched refs:errorDescription (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.cpp581 std::string errorDescription; in validStatusCodes() local
588errorDescription = "Format " + de::toString(it->second->internalFormat) + " is not a valid format … in validStatusCodes()
593 errorDescription = "Format " + de::toString(it->second->internalFormat) + " does not exist"; in validStatusCodes()
598errorDescription = "Format " + de::toString(it->second->internalFormat) + " is not a legal format"; in validStatusCodes()
601 if (!errorDescription.empty()) in validStatusCodes()
603 cctx->addGLError(GL_INVALID_ENUM, errorDescription.c_str()); in validStatusCodes()
604 cctx->addGLError(GL_INVALID_OPERATION, errorDescription.c_str()); in validStatusCodes()
605 cctx->addGLError(GL_INVALID_VALUE, errorDescription.c_str()); in validStatusCodes()
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dmatchers.dart913 final StringBuffer errorDescription = StringBuffer();
915 errorDescription.writeln('Bad toStringDeep():');
916 errorDescription.writeln(description);
917 errorDescription.writeAll(issues, '\n');
921 errorDescription.writeln(
923 errorDescription.writeln(descriptionWithPrefixes);
924 errorDescription.writeAll(prefixIssues, '\n');
927 if (errorDescription.isNotEmpty) {
929 errorDescription.toString();
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch41492 … Host.ResourceLoader.load(url, headers, (success, _responseHeaders, content, errorDescription) => {
41493 resolve({success, content, errorDescription});
41565 + errorDescription: Host.ResourceLoader.LoadErrorDescription): void {
41567 + return loader.reportErrorAndCancelLoading(errorDescription.message);
41611 errorDescription: Host.ResourceLoader.LoadErrorDescription;