HomeSort by relevance Sort by last modified time
    Searched full:redirects (Results 76 - 100 of 270) sorted by null

1 2 34 5 6 7 8 91011

  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerStreamingTest.java 146 // Stagefright doesn't have a limit, but we can't test support of infinite redirects
147 // Up to 4 redirects seems reasonable though.
  /external/chromium/chrome/browser/extensions/
app_process_apitest.cc 144 // 2. page1 redirects to a page2 outside the app extent (ie, "/server-redirect")
145 // 3. page2 redirects back to a page in the app
  /packages/apps/Browser/src/com/android/browser/
Bookmarks.java 172 // account redirects.
196 * @param originalUrl The original url before any redirects.
  /external/chromium/chrome/browser/autocomplete/
history_url_provider_unittest.cc 320 {"http://redirects/A", 30},
321 {"http://redirects/B", 20},
322 {"http://redirects/C", 10}
334 // search for the most recent visit when looking for redirects, so this will
335 // be found even though the previous visits had no redirects.
347 const string16 typing(ASCIIToUTF16("http://redirects/"));
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 64 const sys::Path* redirects[3]; local
65 redirects[0] = &StdInFile;
66 redirects[1] = &StdOutFile;
67 redirects[2] = &StdErrFile;
79 sys::Program::ExecuteAndWait(ProgramPath, Args, 0, redirects,
96 const sys::Path* redirects[3]; local
97 redirects[0] = &StdInFile;
98 redirects[1] = &StdOutFile;
99 redirects[2] = &StdErrFile;
112 0, redirects, NumSeconds, MemoryLimit)
    [all...]
OptimizerDriver.cpp 203 const sys::Path *Redirects[3] = {0, &Nowhere, &Nowhere};
206 (SilencePasses ? Redirects : 0),
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp 436 // We want to keep track of the chain of redirects that occur during page
437 // loading. There are two types of redirects, server redirects which are HTTP
438 // response codes, and client redirects which are document.location= and meta
566 // http > file client redirects. Since the FrameLoader's policy is to never
603 // We need to classify some hash changes as client redirects.
694 // handling code can tell where the redirect came from. Server redirects
706 // any redirects yet.
795 // redirects, and we need the context. The chain will be cleared when the
810 // redirects, and we need the context. The chain will be cleared when th
    [all...]
  /external/chromium/chrome/browser/history/
top_sites.cc 534 // redirects weren't known. We fill that in here since we know the redirects.
619 for (size_t i = 0; i < most_visited.redirects.size(); i++) {
620 if (most_visited.redirects[i] == url)
621 return static_cast<int>(most_visited.redirects.size() - i - 1);
634 url.redirects.push_back(url.url);
839 // At the time we get the thumbnail redirects aren't known, so we have to
    [all...]
  /external/chromium/net/url_request/
url_request.cc 35 // Max number of http redirects to follow. Same number as gecko.
247 // GETs when following redirects will upload anything, so we return the
609 // 307 redirects, browsers preserve the method. The RFC says to prompt the
url_request.h 127 // - OnReceivedRedirect* (zero or more calls, for the number of redirects)
146 // Since there may be multiple chained redirects, there may also be more
206 // request->status() will be set. On success, all redirects have been
277 // redirects, this vector will contain one element.
658 // infinite redirects.
662 // first transaction in a request involving redirects.
  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 42 * This class may use multiple HttpEngines to follow redirects, authentication
261 * many HTTP requests in the process in order to cope with redirects and
357 throw new ProtocolException("Too many redirects");
  /external/chromium/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 381 std::string redirects("i:goog-malware-shavar\n"
394 EXPECT_TRUE(parser.ParseUpdate(redirects.data(),
395 static_cast<int>(redirects.length()), "",
416 std::string redirects("i:goog-phish-shavar\n"
430 EXPECT_TRUE(parser.ParseUpdate(redirects.data(),
431 static_cast<int>(redirects.length()), key,
    [all...]
malware_details_cache.cc 128 // For redirects, resources_it_->first != url.spec().
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerFunctionalTest.java 266 * Tests the download failure error after too many redirects (>5).
272 // force 6 redirects
  /external/apache-http/src/org/apache/http/client/
RequestDirector.java 45 * It establishes connections and optionally processes redirects and
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_ui.h 95 // redirects the browser to the view URL.
  /external/chromium/chrome/common/
thumbnail_score.cc 104 // Degrade the score of each thumbnail to account for how many redirects
  /external/chromium/net/base/
transport_security_state.h 35 // * We generate internal redirects from HTTP -> HTTPS.
  /external/chromium/net/http/
http_transaction.h 23 // HTTP redirects are not followed and authentication challenges are not
  /external/clang/lib/Driver/
Compilation.cpp 170 /*env*/0, /*redirects*/0,
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 32 * This AttributeVisitor redirects unconditional branches so any common code
  /frameworks/base/core/java/android/net/http/
EventHandler.java 56 /** Too many redirects */
  /frameworks/base/docs/html/guide/webapps/
best-practices.jd 23 server-side redirects. Most often, this is done by "sniffing" the User Agent
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 128 * The maximum number of redirects.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatReceiver.java 119 * which is called whenever there is output from logcat. It simply redirects this output

Completed in 1856 milliseconds

1 2 34 5 6 7 8 91011