/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
extras_routes_test.py | 17 RedirectRoute('/redirect-me-easily', redirect_to='/i-was-redirected-easily'), 18 RedirectRoute('/redirect-me-easily2', redirect_to='/i-was-redirected-easily', defaults={'_code': 302}), 19 RedirectRoute('/redirect-me-easily3', redirect_to='/i-was-redirected-easily', defaults={'_permanent': False}), 22 RedirectRoute('/redirect-to-name-destination', name='redirect-to-name-destination', handler=HomeHandler), 23 RedirectRoute('/redirect-to-name', redirect_to_name='redirect-to-name-destination'), 37 req = webapp2.Request.blank('/redirect-me-easily') 43 req = webapp2.Request.blank('/redirect-me-easily2') 49 req = webapp2.Request.blank('/redirect-me-easily3' [all...] |
/external/llvm/lib/Support/Unix/ |
Program.inc | 103 // Redirect empty paths to /dev/null 133 // Redirect empty paths to /dev/null 214 // Redirect stdin/stdout. 220 // Just redirect stderr 224 // If stdout and stderr should go to the same place, redirect stderr 227 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err); 268 // Redirect file descriptors... 270 // Redirect stdin 272 // Redirect stdout 276 // If stdout and stderr should go to the same place, redirect stder [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
junit-frames.xsl | 4 xmlns:redirect="http://xml.apache.org/xalan/redirect" 6 extension-element-prefixes="redirect"> 40 <redirect:write file="{$output.dir}/index.html"> 42 </redirect:write> 45 <redirect:write file="{$output.dir}/stylesheet.css"> 47 </redirect:write> 50 <redirect:write file="{$output.dir}/overview-summary.html"> 52 </redirect:write> 55 <redirect:write file="{$output.dir}/overview-frame.html" [all...] |
junit-frames-xalan1.xsl | 4 xmlns:redirect="org.apache.xalan.lib.Redirect" 6 extension-element-prefixes="redirect"> 39 <redirect:write file="{$output.dir}/index.html"> 41 </redirect:write> 44 <redirect:write file="{$output.dir}/stylesheet.css"> 46 </redirect:write> 49 <redirect:write file="{$output.dir}/overview-summary.html"> 51 </redirect:write> 54 <redirect:write file="{$output.dir}/overview-frame.html" [all...] |
/external/apache-http/android/src/android/net/http/ |
RequestHandle.java | 121 * @return true if we've hit the max redirect count 136 * Create and queue a redirect request. 138 * @param redirectTo URL to redirect to 140 * @param cacheHeaders Cache header for redirect URL 141 * @return true if setup succeeds, false otherwise (redirect loop 142 * count exceeded, body provider unable to rewind on 307 redirect) 168 HttpLog.v("blowing away the referer on an https -> http redirect"); 192 HttpLog.v("replacing POST with GET on redirect to " + redirectTo);
|
/frameworks/base/core/java/android/annotation/ |
CheckResult.java | 48 * which sounds like it might redirect the error stream. It does not. It's just 49 * a getter which returns whether the process builder will redirect the error stream,
|
/frameworks/support/annotations/src/android/support/annotation/ |
CheckResult.java | 46 * which sounds like it might redirect the error stream. It does not. It's just 47 * a getter which returns whether the process builder will redirect the error stream,
|
/bionic/libc/upstream-freebsd/android/include/ |
freebsd-compat.h | 40 /* Redirect internal C library calls to the public function. */
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
testing-applications.txt | 36 # The app does POST-and-redirect... 50 This tests that the status is a ``200 OK`` or a redirect header, 77 Follows the redirect, returning the new response. It is an error 78 if this response wasn't a redirect. Any keyword arguments are
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/ |
MANIFEST | 50 docs/apidoc/redirect.html
|
/external/iproute2/tc/ |
m_mirred.c | 35 fprintf(stderr, "\tACTION := <mirror | redirect>\n"); 52 return "Egress Redirect"; 54 return "Ingress Redirect"; 113 } else if (!redir && matches(*argv, "redirect") == 0) {
|
/external/iptables/extensions/ |
libipt_REDIRECT.c | 19 "REDIRECT target options:\n" 50 xtables_param_act(XTF_BAD_VALUE, "REDIRECT", "--to-ports", arg); 72 xtables_param_act(XTF_BAD_VALUE, "REDIRECT", "--to-ports", arg); 139 .name = "REDIRECT",
|
libipt_icmp.c | 50 { "redirect", 5, 0, 0xFF }, 51 { "network-redirect", 5, 0, 0 }, 52 { "host-redirect", 5, 1, 1 }, 53 { "TOS-network-redirect", 5, 2, 2 }, 54 { "TOS-host-redirect", 5, 3, 3 },
|
/external/lldb/source/API/ |
SBStream.cpp | 77 // redirect it to the file so we don't lose the data 109 // redirect it to the file so we don't lose the data 135 // redirect it to the file so we don't lose the data 181 // redirect it to the file so we don't lose the data
|
/external/lldb/test/functionalities/command_source/ |
TestCommandSource.py | 23 # Let's temporarily redirect the stdout to our StringIO session object
|
/external/lldb/www/python_reference/ |
redirect.html | 1 <html><head><title>Epydoc Redirect Page</title> 19 <h3>Epydoc Auto-redirect page</h3> 21 <p>When javascript is enabled, this page will redirect URLs of 22 the form <tt>redirect.html#<i>dotted.name</i></tt> to the
|
/external/llvm/utils/lit/tests/ |
shtest-shell.py | 27 # CHECK: Unsupported redirect:
|
/external/oauth/core/src/main/java/net/oauth/http/ |
HttpClient.java | 30 * Don't follow redirects. If a redirect response is received, simply return
|
/external/selinux/libselinux/man/man3/ |
set_matchpathcon_flags.3 | 53 then this defaults to fprintf(stderr, fmt, ...). This can be set to redirect
|
/external/sepolicy/ |
debuggerd.te | 25 # Allow debuggerd to redirect a dump_backtrace request to itself.
|
/external/valgrind/none/tests/amd64-linux/ |
filter_minimal | 11 # of the bash process. Newer bash versions redirect such messages properly.
|
/external/valgrind/none/tests/x86-linux/ |
filter_minimal | 11 # of the bash process. Newer bash versions redirect such messages properly.
|
/frameworks/base/core/java/android/hardware/camera2/dispatch/ |
Dispatchable.java | 23 * <p>This can be used to intercept method calls and do work around them, redirect work,
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
MakedictLog.java | 20 * Wrapper to redirect log events to the right output medium.
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/ |
open_id.py | 149 Call the application, and redirect if the app returns a 401 response 215 # Now ask the library for the URL to redirect the user to 222 # Send the redirect response 223 return self.redirect(request, redirect_url) 228 """Handle the redirect from the OpenID server. 267 fmt = ("If you had supplied a login redirect path, you would have " 272 # @@: This stuff doesn't make sense to me; why not a remote redirect? 296 def redirect(self, request, redirect_url): member in class:AuthOpenIDHandler 297 """Send a redirect response to the given URL to the browser.""" 300 request['start']('302 REDIRECT', response_headers [all...] |