OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_speed
(Results
1 - 4
of
4
) sorted by null
/external/qemu/hw/
smbios.h
91
uint16_t
current_speed
;
member in struct:smbios_type_4
/external/chromium_org/chrome/browser/download/
download_item_model.cc
321
int64
current_speed
= download_->CurrentSpeed();
local
322
base::string16 speed_text = ui::FormatSpeed(
current_speed
);
/external/chromium/chrome/browser/download/
download_util.cc
700
int64
current_speed
= download->CurrentSpeed();
local
701
amount_units = GetByteDisplayUnits(
current_speed
);
702
string16 speed_text = FormatSpeed(
current_speed
, amount_units, true);
[
all
...]
/external/qemu-pc-bios/bochs/bios/
rombios32.c
2018
uint16_t
current_speed
;
member in struct:smbios_type_4
[
all
...]
Completed in 70 milliseconds