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

<<11121314151617181920>>

  /external/iptables/libipq/
ipq_errstr.3 23 ipq_errstr, ipq_perror - libipq error handling routines
35 function returns a descriptive error message based on the current
43 function prints an error message to stderr corresponding to the
48 variable (if set). The error message is prefixed with the string
52 is NULL, the error message is prefixed with the string "ERROR".
55 returns an error message as outlined above.
  /external/bluetooth/glib/gio/
ginputstream.c 62 GError **error);
72 GError **error);
81 GError **error);
89 GError **error);
151 * @error: location to store the error occuring, or %NULL to ignore
157 * larger than %G_MAXSSIZE will cause a %G_IO_ERROR_INVALID_ARGUMENT error.
160 * It is not an error if this is not the same as the requested size, as it
166 * was cancelled, the error G_IO_ERROR_CANCELLED will be returned. If an
168 * partial result will be returned, without an error
544 GError *error = NULL; local
576 error); local
669 GError *error = NULL; local
701 error); local
779 GError *error = NULL; local
800 error); local
950 GError *error = NULL; local
1017 GError *error = NULL; local
1050 GError *error = NULL; local
1164 GError *error = NULL; local
    [all...]
gfileenumerator.c 82 GError **error);
90 GError **error);
178 * @error: location to store the error occuring, or %NULL to ignore
185 * On error, returns %NULL and sets @error to the error. If the
186 * enumerator is at the end, %NULL will be returned and @error will
189 * Return value: A #GFileInfo or %NULL on error or end of enumerator.
195 GError **error)
626 GError *error = NULL; local
711 GError *error = NULL; local
    [all...]
gdataoutputstream.h 24 #error "Only <gio/gio.h> can be included directly."
84 GError **error);
88 GError **error);
92 GError **error);
96 GError **error);
100 GError **error);
104 GError **error);
108 GError **error);
112 GError **error);
gfileenumerator.h 24 #error "Only <gio/gio.h> can be included directly."
66 GError **error);
69 GError **error);
79 GError **error);
87 GError **error);
104 GError **error);
107 GError **error);
116 GError **error);
124 GError **error);
glocalfileoutputstream.c 80 GError **error);
83 GError **error);
87 GError **error);
95 GError **error);
100 GError **error);
152 GError **error)
161 if (g_cancellable_set_error_if_cancelled (cancellable, error))
171 g_set_error (error, G_IO_ERROR,
173 _("Error writing to file: %s"),
186 GError **error)
    [all...]
  /external/dbus/dbus/
