Searched refs:property_id (Results 1 – 5 of 5) sorted by relevance
/external/icing/icing/legacy/index/ |
D | icing-dynamic-trie.h | 413 bool SetProperty(uint32_t value_index, uint32_t property_id); 414 bool ClearProperty(uint32_t value_index, uint32_t property_id); 433 bool ClearPropertyForAllValues(uint32_t property_id); 456 uint32_t property_id); 467 PropertyReader(const IcingDynamicTrie &trie, uint32_t property_id) in PropertyReader() argument 468 : PropertyReaderBase(trie, false, property_id) {} in PropertyReader() 485 bool Exists(uint32_t property_id) const; 488 bool HasProperty(uint32_t property_id, uint32_t value_index) const; 492 bool IsPropertyUnique(uint32_t property_id, uint32_t value_index) const; 626 IcingFlashBitmap *OpenOrCreatePropertyBitmap(uint32_t property_id);
|
D | icing-dynamic-trie.cc | 1259 uint32_t property_id = in InitPropertyBitmaps() local 1276 if (property_id >= property_bitmaps_.size()) { in InitPropertyBitmaps() 1277 property_bitmaps_.resize(property_id + 1); in InitPropertyBitmaps() 1279 property_bitmaps_[property_id] = std::move(bitmap); in InitPropertyBitmaps() 2343 uint32_t property_id) { in OpenOrCreatePropertyBitmap() argument 2348 if (property_id > kMaxPropertyId) { in OpenOrCreatePropertyBitmap() 2350 "Property id %u out of range", property_id); in OpenOrCreatePropertyBitmap() 2354 if (property_id >= property_bitmaps_.size()) { in OpenOrCreatePropertyBitmap() 2355 property_bitmaps_.resize(property_id + 1); in OpenOrCreatePropertyBitmap() 2357 if (!property_bitmaps_[property_id]) { in OpenOrCreatePropertyBitmap() [all …]
|
/external/icing/icing/index/main/ |
D | main-index.cc | 431 for (uint32_t property_id = 0; property_id < prop_reader.size(); in CopyProperties() local 432 ++property_id) { in CopyProperties() 433 if (property_id == GetHasNoExactHitsPropertyId()) { in CopyProperties() 438 if (!prop_reader.HasProperty(property_id, other_tvi) && in CopyProperties() 439 !main_lexicon_->ClearProperty(new_main_tvi, property_id)) { in CopyProperties() 448 if (prop_reader.HasProperty(property_id, other_tvi) && in CopyProperties() 449 !main_lexicon_->SetProperty(new_main_tvi, property_id)) { in CopyProperties()
|
/external/libdrm/ |
D | xf86drmMode.c | 630 drm_public drmModePropertyPtr drmModeGetProperty(int fd, uint32_t property_id) in drmModeGetProperty() argument 636 prop.prop_id = property_id; in drmModeGetProperty() 737 uint32_t property_id, in drmModeConnectorSetProperty() argument 744 osp.prop_id = property_id; in drmModeConnectorSetProperty() 1197 uint32_t property_id, uint64_t value) in drmModeObjectSetProperty() argument 1203 prop.prop_id = property_id; in drmModeObjectSetProperty() 1214 uint32_t property_id; member 1313 uint32_t property_id, in drmModeAtomicAddProperty() argument 1319 if (object_id == 0 || property_id == 0) in drmModeAtomicAddProperty() 1336 req->items[req->cursor].property_id = property_id; in drmModeAtomicAddProperty() [all …]
|
D | xf86drmMode.h | 390 extern int drmModeConnectorSetProperty(int fd, uint32_t connector_id, uint32_t property_id, 418 uint32_t object_type, uint32_t property_id, 433 uint32_t property_id,
|