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

1 2 3 4 5 6 7 8 9

  /external/fio/oslib/
linux-dev-lookup.h 4 int blktrace_lookup_device(const char *redirect, char *path, unsigned int maj,
linux-dev-lookup.c 10 int blktrace_lookup_device(const char *redirect, char *path, unsigned int maj,
35 found = blktrace_lookup_device(redirect, full_path,
51 if (redirect) {
52 strcpy(path, redirect);
  /external/curl/docs/cmdline-opts/
proto-redir.d 3 Help: Enable/disable PROTOCOLS on redirect
6 Tells curl to limit what protocols it may use on redirect. Protocols denied by
10 Example, allow only HTTP and HTTPS on redirect:
14 By default curl will allow all protocols on redirect except several disabled
17 protocols on redirect, including those disabled for security.
location-trusted.d 7 the site may redirect to. This may or may not introduce a security breach if
stderr.d 2 Help: Where to redirect stderr
5 Redirect all writes to stderr to the specified file instead. If the file name
location.d 11 host. If a redirect takes curl to a different host, it won't be able to
16 When curl follows a redirect and the request is not a plain GET (for example
  /external/skia/tools/skiaserve/
Response.h 24 int SendTemplate(MHD_Connection* connection, bool redirect = false,
Response.cpp 80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) {
91 if (redirect) {
  /external/skqp/tools/skiaserve/
Response.h 24 int SendTemplate(MHD_Connection* connection, bool redirect = false,
Response.cpp 80 int SendTemplate(MHD_Connection* connection, bool redirect, const char* redirectUrl) {
91 if (redirect) {
  /external/curl/tests/libtest/
lib1502.c 47 char redirect[160]; local
52 snprintf(redirect, sizeof(redirect), "google.com:%s:%s", libtest_arg2,
57 dns_cache_list = curl_slist_append(NULL, redirect);
  /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
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
b-nosym.d 8 # Note that we have to redirect stderr when objdumping to get rid of the
  /build/make/tools/droiddoc/templates-pdk/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
21 <?cs if:sdk.redirect ?>
27 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
29 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
34 <?cs # else, if NOT redirect ...
69 # (nested in if/else redirect)
    [all...]
  /external/python/cpython2/Doc/tools/static/
version_switch.js 46 // check beforehand if url exists, else redirect to version's start page
  /external/python/cpython3/Doc/tools/static/
version_switch.js 46 // check beforehand if url exists, else redirect to version's start page
  /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();
352 Redirect a = Redirect.from(file)
    [all...]
  /prebuilts/go/darwin-x86/misc/chrome/gophertool/
gopher.js 18 // avoid some redirect latency and go right there, since
  /prebuilts/go/linux-x86/misc/chrome/gophertool/
gopher.js 18 // avoid some redirect latency and go right there, since
  /frameworks/native/cmds/dumpstate/
dumpstate.h 407 /* redirect output to a service control socket */
408 void redirect_to_socket(FILE *redirect, const char *service);
410 /* redirect output to a new file */
411 void redirect_to_file(FILE *redirect, char *path);
413 /* redirect output to an existing file */
414 void redirect_to_existing_file(FILE *redirect, char *path);
  /prebuilts/go/darwin-x86/src/net/http/
client.go 43 // These headers will be ignored when following a redirect to a domain
45 // For example, a redirect from "foo.com" to either "foo.com" or "sub.foo.com"
46 // will forward the sensitive headers, but a redirect to "bar.com" will not.
49 // Since each redirect may mutate the state of the cookie jar,
50 // a redirect may possibly alter a cookie set in the initial request.
64 // following an HTTP redirect. The arguments req and via are
83 // redirect that the Client follows.
349 // the following redirect codes, Get follows the redirect, up to a
355 // 307 (Temporary Redirect)
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
client.go 43 // These headers will be ignored when following a redirect to a domain
45 // For example, a redirect from "foo.com" to either "foo.com" or "sub.foo.com"
46 // will forward the sensitive headers, but a redirect to "bar.com" will not.
49 // Since each redirect may mutate the state of the cookie jar,
50 // a redirect may possibly alter a cookie set in the initial request.
64 // following an HTTP redirect. The arguments req and via are
83 // redirect that the Client follows.
349 // the following redirect codes, Get follows the redirect, up to a
355 // 307 (Temporary Redirect)
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/net/
HttpHelper.java 418 boolean redirect;
422 redirect = false;
428 redirect = true;
431 if (redirect) {
434 CLog.d("Redirect occured during GET, new url %s", location);
437 } while(redirect && redirectCount < mMaxRedirects);
  /build/make/tools/droiddoc/templates-ndk/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
27 <?cs if:sdk.redirect ?>
33 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
35 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
40 <?cs # else, if NOT redirect ...
71 # (nested in if/else redirect)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
StreamingMediaPlayer2Test.java 338 private void localHttpAudioStreamTest(final String name, boolean redirect, boolean nolength)
343 if (redirect) {
405 private void localHttpsAudioStreamTest(final String name, boolean redirect, boolean nolength)
410 if (redirect) {
795 private void localHlsTest(final String name, boolean appendQueryString, boolean redirect)
800 if (redirect) {

Completed in 1053 milliseconds

1 2 3 4 5 6 7 8 9