Home
last modified time | relevance | path

Searched refs:end_size (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/power/
Dperipheral_battery_observer.cc58 int end_size = strlen(kHIDBatteryPathSuffix); in ExtractBluetoothAddress() local
59 int key_len = path.size() - header_size - end_size; in ExtractBluetoothAddress()
/external/chromium_org/third_party/ots/src/
Dlayout.cc1372 uint16_t end_size = 0; in ParseDeviceTable() local
1375 !subtable.ReadU16(&end_size) || in ParseDeviceTable()
1379 if (start_size > end_size) { in ParseDeviceTable()
1380 OTS_WARNING("bad size range: %u > %u", start_size, end_size); in ParseDeviceTable()
1389 const unsigned num_units = (end_size - start_size) / in ParseDeviceTable()
/external/chromium_org/third_party/ots/test/
Dlayout_common_table_test.cc215 const uint16_t end_size, const uint16_t format) { in BuildFakeDeviceTable() argument
217 !out->WriteU16(end_size) || in BuildFakeDeviceTable()
222 const unsigned num_values = std::abs(end_size - start_size) + 1; in BuildFakeDeviceTable()