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

<<51525354555657585960>>

  /external/bluetooth/bluez/plugins/
hciops.c 67 error("child_exit: unable to read child pid from pipe");
72 error("waitpid(%d) failed", child_pid);
84 error("unable to write to child pipe");
101 error("Can't open device hci%d: %s (%d)",
170 error("Fork failed. Can't init device hci%d: %s (%d)",
179 error("Can't open device hci%d: %s (%d)",
190 error("Can't set link mode on hci%d: %s (%d)",
198 error("Can't set link policy on hci%d: %s (%d)",
204 error("Can't init device hci%d: %s (%d)",
288 error("Can't allocate devlist buffer: %s (%d)"
    [all...]
  /external/bluetooth/glib/gio/
gasynchelper.c 44 if (res->error)
45 g_error_free (res->error);
55 GError *error,
65 result->error = error;
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 405 GError **error)
413 g_set_error (error, G_IO_ERROR, G_IO_ERROR_INVALID_FILENAME,
428 GError **error)
430 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
466 GError **error)
491 _g_winhttp_set_error (error, GetLastError (), "HTTP connection");
507 _g_winhttp_set_error (error, GetLastError (), "HEAD request");
519 _g_winhttp_set_error (error, GetLastError (), "HEAD request");
524 if (!_g_winhttp_response (winhttp_file->vfs, request, error, "HEAD request"))
613 GError **error)
    [all...]
  /external/bluetooth/glib/glib/
goption.h 22 #error "Only <glib.h> can be included directly."
64 GError **error);
69 GError **error);
74 GError **error);
124 GError **error);
  /external/bluetooth/glib/tests/
iochannel-test.c 21 GError *error = NULL; local
23 io = g_io_channel_new_file ("iochannel-test-outfile", "w", &error);
24 if (error)
28 error->message);
29 g_error_free (error);
  /external/freetype/include/freetype/
ftadvanc.h 27 #error "freetype.h of FreeType 1 has been loaded!"
28 #error "Please fix the directory search order for header files"
29 #error "so that freetype.h of FreeType 2 is found first."
106 /* FreeType error code. 0 means success. */
153 /* FreeType error code. 0 means success. */
  /external/freetype/src/base/
ftbitmap.c 46 FT_Error error = FT_Err_Ok; local
81 if ( !error )
93 return error;
103 FT_Error error; local
177 return error;
219 FT_Error error; local
259 error = FT_Bitmap_Convert( library, bitmap, &tmp, align );
260 if ( error )
261 return error;
282 error = ft_bitmap_assure_buffer( library->memory, bitmap, xstr, ystr )
380 FT_Error error = FT_Err_Ok; local
623 FT_Error error; local
    [all...]
  /external/icu4c/common/unicode/
resbund.h 95 * @param err The Error Code.
99 * informational error results which still indicate success. U_USING_FALLBACK_WARNING
187 * If an error occurs, then NULL is returned.
213 * @param status fills in the outgoing error code
228 * @param status fills in the outgoing error code
243 * @param status fills in the outgoing error code
257 * @param status fills in the outgoing error code
271 * @param status fills in the outgoing error code
331 * @param status fills in the outgoing error code
342 * @param status fills in the outgoing error cod
    [all...]
  /external/icu4c/samples/layout/
UnicodeReader.cpp 42 guiSupport->postErrorMessage(errorMessage, "Text File Error");
76 guiSupport->postErrorMessage(errorMessage, "Text File Error");
87 guiSupport->postErrorMessage(errorMessage, "Text File Error");
95 guiSupport->postErrorMessage(errorMessage, "Text File Error");
110 guiSupport->postErrorMessage(errorMessage, "Text File Error");
  /external/icu4c/test/cintltst/
