Searched defs:model_id (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_backing_store_unittest.cc629 "CREATE TABLE models (model_id BLOB primary key, "
733 "CREATE TABLE models (model_id BLOB primary key, "
837 "CREATE TABLE models (model_id BLOB primary key, "
857 "CREATE TABLE models (model_id BLOB primary key, last_download_timestamp"
1085 connection.DoesColumnExist("models", "model_id"));
1087 sql::Statement s(connection.GetUniqueStatement("SELECT model_id, "
1090 std::string model_id = s.ColumnString(0); local
1091 EXPECT_EQ("C2881000", base::HexEncode(model_id.data(), model_id.size()))
1484 std::string model_id local
[all...]
H A Ddirectory_backing_store.cc413 op.prepare(dbhandle, "INSERT OR REPLACE INTO models (model_id, "
416 string model_id = ModelTypeEnumToModelId(ModelTypeFromInt(i)); local
419 op.bind_blob(0, model_id.data(), model_id.length());
614 "SELECT model_id, progress_marker, initial_sync_ended "
925 update.prepare(load_dbhandle_, "INSERT INTO models (model_id, "
1029 // blob model_id (entity specifics, primary key)
1048 "SELECT model_id, last_download_timestamp, initial_sync_ended "
1066 update.prepare(load_dbhandle_, "INSERT INTO models (model_id, "
1183 "model_id BLO
[all...]
/external/libnfc-nxp/src/
H A DphHciNfc_IDMgmt.c88 uint8_t model_id; member in struct:phHciNfc_IDMgmt_Info
825 p_identity_info->model_id = reg_value[i] ;
826 pHwRef->device_info.model_id = p_identity_info->model_id ;
828 if( NFC_HW_PN65N == pHwRef->device_info.model_id)
/external/kernel-headers/original/linux/
H A Dmod_devicetable.h33 __u32 model_id; member in struct:ieee1394_device_id
/external/qemu/target-i386/
H A Dhelper.c119 char model_id[48]; member in struct:x86_def_t
156 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
184 .model_id = "AMD Phenom(tm) 9550 Quad-Core Processor"
205 .model_id = "Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz",
217 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
236 .model_id = "Genuine Intel(R) CPU T2600 @ 2.16GHz",
287 .model_id = "QEMU Virtual CPU version " QEMU_VERSION,
308 .model_id = "Intel(R) Atom(TM) CPU N270 @ 1.60GHz",
382 } else if (!strcmp(featurestr, "model_id")) {
383 pstrcpy(x86_cpu_def->model_id, sizeo
449 const char *model_id = def->model_id; local
[all...]
/external/libnfc-nxp/inc/
H A DphNfcTypes.h332 uint8_t model_id; /**< \ingroup grp_hal_common member in struct:phNfc_sDeviceCapabilities_t
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h206 const std::string& model_id() const { return model_id_; } function in class:chromeos::NetworkDevice

Completed in 235 milliseconds