Searched defs:throughput (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | OverridesSupport.js | 73 …Conditions = WebInspector.settings.createSetting("networkConditions", {throughput: WebInspector.Ov… property 379 …this.settings.networkConditions.set({throughput: WebInspector.OverridesSupport.NetworkThroughputUn… property
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/toolbox/ |
D | OverridesUI.js | 199 … networkConditionsSetting.set({throughput: preset.throughput * kbps, latency: preset.latency}); property 370 {id: "offline", title: "Offline", throughput: 0, latency: 0}, property 371 {id: "gprs", title: "GPRS", throughput: 50, latency: 500}, property 372 {id: "edge", title: "EDGE", throughput: 250, latency: 300}, property 373 {id: "3g", title: "3G", throughput: 750, latency: 100}, property 374 {id: "dsl", title: "DSL", throughput: 2 * 1024, latency: 5}, property 375 {id: "wifi", title: "WiFi", throughput: 30 * 1024, latency: 2}, property 376 …{id: "online", title: "No throttling", throughput: WebInspector.OverridesSupport.NetworkThroughput… property
|
/external/kernel-headers/original/uapi/linux/ |
D | x25.h | 105 unsigned int throughput; member
|
D | wireless.h | 971 __u32 throughput; /* To give an idea... */ member
|
/external/chromium_org/v8/tools/ |
D | gc-nvp-trace-processor.py | 342 def throughput(name, trace): function
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_int.h | 229 UINT32 throughput[L2CAP_ERTM_STATS_NUM_AVG]; member
|