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

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 54 struct AttachmentInfo
56 AttachmentInfo (const VkFormat vkFormat,
67 ~AttachmentInfo (void)
82 const std::vector<AttachmentInfo>& attachments,
93 const std::vector<AttachmentInfo> m_attachments;
107 const std::vector<AttachmentInfo>& attachments,
150 for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it)
165 for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it)
382 const std::vector<AttachmentInfo>& attachments,
388 const std::vector<AttachmentInfo> m_attachments
    [all...]
  /packages/apps/Email/provider_src/com/android/email/
AttachmentInfo.java 41 public class AttachmentInfo {
91 public AttachmentInfo(Context context, Attachment attachment) {
96 public AttachmentInfo(Context context, Cursor c) {
102 public AttachmentInfo(Context context, AttachmentInfo info) {
107 public AttachmentInfo(Context context, long id, long size, String fileName, String mimeType,
242 return ((AttachmentInfo) o).mId == mId;
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 35 import com.android.email.AttachmentInfo;
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 30 import com.android.email.AttachmentInfo;
226 Attachment.CONTENT_URI, AttachmentInfo.PROJECTION,
237 Attachment.CONTENT_URI, AttachmentInfo.PROJECTION,
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java     [all...]

Completed in 107 milliseconds