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

<<31323334353637383940>>

  /system/core/logwrapper/
logwrap.c 535 // redirect stdout and stderr
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/chromium/chrome/browser/history/
history_backend_unittest.cc 508 // User initiated redirect to page B.
514 // Non-user initiated redirect to page C.
    [all...]
history_types.h 33 // Structure to hold redirect lists for URLs. For a redirect chain
  /external/chromium/chrome/common/extensions/docs/
tut_oauth.html 428 Once you have your background page set up, call the <code>authorize()</code> function to begin the OAuth dance and redirect the user to the OAuth provider. The client library abstracts most of this process, so all you need to do is pass a callback to the <code>authorize()</code> function, and a new tab will open and redirect the user.
  /external/chromium_org/chrome/browser/history/
history_types.h 38 // Structure to hold redirect lists for URLs. For a redirect chain
  /external/chromium_org/chrome/common/extensions/api/
web_request.json 425 "description": "Fired when a server-initiated redirect is about to occur.",
443 "responseHeaders": {"$ref": "HttpHeaders", "optional": true, "description": "The HTTP response headers that were received along with this redirect."},
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 180 N_("redirect error messages to file"), N_("file") },
182 N_("redirect error messages to stdout"), NULL },
    [all...]
  /external/chromium_org/v8/src/
assembler.h 879 static void* Redirect(Isolate* isolate,
890 static void* Redirect(Isolate* isolate,
    [all...]
  /external/oprofile/events/ppc64/power5++/
events 212 event:0X0200 counters:0 um:zero minimum:1000 name:PM_GRP_IC_MISS_BR_REDIR_NONSPEC_GRP32 : (Group 32 pm_fxu_stall) Group experienced non-speculative I cache miss or branch redirect
253 #Group 39 pm_ic_demand, ICache demand from BR redirect
256 event:0X0272 counters:2 um:zero minimum:1000 name:PM_IC_DEMAND_L2_BHT_REDIRECT_GRP39 : (Group 39 pm_ic_demand) L2 I cache demand request due to BHT redirect
257 event:0X0273 counters:3 um:zero minimum:1000 name:PM_IC_DEMAND_L2_BR_REDIRECT_GRP39 : (Group 39 pm_ic_demand) L2 I cache demand request due to branch redirect
284 event:0X02C0 counters:0 um:zero minimum:1000 name:PM_GRP_BR_REDIR_NONSPEC_GRP44 : (Group 44 pm_branch2) Group experienced non-speculative branch redirect
285 event:0X02C1 counters:1 um:zero minimum:1000 name:PM_GRP_BR_REDIR_GRP44 : (Group 44 pm_branch2) Group experienced branch redirect
    [all...]
  /external/v8/src/
assembler.h 698 static void* Redirect(Isolate* isolate,
709 static void* Redirect(Isolate* isolate,
  /packages/apps/Exchange/src/com/android/exchange/
EasAccountService.java 198 * @return whether or not the redirect is handled and the POST should be retried
201 userLog("AccountMailbox redirect error");
    [all...]
  /packages/providers/DownloadProvider/docs/
index.html 256 <li> Protecting against redirect loops.
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).
    [all...]
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 854 MockRead("HTTP/1.1 302 Redirect\r\n"),
863 request.url = GURL("http://redirect.com/");
882 EXPECT_EQ("HTTP/1.1 302 Redirect", response->headers->GetStatusLine());
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 985 fp = redirect(ptoi(a[1]), a[2]);
1597 FILE *redirect(int a, Node *b) \/* set up all i\/o redirections *\/ function
    [all...]
  /system/core/sh/
sh.1 442 Redirect standard output (or n) to file.
450 Redirect standard input (or n) from file.
742 Grouping commands together this way allows you to redirect
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTErrorResources.java     [all...]
  /external/chromium/net/data/proxy_resolver_perftest/
no-ads.pac 744 // internetfuel and _some_ of the sites they redirect to
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc 407 // to treat these URLs as "cancel urls", i.e. URLs that extensions redirect
411 // Returns whether a redirect occurred.
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.cc 907 // one at the end of the previous redirect chain. Tacking additional redirects
911 // - The redirect chain contains all the servers that were involved in this
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 897 // Currently this check is just to catch an https -> http redirect when
910 // If the plugin does not participate in url redirect notifications then
    [all...]
  /external/chromium_org/net/data/proxy_resolver_perftest/
no-ads.pac 744 // internetfuel and _some_ of the sites they redirect to
    [all...]
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 156 char *location; /* the new URL in case of redirect */
688 * - The Location for redirect processing.
    [all...]

Completed in 1400 milliseconds

<<31323334353637383940>>