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

<<61626364656667686970>>

  /external/ppp/pppd/plugins/radius/
ip_util.c 39 error("rc_get_ipaddr: couldn't resolve hostname: %s", host);
110 error("rc_ip_hostname: couldn't look up host by addr: %08lX", h_ipaddr);
131 error("rc_own_ipaddress: couldn't get own IP address");
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/
SDL_syscdrom.h 31 /* Open the specified drive, returning a drive id, or -1 on error */
36 This function should return 0 on success, or -1 on error.
70 * It should return 0, or -1 on an unrecoverable fatal error.
  /external/skia/src/ports/
SkXMLParser_tinyxml.cpp 57 if (doc.Error())
59 printf("tinyxml error: <%s> row[%d] col[%d]\n", doc.ErrorDesc(), doc.ErrorRow(), doc.ErrorCol());
91 void SkXMLParser::GetNativeErrorString(int error, SkString* str)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp 56 LOG(ERROR) << "FstHeader::Read: Bad FST header: " << source;
69 LOG(ERROR) << "FstHeader::Read: read failed: " << source;
85 LOG(ERROR) << "FstHeader::Write: write failed: " << source;
  /external/webkit/JavaScriptCore/debugger/
DebuggerCallFrame.cpp 83 JSObject* error = eval->compile(m_callFrame, m_callFrame->scopeChain()); local
84 if (error)
85 return error;
  /external/webkit/JavaScriptCore/runtime/
ErrorConstructor.cpp 35 // ECMA 15.11.3.1 Error.prototype
63 // "Error()" gives the sames result as "new Error()"
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.2-2-n.js 30 The toString function is not generic; it generates a runtime error if its
36 generates a runtime error.
55 "error",
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-2-n.js 46 // the following expression should be an error in JS.
50 "error",
53 // get around parse time error by putting expression in an eval statement
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.2-2-n.js 37 we use on error, we can only have one test case per file.
65 testcases[tc].reason = "test should have caused runtime error ";
77 array[0] = new TestCase( "7.2", "<cr>a", "error", "");
7.2-3-n.js 37 we use on error, we can only have one test case per file.
67 testcases[tc].reason = "test should have caused runtime error ";
79 array[0] = new TestCase( "7.2", "<cr>a", "error", "");
7.2-4-n.js 37 we use on error, we can only have one test case per file.
66 testcases[tc].reason = "test should have caused runtime error ";
79 array[0] = new TestCase( "7.2", "a = \\nb", "error", "");
7.2-5-n.js 37 we use on error, we can only have one test case per file.
67 testcases[tc].reason = "test should have caused runtime error ";
82 array[0] = new TestCase( "7.2", "<cr>a", "error", "");
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/function/
function-001-n.js 28 * eval("function f(){}function g(){}") at top level is an error for JS1.2
32 * Fails to produce error regardless of version:
56 "error",
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/Script/
function-001-n.js 28 * eval("function f(){}function g(){}") at top level is an error for JS1.2
32 * Fails to produce error regardless of version:
56 "error",
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/regress/
function-001-n.js 28 * eval("function f(){}function g(){}") at top level is an error for JS1.2
32 * Fails to produce error regardless of version:
56 "error",
  /external/webkit/LayoutTests/http/tests/appcache/
non-html.xhtml 89 function error()
99 applicationCache.addEventListener('error', error, false);
  /external/webkit/LayoutTests/storage/
change-version.html 24 function changeVersionError(error)
26 log("Error: " + error.message);
  /external/webkit/WebCore/manual-tests/
transition-timing-functions.html 31 .container:hover .error {
59 .container .error {
113 <div class="error">
  /external/webkit/WebCore/platform/network/win/
ResourceHandleWin.cpp 192 // FIXME: add proper error handling
249 platformData.error = 0;
253 int error = GetLastError(); local
254 if (error == ERROR_IO_PENDING)
257 if (!InternetGetLastResponseInfo(&platformData.error, 0, &errorStringChars)) {
260 InternetGetLastResponseInfo(&platformData.error, platformData.errorString, &errorStringChars);
263 _RPTF1(_CRT_WARN, "Load error: %i\n", error);
298 _snprintf(buf, sizeof(buf), "request-complete: result=%p, error=%u\n",
338 // FIXME: perhaps this error should be reported asynchronously fo
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebResourceLoadDelegate.idl 47 an error has been received for a resource, and completion of a resource load.
158 @discussion This message is sent after a load has failed to load due to an error.
162 @param error The error associated with this load.
164 - (void)webView:(WebView *)sender resource:(id)identifier didFailLoadingWithError:(NSError *)error fromDataSource:(WebDataSource *)dataSource;
166 HRESULT didFailLoadingWithError([in] IWebView* webView, [in] unsigned long identifier, [in] IWebError* error, [in] IWebDataSource* dataSource);
172 @param error The plug-in error. In the userInfo dictionary of the error, the object for the
176 Some, none or all of the mentioned attributes can be present in the userInfo. The error returns nil for userInf
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
common.py 36 def check_no_carriage_return(line, line_number, error):
45 error: The function to call with any errors found.
50 error(line_number,
  /frameworks/base/cmds/keystore/
keystore_cli.c 28 [NO_ERROR] = "No error",
31 [SYSTEM_ERROR] = "System error",
32 [PROTOCOL_ERROR] = "Protocol error",
  /frameworks/base/core/java/android/accounts/
AccountAuthenticatorActivity.java 34 * is never set or if it is set to null then error {@link AccountManager#ERROR_CODE_CANCELED}
68 * Sends the result or a Constants.ERROR_CODE_CANCELED error if a result isn't present.
72 // send the result bundle back if set, otherwise send an error.
  /frameworks/base/core/java/android/app/backup/
IRestoreObserver.aidl 61 * @param error Zero on success; a nonzero error code if the restore operation
64 void restoreFinished(int error);
RestoreObserver.java 71 * @param error Zero on success; a nonzero error code if the restore operation
74 public void restoreFinished(int error) {

Completed in 469 milliseconds

<<61626364656667686970>>