/external/libdrm/ |
D | xf86drmMode.c | 1076 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 …]
|
D | xf86drmMode.h | 480 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/ |
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/ImageMagick/coders/ |
D | png.c | 674 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/ |
D | layer1.py | 240 def evaluate_expression(self, pipeline_id, expression, object_id): argument 258 'objectId': object_id,
|
/external/autotest/scheduler/ |
D | monitor_db.py | 402 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/ |
D | MachVMRegion.cpp | 173 m_data.object_id, in GetRegionForAddress()
|
/external/autotest/docs/ |
D | test-that.md | 94 http://cautotest/afe/#tab_id=view_job&object_id=5195962.
|
/external/v8/src/ |
D | deoptimizer.cc | 3369 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/ |
D | global_config.ini | 334 job_view = http://%s/afe/#tab_id=view_job&object_id=%s
|
/external/autotest/database/ |
D | schema_051.sql | 565 `object_id` int(11) NOT NULL,
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 1094 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/ |
D | heap-snapshot-generator.cc | 868 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/ |
D | ChangeLog.pre-1-0 | 10025 (_dbus_object_registry_add_and_unlock): fill in the object_id out
|