/external/mockwebserver/src/test/java/com/google/mockwebserver/ |
MockWebServerTest.java | 132 RecordedRequest redirect = server.takeRequest(); local 133 assertEquals("GET /new-path HTTP/1.1", redirect.getRequestLine());
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Contact.java | 64 public static final String REDIRECT = ParameterNames.REDIRECT;
|
/frameworks/base/core/java/android/webkit/ |
WebResourceResponse.java | 65 * Causing a redirect by specifying a 3xx code is not supported. 123 * Causing a redirect by specifying a 3xx code is not supported.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_evc.h | 80 * Redirect cout, cerr and clog: 81 * If defined redirect cout, cerr and clog to
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
pkt_cls.h | 33 bits 9,10,11: redirect counter - redirect TTL. Loop avoidance
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
pkt_cls.h | 33 bits 9,10,11: redirect counter - redirect TTL. Loop avoidance
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_evc.h | 80 * Redirect cout, cerr and clog: 81 * If defined redirect cout, cerr and clog to
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_evc.h | 80 * Redirect cout, cerr and clog: 81 * If defined redirect cout, cerr and clog to
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_evc.h | 80 * Redirect cout, cerr and clog: 81 * If defined redirect cout, cerr and clog to
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_evc.h | 80 * Redirect cout, cerr and clog: 81 * If defined redirect cout, cerr and clog to
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_evc.h | 80 * Redirect cout, cerr and clog: 81 * If defined redirect cout, cerr and clog to
|
/external/netperf/ |
netserver.c | 230 /* and redirect stdout to it. */ 448 FILE *rd_null_fp; /* Used to redirect from "/dev/null". */ 449 FILE *wr_null_fp; /* Used to redirect to "/dev/null". */ 577 /* Redirect stdin from "/dev/null". */ 595 /* Redirect stdout to the debug write file descriptor. */ 607 /* Redirect stderr to "/dev/null". */
|
/frameworks/base/tests/CoreTests/android/core/ |
TestWebServer.java | 193 * a redirect code with the Location response header set to the value 195 * @param redirect The location to be redirected to 198 public void setRedirect(String redirect, int code) { 199 redirectHost = redirect; 201 log("Server will redirect output to "+redirect+" code "+code);
|
/libcore/support/src/test/java/tests/support/ |
Support_TestWebServer.java | 179 * a redirect code with the Location response header set to the value 181 * @param redirect The location to be redirected to 184 public void setRedirect(String redirect, int code) { 185 redirectHost = redirect; 187 log("Server will redirect output to "+redirect+" code "+code);
|
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
FormAuthenticator.java | 58 * Otherwise it will redirect.</p> 105 * If true, uris that cause a redirect to a login page will always 107 * page redirect is remembered. 230 // Redirect to original request 325 // But only if it is not set already, or we save every uri that leads to a login form redirect
|
/external/llvm/lib/Support/Windows/ |
Program.inc | 292 MakeErrMsg(ErrMsg, "can't redirect stdin"); 298 MakeErrMsg(ErrMsg, "can't redirect stdout"); 302 // If stdout and stderr should go to the same place, redirect stderr 313 // Just redirect stderr 318 MakeErrMsg(ErrMsg, "can't redirect stderr");
|
/external/tcpdump/ |
print-icmp.c | 239 { ICMP_REDIRECT_NET, "redirect %s to net %s" }, 240 { ICMP_REDIRECT_HOST, "redirect %s to host %s" }, 241 { ICMP_REDIRECT_TOSNET, "redirect-tos %s to net %s" }, 242 { ICMP_REDIRECT_TOSHOST, "redirect-tos %s to host %s" }, 441 fmt = tok2str(type2str, "redirect-#%d %%s to net %%s",
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/ |
auth_tkt.py | 82 ... redirect HTML ... 90 Be careful not to do an HTTP redirect after login; use meta 92 aren't saved when set on a redirect.
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/ |
features.rst | 223 And a handler helper for redirects builds the URI to redirect to. 224 redirect_to = redirect + uri_for:: 238 webapp2.Route('/old-page', RedirectHandler, defaults={'uri': '/view/i-came-from-a-redirect'}),
|
/external/emma/core/java12/com/vladium/util/ |
Property.java | 509 final String redirect = (String) m_systemRedirects.get (key); local 511 if (redirect != null) 513 result = getSystemProperty (redirect, null);
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
errordocument.py | 192 'redirect to in the StatusBasedForward mapper' 321 'redirect to in the _StatusBasedRedirect error_mapper'
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Response.java | 69 * <li>It may be the request generated in response to an HTTP redirect or 172 * Returns the response for the HTTP redirect or authorization challenge that
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
updateChecking.html | 92 and provide several ways for you to disable or redirect FindBugs update checks. 102 <li>You can also redirect all update checks to a local server. This allows you to collect information about who is using
|
/external/slf4j/jul-to-slf4j/src/main/java/org/slf4j/bridge/ |
SLF4JBridgeHandler.java | 45 * SLF4JBridgeHandler instance will redirect all JUL log records are redirected 114 * This handler will redirect j.u.l. logging to SLF4J. However, only logs enabled
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ContactEditorBaseActivity.java | 356 Uri rawContactUri, Bundle intentExtras, boolean redirect) { 371 if (redirect) {
|