Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/objc/sources/
DTFLInterpreter.mm208 NSString *errorDescription = @"Invalid shape. Dimensions must be positive integers.";
210 description:errorDescription
219 NSString *errorDescription = [NSString
222 description:errorDescription
250 NSString *errorDescription = [NSString
254 description:errorDescription
260 NSString *errorDescription =
264 description:errorDescription
282 NSString *errorDescription =
286 description:errorDescription
[all …]
/external/webrtc/sdk/android/api/org/webrtc/
DCameraVideoCapturer.java28 void onCameraError(String errorDescription); in onCameraError() argument
34 void onCameraFreezed(String errorDescription); in onCameraFreezed() argument
55 void onCameraSwitchError(String errorDescription); in onCameraSwitchError() argument
81 void onMediaRecorderError(String errorDescription); in onMediaRecorderError() argument
/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/tensorflow/tensorflow/lite/swift/Sources/
DInterpreterError.swift34 public var errorDescription: String? { variable
64 public var description: String { return errorDescription ?? "Unknown error." }
/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/sdk/android/instrumentationtests/src/org/webrtc/
DCameraVideoCapturerTestFixtures.java194 public void onCameraError(String errorDescription) { in onCameraError() argument
195 Logging.w(TAG, "Camera error: " + errorDescription); in onCameraError()
203 public void onCameraFreezed(String errorDescription) { in onCameraFreezed() argument
205 onCameraFreezedDescription = errorDescription; in onCameraFreezed()
502 public void onCameraSwitchError(String errorDescription) { in switchCamera()
/external/webrtc/sdk/android/src/java/org/webrtc/
DCameraCapturer.java206 public void onCameraError(String errorDescription) {} in CameraCapturer()
210 public void onCameraFreezed(String errorDescription) {} in CameraCapturer()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DManagedChannelImplTest.java761 String errorDescription = "NameResolver returned an empty list"; in nameResolverReturnsEmptySubLists() local
771 assertEquals(errorDescription, status.getDescription()); in nameResolverReturnsEmptySubLists()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...