HomeSort by relevance Sort by last modified time
    Searched full:redirection (Results 1 - 25 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/webkit/Source/WebCore/manual-tests/
redirect.html 1 <meta http-equiv="refresh" content="0;url=redirection-target.html">
2 <p>See redirection-target.html for details of what this tests.</p>
redirection-target.html 2 This test checks that redirection does not leave Safari thinking it's still loading.
  /external/iptables/include/linux/netfilter/
xt_TPROXY.h 5 * redirection. We can get rid of that whenever we get support for
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RedirectEnter.java 32 * Entry into our redirection example, describing what will happen.
52 // Here we start up the main entry point of our redirection
RedirectGetter.java 30 * Sub-activity that is executed by the redirection example when input is needed
  /development/samples/ApiDemos/res/layout/
redirect_enter.xml 17 <!-- Demonstrates redirection between activities.
redirect_getter.xml 17 <!-- Demonstrates redirection between activities.
redirect_main.xml 17 <!-- Demonstrates redirection between activities.
  /external/valgrind/main/memcheck/tests/
wrap8.stderr.exp 2 PPC64 function redirection stack overflow
  /external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
vms-code.c 16 output redirection request; called first thing from main(). */
34 * Check command line arguments for redirection request(s).
81 /* perform any requested redirection; don't bother with SYS$xxx logicals */
93 /* remove any excess arguments (used up from redirection) */
  /frameworks/base/core/java/android/util/
Printer.java 20 * Simple interface for printing text, allowing redirection to various
  /sdk/find_java/
utils.cpp 150 // Disables the FS redirection done by WOW64.
154 // The registry is also remapped. This method disables this redirection.
155 // Caller should restore the redirection later by using revertWow64FsRedirection().
181 // Reverts the redirection disabled in disableWow64FsRedirection.
  /system/core/sh/
nodetypes 67 NREDIR nredir # redirection (of a complex command)
120 next nodeptr # next redirection in list
128 next nodeptr # next redirection in list
137 next nodeptr # next redirection in list
token.h 74 "redirection",
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpTests.java 313 // Redirection Tests
327 // test each of the redirection response codes
357 Assert.fail("Error during redirection test " + i + ": " + e);
373 // Test if redirection to a different port works
388 Assert.assertEquals("Incorrect data returned on redirection to a different port.",
401 Assert.fail("Exception during redirection to a different port:" + e);
403 Assert.fail("Exception during redirection to a different port:" + e);
424 Assert.fail("Exception during redirection test to a relative URL: " + e);
  /external/chromium/chrome/browser/
intranet_redirect_detector.h 37 // redirection is in place, the returned GURL will be empty.
51 // Returns the current redirect origin. This will be empty if no redirection
  /external/chromium/third_party/libjingle/source/
CHANGELOG 14 - Call redirection
  /external/iptables/iptables/
ip6tables-restore.8 29 I/O redirection provided by your shell to read from a file
iptables-restore.8 29 I/O redirection provided by your shell to read from a file
ip6tables-save.8 30 to STDOUT. Use I/O-redirection provided by your shell to write to a file.
iptables-save.8 30 to STDOUT. Use I/O-redirection provided by your shell to write to a file.
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 498 QUrl redirection = m_replyWrapper->reply()->attribute(QNetworkRequest::RedirectionTargetAttribute).toUrl(); local
499 if (redirection.isValid()) {
500 redirect(response, redirection);
507 void QNetworkReplyHandler::redirect(ResourceResponse& response, const QUrl& redirection)
509 QUrl newUrl = m_replyWrapper->reply()->url().resolved(redirection);
520 QCoreApplication::translate("QWebPage", "Redirection limit reached"));
  /external/qemu/android/utils/
debug.c 67 /** STDOUT/STDERR REDIRECTION
  /external/stlport/stlport/
iostream 32 // for ofstream redirection
  /libcore/luni/src/main/java/java/net/
HttpRetryException.java 57 * the destination URL of the redirection.

Completed in 746 milliseconds

1 2 3 4 5 6 7 8 91011