Searched refs:has_id (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/history/android/
H A Dandroid_urls_database.cc92 bool has_id = false; local
95 if (has_id)
98 has_id = true;
102 if (has_id) {
H A Dandroid_cache_database.cc70 bool has_id = false; local
74 if (has_id)
77 has_id = true;
81 if (!has_id)
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2773 bool has_id; member in struct:NetLegacy
3181 bool has_id; member in struct:BlockdevOptionsBase
3282 bool has_id; member in struct:BlockdevOptions
H A Dqmp-commands.h105 SnapshotInfo * qmp_blockdev_snapshot_delete_internal_sync(const char * device, bool has_id, const char * id, bool has_name, const char * name, Error **errp);
H A Dqmp-marshal.c1679 bool has_id = false; local
1687 visit_start_optional(v, &has_id, "id", errp);
1688 if (has_id) {
1702 retval = qmp_blockdev_snapshot_delete_internal_sync(device, has_id, id, has_name, name, errp);
1711 visit_start_optional(v, &has_id, "id", NULL);
1712 if (has_id) {
H A Dqapi-visit.c4158 visit_start_optional(m, obj ? &(*obj)->has_id : NULL, "id", &err);
4159 if (obj && (*obj)->has_id) {
6293 visit_start_optional(m, obj ? &(*obj)->has_id : NULL, "id", &err);
6294 if (obj && (*obj)->has_id) {
6672 visit_start_optional(m, obj ? &(*obj)->has_id : NULL, "id", &err);
6673 if (obj && (*obj)->has_id) {

Completed in 292 milliseconds