HomeSort by relevance Sort by last modified time
    Searched refs:Bus (Results 201 - 205 of 205) sorted by null

1 2 3 4 5 6 7 89

  /external/chromium_org/chromeos/dbus/
fake_shill_manager_client.cc 21 #include "dbus/bus.h"
125 void FakeShillManagerClient::Init(dbus::Bus* bus) {}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
wmidata.h     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 773 ff19 Logbook Bus
774 ff1a Logbook Bus
775 ff1b Logbook Bus
778 ff1e Logbook Bus
779 ff1f Logbook Bus
810 0019 109 Japanese Keyboard with Bus-Powered Hub
811 001a PC98 Series Layout Keyboard with Bus-Powered Hub
812 0025 Mini Keyboard with Bus-Powered Hub
    [all...]
  /external/chromium-trace/
script.js 38 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEventHandler("memory_bus_usage",d.prototype.traceMarkWriteBusEvent.bind(this));this.model_=a.model_;this.ppids_={}}var b=tracing.importer.linux_perf.Parser;d.prototype={__proto__:b.prototype,traceMarkWriteBusEvent:function(a,c,e,f,b,h){e=/bus=(\S+) rw_bytes=(\d+) r_bytes=(\d+) w_bytes=(\d+) cycles=(\d+) ns=(\d+)/.exec(b.details);a=e[1];parseInt(e[2]);c=parseInt(e[3]);parseInt(e[4]);parseInt(e[5]);e=parseInt(e[6]);
39 var d=1E9*c/e,d=d/1048576;c=this.model_.getOrCreateProcess(0).getOrCreateCounter(null,"bus "+a+" read");0===c.numSeries&&c.addSeries(new tracing.trace_model.CounterSeries("value",tracing.getStringColorId(c.name+".value")));c.series.forEach(function(a){a.addSample(f,d)});c=this.model_.getOrCreateProcess(0).getOrCreateCounter(null,"bus "+a+" write");0===c.numSeries&&c.addSeries(new tracing.trace_model.CounterSeries("value",tracing.getStringColorId(c.name+".value")));c.series.forEach(function(a){a.addSample(f,
    [all...]

Completed in 1077 milliseconds

1 2 3 4 5 6 7 89