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

  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 612 MtpObjectInfo* object_info = new MtpObjectInfo(-1); local
613 object_info->mStorageID = env->GetIntField(info, field_objectInfo_storageId);
614 object_info->mFormat = env->GetIntField(info, field_objectInfo_format);
615 object_info->mProtectionStatus = env->GetIntField(info, field_objectInfo_protectionStatus);
616 object_info->mCompressedSize = env->GetIntField(info, field_objectInfo_compressedSize);
617 object_info->mThumbFormat = env->GetIntField(info, field_objectInfo_thumbFormat);
618 object_info->mThumbCompressedSize =
620 object_info->mThumbPixWidth = env->GetIntField(info, field_objectInfo_thumbPixWidth);
621 object_info->mThumbPixHeight = env->GetIntField(info, field_objectInfo_thumbPixHeight);
622 object_info->mImagePixWidth = env->GetIntField(info, field_objectInfo_imagePixWidth)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/
uploads_test.py 146 object_info = self.__client.objects.Get(self.__GetRequest(filename))
147 self.assertEqual(size, object_info.size)
154 object_info = self.__client.objects.Get(self.__GetRequest(filename))
155 self.assertEqual(size, object_info.size)
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 99 setContentView(R.layout.object_info);
  /external/v8/src/profiler/
heap-snapshot-generator.cc 577 const HeapObjectInfo& object_info = heap_objects[i]; local
578 if (!object_info.IsValid()) {
586 object_info.Print();
590 object_info.Print();
    [all...]
  /external/v8/tools/
grokdump.py     [all...]

Completed in 585 milliseconds