Home
last modified time | relevance | path

Searched defs:throughput (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOverridesSupport.js73 …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/
DOverridesUI.js199 … 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/
Dx25.h105 unsigned int throughput; member
Dwireless.h971 __u32 throughput; /* To give an idea... */ member
/external/chromium_org/v8/tools/
Dgc-nvp-trace-processor.py342 def throughput(name, trace): function
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_int.h229 UINT32 throughput[L2CAP_ERTM_STATS_NUM_AVG]; member