HomeSort by relevance Sort by last modified time
    Searched full:error (Results 876 - 900 of 11596) sorted by null

<<31323334353637383940>>

  /system/core/mkbootimg/
mkbootimg.c 157 fprintf(stderr,"error: no output filename specified\n");
162 fprintf(stderr,"error: no kernel image specified\n");
167 fprintf(stderr,"error: no ramdisk image specified\n");
172 fprintf(stderr,"error: board name too large\n");
181 fprintf(stderr,"error: kernel commandline too large\n");
188 fprintf(stderr,"error: could not load kernel '%s'\n", kernel_fn);
198 fprintf(stderr,"error: could not load ramdisk '%s'\n", ramdisk_fn);
206 fprintf(stderr,"error: could not load secondstage '%s'\n", second_fn);
227 fprintf(stderr,"error: could not create '%s'\n", bootimg);
250 fprintf(stderr,"error: failed writing '%s': %s\n", bootimg
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.c 261 /* FIXME: Use meaningful error messages */
262 #define CASE(x) case ERROR_WINHTTP_##x: return g_strdup ("WinHttp error: " #x);
309 return g_strdup_printf ("WinHttp error %ld", error_code);
317 _g_winhttp_set_error (GError **error,
323 g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED,
331 GError **error,
339 _g_winhttp_set_error (error, GetLastError (), what);
354 _g_winhttp_set_error (error, GetLastError (), what);
369 _g_winhttp_set_error (error, GetLastError (), what);
404 g_set_error (error, G_IO_ERROR, G_IO_ERROR_FAILED
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngerror.c 10 * This file provides a location for all error handling. Users who
11 * need special error handling are expected to write replacement functions
29 /* This function is called whenever there is a fatal error. This function
31 * you should supply a replacement error function and use png_set_error_fn()
32 * to replace the error function at run-time.
82 /* This function is called whenever there is a non-fatal error. This function
114 /* These utilities are used internally to build an error message that relates
190 /* This is the default error handling function. Note that replacements for
193 * error function pointer in png_set_error_fn().
213 fprintf(stderr, "libpng error no. %s: %s\n", error_number
    [all...]
  /frameworks/base/opengl/tests/gl2_basic/
gl2_basic.cpp 37 // int error = glGetError();
38 // fprintf(stderr, "glGetError() = %d, result of glGetString = %x\n", error,
52 for (EGLint error = eglGetError(); error != EGL_SUCCESS; error
54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
55 error);
60 for (GLint error = glGetError(); error; error
221 EGLint error = eglGetError(); local
    [all...]
  /packages/apps/IM/src/com/android/im/engine/
ChatGroupManager.java 75 * group is created or any error occurs. The newly created group is a
86 * any error occurs. Only the administrator of the ChatGroup can delete it.
95 * member is added or any error occurs. Only the administrator of the
106 * the member is added or any error occurs. Only the administrator of the
117 * group or any error occurs.
126 * group or any error occurs.
135 * registered GroupListeners will be notified if any error occurs.
253 protected synchronized void notifyGroupError(int errorType, String groupName, ImErrorInfo error) {
255 listener.onGroupError(errorType, groupName, error);
293 * @param error the error information
    [all...]
  /external/opencore/codecs_v2/omx/omx_baseclass/src/
pv_omxcomponent.cpp 465 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OmxComponentBase : AssemblePartialFrames ERROR"));
566 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OmxComponentBase : AssemblePartialFrames ERROR DeQueue() returned NULL"));
699 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OmxComponentBase : FlushPort ERROR DeQueue() returned NULL"));
739 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OmxComponentBase : FlushPort ERROR DeQueue() returned NULL"));
916 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OmxComponentBase : GetConfig error bad parameter"));
927 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OmxComponentBase : GetConfig error bad port index for OMX_IndexConfigVideoIntraVOPRefresh"));
941 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OmxComponentBase : GetConfig error bad port index for OMX_IndexConfigVideoFramerate"));
955 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OmxComponentBase : GetConfig error bad port index for OMX_IndexConfigVideoBitrate"));
965 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_NOTICE, (0, "OmxComponentBase : GetParameter error Unsupported Index"));
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 651 /* Hardware error flag */
700 PRINT("Error: Couldn't get state for component or sent to invalid state because of an error.\n");
723 PRINT("Error: From JPEGENC_GetState\n");
733 printf("\n\nAPP:: ErrorNotification received: Error Num = %p Severity = %ld String = %s\n", (OMX_PTR)nData1, data2, (OMX_STRING)pEventData);
745 printf("\n\nAPP:: ErrorNotification received: Error Num = %p Severity = %ld String = %s\n", (OMX_PTR)nData1, data2, (OMX_STRING)pEventData);
757 printf("\n\nAPP:: ErrorNotification received: Error Num = %p Severity = %ld String = %s\n", (OMX_PTR)nData1, data2, (OMX_STRING)pEventData);
783 PRINT("ErrorNotification received: Error Num %p: String :%s\n", (OMX_PTR)nData1, (OMX_STRING)pEventData);
1120 OMX_ERRORTYPE error = OMX_ErrorNone; local
    [all...]
  /frameworks/base/core/java/android/net/http/
Connection.java 161 int error = EventHandler.OK; local
238 error = EventHandler.ERROR;
241 error = EventHandler.ERROR_IO;
244 error = EventHandler.ERROR_IO;
247 if (httpFailure(req, error, exception) &&
286 error = EventHandler.ERROR_IO;
289 error = EventHandler.ERROR_IO;
292 error = EventHandler.ERROR_IO;
295 if (httpFailure(req, error, exception) &
352 int error = EventHandler.OK; local
438 String error; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BaseBuilder.java 64 * error checking and marking the files for errors/warnings.
78 * First line of dual line aapt error.<br>
79 * "ERROR at line &lt;line&gt;: &lt;error&gt;"<br>
83 "^ERROR\\s+at\\s+line\\s+(\\d+):\\s+(.*)$"); //$NON-NLS-1$
85 * Second line of dual line aapt error.<br>
86 * "ERROR at line &lt;line&gt;: &lt;error&gt;"<br>
93 * First line of dual line aapt error.<br>
94 * "ERROR: &lt;error&gt;"<br
    [all...]
  /external/bluetooth/glib/glib/
gfileutils.c 69 * created. Returns -1 if an error occurred, with errno set.
322 return g_quark_from_static_string ("g-file-error-quark");
500 GError **error)
529 g_set_error (error,
536 goto error;
544 g_set_error (error,
547 _("Error reading file '%s': %s"),
551 goto error;
558 g_set_error (error,
564 goto error;
    [all...]
gutf8.c 825 * but does no error checking on the input.
927 * character. If an error occurs then the index of the
932 * @error: location to store the error occuring, or %NULL to ignore
942 * error occurs, %NULL will be returned and
943 * @error set.
950 GError **error)
968 g_set_error_literal (error, G_CONVERT_ERROR, G_CONVERT_ERROR_PARTIAL_INPUT,
972 g_set_error_literal (error, G_CONVERT_ERROR, G_CONVERT_ERROR_ILLEGAL_SEQUENCE,
1012 * @error: location to store the error occuring, or %NULL to ignor
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 55 // response. However, they seem to send an unsolicited +CME ERROR: 150
163 if (err < 0) goto error;
166 if (err < 0) goto error;
169 if (err < 0) goto error;
172 if (err < 0) goto error;
175 if (err < 0) goto error;
178 if (err < 0) goto error;
183 if (err < 0) goto error;
200 if (err < 0) goto error;
207 error
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 80 * @param errorHandler Error listener where messages will be sent, or null
97 * Construct a Compiler instance that has a null error listener and a
111 * @throws TransformerException if there is a syntax or other error.
186 error(XPATHErrorResources.ER_UNKNOWN_OPCODE, method
187 new Object[]{ "quo" }); //"ERROR! Unknown op code: "+m_opMap[opPos]);
190 error(XPATHErrorResources.ER_UNKNOWN_OPCODE, method
191 new Object[]{ Integer.toString(getOp(opPos)) }); //"ERROR! Unknown op code: "+m_opMap[opPos]);
207 * @throws TransformerException if there is a syntax or other error.
229 * @throws TransformerException if syntax or other error occurs.
249 * @throws TransformerException if a error occurs creating the Expression
898 error(XPATHErrorResources.ER_UNKNOWN_MATCH_OPERATION, null); \/\/"unknown match operation!"); method
1071 error(XPATHErrorResources.ER_FUNCTION_TOKEN_NOT_FOUND, null); \/\/"function token not found."); method
1211 public void error(String msg, Object[] args) throws TransformerException method in class:Compiler
    [all...]
  /external/freetype/src/sfnt/
sfdriver.c 155 FT_Error error; local
158 error = tt_face_get_ps_name( face, glyph_index, &gname );
159 if ( !error )
162 return error;
185 FT_Error error = tt_face_get_ps_name( face, i, &gname ); local
188 if ( error )
252 FT_Error error = SFNT_Err_Ok; local
254 FT_UNUSED( error );
294 FT_Error error = SFNT_Err_Ok; local
296 FT_UNUSED( error );
343 FT_Error error; local
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationErrorReport.java 34 * Describes an application error.
49 // System property defining error report receiver for system apps
50 static final String SYSTEM_APPS_ERROR_RECEIVER_PROPERTY = "ro.error.receiver.system.apps";
52 // System property defining default error report receiver
53 static final String DEFAULT_ERROR_RECEIVER_PROPERTY = "ro.error.receiver.default";
57 * Uninitialized error report.
62 * An error report about an application crash.
67 * An error report about an application that's not responding.
72 * An error report about an application that's consuming too much battery.
100 * Time at which the error occurred
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
Statement.java 52 * Indicates that an error was encountered during execution of a batch
90 * if an error occurs accessing the database or the database
102 * if an error occurs accessing the database.
110 * if an error occurs accessing the database or the database
119 * if an error occurs accessing the database.
134 * if an error occurs accessing the database.
151 * if an error occurs accessing the database.
175 * if an error occurs accessing the database.
199 * if an error occurs accessing the database.
222 * if an error occurs accessing the database
    [all...]
  /external/bluetooth/glib/gio/
gmount.c 62 * successfully. If an @error is present when g_mount_unmount_finish()
63 * is called, then it will be filled with any error information.
357 /* Translators: This is an error
372 * @error: a #GError location to store the error occuring, or %NULL to
376 * @error will be set to contain the errors and %FALSE will be returned.
383 GError **error)
393 if (g_simple_async_result_propagate_error (simple, error))
398 return (* iface->unmount_finish) (mount, result, error);
432 /* Translators: This is an error
    [all...]
  /build/tools/apicheck/src/com/android/apicheck/
ConstructorInfo.java 103 Errors.error(Errors.CHANGED_FINAL, mInfo.position(),
109 Errors.error(Errors.CHANGED_FINAL, mInfo.position(),
115 Errors.error(Errors.CHANGED_SCOPE, mInfo.position(),
122 Errors.error(Errors.CHANGED_DEPRECATED, mInfo.position(),
128 Errors.error(Errors.CHANGED_THROWS, mInfo.position(),
137 Errors.error(Errors.CHANGED_THROWS, mInfo.position(),
  /build/tools/droiddoc/src/
AttrTagInfo.java 59 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr tag: " + text);
70 Errors.error(Errors.BAD_ATTR_TAG, position, "Unresolved @attr ref: " + ref);
74 Errors.error(Errors.BAD_ATTR_TAG, position, "@attr must be a field: " + ref);
83 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more);
94 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr command: " + command);
127 String msg = "ERROR: unlinked attr: " + t.mRefField.name();
  /build/tools/
dump-package-stats 24 echo "$PROGNAME: ERROR: $@" >&2
26 echo "$PROGNAME: ERROR: failed." >&2
92 print "'$PROGNAME': ERROR: Unexpected zip listing format" > \
94 print "'$PROGNAME': ERROR: Line 1 is \"" $0 "\"" > \
111 print "'$PROGNAME': ERROR: Unexpected zip listing format" > \
113 print "'$PROGNAME': ERROR: Line 2 is \"" $0 "\"" > \
  /cts/tools/test-progress-new/src/testprogress2/
TestMethodInformation.java 36 private String error = null; field in class:TestMethodInformation
112 if (error == null)
113 error = "";
114 error += err + " ; ";
118 * @return the error
121 return error;
  /dalvik/libcore/luni/src/main/java/java/io/
ObjectOutput.java 32 * if an error occurs while closing the target stream.
41 * if an error occurs while flushing the target stream.
52 * if an error occurs while writing to the target stream.
69 * if an error occurs while writing to the target stream.
81 * if an error occurs while writing to the target stream.
91 * if an error occurs while writing to the target stream.
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest3.java 397 } catch (Error err) {
398 System.out.println("Error " + err + " when testing BLOCKDATALONG");
431 } catch (Error err) {
432 System.out.println("Error when obj = " + objToSave);
466 } catch (Error err) {
467 System.out.println("Error when obj = " + objToSave);
501 } catch (Error err) {
502 System.out.println("Error when obj = " + objToSave);
536 } catch (Error err) {
537 System.out.println("Error when obj = " + objToSave)
    [all...]
  /development/host/windows/usb/api/
adb_interface_enum.h 38 instances on the stack. If such attemp occur, compiler will error.
55 provides extended information about the error that occurred.
69 @return true on success, false on error. If false is returned
70 GetLastError() provides extended information about the error that
79 @return true on success, false on error. If false is returned
80 GetLastError() provides extended information about the error that
  /external/bluetooth/bluez/audio/
main.c 62 error("Parsing %s failed: %s", file, err->message);
79 error("sco_server_cb: %s", err->message);
89 error("bt_io_get: %s", err->message);
110 error("Refusing non-HFP SCO connect attempt from %s",
155 error("Unable to setup unix socket");
169 error("Unable to start SCO server socket");

Completed in 296 milliseconds

<<31323334353637383940>>