Home
last modified time | relevance | path

Searched refs:object_id (Results 1 – 15 of 15) sorted by relevance

/external/libdrm/
Dxf86drmMode.c1076 uint32_t object_id, in drmModeObjectGetProperties() argument
1085 properties.obj_id = object_id; in drmModeObjectGetProperties()
1145 int drmModeObjectSetProperty(int fd, uint32_t object_id, uint32_t object_type, in drmModeObjectSetProperty() argument
1153 prop.obj_id = object_id; in drmModeObjectSetProperty()
1162 uint32_t object_id; member
1193 uint32_t object_id, in drmModePropertySetAdd() argument
1202 if (prev->next->object_id > object_id) in drmModePropertySetAdd()
1205 if (prev->next->object_id == object_id && in drmModePropertySetAdd()
1212 if ((prev == &set->list || prev->object_id != object_id) && in drmModePropertySetAdd()
1213 (!prev->next || prev->next->object_id != object_id)) in drmModePropertySetAdd()
[all …]
Dxf86drmMode.h480 uint32_t object_id,
483 extern int drmModeObjectSetProperty(int fd, uint32_t object_id,
493 uint32_t object_id,
497 uint32_t object_id,
517 uint32_t object_id,
/external/google-breakpad/src/processor/
Drange_map_unittest.cc336 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/
Dlibmtp.c133 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/ImageMagick/coders/
Dpng.c674 object_id, member
2936 image->page.y=mng_info->y_off[mng_info->object_id]; in ReadOnePNGImage()
3701 if (object_id && !mng_info->frozen[object_id]) in ReadOnePNGImage()
3703 if (mng_info->ob[object_id] == (MngBuffer *) NULL) in ReadOnePNGImage()
3708 mng_info->ob[object_id]=(MngBuffer *) in ReadOnePNGImage()
3711 if (mng_info->ob[object_id] != (MngBuffer *) NULL) in ReadOnePNGImage()
3713 mng_info->ob[object_id]->image=(Image *) NULL; in ReadOnePNGImage()
3714 mng_info->ob[object_id]->reference_count=1; in ReadOnePNGImage()
3718 if ((mng_info->ob[object_id] == (MngBuffer *) NULL) || in ReadOnePNGImage()
3719 mng_info->ob[object_id]->frozen) in ReadOnePNGImage()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/datapipeline/
Dlayer1.py240 def evaluate_expression(self, pipeline_id, expression, object_id): argument
258 'objectId': object_id,
/external/autotest/scheduler/
Dmonitor_db.py402 for object_id in object_ids:
403 agent_dict.setdefault(object_id, set()).add(agent)
407 for object_id in object_ids:
408 assert object_id in agent_dict
409 agent_dict[object_id].remove(agent)
413 if not agent_dict[object_id]:
414 agent_dict.pop(object_id)
/external/lldb/tools/debugserver/source/MacOSX/
DMachVMRegion.cpp173 m_data.object_id, in GetRegionForAddress()
/external/autotest/docs/
Dtest-that.md94 http://cautotest/afe/#tab_id=view_job&object_id=5195962.
/external/v8/src/
Ddeoptimizer.cc3369 int object_id = iterator->Next(); in CreateNextTranslatedValue() local
3371 PrintF(trace_file, "duplicated object #%d", object_id); in CreateNextTranslatedValue()
3373 object_positions_.push_back(object_positions_[object_id]); in CreateNextTranslatedValue()
3374 return TranslatedValue::NewDuplicateObject(this, object_id); in CreateNextTranslatedValue()
/external/autotest/
Dglobal_config.ini334 job_view = http://%s/afe/#tab_id=view_job&object_id=%s
/external/autotest/database/
Dschema_051.sql565 `object_id` int(11) NOT NULL,
/external/v8/test/cctest/
Dtest-heap-profiler.cc1094 v8::SnapshotObjectId* object_id = NULL) { in GetHeapStatsUpdate() argument
1099 if (object_id) in GetHeapStatsUpdate()
1100 *object_id = last_seen_id; in GetHeapStatsUpdate()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc868 SnapshotObjectId object_id = heap_object_map_->FindOrAddEntry( in AddEntry() local
876 return snapshot_->AddEntry(type, name, object_id, size, trace_node_id); in AddEntry()
/external/dbus/
DChangeLog.pre-1-010025 (_dbus_object_registry_add_and_unlock): fill in the object_id out