HomeSort by relevance Sort by last modified time
    Searched refs:object_id (Results 1 - 18 of 18) sorted by null

  /external/libdrm/
xf86drmMode.c 1108 uint32_t object_id,
1117 properties.obj_id = object_id;
1177 int drmModeObjectSetProperty(int fd, uint32_t object_id, uint32_t object_type,
1185 prop.obj_id = object_id;
1194 uint32_t object_id; member in struct:_drmModePropertySetItem
1225 uint32_t object_id,
1232 /* keep it sorted by object_id and property_id */
1234 if (prev->next->object_id > object_id)
1237 if (prev->next->object_id == object_id &
1463 uint32_t object_id; member in struct:_drmModeAtomicReqItem
    [all...]
xf86drmMode.h 493 uint32_t object_id,
496 extern int drmModeObjectSetProperty(int fd, uint32_t object_id,
506 uint32_t object_id,
510 uint32_t object_id,
530 uint32_t object_id,
  /art/runtime/jdwp/
jdwp_handler.cc 59 static JdwpError WriteTaggedObject(ExpandBuf* reply, ObjectId object_id)
62 JdwpError rc = Dbg::GetObjectTag(object_id, &tag);
65 expandBufAddObjectId(reply, object_id);
85 * If "is_constructor" is set, this returns "object_id" rather than the
89 ObjectId thread_id, ObjectId object_id,
92 CHECK(!is_constructor || object_id != 0);
96 VLOG(jdwp) << StringPrintf(" --> thread_id=%#" PRIx64 " object_id=%#" PRIx64,
97 thread_id, object_id);
118 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id,
309 ObjectId object_id = request->ReadObjectId() local
674 ObjectId object_id; local
690 ObjectId object_id; local
786 ObjectId object_id = request->ReadObjectId(); local
795 ObjectId object_id = request->ReadObjectId(); local
815 ObjectId object_id = request->ReadObjectId(); local
837 ObjectId object_id = request->ReadObjectId(); local
855 ObjectId object_id = request->ReadObjectId(); local
865 ObjectId object_id = request->ReadObjectId(); local
871 ObjectId object_id = request->ReadObjectId(); local
877 ObjectId object_id = request->ReadObjectId(); local
886 ObjectId object_id = request->ReadObjectId(); local
1389 ObjectId object_id; local
    [all...]
  /external/google-breakpad/src/processor/
range_map_unittest.cc 334 // Store ranges with base address = 2 * object_id:
336 for (int object_id = 0; object_id < 100; ++object_id) {
337 linked_ptr<CountedObject> object(new CountedObject(object_id));
338 int base_address = 2 * object_id;
  /external/protobuf/ruby/tests/
basic.rb 301 assert l.object_id != l2.object_id
321 assert m.repeated_int32.object_id == l.object_id
372 assert l2[0].object_id == l[0].object_id
376 assert l2[0].object_id != l[0].object_id
615 assert m.object_id != m2.object_id
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 529 android_mtp_MtpDevice_delete_object(JNIEnv *env, jobject thiz, jint object_id)
532 if (device && device->deleteObject(object_id)) {
540 android_mtp_MtpDevice_get_parent(JNIEnv *env, jobject thiz, jint object_id)
544 return static_cast<jint>(device->getParent(object_id));
550 android_mtp_MtpDevice_get_storage_id(JNIEnv *env, jobject thiz, jint object_id)
554 return static_cast<jint>(device->getStorageID(object_id));
560 android_mtp_MtpDevice_import_file(JNIEnv *env, jobject thiz, jint object_id, jstring dest_path)
569 jboolean result = device->readObject(object_id, destPathStr, AID_SDCARD_RW, 0664);
578 android_mtp_MtpDevice_import_file_to_fd(JNIEnv *env, jobject thiz, jint object_id, jint fd)
582 return device->readObject(object_id, fd)
    [all...]
  /art/runtime/
debugger.h 287 static JDWP::JdwpError GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply)
296 static JDWP::JdwpError GetObjectTag(JDWP::ObjectId object_id, uint8_t* tag)
340 static JDWP::JdwpError GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply)
359 static JDWP::JdwpError GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count,
362 static JDWP::JdwpError DisableCollection(JDWP::ObjectId object_id)
364 static JDWP::JdwpError EnableCollection(JDWP::ObjectId object_id)
366 static JDWP::JdwpError IsCollected(JDWP::ObjectId object_id, bool* is_collected)
368 static void DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count)
409 static JDWP::JdwpError GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id,
412 static JDWP::JdwpError SetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id
    [all...]
debugger.cc 790 JDWP::JdwpError Dbg::GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply) {
792 mirror::Object* o = gRegistry->Get<mirror::Object*>(object_id, &error);
    [all...]
  /external/libmtp/src/
libmtp.c 173 static char *get_string_from_object(LIBMTP_mtpdevice_t *device, uint32_t const object_id,
175 static uint64_t get_u64_from_object(LIBMTP_mtpdevice_t *device,uint32_t const object_id,
177 static uint32_t get_u32_from_object(LIBMTP_mtpdevice_t *device,uint32_t const object_id,
179 static uint16_t get_u16_from_object(LIBMTP_mtpdevice_t *device, uint32_t const object_id,
181 static uint8_t get_u8_from_object(LIBMTP_mtpdevice_t *device, uint32_t const object_id,
183 static int set_object_string(LIBMTP_mtpdevice_t *device, uint32_t const object_id,
185 static int set_object_u32(LIBMTP_mtpdevice_t *device, uint32_t const object_id,
187 static int set_object_u16(LIBMTP_mtpdevice_t *device, uint32_t const object_id,
189 static int set_object_u8(LIBMTP_mtpdevice_t *device, uint32_t const object_id,
216 static void add_object_to_cache(LIBMTP_mtpdevice_t *device, uint32_t object_id);
    [all...]
  /external/ImageMagick/coders/
png.c 676 object_id,
674 object_id, member in struct:_MngInfo
4918 object_id, local
    [all...]
  /external/autotest/scheduler/
monitor_db.py 421 for object_id in object_ids:
422 agent_dict.setdefault(object_id, set()).add(agent)
426 for object_id in object_ids:
427 assert object_id in agent_dict
428 agent_dict[object_id].remove(agent)
432 if not agent_dict[object_id]:
433 agent_dict.pop(object_id)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drm.h 101 STDMETHOD(Load)(THIS_ void *source, void *object_id, IID **iids, DWORD iid_count, D3DRMLOADOPTIONS flags,
241 STDMETHOD(Load)(THIS_ void *source, void *object_id, IID **iids, DWORD iid_count, D3DRMLOADOPTIONS flags,
384 STDMETHOD(Load)(THIS_ void *source, void *object_id, IID **iids, DWORD iid_count, D3DRMLOADOPTIONS flags,
    [all...]
d3drmobj.h     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-bfd.h 1671 enum elf_target_id object_id; member in struct:elf_obj_tdata
    [all...]
elf.c 234 the object_id field of an elf_obj_tdata field set to OBJECT_ID. */
238 enum elf_target_id object_id)
245 elf_object_id (abfd) = object_id;
    [all...]
  /external/v8/src/
deoptimizer.cc 3364 int object_id = iterator->Next(); local
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 861 SnapshotObjectId object_id = heap_object_map_->FindOrAddEntry( local
869 return snapshot_->AddEntry(type, name, object_id, size, trace_node_id);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
mips.cc 431 uintptr_t object_id = reinterpret_cast<uintptr_t>(this->object()); local
432 return this->symndx_ + object_id + this->d.addend;
    [all...]

Completed in 398 milliseconds