Searched refs:inflight (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/chrome/browser/predictors/ |
D | resource_prefetcher_unittest.cc | 89 void CheckPrefetcherState(size_t inflight, size_t queue, size_t host) { in CheckPrefetcherState() argument 90 EXPECT_EQ(prefetcher_->inflight_requests_.size(), inflight); in CheckPrefetcherState()
|
/external/skia/experimental/webtry/res/js/ |
D | polyfill.js | 3 …inflight=0,this.pending={}};d.prototype={addNodes:function(a){this.inflight+=a.length;for(var b,c=…
|
/external/chromium_org/third_party/skia/experimental/webtry/res/js/ |
D | polyfill.js | 3 …inflight=0,this.pending={}};d.prototype={addNodes:function(a){this.inflight+=a.length;for(var b,c=…
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | usrsctp.h | 784 uint16_t inflight; /* flightsize in k */ member
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_uio.h | 768 uint16_t inflight; /* flightsize in k */ member
|
D | sctp_indata.c | 3476 int inflight = 0, resend = 0, inbetween = 0, acked = 0, above = 0; local 3492 inflight++; 3504 if ((inflight > 0) || (inbetween > 0)) { 3512 inflight, inbetween, resend, above, acked);
|
D | sctputil.c | 335 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_cwnd() 417 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_maxburst()
|
/external/chromium_org/third_party/polymer/components/platform/ |
D | platform.js | 15 …inflight=0,this.pending={}};d.prototype={addNodes:function(a){this.inflight+=a.length;for(var b,c=…
|
D | platform.js.map | 1 …inflight = 0;\n this.pending = {};\n };\n\n Loader.prototype = {\n addNodes: function(node…
|
/external/chromium_org/third_party/polymer/components-chromium/platform/ |
D | platform.js | 15 …inflight=0,this.pending={}};d.prototype={addNodes:function(a){this.inflight+=a.length;for(var b,c=…
|
D | platform.js.map | 1 …inflight = 0;\n this.pending = {};\n };\n\n Loader.prototype = {\n addNodes: function(node…
|
/external/chromium_org/third_party/polymer_legacy/platform/ |
D | platform.js | 35 …inflight=0,this.pending={}};d.prototype={addNodes:function(a){this.inflight+=a.length;for(var b,c=…
|
D | platform.js.map | 1 …inflight = 0;\n this.pending = {};\n this.cache = {};\n};\n\nLoader.prototype = {\n addNodes: f…
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
D | tab_strip_controller.mm | 1072 // We need a duration or else it doesn't cancel an inflight animation.
|