/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
G711DecTest.c | 298 * OMX_EventError, component has detected an error condition 315 APP_DPRINT("%d Error returned from GetState\n",__LINE__); 317 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); 459 OMX_ERRORTYPE error = OMX_ErrorNone; local 546 APP_DPRINT( "Error: failed to open the file %s for readonly\access\n", argv[1]); 553 APP_DPRINT( "Error: failed to create the output file %s\n", argv[2]); 560 APP_DPRINT( "Error:Fill Data Pipe failed to open\n"); 566 APP_DPRINT( "Error:Empty Data Pipe failed to open\n"); 571 APP_DPRINT( "%d %s Error: Empty Data Pipe failed to open\n",__LINE__, __FUNCTION__); 580 error = TIOMX_Init() 1563 OMX_ERRORTYPE error = OMX_ErrorNone; local [all...] |
/ndk/build/tools/ |
patch-sources.sh | 36 echo "ERROR: Missing source directory. See --help for usage." 41 echo "ERROR: Invalid target source directory: $SRC_DIR" 47 echo "ERROR: Missing patches directory. See --help for usage." 52 echo "ERROR: Invalid patches directory: $PATCHES_DIR" 72 dump "ERROR: Patch failure !! Please check your patches directory!"
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
FileWriterWithEncoding.java | 63 * @throws IOException in case of an I/O error
76 * @throws IOException in case of an I/O error
88 * @throws IOException in case of an I/O error
101 * @throws IOException in case of an I/O error
113 * @throws IOException in case of an I/O error
126 * @throws IOException in case of an I/O error
138 * @throws IOException in case of an I/O error
151 * @throws IOException in case of an I/O error
164 * @throws IOException in case of an I/O error
177 * @throws IOException in case of an I/O error
[all...] |
ProxyOutputStream.java | 47 * @throws IOException if an I/O error occurs
56 * @throws IOException if an I/O error occurs
67 * @throws IOException if an I/O error occurs
75 * @throws IOException if an I/O error occurs
83 * @throws IOException if an I/O error occurs
|
TeeOutputStream.java | 47 * @throws IOException if an I/O error occurs
59 * @throws IOException if an I/O error occurs
69 * @throws IOException if an I/O error occurs
78 * @throws IOException if an I/O error occurs
87 * @throws IOException if an I/O error occurs
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
Array.java | 33 * if there is a database error. 49 * if there is a database error. 68 * if there is a database error. 81 * if there is a database error. 91 * if there is a database error. 101 * if there is a database error. 111 * if there is a database error. 127 * if there is a database error. 145 * database error has occurred. 147 * if there is a database error [all...] |
Clob.java | 43 * if an error occurs accessing the {@code Clob}. 53 * if an error occurs accessing the {@code Clob}. 66 * if an error occurs accessing the {@code Clob}. 75 * if an error occurs accessing the {@code Clob}. 90 * if an error occurs accessing the {@code Clob}. 106 * if an error occurs accessing the {@code Clob}. 119 * if an error occurs accessing the {@code Clob}. 132 * if an error occurs accessing the {@code Clob}. 146 * if an error occurs accessing the {@code Clob}. 164 * if an error occurs accessing the {@code Clob} [all...] |
/external/bluetooth/bluez/src/ |
sdpd-server.c | 77 error("opening L2CAP socket: %s", strerror(errno)); 87 error("binding L2CAP socket: %s", strerror(errno)); 94 error("setsockopt: %s", strerror(errno)); 104 error("getsockopt: %s", strerror(errno)); 112 error("setsockopt: %s", strerror(errno)); 127 error("opening UNIX socket: %s", strerror(errno)); 138 error("binding UNIX socket: %s", strerror(errno)); 148 error("Unable to get the control socket for 'bluetooth'"); 153 error("Listening on local socket failed: %s", strerror(errno)); 226 error("Can't accept connection: %s", strerror(errno)) [all...] |
/external/bluetooth/glib/gio/ |
gfileicon.c | 162 * Returns: a #GIcon for the given @file, or %NULL on error. 225 GError **error) 234 g_set_error (error, 244 g_set_error_literal (error, 274 GError **error) 281 error); 305 GError *error = NULL; local 309 stream = g_file_read_finish (G_FILE (source_object), res, &error); 316 error); 317 g_error_free (error); [all...] |
gmount.h | 25 #error "Only <gio/gio.h> can be included directly." 96 GError **error); 105 GError **error); 115 GError **error); 124 GError **error); 128 GError **error); 149 GError **error); 158 GError **error); 168 GError **error); 177 GError **error); [all...] |
gioerror.c | 31 * @short_description: Error helper functions 40 * Gets the GIO Error Quark. 47 return g_quark_from_static_string ("g-io-error-quark"); 52 * @err_no: Error number as defined in errno.h. 54 * Converts errno.h error codes into GIO error codes. 56 * Returns: #GIOErrorEnum value for the given errno.h error number.
|
/external/openssl/crypto/evp/ |
evp_err.c | 65 /* BEGIN ERROR CODES */ 126 {ERR_REASON(EVP_R_BN_DECODE_ERROR) ,"bn decode error"}, 127 {ERR_REASON(EVP_R_BN_PUBKEY_ERROR) ,"bn pubkey error"}, 129 {ERR_REASON(EVP_R_CIPHER_PARAMETER_ERROR),"cipher parameter error"}, 133 {ERR_REASON(EVP_R_DECODE_ERROR) ,"decode error"}, 136 {ERR_REASON(EVP_R_ENCODE_ERROR) ,"encode error"}, 137 {ERR_REASON(EVP_R_ERROR_LOADING_SECTION) ,"error loading section"}, 138 {ERR_REASON(EVP_R_ERROR_SETTING_FIPS_MODE),"error setting fips mode"}, 139 {ERR_REASON(EVP_R_EVP_PBE_CIPHERINIT_ERROR),"evp pbe cipherinit error"}, 146 {ERR_REASON(EVP_R_INITIALIZATION_ERROR) ,"initialization error"}, [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-103602.js | 38 * SUMMARY: Reassignment to a const is NOT an error per ECMA 44 * throw an error [could be a catchable exception since 1.3]). 45 * Readonly properties, when set by assignment, are not changed, but no error 54 var summary = 'Reassignment to a const is NOT an error per ECMA'; 61 var cnFAIL_1 = 'Redeclaration of a const FAILED to cause an error'; 62 var cnFAIL_2 = 'Reassigning to a const caused an ERROR! It should not!!!'; 67 * For example, Rhino does not; it would generate a complile-time error. 85 * Redeclaration of const should be a compile-time error. 107 * Reassignment to a const should be NOT be an error, per ECMA. 110 actual = expect; // good: no error was generate [all...] |
/external/webkit/WebKit/mac/History/ |
WebHistory.h | 45 @constant WebHistoryLoadedNotification Posted from loadFromURL:error:. 79 @method loadFromURL:error: 81 @param error Set to nil or an NSError instance if an error occurred. 85 - (BOOL)loadFromURL:(NSURL *)URL error:(NSError **)error; 88 @method saveToURL:error: 91 @param error Set to nil or an NSError instance if an error occurred. 94 - (BOOL)saveToURL:(NSURL *)URL error:(NSError **)error [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
Main.java | 35 log.error("Usage: layoutlib_create [-v] output.jar input.jar ..."); 74 // Throw an error if any class failed to get renamed by the generator 76 // IMPORTANT: if you're building the platform and you get this error message, 81 // (80-column guide below for error formatting) 83 log.error( 84 "ERROR when running layoutlib_create: the following classes are referenced\n" + 88 log.error("- Class not found: %s", fqcn.replace('/', '.')); 100 e.error(log); 126 log.error("Unknow argument: %s", s); 132 log.error("Missing parameter: path to input jar") [all...] |
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
ErrorManagerTest.java | 59 method = "error", 68 em.error("supertest", null, ErrorManager.GENERIC_FAILURE); 77 method = "error", 82 em.error(null, new NullPointerException(), 84 em.error("An error message.", null, ErrorManager.GENERIC_FAILURE); 85 em.error(null, null, ErrorManager.GENERIC_FAILURE);
|
/dalvik/libcore/luni/src/main/java/java/io/ |
ObjectInput.java | 33 * if an I/O error occurs. 42 * if an I/O error occurs while closing the input stream. 53 * if this stream is closed or another I/O error occurs. 66 * if this stream is closed or another I/O error occurs. 85 * if this stream is closed or another I/O error occurs. 97 * if this stream is closed or another I/O error occurs. 111 * if this stream is closed or another I/O error occurs.
|
/dalvik/libcore/luni/src/main/java/java/net/ |
URISyntaxException.java | 37 * index at which the error occurred. 90 * Gets the index at which the syntax error was found or {@code -1} if the 93 * @return the index of the syntax error. 100 * Gets a description of the syntax error. 102 * @return the string describing the syntax error. 119 * that caused the syntax error and the position of the syntax error if
|
/dalvik/libcore/text/src/main/java/java/text/ |
ParsePosition.java | 21 * Tracks the current position in a parsed string. In case of an error the error 22 * index can be set to the position where the error occurred without having to 43 * error index. 64 * @return the index of the parse error or -1 if there is no error. 88 * the index of the parse error.
|
/external/bluetooth/glib/gio/win32/ |
gwinhttpfileinputstream.c | 58 GError **error); 62 GError **error); 129 GError **error) 143 _g_winhttp_set_error (error, GetLastError (), "GET request"); 150 error, 160 _g_winhttp_set_error (error, GetLastError (), "GET request"); 171 GError **error)
|
/external/dbus/tools/ |
dbus-uuidgen.c | 90 DBusError error; local 125 dbus_error_init (&error); 130 if (dbus_internal_do_not_use_get_uuid (filename, &uuid, ensure_uuid, &error)) 147 dbus_set_error (&error, DBUS_ERROR_NO_MEMORY, "No memory"); 151 if (dbus_error_is_set (&error)) 153 fprintf (stderr, "%s\n", error.message); 154 dbus_error_free (&error);
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ecc_ansi_x963_import.c | 56 goto error; 61 goto error; 65 goto error; 67 if ((err = mp_set(key->pubkey.z, 1)) != CRYPT_OK) { goto error; } 78 goto error; 86 goto error; 95 error:
|
ecc_sign_hash.c | 79 if ((err = mp_mod(pubkey.pubkey.x, p, r)) != CRYPT_OK) { goto error; } 85 if ((err = mp_invmod(pubkey.k, p, pubkey.k)) != CRYPT_OK) { goto error; } /* k = 1/k */ 86 if ((err = mp_mulmod(key->k, r, p, s)) != CRYPT_OK) { goto error; } /* s = xr */ 87 if ((err = mp_add(e, s, s)) != CRYPT_OK) { goto error; } /* s = e + xr */ 88 if ((err = mp_mod(s, p, s)) != CRYPT_OK) { goto error; } /* s = e + xr */ 89 if ((err = mp_mulmod(s, pubkey.k, p, s)) != CRYPT_OK) { goto error; } /* s = (e + xr)/k */ 103 error:
|
/external/e2fsprogs/lib/ss/ |
ct_c.sed | 20 # A number sent to the output represents a parse error --- it will be 22 # ERROR: <error text> 54 # Dispatch based on the keyword.... illegal keywords are prefixed by ERROR: 61 s/^/ERROR: unknown keyword: / 138 ERROR: parse error in options list
|
/external/freetype/include/freetype/ |
ftpfr.h | 26 #error "freetype.h of FreeType 1 has been loaded!" 27 #error "Please fix the directory search order for header files" 28 #error "so that freetype.h of FreeType 2 is found first." 83 * FreeType error code. 0~means success. 86 * If the input face is not a PFR, this function will return an error. 118 * FreeType error code. 0~means success. 153 * FreeType error code. 0~means success.
|