HomeSort by relevance Sort by last modified time
    Searched full:redirect (Results 551 - 575 of 1272) sorted by null

<<21222324252627282930>>

  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 194 // Redirect to the actual context.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfghooks.h 39 /* Redirect edge E to the given basic block B and update underlying program
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfghooks.h 39 /* Redirect edge E to the given basic block B and update underlying program
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfghooks.h 39 /* Redirect edge E to the given basic block B and update underlying program
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfghooks.h 39 /* Redirect edge E to the given basic block B and update underlying program
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymem.h 61 /* Redirect all memory operations to Python's debugging allocator. */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymem.h 61 /* Redirect all memory operations to Python's debugging allocator. */
  /external/chromium_org/chrome_frame/
urlmon_url_request.cc 302 // If we receive a redirect for the initial pending request initiated
310 DVLOG(1) << __FUNCTION__ << me() << "redirect from " << url()
312 // Fetch the redirect status as they aren't all equal (307 in particular
402 // Special case. If the last request was a redirect and the current OS
403 // error value is E_ACCESSDENIED, that means an unsafe redirect was
589 // redirect status code, i.e. the attempt to query the HTTP status code
590 // from the binding returns 0, 200, etc which are invalid redirect codes.
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 78 symbols in the new table may themselves supply new redirect
82 Redirect specifications are really symbols with "funny" prefixes
426 inner will redirect malloc to a memcheck function it does not
519 /* It's not a full-scale redirect, but perhaps it is a load-notify
526 for this symbol, so we can't safely redirect/wrap to it.
608 /* not a redirect. Ignore. */
619 /* a redirect to some other copy of that symbol, which
710 "Adding redirect for indirect function "
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 135 /** The redirect handler. */
205 ("Redirect handler may not be null.");
930 HttpGet redirect = new HttpGet(uri); local
    [all...]
  /external/robolectric/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...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 246 // the redirect - should win, since it has a later |install_time|. The
247 // redirect will dispatch another pair of onBeforeRequest. There, the first
375 // the redirect - would win, since it has a later |install_time|, but
376 // the first response takes precedence because cancel >> redirect.
    [all...]
  /external/chromium_org/chrome/browser/history/
history_unittest.cc     [all...]
history_service.h 189 // 'redirects' is an array of redirect URLs leading to this page, with the
190 // page itself as the last item (so when there is no redirect, it will have
195 // replaced the existing entry. A non-user initiated redirect causes such
281 // redirect, the vector will be empty. If the history system failed for
289 // Schedules a query for the most recent redirect coming out of the given
321 // redirect chain A -> B -> C and A is a top visited URL, then A will be in
    [all...]
  /external/chromium_org/net/tools/testserver/
testserver.py     [all...]
  /external/qemu/
qemu-options.hx 394 "-nographic disable graphical output and redirect serial I/Os to console\n")
513 you can have QEMU listen on VNC display @var{display} and redirect the VGA
    [all...]
  /external/chromium/chrome/browser/history/
history.h 178 // 'redirects' is an array of redirect URLs leading to this page, with the
179 // page itself as the last item (so when there is no redirect, it will have
184 // replaced the existing entry. A non-user initiated redirect causes such
308 // redirect, the vector will be empty. If the history system failed for
317 // Schedules a query for the most recent redirect coming out of the given
346 // redirect chain A -> B -> C and A is a top visited URL, then A will be in
    [all...]
  /external/chromium/net/http/
http_response_headers_unittest.cc 748 // cached permanent redirect
753 // cached redirect: not reusable even though by default it would be
764 // cached temporary redirect: not reusable
769 // cached temporary redirect: reusable
956 // we use the first location header as the target of the redirect
963 // we use the first _valid_ location header as the target of the redirect
    [all...]
  /external/iputils/
ping.c 839 /* We fall here when a redirect or source quench arrived.
1056 printf("Redirect Network");
1059 printf("Redirect Host");
1062 printf("Redirect Type of Service and Network");
1065 printf("Redirect Type of Service and Host");
1068 printf("Redirect, Bad Code: %d", code);
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc 110 const char* const kClientRedirectBase = "client-redirect?";
115 const char* const kServerRedirectBase = "server-redirect?";
    [all...]
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 60 // redirect data, results other than the top match might change between the
268 // Removes results that redirect to each other, leaving at most |max_results|
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 145 // Register for redirect notifications sourced from |this|.
335 // If it's a redirect on the top-level resource, the name needs
  /external/chromium/chrome/browser/safe_browsing/
malware_details_unittest.cc 435 // Tests creating a malware report where there are redirect urls to an unsafe
444 // add some redirect urls
  /external/chromium/chrome/common/
logging_chrome.cc 233 "Attempted to redirect logging when it was already initialized.";
235 // Redirect logs to the session log directory, if set. Otherwise
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 65 // redirect data, results other than the top match might change between the
269 // Removes results that redirect to each other, leaving at most |max_results|

Completed in 1540 milliseconds

<<21222324252627282930>>