capitst.c 62 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
77 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
95 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
168 log_err_status(status, "ucol_setAttribute with the default value returned error: %s\n", u_errorName(status));
173 log_err("ucol_getAttribute returned error: %s\n", u_errorName(status));
179 log_err("ucol_setAttribute with the value %i returned error: %s\n", attrs[i].val[j], u_errorName(status));
186 log_err("ucol_setAttribute with the bad value didn't return an error\n");
193 log_err("ucol_setAttribute with the default valuereturned error: %s\n", u_errorName(status));
200 log_err("ucol_getAttribute for UCOL_ATTRIBUTE_COUNT didn't return an error\n");
205 log_err("ucol_setAttribute for UCOL_ATTRIBUTE_COUNT didn't return an error\n")
1693 UErrorCode error = U_ZERO_ERROR; local
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 107 int error = ISAKMP_INTERNAL_ERROR;
125 error = 0;
138 error = 0;
141 return error;
158 int error = ISAKMP_INTERNAL_ERROR;
295 error = 0;
303 return error;
324 int error = ISAKMP_INTERNAL_ERROR;
444 error = ISAKMP_NTYPE_ATTRIBUTES_NOT_SUPPORTED;
513 error = ISAKMP_NTYPE_INVALID_HASH_INFORMATION
106 int error = ISAKMP_INTERNAL_ERROR; local
157 int error = ISAKMP_INTERNAL_ERROR; local
323 int error = ISAKMP_INTERNAL_ERROR; local
561 int error = ISAKMP_INTERNAL_ERROR; local
700 int error = ISAKMP_INTERNAL_ERROR; local
847 int error = ISAKMP_INTERNAL_ERROR; local
1151 int error = ISAKMP_INTERNAL_ERROR; local
1191 int error = ISAKMP_INTERNAL_ERROR; local
1391 int error = ISAKMP_INTERNAL_ERROR; local
1513 int error = ISAKMP_INTERNAL_ERROR; local
1624 int error = ISAKMP_INTERNAL_ERROR; local
1744 int error = ISAKMP_INTERNAL_ERROR; local
1807 int error = ISAKMP_INTERNAL_ERROR; local
1914 int error = ISAKMP_INTERNAL_ERROR; local
    [all...]
  /external/libxml2/include/libxml/
xpathInternals.h 39 * Raises an error.
43 if ((ctxt) != NULL) (ctxt)->error = (err); }
49 * Raises an XPATH_INVALID_ARITY error.
58 * Raises an XPATH_INVALID_TYPE error.
67 * Get the error code of an XPath context.
69 * Returns the context error.
71 #define xmlXPathGetError(ctxt) ((ctxt)->error)
77 * Check if an XPath error was raised.
79 * Returns true if an error has been raised, false otherwise.
81 #define xmlXPathCheckError(ctxt) ((ctxt)->error != XPATH_EXPRESSION_OK
    [all...]
  /external/opencore/doc/oscl_html/
oscl__errno_8h.html 21 <tr><td>&nbsp;</td><td><font size=-1><em>This function determines if a particular system saves the error number that occurs on a system call.</em> <a href="group__osclerror.html#a4"></a><em></em></font><br><br></td></tr>
23 <tr><td>&nbsp;</td><td><font size=-1><em>This function returns the value of the system's global error number variable.</em> <a href="group__osclerror.html#a5"></a><em></em></font><br><br></td></tr>
25 <tr><td>&nbsp;</td><td><font size=-1><em>This function sets the last error code for the system.</em> <a href="group__osclerror.html#a6"></a><em></em></font><br><br></td></tr>
27 <tr><td>&nbsp;</td><td><font size=-1><em>This function maps an error number to an error-message string.</em> <a href="group__osclerror.html#a7"></a><em></em></font><br><br></td></tr>
  /external/opencore/engines/2way/test/src/
user_input_test.cpp 35 int error = 0; local
43 OSCL_TRY(error, scheduler->StartScheduler());
44 if (error != 0)
46 OSCL_LEAVE(error);
123 // OSCL_TRY(error, i324mIFCommandId = terminal->QueryInterface(PVH324MConfigUuid, i324mConfigInterface,NULL));
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_port.cpp 79 LOG_ERR((0, "PVMFWAVFFParserOutPort::Connect: Error - Connecting to invalid port"));
85 LOG_ERR((0, "PVMFWAVFFParserOutPort::Connect: Error - Already connected"));
95 LOG_ERR((0, "PVMFWAVFFParserOutPort::Connect: Error - Peer port does not support capability interface"));
105 LOG_ERR((0, "PVMFWAVFFParserOutPort::Connect: Error - Settings negotiation failed. status=%d", status));
112 LOG_ERR((0, "PVMFWAVFFParserOutPort::Connect: Error - Peer Connect failed"));
  /external/opencore/oscl/oscl/osclerror/src/
