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

  /external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
GithubFeedbackTask.java 131 String errorDescription = body.get("error.description");
132 if (errorDescription == null) {
133 errorDescription = "";
151 if (!errorDescription.isEmpty()) {
152 result += errorDescription + "\n\n";
  /external/deqp/modules/glshared/
glsFboUtil.cpp 581 std::string errorDescription;
588 errorDescription = "Format " + de::toString(it->second->internalFormat) + " is not a valid format for a texture";
593 errorDescription = "Format " + de::toString(it->second->internalFormat) + " does not exist";
598 errorDescription = "Format " + de::toString(it->second->internalFormat) + " is not a legal format";
601 if (!errorDescription.empty())
603 cctx->addGLError(GL_INVALID_ENUM, errorDescription.c_str());
604 cctx->addGLError(GL_INVALID_OPERATION, errorDescription.c_str());
605 cctx->addGLError(GL_INVALID_VALUE, errorDescription.c_str());
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 199 public void onCameraError(String errorDescription) {
203 public void onCameraFreezed(String errorDescription) {
205 onCameraFreezedDescription = errorDescription;
278 public void onCameraSwitchError(String errorDescription) {
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoCapturerAndroid.java 181 void onCameraError(String errorDescription);
184 void onCameraFreezed(String errorDescription);
202 void onCameraSwitchError(String errorDescription);
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
ManagedChannelImplTest.java 762 String errorDescription = "NameResolver returned an empty list";
772 assertEquals(errorDescription, status.getDescription());
    [all...]

Completed in 1834 milliseconds