HomeSort by relevance Sort by last modified time
    Searched full:redirects (Results 26 - 50 of 328) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/generic/mini-emulator-arm64/
init.mini-emulator.rc 84 # if it does, it redirects its output to the device
  /device/generic/mini-emulator-armv7-a-neon/
init.mini-emulator.rc 84 # if it does, it redirects its output to the device
  /external/apache-http/android/src/android/net/http/
RequestHandle.java 34 * redirects, HTTP authentication requests, etc.
156 // Way too many redirects -- fail out
158 "RequestHandle.setupRedirect(): too many redirects " +
161 "The page contains too many server redirects.");
  /external/apache-http/src/org/apache/http/client/
HttpClient.java 95 * Whether redirects or authentication challenges will be returned
116 * Whether redirects or authentication challenges will be returned
138 * Whether redirects or authentication challenges will be returned
161 * Whether redirects or authentication challenges will be returned
  /external/llvm/lib/Support/Windows/
Program.inc 245 const char **envp, const StringRef **redirects,
287 if (redirects) {
290 si.hStdInput = RedirectIO(redirects[0], 0, ErrMsg);
295 si.hStdOutput = RedirectIO(redirects[1], 1, ErrMsg);
301 if (redirects[1] && redirects[2] && *(redirects[1]) == *(redirects[2])) {
314 si.hStdError = RedirectIO(redirects[2], 2, ErrMsg);
  /external/llvm/unittests/Support/
ProgramTest.cpp 110 const StringRef *Redirects[] = { nullptr, &LongPathRef, nullptr };
111 int RC = ExecuteAndWait(MyExe, ArgV, &EnvP[0], Redirects,
156 const StringRef *redirects[] = { &nul, &nul, nullptr }; local
157 int rc = ExecuteAndWait(my_exe, argv, &envp[0], redirects,
  /packages/apps/Browser/src/com/android/browser/
DownloadTouchIcon.java 52 * the originalUrl so we take account of redirects. Used when the user
67 * within the bookmarks activity and there haven't been any redirects.
Bookmarks.java 172 // account redirects.
196 * @param originalUrl The original url before any redirects.
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 80 * {@code HttpURLConnection} will follow up to five HTTP redirects. It will
81 * follow redirects from one origin server to another. This implementation
82 * doesn't follow redirects from HTTPS to HTTP or vice versa.
157 * redirects. You can use {@link #getURL()} to test if your connection has been
308 * Flag to define whether the protocol will automatically follow redirects
658 * Sets the flag of whether this connection will follow redirects returned
717 * Returns whether this connection follows redirects.
719 * @return {@code true} if this connection follows redirects, false
727 * Sets whether this connection follows redirects.
730 * {@code true} if this connection will follows redirects, fals
    [all...]
  /external/llvm/utils/lit/lit/
ShUtil.py 196 redirects = []
219 redirects.append((op, arg))
221 return Command(args, redirects)
  /cts/tests/tests/media/src/android/media/cts/
StreamingMediaPlayerTest.java 193 // Stagefright doesn't have a limit, but we can't test support of infinite redirects
194 // Up to 4 redirects seems reasonable though.
251 // Stagefright doesn't have a limit, but we can't test support of infinite redirects
252 // Up to 4 redirects seems reasonable though.
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/
test_httpexceptions.py 16 """ make sure that location is a mandatory attribute of Redirects """
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
usingusers.rst 41 Reload the page in your browser. Your application redirects you to the local
  /external/e2fsprogs/intl/
intl-compat.c 28 /* This file redirects the gettext functions (without prefix) to those
  /external/elfutils/src/tests/
test-subr.sh 142 # Same as above, but redirects stdout to /dev/null
  /external/okhttp/android/main/java/com/squareup/okhttp/
HttpHandler.java 70 // Do not permit http -> https and https -> http redirects.
  /external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/
AndroidShimResponseCache.java 128 * to handle a redirects and retries.
  /frameworks/base/core/java/android/webkit/
WebHistoryItem.java 54 * redirects while loading the site.
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java 37 * Wallpaper picker for the gallery application. This just redirects to the
  /external/bison/build-aux/snippet/
c++defs.h 111 that redirects to rpl_func, if GNULIB_NAMESPACE is defined.
149 that redirects to the system provided function func, if GNULIB_NAMESPACE
  /external/bison/darwin-lib/
c++defs.h 95 that redirects to rpl_func, if GNULIB_NAMESPACE is defined.
133 that redirects to the system provided function func, if GNULIB_NAMESPACE
  /external/bison/linux-lib/
c++defs.h 95 that redirects to rpl_func, if GNULIB_NAMESPACE is defined.
133 that redirects to the system provided function func, if GNULIB_NAMESPACE
  /external/clang/docs/
Makefile.sphinx 53 @# FIXME: What we really need is a way to specify redirects, so that
55 @# PR14714 is tracking the issue of redirects.
  /external/clang/include/clang/Driver/
Job.h 115 virtual int Execute(const StringRef **Redirects, std::string *ErrMsg,
154 int Execute(const StringRef **Redirects, std::string *ErrMsg,
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
routes.py 227 """A convenience route class for easy redirects.
260 If True, redirects access to the same URL with different trailing

Completed in 462 milliseconds

12 3 4 5 6 7 8 91011>>