HomeSort by relevance Sort by last modified time
    Searched defs:redirect (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/curl/tests/libtest/
lib1502.c 49 char redirect[160]; local
54 snprintf(redirect, sizeof(redirect), "google.com:%s:%s", libtest_arg2,
59 dns_cache_list = curl_slist_append(NULL, redirect);
  /dalvik/dx/etc/
mainDexClasses.bat 115 if DEFINED output goto redirect
118 :redirect label
  /external/volley/src/test/java/com/android/volley/toolbox/
BasicNetworkTest.java 156 @Test public void redirect() throws Exception { method in class:BasicNetworkTest
  /libcore/luni/src/test/java/libcore/java/lang/
ProcessBuilderTest.java 29 import java.lang.ProcessBuilder.Redirect;
30 import java.lang.ProcessBuilder.Redirect.Type;
44 import static java.lang.ProcessBuilder.Redirect.INHERIT;
45 import static java.lang.ProcessBuilder.Redirect.PIPE;
107 .redirectInput(Redirect.INHERIT)
108 .redirectOutput(Redirect.INHERIT)
109 .redirectError(Redirect.INHERIT)
202 .redirectError(Redirect.PIPE).start();
351 Redirect a = Redirect.from(file)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
PermissionCheckActivity.java 95 redirect(); method
111 redirect(); method
133 redirect(); method
137 private void redirect() { method in class:PermissionCheckActivity
  /external/autotest/client/common_lib/
logging_manager.py 429 def redirect(self, filename): member in class:LoggingManager
430 """Redirect output to the specified file"""
435 """Redirect output to the given stream"""
514 result, every time we redirect output we need to spawn a new subprocess to
559 Redirect all configured logging StreamHandlers pointing to
  /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/mockwebserver/src/test/java/com/google/mockwebserver/
MockWebServerTest.java 138 RecordedRequest redirect = server.takeRequest(); local
139 assertEquals("GET /new-path HTTP/1.1", redirect.getRequestLine());
  /external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
OkApacheClientTest.java 56 @Test public void redirect() throws Exception { method in class:OkApacheClientTest
58 server.enqueue(new MockResponse().setBody("Hello, Redirect!"));
63 assertEquals("Hello, Redirect!", actual);
  /external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
MockWebServerTest.java 98 @Test public void redirect() throws Exception { method in class:MockWebServerTest
112 RecordedRequest redirect = server.takeRequest(); local
113 assertEquals("GET /new-path HTTP/1.1", redirect.getRequestLine());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py 466 for scheme in "do", "proxy", "redirect":
942 def redirect(h, req, url=to_url): function in function:HandlerTests.test_redirect
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 141 /** The redirect handler. */
211 ("Redirect handler may not be null.");
944 HttpGet redirect = new HttpGet(uri); local
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
HttpOverSpdyTest.java 233 @Test public void redirect() throws Exception { method in class:HttpOverSpdyTest
  /external/python/cpython2/Lib/test/
test_urllib2.py 486 for scheme in "do", "proxy", "redirect":
964 def redirect(h, req, url=to_url): function in function:HandlerTests.test_redirect
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 138 /** The redirect handler. */
215 ("Redirect handler may not be null.");
973 HttpRedirect redirect = new HttpRedirect(request.getMethod(), uri); local
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
ipa_nat_drvi.h 161 uint32_t redirect:1; member in struct:__anon44460
262 uint64_t redirect:1; member in struct:ipa_nat_sw_rule
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib2.py 471 for scheme in "do", "proxy", "redirect":
948 def redirect(h, req, url=to_url): function in function:HandlerTests.test_redirect
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib2.py 471 for scheme in "do", "proxy", "redirect":
948 def redirect(h, req, url=to_url): function in function:HandlerTests.test_redirect
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 471 for scheme in "do", "proxy", "redirect":
948 def redirect(h, req, url=to_url): function in function:HandlerTests.test_redirect
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 471 for scheme in "do", "proxy", "redirect":
948 def redirect(h, req, url=to_url): function in function:HandlerTests.test_redirect
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 256 XkbRedirectKeyAction redirect; member in union:_XkbAction
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 256 XkbRedirectKeyAction redirect; member in union:_XkbAction
  /external/robolectric/v3/
shadows-httpclient-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/lib/
shadows-httpclient-3.1.1.jar 
  /external/v8/src/
objects.cc 1424 Address AccessorInfo::redirect(Isolate* isolate, Address address, function in class:v8::internal::AccessorInfo
    [all...]

Completed in 856 milliseconds

1 2 3 4 5