/system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/ |
TI_AdapterSEC.h | 48 Return: TI_RESULT_OK on success. Any other value indicates an error. 67 Return: TI_RESULT_OK on success. Any other value indicates an error. 81 Return: TI_RESULT_OK on success. Any other value indicates an error. 104 Return: TI_RESULT_OK on success. Any other value indicates an error. 119 Return: TI_RESULT_OK on success. Any other value indicates an error. 132 Return: TI_RESULT_OK on success. Any other value indicates an error. 153 Return: TI_RESULT_OK on success. Any other value indicates an error. 166 Return: TI_RESULT_OK on success. Any other value indicates an error. 181 Return: TI_RESULT_OK on success. Any other value indicates an error. 196 Return: TI_RESULT_OK on success. Any other value indicates an error [all...] |
/external/bluetooth/glib/glib/ |
gconvert.c | 56 #error GNU libiconv in use but included iconv.h not from libiconv 59 #error GNU libiconv not in use but included iconv.h is from libiconv 182 * Return value: count of non-reversible conversions, or -1 on error 213 * Return value: -1 on error, 0 on success 370 GError **error) 405 goto error; 432 goto error; 446 error: 451 if (error) 454 g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_NO_CONVERSION [all...] |
/build/tools/apicheck/src/com/android/apicheck/ |
MethodInfo.java | 98 Errors.error(Errors.CHANGED_TYPE, mInfo.position(), 105 Errors.error(Errors.CHANGED_ABSTRACT, mInfo.position(), 111 Errors.error(Errors.CHANGED_NATIVE, mInfo.position(), 123 Errors.error(Errors.CHANGED_FINAL, mInfo.position(), 131 Errors.error(Errors.CHANGED_STATIC, mInfo.position(), 137 Errors.error(Errors.CHANGED_SCOPE, mInfo.position(), 143 Errors.error(Errors.CHANGED_DEPRECATED, mInfo.position(), 149 Errors.error(Errors.CHANGED_SYNCHRONIZED, mInfo.position(), 158 Errors.error(Errors.CHANGED_THROWS, mInfo.position(), 170 Errors.error(Errors.CHANGED_THROWS, mInfo.position() [all...] |
/development/host/windows/usb/api/ |
adb_legacy_interface.h | 42 instances on the stack. If such attemp occur, compiler will error.
56 @return A handle to this object on success or NULL on an error.
57 If NULL is returned GetLastError() provides extended error
80 GetLastError() provides extended error information.
94 GetLastError() provides extended error information.
113 about the error that occurred.
137 about the error that occurred.
152 GetLastError() provides extended error information.
162 GetLastError() provides extended error information.
172 GetLastError() provides extended error information. [all...] |
/external/bluetooth/bluez/common/ |
android_bluez.c | 72 error("write(): %s (%d)]", strerror(errno), errno); 75 error("write(): unexpected length %d", ret); 95 error("write(): %s (%d)]", strerror(errno), errno); 98 error("write(): unexpected length %d", ret); 110 error("Can't create raw HCI socket!"); 116 error("Error setting data direction\n"); 124 error("Can't attach to device hci0. %s(%d)\n", 142 error("Out of memory in %s\n", __FUNCTION__); 150 error("Failed to get connection list\n") [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
spawn.sgml | 22 Error codes returned by spawning processes. 44 @G_SPAWN_ERROR_FAILED: Some other fatal failure, <literal>error->message</literal> should explain. 48 Error domain for spawning processes. Errors in this domain will 50 error domains. 70 @G_SPAWN_STDERR_TO_DEV_NULL: the child's standard error will be discarded. 127 @error: 143 @error: 161 @error: 171 @error: 184 @error: [all...] |
/external/bluetooth/glib/gio/tests/ |
sleepy-stream.c | 93 GError **error) 101 g_set_error (error, 0, 0, "fail"); 162 GError **error) 170 str = g_data_input_stream_read_line (stream, &length, NULL, error); 205 GError *error = NULL; local 216 while (read_line (data, two, "\n", &error)); 235 GError *error = NULL; local 241 str = g_data_input_stream_read_line_finish (data, result, &length, &error); 246 if (error) 247 g_error_free (error); [all...] |
/external/libpcap/ |
pcap-enet.c | 107 /* Call ONLY if read() has returned an error on packet filter */ 133 perror("tcpdump: enet ioctl EIOSTATS error"); 166 perror("tcpdump: enet open error"); 167 error( 175 perror("tcpdump: enet ioctl EIOCGETP error"); 191 perror("tcpdump: enet ioctl EIOCSETP error"); 200 perror("tcpdump: enet ioctl EIOCFLUSH error"); 208 perror("tcpdump: enet ioctl EIOCSETW error"); 216 perror("tcpdump: enet ioctl EIOCLRSTAT error"); 226 perror("tcpdump: enet ioctl EIOCSETF error"); [all...] |
/external/opencore/engines/2way/pvlogger/src/ |
pv_logger_impl.cpp | 68 // error occured in opening logger config file 153 uint32 error = 1; local 159 return error; 182 return error; 201 error = 1; 202 return error; 211 error = 0; 214 if (0 != error) 216 return error; 220 return error; [all...] |
/external/opencore/engines/author/test/src/ |
test_pv_mediainput_author_engine.h | 171 int32 error = PVMFFailure; local 175 return error; 185 PvmiMIOControl* mediaInput = PvmiMIOAviWavFileFactory::Create(loopCount, aRecMode, 0, (OsclAny*)iPVWavFile, FILE_FORMAT_WAV, error); 189 (0, "CreateMIOInputNode::CreateMIOInputNode: Error - PvmiMIOAviWavFileFactory::Create failed")); 200 PvmiMIOControl* mediaInput = PvmiMIOAviWavFileFactory::Create(loopCount, aRecMode, ii, (OsclAny*)iPVAviFile, FILE_FORMAT_AVI, error); 204 (0, "CreateMIOInputNode::CreateMIOInputNode: Error - PvmiMIOAviWavFileFactory::Create failed")); 209 if (error != PVMFSuccess) 216 return error; 230 (0, "CreateMIOInputNode::CreateMIOInputNode: Error - PvmfMediaInputNodeFactory::Create failed")); 237 return error; [all...] |
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_semaphore.h | 66 * @return Returns the Error whether it is success or failure 67 *incase of failure it will return what is the specific error 76 * @return Returns the Error whether it is success or failure 77 *incase of failure it will return what is the specific error 86 * @return Returns the Error whether it is success or failure 87 *incase of failure it will return what is the specific error 98 * semaphore, or an error code if the operation failed. 112 * or an error code if the operation failed. 123 * @return Returns the Error whether it is success or failure 124 *incase of failure it will return what is the specific error [all...] |
/external/openssl/crypto/ocsp/ |
ocsp_err.c | 65 /* BEGIN ERROR CODES */ 97 {ERR_REASON(OCSP_R_CERTIFICATE_VERIFY_ERROR),"certificate verify error"}, 99 {ERR_REASON(OCSP_R_ERROR_IN_NEXTUPDATE_FIELD),"error in nextupdate field"}, 100 {ERR_REASON(OCSP_R_ERROR_IN_THISUPDATE_FIELD),"error in thisupdate field"}, 101 {ERR_REASON(OCSP_R_ERROR_PARSING_URL) ,"error parsing url"}, 114 {ERR_REASON(OCSP_R_SERVER_READ_ERROR) ,"server read error"}, 115 {ERR_REASON(OCSP_R_SERVER_RESPONSE_ERROR),"server response error"}, 116 {ERR_REASON(OCSP_R_SERVER_RESPONSE_PARSE_ERROR),"server response parse error"}, 117 {ERR_REASON(OCSP_R_SERVER_WRITE_ERROR) ,"server write error"}, 135 if (ERR_func_error_string(OCSP_str_functs[0].error) == NULL [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_mutex.h | 60 /* Lock the mutex (Returns 0, or -1 on error) */ 64 /* Unlock the mutex (Returns 0, or -1 on error) 65 It is an error to unlock a mutex that has not been locked by 96 SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error. 102 the allotted time, and -1 on error. 109 or -1 on error. 132 returns 0 or -1 on error. 137 returns 0 or -1 on error. 144 Returns 0 when it is signaled, or -1 on error. 150 signaled in the allotted time, and -1 on error [all...] |
/external/speex/libspeex/ |
lpc.c | 72 /* returns minimum mean square error */ 81 spx_word16_t error = ac[0]; local 97 r = DIV32_16(rr+PSHR32(error,1),ADD16(error,8)); 99 r = rr/(error+.003*ac[0]); 101 /* Update LPC coefficients and total error */ 112 error = SUB16(error,MULT16_16_Q13(r,MULT16_16_Q13(error,r))); 114 return error; [all...] |
/external/srec/portable/include/ |
ESR_ReturnCode.h | 54 * Indicates a fatal error. 64 * Error typing to open an entity or the operation failed because the entity was not opened. 69 * Error trying to open an entity that is already open. 74 * Error typing to close a entity or the operation failed because the entity was not closed. 79 * Error trying to close a entity that was already closed. 84 * Error trying to read a file. 89 * Error trying to write to a entity. 94 * Error trying to flush a entity. 99 * Error trying to seek a entity. 104 * Error trying to allocate memory [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/ |
regress-123002.js | 38 * SUMMARY: Testing Error.length 41 * NOTE: Error.length should equal the length of FormalParameterList of the 42 * Error constructor. This is currently 1 in Rhino, 3 in SpiderMonkey. 46 * parameters to Error constructors: 48 * Rhino: new Error (message) 49 * SpiderMonkey: new Error (message, fileName, lineNumber) 52 * have to be changed if the Error FormalParameterList is ever changed again. 61 var summary = 'Testing Error.length'; 81 var errObjects = [new Error(), new EvalError(), new RangeError(), 89 actual = Error.length [all...] |
/frameworks/base/core/java/android/test/ |
AndroidTestCase.java | 80 * is thrown that mentions the permission in its error message. 82 * Note that an instrumentation isn't needed because all we are looking for is a security error 99 assertNotNull("security exception's error message.", expected.getMessage()); 100 assertTrue("error message should contain " + permission + ".", 118 assertNotNull("security exception's error message.", expected.getMessage()); 119 assertTrue("error message should contain " + permission + ".", 137 assertNotNull("security exception's error message.", expected.getMessage()); 138 assertTrue("error message should contain " + permission + ".", 163 android.util.Log.d("TestCase", "Error: Could not nullify field!"); 167 android.util.Log.d("TestCase", "Error: Could not nullify field!") [all...] |
/frameworks/base/opengl/tests/angeles/ |
app-linux.cpp | 100 fprintf(stderr,"%s(): egl error 0x%x (%s)\n", 107 GLenum error = glGetError(); local 108 if (error != GL_NO_ERROR) 109 fprintf(stderr, "GL Error: 0x%04x\n", (int)error); 115 EGLint error = eglGetError(); local 117 if (error && error != EGL_SUCCESS) 118 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error); [all...] |
/ndk/samples/san-angeles/jni/ |
app-linux.c | 76 GLenum error = glGetError(); local 77 if (error != GL_NO_ERROR) 78 fprintf(stderr, "GL Error: 0x%04x\n", (int)error); 84 EGLint error = eglGetError(); local 86 if (error && error != EGL_SUCCESS) 87 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error); 105 #error WINDOW_BPP must be 16 or 3 [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_mutex.h | 60 /* Lock the mutex (Returns 0, or -1 on error) */ 64 /* Unlock the mutex (Returns 0, or -1 on error) 65 It is an error to unlock a mutex that has not been locked by 96 SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error. 102 the allotted time, and -1 on error. 109 or -1 on error. 132 returns 0 or -1 on error. 137 returns 0 or -1 on error. 144 Returns 0 when it is signaled, or -1 on error. 150 signaled in the allotted time, and -1 on error [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_mutex.h | 60 /* Lock the mutex (Returns 0, or -1 on error) */ 64 /* Unlock the mutex (Returns 0, or -1 on error) 65 It is an error to unlock a mutex that has not been locked by 96 SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error. 102 the allotted time, and -1 on error. 109 or -1 on error. 132 returns 0 or -1 on error. 137 returns 0 or -1 on error. 144 Returns 0 when it is signaled, or -1 on error. 150 signaled in the allotted time, and -1 on error [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_mutex.h | 65 /* Lock the mutex (Returns 0, or -1 on error) */ 69 /* Unlock the mutex (Returns 0, or -1 on error) 70 It is an error to unlock a mutex that has not been locked by 101 SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error. 107 the allotted time, and -1 on error. 114 or -1 on error. 137 returns 0 or -1 on error. 142 returns 0 or -1 on error. 148 Returns 0 when it is signaled, or -1 on error. 154 signaled in the allotted time, and -1 on error [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_mutex.h | 60 /* Lock the mutex (Returns 0, or -1 on error) */ 64 /* Unlock the mutex (Returns 0, or -1 on error) 65 It is an error to unlock a mutex that has not been locked by 96 SDL_MUTEX_TIMEDOUT if the wait would block, and -1 on error. 102 the allotted time, and -1 on error. 109 or -1 on error. 132 returns 0 or -1 on error. 137 returns 0 or -1 on error. 144 Returns 0 when it is signaled, or -1 on error. 150 signaled in the allotted time, and -1 on error [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
build_messages.properties | 5 Xml_Error=Error in an XML file: aborting build. 7 Project_Has_Errors=Project contains error(s). Package Builder aborted. 11 Unparsed_AAPT_Errors=Unparsed aapt error(s)\! Check the console for output. 12 Unparsed_AIDL_Errors=Unparsed aidl error\! Check the console for output. 13 AAPT_Exec_Error=Error executing aapt. Please check aapt is present at %1$s 14 Dalvik_Error_d=Conversion to Dalvik format failed with error %1$d 19 Final_Archive_Error_s=Error generating final archive: %1$s 24 s_Contains_Xml_Error=%1$s contains XML error: Build aborted. 29 AAPT_Error='aapt' error. Pre Compiler Build aborted. 35 AIDL_Exec_Error=Error executing aidl. Please check aidl is present at %1$ [all...] |
/system/bluetooth/brfpatch/ |
brfpatch.c | 99 "Error parsing (%d): %s\n", __LINE__, buffer); 108 FAILIF(*buf != 'x', "Error parsing: %s\n", buffer); 120 "Error parsing (%d): %s\n", __LINE__, buffer); 126 "Error parsing (%d): %s\n", __LINE__, buffer); 132 "Error parsing (%d): %s\n", __LINE__, buffer); 138 "Error parsing (%d): %s\n", __LINE__, buffer); 145 "Error parsing (%d): %s\n", __LINE__, buffer); 149 "Error parsing (%d): %s\n", __LINE__, buffer); 154 FAILIF(1, "Error parsing (%d): %s\n", __LINE__, buffer); 158 FAILIF(1, "Error parsing (%d): %s\n", __LINE__, buffer) [all...] |