Searched refs:error (Results 151 - 175 of 395) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java135 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
139 // this is an error and not warning since the file existence is
141 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ,
152 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_FORMAT,
207 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ,
229 // this is an error and not warning since the file existence is checked before
231 Bridge.getLog().error(null, "Failed to parse file " + stringValue,
235 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
258 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ,
268 Bridge.getLog().error(LayoutLo
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java532 private void sendFailureReport(Message result, ImsReasonInfo error) { argument
533 if (result == null || error == null) {
538 // If ImsReasonInfo object does not have a String error code, use a
539 // default error string.
540 if (error.mExtraMessage == null) {
544 errorString = new String(error.mExtraMessage);
546 AsyncResult.forMessage(result, null, new ImsException(errorString, error.mCode));
598 public void utConfigurationUpdateFailed(IImsUt ut, int id, ImsReasonInfo error) { argument
602 sendFailureReport(mPendingCmds.get(key), error);
621 public void utConfigurationQueryFailed(IImsUt ut, int id, ImsReasonInfo error) { argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp212 struct hwc_rect hwcTestParseHwcRect(istringstream& in, bool& error) argument
217 // Defensively specify that an error occurred. Will clear
218 // error flag if all of parsing succeeds.
219 error = true;
256 // Made It, clear error indicator
257 error = false;
263 HwcTestDim hwcTestParseDim(istringstream& in, bool& error) argument
269 // Defensively specify that an error occurred. Will clear
270 // error flag if all of parsing succeeds.
271 error
307 hwcTestParseColor(istringstream& in, bool& error) argument
1020 EGLint error = eglGetError(); local
[all...]
H A DhwcTestLib.h129 ColorFract hwcTestParseColor(std::istringstream& in, bool& error);
130 struct hwc_rect hwcTestParseHwcRect(std::istringstream& in, bool& error);
131 HwcTestDim hwcTestParseDim(std::istringstream& in, bool& error);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java122 CharSequence error = mCurrentCommand.getError();
126 notifyUpdateFailed(error);
156 public void onUpdateFailed(CharSequence error); argument
338 throw new IllegalStateException("No update error to clear");
388 private void notifyUpdateFailed(CharSequence error) { argument
392 mUpdateCallbacks.onUpdateFailed(error);
615 protected final void failed(CharSequence error) { argument
621 mError = error;
726 private void handleOnLayoutFailed(CharSequence error, int sequence) { argument
737 failed(error);
848 onLayoutFailed(CharSequence error, int sequence) argument
1003 handleOnWriteFailed(CharSequence error, int sequence) argument
1104 onWriteFailed(CharSequence error, int sequence) argument
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DPlaybackSynthesisCallback.java90 // This happens when stop() or error() were called before start() was.
210 // Not an error that would prevent synthesis. Hence no
237 // Signal done or error to item
248 public void error() { method in class:PlaybackSynthesisCallback
249 error(TextToSpeech.ERROR_SYNTHESIS);
253 public void error(int errorCode) { method in class:PlaybackSynthesisCallback
254 if (DBG) Log.d(TAG, "error() [will call stop]");
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp41 jint error; member in struct:android::levels_t
53 case 'E': return levels.error;
159 levels.error = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "ERROR", "I"));
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java49 * Indicates that a request was successful or that no error occurred.
53 * Indicates that an error occurred and the reason is not known.
107 * Called when the DRM framework sends error information.
110 * @param event The {@link DrmErrorEvent} instance that wraps the error type and message.
136 DrmErrorEvent error = null;
152 error = new DrmErrorEvent(mUniqueId,
161 error = new DrmErrorEvent(mUniqueId,
173 if (null != mOnErrorListener && null != error) {
174 mOnErrorListener.onError(DrmManagerClient.this, error);
202 DrmErrorEvent error
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSystemAudioAction.java98 public void onSendCompleted(int error) {
99 if (error != Constants.SEND_RESULT_SUCCESS) {
100 HdmiLogger.debug("Failed to send <System Audio Mode Request>:" + error);
H A DDeviceSelectAction.java97 public void onSendCompleted(int error) {
98 if (error != Constants.SEND_RESULT_SUCCESS) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java118 // For some devices, "pixels" being null causes system error.
174 int error;
175 while ((error = GLES20.glGetError()) != GLES20.GL_NO_ERROR) {
176 throw new RuntimeException("GL Operation '" + operation + "' caused error "
177 + Integer.toHexString(error) + "!");
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java92 * first error.
103 // exception with the first error encountered.
113 * Gets the stack trace for the error.
116 * @return {@link String} the long message of the error.
193 for (ProcessErrorStateInfo error : postErr) {
194 if (error.processName.equals(processName)) {
195 return error;
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp38 // and take the ownership of input memory buffer (i.e., pInput). On error,
145 std::string error; local
151 mode, &error) != 0) {
155 error.c_str());
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp80 std::string error; local
81 mTarget = llvm::TargetRegistry::lookupTarget(mTriple, error);
86 mTriple.c_str(), error.c_str());
/frameworks/minikin/sample/
H A Dexample_skia.cpp59 FT_Error error; local
111 FT_Error error = FT_Init_FreeType(&library); local
112 if (error) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DStatusBar.java90 Bridge.getLog().error(LayoutLog.TAG_BROKEN, "Unable to draw wifi icon", e,
93 Bridge.getLog().error(LayoutLog.TAG_BROKEN, "Unable to draw wifi icon", e,
/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp526 goto error;
530 goto error;
537 // accidentally clean up invalid pointers later (if we error out).
540 goto error;
545 goto error;
549 goto error;
559 // Not a critical error if we don't find a global variable.
570 goto error;
574 goto error;
583 goto error;
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.h166 Word16 mem_err[M + L_SUBFR], *error; member in struct:__anon376
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.h77 void notifyError(int error = 0);
/frameworks/av/services/audioflinger/
H A DPatchPanel.h19 #error This header file should only be included from AudioFlinger.h
/frameworks/base/core/java/android/net/http/
H A DHttpsConnection.java125 * user about an error.
131 * error.
310 SslError error = CertificateChainValidator.getInstance().
314 if (error != null) {
324 boolean canHandle = req.getEventHandler().handleSslErrorRequest(error);
326 throw new IOException("failed to handle "+ error);
333 // to ignore the SSL error dialog for a very long time),
381 // if the connection has been suspended due to an SSL error
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp84 const long error = FPDF_GetLastError(); local
85 switch (error) {
89 "cannot create document. Error:" + error);
93 "cannot create document. Error:" + error);
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DLogTest.java71 mLog.error("Test %d", 44);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp281 error(diag::err_cannot_open_output_file) << "Linker::emit()" << pPath;
339 std::string error; local
343 triple, error);
347 fatal(diag::fatal_cannot_init_target) << triple.str() << error;
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2DeviceTester.java79 public void onError(CameraDevice camera, int error) {} argument

Completed in 924 milliseconds

1234567891011>>