Home
last modified time | relevance | path

Searched defs:redirect (Results 1 – 22 of 22) sorted by relevance

/external/curl/tests/libtest/
Dlib1502.c48 char redirect[160]; in test() local
/external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
DMockWebServerTest.java99 @Test public void redirect() throws Exception { in redirect() method in MockWebServerTest
113 RecordedRequest redirect = server.takeRequest(); in redirect() local
/external/skia/tools/skiaserve/
DResponse.cpp80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate()
/external/skqp/tools/skiaserve/
DResponse.cpp80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) { in SendTemplate()
/external/mockwebserver/src/test/java/com/google/mockwebserver/
DMockWebServerTest.java138 RecordedRequest redirect = server.takeRequest(); in testRedirect() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowPlurals.java116 … String redirect = "<i>=<a href='#" + canonicalLocale + "'>" + canonicalLocale + "</a></i>"; in printPluralTable() local
/external/volley/src/test/java/com/android/volley/toolbox/
DBasicNetworkTest.java232 public void redirect() throws Exception { in redirect() method in BasicNetworkTest
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java56 @Test public void redirect() throws Exception { in redirect() method in OkApacheClientTest
/external/emma/core/java12/com/vladium/util/
DProperty.java509 final String redirect = (String) m_systemRedirects.get (key); in get() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttpOverSpdyTest.java233 @Test public void redirect() throws Exception { in redirect() method in HttpOverSpdyTest
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DDefaultRequestDirector.java991 HttpRedirect redirect = new HttpRedirect(request.getMethod(), uri); in handleResponse() local
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRequestDirector.java944 HttpGet redirect = new HttpGet(uri); in handleResponse() local
/external/autotest/client/common_lib/
Dlogging_manager.py429 def redirect(self, filename): member in LoggingManager
/external/cldr/tools/java/org/unicode/cldr/util/
DDateTimeFormats.java850 String redirect = "http://st.unicode.org/cldr-apps/survey?_=" + localeID in main() local
/external/python/cpython2/Lib/test/
Dtest_urllib2.py964 def redirect(h, req, url=to_url): function
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCallTest.java1332 @Test public void redirect() throws Exception { in redirect() method in CallTest
/external/python/cpython3/Lib/test/
Dtest_urllib2.py1204 def redirect(h, req, url=to_url): function
/external/one-true-awk/
Drun.c1665 FILE *redirect(int a, Node *b) /* set up all i/o redirections */ in redirect() function
/external/python/httplib2/doc/html/
Dsearchindex.js1 …ndex:0,section:1,current:1,delet:1,version:1,"new":1,method:1,funtion:1,redirect:[0,1],deriv:1,gen… property
Dsearchindex.json1 …nt":[1],"delet":[1],"version":[1],"new":[1],"public":[1],"funtion":[1],"redirect":[0,1],"deriv":[1… array
/external/v8/src/inspector/
Djs_protocol.json2864 "redirect": "Debugger", string
/external/v8/src/
Dobjects.cc1605 Address AccessorInfo::redirect(Address address, AccessorComponent component) { in redirect() function in v8::internal::AccessorInfo