oscl_error_imp_fatalerror.h 25 /*! \addtogroup osclerror OSCL Error
32 \brief Implementation File for Leave using system fatal error.
38 // Implementation File for Leave using system fatal error.
40 //Fatal error implementation for compilers without C++ exceptions.
48 //Leave just calls a system fatal error.
  /external/opencore/pvmi/pvmf/src/
pvmf_node_interface.cpp 21 // TODO: Both the info and error handling look very similar, we should
22 // try to refactor them at some point (but beware of the info/error
56 NULL, // Error Context will be set below.
66 // TODO: Should log loudly an error here.
105 // TODO: Should log loudly an error here.
  /external/srec/audio/test/AudioHardwareRecord/src/
AudioHardwareRecord.c 55 printf("ERROR: AudioSetInputFormat() returns %d\n", rc);
62 printf("ERROR: AudioOpen() returns %d (device handle/ID)\n", rc);
73 printf("ERROR: AudioRead() returns %d\n", rc);
79 printf("ERROR: AudioClose() returns %d\n", rc);
91 printf("ERROR: cannot create '%s'\n", szFilename);
  /external/tcpdump/
tftp.h 52 #define ERROR 05 /* error code */
59 unsigned short tu_code; /* error code */
62 char th_data[1]; /* data or error string */
71 * Error codes.
  /external/webkit/WebCore/platform/network/cf/
ResourceErrorCF.cpp 47 ResourceError::ResourceError(CFStreamError error)
51 m_errorCode = error.error;
53 switch(error.domain) {
148 result.error = m_errorCode;
  /external/webkit/WebCore/storage/
SQLTransaction.cpp 238 // If the database was deleted, jump to the error callback
256 // Transaction Steps 1+2 - Open a transaction to the database, jumping to the error callback if that fails
265 // Transaction Steps 3 - Peform preflight steps, jumping to the error callback if they fail
271 m_transactionError = SQLError::create(0, "unknown error occured setting up transaction");
294 // Transaction Step 5 - If the transaction callback was null or raised an exception, jump to the error callback
328 // that means it ended in an error. Handle it now
395 // Transaction Steps 6.error - Call the statement's error callback, but if there was no error callback,
396 // or the transaction was rolled back, jump to the transaction error callbac
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
PolicyDelegate.mm 97 - (void)webView:(WebView *)webView unableToImplementPolicyWithError:(NSError *)error frame:(WebFrame *)frame
99 NSString *message = [NSString stringWithFormat:@"Policy delegate: unable to implement policy with error domain '%@', error code %d, in frame '%@'", [error domain], [error code], [frame name]];
  /external/wpa_supplicant/
win_if_list.c 84 int i, error; local
100 error = (int) GetLastError();
101 if (error == ERROR_NO_MORE_ITEMS)
104 error);
156 fprintf(stderr, "Error - pcap_findalldevs: %s\n", err);
  /external/wpa_supplicant_6/wpa_supplicant/
win_if_list.c 84 int i, error; local
100 error = (int) GetLastError();
101 if (error == ERROR_NO_MORE_ITEMS)
104 error);
156 fprintf(stderr, "Error - pcap_findalldevs: %s\n", err);
  /external/zlib/contrib/blast/
blast.h 43 * On success, the return value of blast() is zero. If there is an error in
46 * output space, then a positive error is returned.
51 * an input error. (blast() only asks for input if it needs it.) inhow is for
56 * with an output error. outfun() is always called with len <= 4096. outhow
63 * 1: output error before completing decompression

Completed in 591 milliseconds

<<51525354555657585960>>