Home
last modified time | relevance | path

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

/external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
DGithubFeedbackTask.java131 String errorDescription = body.get("error.description"); in generateGithubIssueBody() local
132 if (errorDescription == null) { in generateGithubIssueBody()
133 errorDescription = ""; in generateGithubIssueBody()
151 if (!errorDescription.isEmpty()) { in generateGithubIssueBody()
152 result += errorDescription + "\n\n"; in generateGithubIssueBody()
/external/deqp/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()
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTestFixtures.java199 public void onCameraError(String errorDescription) { in onCameraError() argument
203 public void onCameraFreezed(String errorDescription) { in onCameraFreezed() argument
205 onCameraFreezedDescription = errorDescription; in onCameraFreezed()
278 public void onCameraSwitchError(String errorDescription) { in switchCamera()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java181 void onCameraError(String errorDescription); in onCameraError() argument
184 void onCameraFreezed(String errorDescription); in onCameraFreezed() argument
202 void onCameraSwitchError(String errorDescription); in onCameraSwitchError() argument
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF com/google/common/base/ExtraObjectsMethodsForWeb.class ExtraObjectsMethodsForWeb ...