Searched refs:error (Results 226 - 250 of 524) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DDeviceSelectAction.java97 public void onSendCompleted(int error) {
98 if (error != Constants.SEND_RESULT_SUCCESS) {
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp105 error(diag::result_overflow) << pRelocator.getName(type())
110 error(diag::result_badreloc) << pRelocator.getName(type())
/frameworks/opt/setupwizard/library/
H A Dcommon-full-support.mk17 $(error LOCAL_RESOURCE_DIR must be defined)
/frameworks/support/v4/api21/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatApi21.java58 public static void setError(Object info, CharSequence error) { argument
59 ((AccessibilityNodeInfo) info).setError(error);
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java66 * <p>Also supports showing an error via {@link #setErrorEnabled(boolean)} and
466 // Add padding to the error and character counter so that they match the EditText
481 * Whether the error functionality is enabled or not in this layout. Enabling this
482 * functionality before setting an error message via {@link #setError(CharSequence)}, will mean
483 * that this layout will not change size when an error is displayed.
520 * Returns whether the error functionality is enabled or not in this layout.
531 * Sets an error message that will be displayed below our {@link EditText}. If the
532 * {@code error} is {@code null}, the error message will be cleared.
534 * If the error functionalit
541 setError(@ullable final CharSequence error) argument
796 CharSequence error; field in class:TextInputLayout.SavedState
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp346 attr.sourcePos.error("A 'name' attribute is required for <attr>\n");
358 attr.sourcePos.error("Tag <attr> 'format' attribute value \"%s\" not valid\n",
375 attr.sourcePos.error("Tag <attr> 'min' attribute must be a number, not \"%s\"\n",
393 attr.sourcePos.error("Tag <attr> 'max' attribute must be a number, not \"%s\"\n",
406 attr.sourcePos.error("Tag <attr> must have format=integer attribute if using max or min\n");
413 bool error; local
414 uint32_t l10n_required = parse_flags(str, len, l10nRequiredFlags, &error);
415 if (error) {
416 attr.sourcePos.error("Tag <attr> 'localization' attribute value \"%s\" not valid\n",
443 .error("Ta
[all...]
/frameworks/av/include/camera/ndk/
H A DNdkCameraDevice.h55 /// Enum for ACameraDevice_ErrorStateCallback error code
75 * The camera device has encountered a fatal error.
81 * The camera service has encountered a fatal error.
101 * Camera device error state callbacks to be used in {@link ACameraDevice_stateCallbacks}.
106 * @param error The error code describes the cause of this error callback. See the folowing
115 typedef void (*ACameraDevice_ErrorStateCallback)(void* context, ACameraDevice* device, int error);
138 * The function called when a camera device has encountered a serious error.
145 * after this error i
[all...]
/frameworks/av/media/libmedia/
H A DAndroid.mk10 LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall
99 LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall
/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp90 ALOGE("error authenticating native window: %s (%d)", strerror(-err), -err);
132 ALOGE("error pushing blank frames: api_disconnect failed: %s (%d)", strerror(-err), -err);
138 ALOGE("error pushing blank frames: api_connect failed: %s (%d)", strerror(-err), -err);
147 goto error;
155 ALOGE("error pushing blank frames: MIN_UNDEQUEUED_BUFFERS query "
157 goto error;
163 ALOGE("error pushing blank frames: set_buffer_count failed: %s (%d)", strerror(-err), -err);
164 goto error;
174 ALOGE("error pushing blank frames: dequeueBuffer failed: %s (%d)",
185 ALOGE("error pushin
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcod_amr.h166 Word16 mem_err[M + L_SUBFR], *error; member in struct:__anon408
/frameworks/av/services/audioflinger/
H A DPatchPanel.h19 #error This header file should only be included from AudioFlinger.h
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DEvent.java197 error("Error reading in object, ignoring.", ex);
244 private static void error(String msg) { method in class:Event
245 error(msg, null);
248 private static void error(String msg, Exception e) { method in class:Event
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp88 const long error = FPDF_GetLastError(); local
89 switch (error) {
93 "cannot create document. Error: %ld", error);
97 "cannot create document. Error: %ld", error);
/frameworks/base/media/java/android/media/tv/
H A DTvRecordingClient.java231 * This is called when an error occurred while establishing a connection to the recording
270 * @param error The error code. Should be one of the followings.
277 public void onError(@TvInputManager.RecordingError int error) { argument
378 public void onError(TvInputManager.Session session, int error) { argument
380 Log.d(TAG, "onError(error=" + error + ")");
386 mCallback.onError(error);
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DOMAConstants.java105 public static String mapError(OSUError error) { argument
106 return sErrorStrings.get(error);
109 public static OSUError mapError(String error) { argument
110 return sErrorEnums.get(error.toLowerCase());
/frameworks/base/tools/aapt2/split/
H A DTableSplitter.cpp140 bool error = false; local
146 context->getDiagnostics()->error(DiagMessage() << "config '" << config
149 error = true;
154 return !error;
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DChoreographer_Delegate.java80 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
H A DDrawerLayoutUtil.java59 Bridge.getLog().error(LayoutLog.TAG_BROKEN, "Unable to open navigation drawer",
/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.cpp276 error(diag::err_cannot_open_output_file) << "Linker::emit()" << pPath;
327 std::string error; local
331 m_pConfig->targets().getArch(), triple, error);
335 fatal(diag::fatal_cannot_init_target) << triple.str() << error;
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2DeviceTester.java78 public void onError(CameraDevice camera, int error) {} argument
/frameworks/native/libs/input/
H A DInputTransport.cpp160 int error = errno; local
162 ALOGD("channel '%s' ~ error sending message of type %d, errno=%d", mName.string(),
163 msg->header.type, error);
165 if (error == EAGAIN || error == EWOULDBLOCK) {
168 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED || error == ECONNRESET) {
171 return -error;
195 int error = errno; local
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp210 struct hwc_rect hwcTestParseHwcRect(istringstream& in, bool& error) argument
215 // Defensively specify that an error occurred. Will clear
216 // error flag if all of parsing succeeds.
217 error = true;
254 // Made It, clear error indicator
255 error = false;
261 HwcTestDim hwcTestParseDim(istringstream& in, bool& error) argument
267 // Defensively specify that an error occurred. Will clear
268 // error flag if all of parsing succeeds.
269 error
305 hwcTestParseColor(istringstream& in, bool& error) argument
1009 EGLint error = eglGetError(); local
[all...]
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java217 int error;
218 while ((error = GLES20.glGetError()) != GLES20.GL_NO_ERROR) {
219 Log.e(TAG, op + ": glError " + error);
220 throw new RuntimeException(op + ": glError " + error);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java213 String error;
220 error = "bindService returned false";
222 error = ex.getMessage();
226 ". Error: " + error);

Completed in 1206 milliseconds

1234567891011>>