HomeSort by relevance Sort by last modified time
    Searched full:redirect (Results 251 - 275 of 1272) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/tools/balsa/
http_message_constants.cc 42 return "Temporary Redirect";
  /external/chromium_org/net/tools/flip_server/
http_message_constants.cc 42 return "Temporary Redirect";
  /external/chromium_org/net/url_request/
url_request_job_unittest.cc 45 "http://www.google.com/redirect",
  /external/chromium_org/sdch/open-vcdiff/
README 14 (the "<" and ">" are file redirect operations, not optional arguments):
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.cpp 367 OwnPtr<ScheduledNavigation> redirect(m_redirect.release());
368 redirect->fire(m_frame);
372 void NavigationScheduler::schedule(PassOwnPtr<ScheduledNavigation> redirect)
376 m_redirect = redirect;
  /external/chromium_org/third_party/WebKit/public/platform/
WebPrerenderingSupport.h 54 // wanted, and we may end up using it after, for instance, a short redirect chain.
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
netware.bat 9 rem want to redirect stdout and stderr. An example command line would be
  /external/chromium_org/webkit/child/
resource_loader_bridge.h 116 // the case of a server redirect.
136 // Called when a redirect occurs. The implementation may return false to
137 // suppress the redirect. The given ResponseInfo provides complete
138 // information about the redirect, and new_url is the URL that will be
  /external/okhttp/
README.md 74 [2]: http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=com.squareup.okhttp&a=okhttp&v=LATEST
  /external/open-vcdiff/
README 14 (the "<" and ">" are file redirect operations, not optional arguments):
  /external/openssl/crypto/threads/
netware.bat 9 rem want to redirect stdout and stderr. An example command line would be
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
HttpRedirect.java 40 * Redirect request (can be either GET or HEAD).
  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 57 // Redirect SQLite log messages to the Android log.
  /packages/services/Telephony/src/com/android/phone/
ProcessOutgoingCallTest.java 46 /* Example of how to redirect calls from one number to another. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wordexp.h 35 WRDE_SHOWERR = (1 << 4), /* Don't redirect stderr to /dev/null. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wordexp.h 35 WRDE_SHOWERR = (1 << 4), /* Don't redirect stderr to /dev/null. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wordexp.h 35 WRDE_SHOWERR = (1 << 4), /* Don't redirect stderr to /dev/null. */
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 762 // Visit a page over bad https that is a redirect to a page with good https.
769 GURL url1 = https_server_expired_.GetURL("server-redirect?");
785 // Visit a page over good https that is a redirect to a page with bad https.
791 GURL url1 = https_server_.GetURL("server-redirect?");
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_request_handler_unittest.cc 284 GURL("http://blah/redirect"));
495 GURL("http://blah/redirect"));
529 GURL("http://blah/redirect"));
559 GURL("http://blah/redirect"));
589 GURL("http://not_blah/redirect"));
623 GURL("http://blah/redirect"));
657 GURL("http://blah/redirect"));
687 GURL("http://blah/redirect")));
719 GURL("http://blah/redirect")));
735 EXPECT_TRUE(handler_.get()); // we could redirect to http (conceivably
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
mmetrics-frames.xsl 5 xmlns:redirect="org.apache.xalan.lib.Redirect"
7 extension-element-prefixes="redirect">
70 <redirect:write file="{$output.dir}/index.html">
72 </redirect:write>
75 <redirect:write file="{$output.dir}/stylesheet.css">
77 </redirect:write>
79 <redirect:write file="{$output.dir}/metrics-reference.html">
81 </redirect:write>
84 <redirect:write file="{$output.dir}/overview-summary.html"
    [all...]
  /bionic/libc/include/netinet/
icmp6.h 121 #define ND_REDIRECT 137 /* redirect */
177 #define ND_REDIRECT_ONLINK 0 /* redirect to an on-link node */
178 #define ND_REDIRECT_ROUTER 1 /* redirect to a better router */
283 struct nd_redirect { /* redirect */
599 #define ICMP6_STAT_BADREDIRECT 540 /* bad redirect message */
623 #define ICMPV6CTL_REDIRTIMEOUT 3 /* redirect cache time */
754 extern int icmp6_redirtimeout; /* cache time for redirect routes */
768 "rtsol", "rtadv", "neighsol", "neighadv", "redirect",
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 117 open STDOUT, '>', 'out.tmp' or die "Can't redirect stdout: $!";
121 open STDERR, '>', 'err.tmp' or die "Can't redirect stderr: $!";
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionHandler.java 61 if(className.equals("org.apache.xalan.xslt.extensions.Redirect")) {
62 className = "org.apache.xalan.lib.Redirect";
  /external/chromium/chrome/browser/automation/
automation_tab_helper_browsertest.cc 64 // and quit the message loop when the redirect has completed. This expects
65 // that the tab receives news of the redirect before the script returns.
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler_unittest.cc 175 // Tests that the final request in a redirect chain will
178 GURL url_redirect("http://www.redirect.com");

Completed in 589 milliseconds

<<11121314151617181920>>