dbus-spawn.c 53 READ_STATUS_ERROR, /**< Some kind of error */
62 DBusError *error)
67 _DBUS_ASSERT_ERROR_IS_CLEAR (error);
92 dbus_set_error (error,
117 DBusError *error)
122 _DBUS_ASSERT_ERROR_IS_CLEAR (error);
146 dbus_set_error (error,
188 char *executable; /**< executable name to use in error messages */
198 DBusWatch *error_watch; /**< Error pipe watch */
201 int errnum; /**< Error number *
367 DBusError error; local
1210 DBusError error; local
1255 DBusError error; local
1300 DBusError error; local
1345 DBusError error; local
    [all...]
dbus-sysdeps-unix.c 84 DBusError *error)
93 dbus_set_error(error,
103 DBusError *error)
105 return _dbus_open_socket(fd, AF_INET, SOCK_STREAM, 0, error);
112 * @param error return location for an error
113 * @returns #FALSE if error is set
117 DBusError *error)
119 return _dbus_open_socket(fd, PF_UNIX, SOCK_STREAM, 0, error);
127 * @param error return location for an erro
    [all...]
  /external/opencore/doc/oscl_html/
osclconfig__io__check_8h-source.html 13 00010 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_ANSI_FILE_IO_SUPPORT has to be defined to either 1 or 0"</span>
17 00019 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_SYMBIAN_COMPATIBLE_IO_FUNCTION has to be defined to either 1 or 0"</span>
22 00030 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_NATIVE_DUPLICATE_FILE_HANDLE has to be defined to either 1 or 0"</span>
28 00041 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_NATIVE_FILE_CACHE_ENABLE has to be defined to either 1 or 0"</span>
33 00051 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_PV_FILE_CACHE has to be defined to either 1 or 0"</span
    [all...]
osclconfig__check_8h-source.html 21 00027 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_ASSERT_ALWAYS has to be defined to either 1 or 0."</span>
26 00037 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_DISABLE_INLINES has to be defined to either 1 or 0."</span>
30 00046 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_ANSI_STDLIB_SUPPORT has to be defined to either 1 or 0."</span>
34 00055 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_ANSI_STDIO_SUPPORT has to be defined to either 1 or 0."</span>
38 00064 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_ANSI_STRING_SUPPORT has to be defined to either 1 or 0."</span
    [all...]
  /frameworks/base/vpn/java/android/net/vpn/
VpnManager.java 49 /** Key to the error code of a connectivity broadcast event. */
51 /** Error code to indicate an error from authentication. */
53 /** Error code to indicate the connection attempt failed. */
55 /** Error code to indicate the server is not known. */
57 /** Error code to indicate an error from challenge response. */
59 /** Error code to indicate an error of remote server hanging up. */
61 /** Error code to indicate an error of remote PPP server hanging up. *
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 182 OMX_ERRORTYPE error = OMX_ErrorNone; local
191 /* Error notification */
193 printf("EventHandler: Overflow Error\n");
197 error = OMX_SendCommand(hComponent,OMX_CommandStateSet, OMX_StateIdle, NULL);
198 if(error != OMX_ErrorNone){
199 APP_DPRINT ("%d :: Error from SendCommand-Idle(Stop) State function\n",__LINE__);
202 error = WaitForState(hComponent, OMX_StateIdle);
206 if(error != OMX_ErrorNone) {
207 APP_DPRINT( "Error: G722Encoder->WaitForState reports an error %X\n", error)
297 OMX_ERRORTYPE error = OMX_ErrorNone; local
1349 OMX_ERRORTYPE error = OMX_ErrorNone; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 293 APP_EPRINT("App: Error in GetState from WaitForState() \n" );
331 * OMX_ErrorBadParameter Error on parameters
356 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
381 Component Name : %d : Error Num %x \n",
512 * @retval error Return Value to OS
540 OMX_ERRORTYPE error = OMX_ErrorNone; local
693 APP_EPRINT("APP: Error: failed to open the file %s for readonly access\n", argv[1]);
701 APP_EPRINT("APP: Error: failed to create the output file %s\n", argv[2]);
722 APP_DPRINT("%d :: APP: Error: Invalid Mode Specifier, Check argument 3\n",__LINE__);
761 APP_EPRINT("App: Error: Fill Data Pipe failed to open\n")
2473 int error=0; local
2505 int error=0; local
    [all...]
  /external/bluetooth/bluez/doc/
adapter-api.txt 22 Possible Errors: org.bluez.Error.DoesNotExist
23 org.bluez.Error.InvalidArguments
31 Possible Errors: org.bluez.Error.DoesNotExist
32 org.bluez.Error.InvalidArguments
40 Possible Errors: org.bluez.Error.Rejected
46 Possible Errors: org.bluez.Error.DoesNotExist
58 Possible errors: org.bluez.Error.NotReady
59 org.bluez.Error.Failed
70 Possible errors: org.bluez.Error.NotReady
71 org.bluez.Error.Faile
    [all...]
  /dalvik/libcore/regex/src/main/java/java/util/regex/
PatternSyntaxException.java 23 * Encapsulates a syntax error that occurred during the compilation of a
25 * expression, and the index at which the error occurred.
35 * Holds the description of the syntax error, or null if the description is
47 * Holds the index around which the error occured, or -1, in case it is
54 * error index.
57 * the description of the syntax error, or {@code null} if the
63 * the character index around which the error occurred, or -1 if
83 * Returns a detailed error message for the exception. The message is
85 * original regular expression, and the index at which the error occured.
87 * @return the error message
    [all...]
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_exptmod.c 55 if ((err = mp_read_unsigned_bin(tmp, (unsigned char *)in, (int)inlen)) != CRYPT_OK) { goto error; }
60 goto error;
66 if ((err = mp_exptmod(tmp, key->dP, key->p, tmpa)) != CRYPT_OK) { goto error; }
69 if ((err = mp_exptmod(tmp, key->dQ, key->q, tmpb)) != CRYPT_OK) { goto error; }
72 if ((err = mp_sub(tmpa, tmpb, tmp)) != CRYPT_OK) { goto error; }
73 if ((err = mp_mulmod(tmp, key->qP, key->p, tmp)) != CRYPT_OK) { goto error; }
76 if ((err = mp_mul(tmp, key->q, tmp)) != CRYPT_OK) { goto error; }
77 if ((err = mp_add(tmp, tmpb, tmp)) != CRYPT_OK) { goto error; }
80 if ((err = mp_exptmod(tmp, key->e, key->N, tmp)) != CRYPT_OK) { goto error; }
88 goto error;
    [all...]
  /external/icu4c/samples/layout/
GnomeFontInstance.cpp 53 FT_Error error; local
58 error = FT_New_Face(engine, fontPathName, 0, &fFace);
60 if (error != 0) {
61 printf("OOPS! Got error code %d\n", error);
70 error = FT_Set_Char_Size(fFace, 0, pointSize << 6, 92, 92);
82 if (error != 0) {
146 FT_Error error; local
148 error = FT_Load_Glyph(fFace, glyph, FT_LOAD_DEFAULT);
150 if (error != 0)
160 FT_Error error; local
    [all...]
  /external/opencore/engines/2way/test/src/
audio_only_test.cpp 33 int error = 0; local
43 OSCL_TRY(error, scheduler->StartScheduler());
44 if (error != 0)
47 OSCL_LEAVE(error);
87 int error = 0; local
100 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSource(*channel_id, *iSelAudioSource));
126 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSink(*channel_id, *iSelAudioSink));
172 int error = 1; local
176 OSCL_TRY(error, iAudioRemoveSourceId = terminal->RemoveDataSource(*iSelAudioSource));
178 if (error)
    [all...]
  /external/opencore/oscl/oscl/osclerror/src/
oscl_errno.h 25 /*! \addtogroup osclerror OSCL Error
54 //! This function determines if a particular system saves the error number that occurs on a system call
57 error number that occurs on a system call in a global variable.
58 Returns true for systems that do save the error number
62 //! This function returns the value of the system's global error number variable
65 The value of the error number variable does not change until the user
72 //! This function sets the last error code for the system
74 \param newVal This value represents the new value for the global error number
75 This method can be used to reset the error number after having retrieved it
82 //! This function maps an error number to an error-message string
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
TransformerConfigurationException.java 23 * Indicates a serious configuration error.
32 super("Configuration Error");
37 * the <code>String </code> specified as an error message.
39 * @param msg The error message for the exception.
47 * given <code>Exception</code> base cause of the error.
75 * @param message The error or warning message.
76 * @param locator The locator object for the error or warning.
86 * @param message The error or warning message, or null to
88 * @param locator The locator object for the error or warning.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMConfigurationException.java 26 * Indicates a serious configuration error.
36 super("Configuration Error");
41 * the <code>String </code> specified as an error message.
43 * @param msg The error message for the exception.
51 * given <code>Exception</code> base cause of the error.
78 * @param message The error or warning message.
79 * @param locator The locator object for the error or warning.
89 * @param message The error or warning message, or null to
91 * @param locator The locator object for the error or warning.
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DOMErrorHandler.java 20 * <code>Document</code> using the "error-handler" on the
21 * <code>DOMConfiguration</code> interface. If more than one error needs to
23 * passed to the error handler are implementation dependent.
31 * This method is called on the error handler when an error occurs.
34 * @param error The error object that describes the error. This object
43 public boolean handleError(DOMError error);
  /external/e2fsprogs/lib/et/
com_err.3 6 com_err \- common error display routine
22 displays an error message on the standard error stream
29 a program, followed by an error message generated from the
45 text to error output. Thus the error messages from a program can all
65 any of the corresponding error codes are used, so that the
67 library will recognize error codes from these tables when they are
87 Ken Raeburn, "A Common Error Description Library for UNIX".
  /external/freetype/src/truetype/
ttpload.c 59 /* FreeType error code. 0 means success. */
65 FT_Error error; local
71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len );
75 if ( error == TT_Err_Table_Missing )
77 else if ( error )
81 error = face->goto_table( face, TTAG_loca, stream, &table_len );
82 if ( error )
84 error = TT_Err_Locations_Missing;
95 error = TT_Err_Invalid_Table;
107 error = TT_Err_Invalid_Table
258 FT_Error error; local
339 FT_Error error; local
401 FT_Error error; local
460 FT_Error error; local
    [all...]
  /external/dbus/tools/
dbus-monitor.c 180 DBusError error; local
213 dbus_error_init (&error);
214 connection = dbus_bus_get (type, &error);
219 error.message);
220 dbus_error_free (&error);
228 dbus_bus_add_match (connection, filters[i], &error);
229 if (dbus_error_is_set (&error))
232 filters[i], error.message);
233 dbus_error_free (&error);
243 &error);
    [all...]

Completed in 493 milliseconds

<<11121314151617181920>>