HomeSort by relevance Sort by last modified time
    Searched full:object_id (Results 1 - 25 of 38) sorted by null

1 2

  /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,
  /external/autotest/frontend/client/src/autotest/common/ui/
DetailView.java 105 arguments.put("object_id", objectId);
112 String objectId = arguments.get("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/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...]
  /external/autotest/server/
afe_urls_unittest.py 39 'http://localhost/afe/#tab_id=view_host&object_id=42')
afe_urls.py 95 return self._geturl({'tab_id': 'view_host', 'object_id': host_id})
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
TypesLengths.java 52 public static final byte OBJECT_ID = 9;
161 case OBJECT_ID: {
249 case OBJECT_ID: {
Packet.java 526 if (TypesLengths.getTypeLength(TypesLengths.OBJECT_ID) < 0
527 || TypesLengths.getTypeLength(TypesLengths.OBJECT_ID) > 8) {
529 + TypesLengths.getTypeLength(TypesLengths.OBJECT_ID));
532 + TypesLengths.getTypeLength(TypesLengths.OBJECT_ID);
536 - TypesLengths.getTypeLength(TypesLengths.OBJECT_ID));
538 - TypesLengths.getTypeLength(TypesLengths.OBJECT_ID),
539 TypesLengths.getTypeLength(TypesLengths.OBJECT_ID));
550 if (TypesLengths.getTypeLength(TypesLengths.OBJECT_ID) < 0
551 || TypesLengths.getTypeLength(TypesLengths.OBJECT_ID) > 8) {
553 + TypesLengths.getTypeLength(TypesLengths.OBJECT_ID) + "!")
    [all...]
VmMirror.java 584 TypesLengths.setTypeLength(TypesLengths.OBJECT_ID, replyPacket
597 .getTypeLength(TypesLengths.OBJECT_ID));
599 .getTypeLength(TypesLengths.OBJECT_ID));
601 .getTypeLength(TypesLengths.OBJECT_ID));
603 .getTypeLength(TypesLengths.OBJECT_ID));
605 .getTypeLength(TypesLengths.OBJECT_ID));
607 .getTypeLength(TypesLengths.OBJECT_ID));
609 .getTypeLength(TypesLengths.OBJECT_ID));
611 .getTypeLength(TypesLengths.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/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
EmbeddedSpreadsheetPresenter.java 130 openUrl("/new_tko/#tab_id=test_detail_view&object_id=" + testIdx);
  /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/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/autotest/frontend/client/src/autotest/afe/
HostDetailView.java 287 shard_url = shard_url + "/afe/#tab_id=view_host&object_id=" + host_id;
293 String job_url = "#tab_id=view_job&object_id=" + job_id;
526 String objectId = arguments.get("object_id");
JobDetailView.java 162 parent_job_url = "#tab_id=view_job&object_id=" + parent_job_url;
212 shard_url = shard_url + "/afe/#tab_id=view_job&object_id=" + job_id;
  /external/ImageMagick/coders/
png.c 676 object_id,
674 object_id, member in struct:_MngInfo
4918 object_id, local
    [all...]
  /external/autotest/docs/
test-that.md 102 http://cautotest/afe/#tab_id=view_job&object_id=5195962.
  /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...]
  /external/autotest/frontend/migrations/
045_test_planner_framework.py 99 `object_id` integer NOT NULL,
066_drop_planner.py 383 `object_id` int(11) NOT NULL,
  /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...]
  /external/syslinux/core/fs/ntfs/
ntfs.h 471 //GUID object_id;

Completed in 695 milliseconds

1 2