HomeSort by relevance Sort by last modified time
    Searched full:refused (Results 26 - 50 of 405) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/page/
ContentSecurityPolicy.cpp 915 String message = "Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: \"" + directives->operativeDirective(directives->m_scriptSrc.get())->text() + "\".\n";
    [all...]
  /external/chromium/chrome/browser/sync/engine/
verify_updates_command.cc 63 // will have refused to unify the update.
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.cpp 54 message.append(xssInfo.m_didBlockEntirePage ? "blocked access to" : "refused to execute a script in");
  /external/dnsmasq/contrib/try-all-ns/
dnsmasq-2.35-try-all-ns.patch 23 if ((header->rcode == SERVFAIL || header->rcode == REFUSED) && forward->forwardall == 0)
  /external/iptables/libipq/
ipq_set_mode.3 94 .I myapp: Failed to send netlink message: Connection refused
  /external/iputils/ninfod/
icmp6_nodeinfo.h 58 #define ICMP6_NI_REFUSED 1 /* NI request is refused */
ninfod_core.c 226 .name = "refused",
350 /* refused response */
376 * 0: refused
628 DEBUG(LOG_WARNING, "Refused by policy.\n");
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlwmiconifywindow.html 145 > if iconification is not support or was refused by the window manager.</P
  /external/bison/lib/
strerror-override.c 85 return "Connection refused";
206 return "Database query was refused";
  /ndk/sources/host-tools/sed-4.2.1/lib/
strerror.c 131 msg = "Connection refused";
250 msg = "Database query was refused";
  /external/openssh/
sshconnect1.c 101 debug("Server refused our key.");
152 debug("RSA authentication using agent refused.");
233 debug("Server refused our key.");
317 debug("RSA authentication refused.");
348 debug("Server refused our rhosts authentication or host key.");
377 debug("Rhosts or /etc/hosts.equiv with RSA host authentication refused.");
mux.c 424 debug2("%s: session refused by user", __func__);
500 debug2("%s: termination refused by user", __func__);
724 debug2("%s: forwarding refused by user", __func__);
887 debug2("%s: stdio fwd refused by user", __func__);
930 debug2("%s: stop listen refused by user", __func__);
    [all...]
roaming_client.c 248 fatal("Server refused resume, roaming timeout may be exceeded");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 91 """Sender address refused.
94 exceptions, this sets `sender' to the string that the SMTP refused.
104 """All recipient addresses refused.
123 """The server refused our HELO reply."""
674 recipient that was refused. Each entry contains a tuple of the SMTP
732 # the server refused all our recipients
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 91 """Sender address refused.
94 exceptions, this sets `sender' to the string that the SMTP refused.
104 """All recipient addresses refused.
123 """The server refused our HELO reply."""
674 recipient that was refused. Each entry contains a tuple of the SMTP
732 # the server refused all our recipients
  /external/tcpdump/
nameser.h 132 #define REFUSED 5 /* query refused */
  /external/chromium_org/ppapi/api/
pp_errors.idl 143 * This value indicates that the connection attempt was refused.
  /external/chromium_org/ppapi/c/
pp_errors.h 143 * This value indicates that the connection attempt was refused.
  /external/chromium_org/ppapi/cpp/
tcp_socket.h 76 /// refused.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
ErrorCodes.java 90 { "SSH_FX_BYTE_RANGE_LOCK_REFUSED", "A request for a byte range lock was refused." },
  /external/kernel-headers/original/asm-generic/
errno.h 84 #define ECONNREFUSED 111 /* Connection refused */
  /external/kernel-headers/original/asm-mips/
errno.h 99 #define ECONNREFUSED 146 /* Connection refused */
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 136 // _buffer contains only data refused by previous Filter->Filter call.
  /external/qemu/android/
async-utils.c 232 * refused / timed-out, for any reason. */
  /external/qemu/proxy/
proxy_http_connector.c 148 PROXY_LOG( "%s: connection refused, error=%d",

Completed in 1444 milliseconds

12 3 4 5 6 7 8 91011>>