Searched refs:object_id (Results 1 – 7 of 7) sorted by relevance
/external/libdrm/ |
D | xf86drmMode.c | 1052 uint32_t object_id, in drmModeObjectGetProperties() argument 1061 properties.obj_id = object_id; in drmModeObjectGetProperties() 1121 int drmModeObjectSetProperty(int fd, uint32_t object_id, uint32_t object_type, in drmModeObjectSetProperty() argument 1128 prop.obj_id = object_id; in drmModeObjectSetProperty() 1137 uint32_t object_id; member 1168 uint32_t object_id, in drmModePropertySetAdd() argument 1177 if (prev->next->object_id > object_id) in drmModePropertySetAdd() 1180 if (prev->next->object_id == object_id && in drmModePropertySetAdd() 1187 if ((prev == &set->list || prev->object_id != object_id) && in drmModePropertySetAdd() 1188 (!prev->next || prev->next->object_id != object_id)) in drmModePropertySetAdd() [all …]
|
D | xf86drmMode.h | 467 uint32_t object_id, 470 extern int drmModeObjectSetProperty(int fd, uint32_t object_id, 480 uint32_t object_id, 484 uint32_t object_id,
|
/external/google-breakpad/src/processor/ |
D | range_map_unittest.cc | 336 for (int object_id = 0; object_id < 100; ++object_id) { in RetriveAtIndexTest2() local 337 linked_ptr<CountedObject> object(new CountedObject(object_id)); in RetriveAtIndexTest2() 338 int base_address = 2 * object_id; in RetriveAtIndexTest2()
|
/external/libmtp/src/ |
D | libmtp.c | 133 static char *get_string_from_object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, 135 static uint64_t get_u64_from_object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, 137 static uint32_t get_u32_from_object(LIBMTP_mtpdevice_t *device,uint32_t const object_id, 139 static uint16_t get_u16_from_object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, 141 static uint8_t get_u8_from_object(LIBMTP_mtpdevice_t *device, uint32_t const object_id, 143 static int set_object_string(LIBMTP_mtpdevice_t *device, uint32_t const object_id, 145 static int set_object_u32(LIBMTP_mtpdevice_t *device, uint32_t const object_id, 147 static int set_object_u16(LIBMTP_mtpdevice_t *device, uint32_t const object_id, 149 static int set_object_u8(LIBMTP_mtpdevice_t *device, uint32_t const object_id, 176 static void add_object_to_cache(LIBMTP_mtpdevice_t *device, uint32_t object_id); [all …]
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachVMRegion.cpp | 173 m_data.object_id, in GetRegionForAddress()
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 1072 v8::SnapshotObjectId* object_id = NULL) { in GetHeapStatsUpdate() argument 1075 if (object_id) in GetHeapStatsUpdate() 1076 *object_id = last_seen_id; in GetHeapStatsUpdate()
|
/external/v8/src/ |
D | heap-snapshot-generator.cc | 882 SnapshotObjectId object_id = heap_object_map_->FindOrAddEntry( in AddEntry() local 890 return snapshot_->AddEntry(type, name, object_id, size, trace_node_id); in AddEntry()
|