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

1 23 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/Support/
Program.h 99 const StringRef **redirects = nullptr, ///< An optional array of pointers
129 const StringRef **redirects = nullptr, unsigned memoryLimit = 0,
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 233 const StringRef *Redirects[3] = {nullptr, &Nowhere, &Nowhere};
237 (SilencePasses ? Redirects : nullptr),
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java 43 /** The application's original request unadulterated by redirects or auth headers. */
262 // Create the initial HTTP engine. Retries and redirects need new engine for each attempt.
OkHttpClient.java 444 * Configure this client to follow redirects from HTTPS to HTTP and from HTTP
447 * <p>If unset, protocol redirects will be followed. This is different than
459 /** Configure this client to follow redirects. If unset, redirects be followed. */
  /external/toybox/toys/pending/
sh.c 153 bool "Pipes and redirects ( | > >> < << & && | || () ; )"
158 | pipes, > >> < redirects, << here documents, || && conditional
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 263 * Tests the download failure error after too many redirects (>5).
269 // force 6 redirects
  /external/apache-http/android/src/android/net/http/
EventHandler.java 54 /** Too many redirects */
  /external/apache-http/src/org/apache/http/client/
RequestDirector.java 45 * It establishes connections and optionally processes redirects and
  /external/apache-http/src/org/apache/http/impl/client/
BasicResponseHandler.java 51 * HttpClient may handle redirects (3xx responses) internally.
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/
response.rst 120 'Location' header variable, used for redirects.
  /external/clang/include/clang/Driver/
Compilation.h 70 const StringRef **Redirects;
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
HttpResponseCache.java 159 * to handle a redirects and retries.
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 32 * This AttributeVisitor redirects unconditional branches so any common code
  /external/slf4j/slf4j-site/src/site/pages/
download.html 72 module redirects all calls to System.out and System.err to an
  /frameworks/base/docs/html/
_redirects.yaml 5 # <docs-release-branch>/vendor/google/docs/app-engine-server/v3/redirects.yaml
8 # Redirects file.
14 redirects:
311 # comment: this redirects guide/ and guide/index.html only
  /frameworks/base/docs/html/guide/webapps/
best-practices.jd 41 server-side redirects. Most often, this is done by "sniffing" the User Agent
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceStatus.java 64 // The sync call encountered too many redirects.
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 147 * The maximum number of redirects.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 97 * How many redirects and auth challenges should we attempt? Chrome follows 21 redirects; Firefox,
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 105 /** The maximum number of server redirects we allow before returning failure. */
271 // We handle server redirects by looping, but we need to protect against too much looping.
383 // Handle redirects.
400 // Non-redirects return immediately after handling, so the only way to reach here is if we
402 LogUtils.e(LOG_TAG, "Too many redirects");
    [all...]
  /packages/providers/DownloadProvider/docs/
index.html 35 <li> <a href="#Handling_redirects">Handling redirects</a>
162 <tr><td > DLMGR_C_9 </td><td > The Download Manager SHOULD handle redirects </td><td > 2009 </td><td > <b>YES</b> done in Cupcake </td></tr>
249 <h3><a name="Handling_redirects"> </a> Handling redirects </h3>
251 There are two important aspects to handle redirects:
260 If the <code>URI</code> column gets hidden, it could be used to store the intermediate URIs. After 1.0 the only available integer columns were <code>METHOD</code> and <code>CONTROL</code>. <code>CONTROL</code> was re-exposed to applications and can't be used. <code>METHOD</code> is slated to be re-used for 503 retry-after delays. It could be split into two halves, one for retry-after and one for the redirect count. It would make more sense to count the redirect loop with <code>FAILED_CONNECTIONS</code>, but since there's already quite some code using it it'd take a bit more effort. Ideally handling of redirects would be delayed until a future release, with a cleanup of the database schema (going along with the cleanup of the handling of filenames).
262 Because of the pattern used to read/write <code>DownloadInfo</code> and <code>DownloadProvider</code>, it's impractical to store multiple small integers into a large one. Therefore, since there are no integer columns left in the database, redirects will have to wait beyond Cupcake.
338 <tr><td > 2009 </td><td > Cupcake <b>YES</b> </td><td > Cupcake P2 <b>YES</b> </td><td > Redirects </td><td > The download manager handles common redirects. </td><td > &nbsp; </td></tr>
    [all...]
  /external/bison/darwin-lib/sys/
wait.h 133 that redirects to rpl_func, if GNULIB_NAMESPACE is defined.
171 that redirects to the system provided function func, if GNULIB_NAMESPACE
  /external/bison/darwin-lib/
time.h 139 that redirects to rpl_func, if GNULIB_NAMESPACE is defined.
177 that redirects to the system provided function func, if GNULIB_NAMESPACE
  /external/bison/linux-lib/sys/
wait.h 133 that redirects to rpl_func, if GNULIB_NAMESPACE is defined.
171 that redirects to the system provided function func, if GNULIB_NAMESPACE
  /external/bison/linux-lib/
time.h 139 that redirects to rpl_func, if GNULIB_NAMESPACE is defined.
177 that redirects to the system provided function func, if GNULIB_NAMESPACE

Completed in 399 milliseconds

1 23 4 5 6 7 8 91011>>