HomeSort by relevance Sort by last modified time
    Searched defs:Redirect (Results 1 - 12 of 12) sorted by null

  /system/webservd/libwebserv/
response.cc 89 void ResponseImpl::Redirect(int status_code, const std::string& redirect_url) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
website.py 44 :ivar redirect_all_requests_to: Describes the redirect behavior for every
118 """Specify redirect behavior for every request to a bucket's endpoint.
157 rule = RoutingRule(Condition(), Redirect())
183 specified redirect to apply.
185 :ivar redirect: Specifies redirect behavior. You can redirect requests to
190 def __init__(self, condition=None, redirect=None):
192 self.redirect = redirect
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/
test_website.py 33 from boto.s3.website import Redirect
87 redirect = Redirect(replace_key_prefix='documents/')
88 rules.add_rule(RoutingRule(condition, redirect))
102 <Redirect>
104 </Redirect>
114 # Redirect requests to a specific host in the event of a 404.
115 # Also, the redirect inserts a report-404/. For example,
120 redirect = Redirect(hostname='example.com'
    [all...]
  /development/tools/axl/
axl.py 102 class Redirect(BaseProtocol):
173 """Redirect back to same resource"""
243 Redirect, DataDrop, DropOnce, NoCR, PipeDrop, RedirectLoop, ReadAll, \
  /libcore/ojluni/src/main/java/java/lang/
ProcessBuilder.java 119 private Redirect[] redirects;
352 * Implements a <a href="#redirect-output">null input stream</a>.
362 * Implements a <a href="#redirect-input">null output stream</a>.
376 * Each {@code Redirect} instance is one of the following:
379 * <li>the special value {@link #PIPE Redirect.PIPE}
380 * <li>the special value {@link #INHERIT Redirect.INHERIT}
382 * {@link Redirect#from Redirect.from(File)}
384 * {@link Redirect#to Redirect.to(File)
    [all...]
  /external/libbrillo/brillo/http/
http_request.h 142 static const int Redirect = 302;
  /external/v8/src/
assembler.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
asptlb.h 483 virtual HRESULT WINAPI Redirect(BSTR bstrURL) = 0;
521 HRESULT (WINAPI *Redirect)(IResponse *This,BSTR bstrURL);
    [all...]
rtccore.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 513 milliseconds