HomeSort by relevance Sort by last modified time
    Searched refs:Attachment (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
ITNProxy.java 24 import com.intellij.openapi.diagnostic.Attachment;
79 for (Attachment attachment : error.getAttachments()) {
80 params.put("attachment.name", attachment.getName());
81 params.put("attachment.value", attachment.getEncodedBytes());
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageCursor.java 26 import com.android.mail.providers.Attachment;
177 for (Attachment a : m.getAttachments()) {
MessageAttachmentTile.java 35 import com.android.mail.providers.Attachment;
50 * View for a single attachment in conversation view. Shows download status and allows launching
51 * intents to act on an attachment.
93 * Render or update an attachment's view. This happens immediately upon instantiation, and
97 public void render(Attachment attachment, int index,
99 render(attachment, attachmentPreviewCache);
175 LogUtils.e(LOG_TAG, "unable to view image attachment b/c handler is null");
219 // Download if there is network. This check prevents the attachment
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 412 AttachmentReference (deUint32 attachment,
414 : m_attachment (attachment)
515 class Attachment
518 Attachment (VkFormat format,
573 RenderPass (const vector<Attachment>& attachments,
582 const vector<Attachment>& getAttachments (void) const { return m_attachments; }
587 const vector<Attachment> m_attachments;
664 const vector<Attachment>& attachments = renderPass.getAttachments();
668 const tcu::ScopedLogSection attachmentSection (log, "Attachment" + de::toString(attachmentNdx), "Attachment " + de::toString(attachmentNdx))
669 const Attachment& attachment = attachments[attachmentNdx]; local
1513 const Attachment& attachment = renderInfo.getColorAttachment(attachmentNdx); local
1538 const Attachment& attachment = *renderInfo.getDepthStencilAttachment(); local
1794 const VkClearAttachment attachment = local
1819 const VkClearAttachment attachment = local
2293 const Attachment attachment = renderPassInfo.getAttachments()[attachmentNdx]; local
2332 const Attachment& attachment = renderPassInfo.getAttachments()[attachmentIndex]; local
2359 const Attachment& attachment = renderPassInfo.getAttachments()[attachmentIndex]; local
2431 const Attachment attachment = renderPassInfo.getAttachments()[subpass.getColorAttachments()[attachmentRefNdx].getAttachment()]; local
2490 const Attachment attachment = renderPassInfo.getAttachments()[attachmentNdx]; local
3254 const Attachment attachment = renderPassInfo.getAttachments()[attachmentNdx]; local
3491 const deUint32 attachment = references[referenceNdx].getAttachment(); local
3544 const Attachment& attachment = renderPassInfo.getAttachments()[attachmentNdx]; local
3628 const Attachment& attachment = renderPass.getAttachments()[attachmentRef.getAttachment()]; local
3742 const Attachment& attachment = renderPass.getAttachments()[attachmentRef.getAttachment()]; local
3753 const Attachment& attachment = renderPass.getAttachments()[subpass.getDepthStencilAttachment().getAttachment()]; local
3784 const Attachment& attachment = attachments[attachmentNdx]; local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/
AttachmentInfo.java 20 import com.android.emailcommon.provider.EmailContent.Attachment;
38 * Encapsulates commonly used attachment information related to suitability for viewing and saving,
39 * based on the attachment's filename and mimetype.
59 /** Attachment not denied */
61 /** Attachment suspected of being malware */
63 /** Attachment too large; must download over wi-fi */
65 /** No receiving intent to handle attachment type */
82 /** Whether or not this attachment can be viewed */
84 /** Whether or not this attachment can be saved */
86 /** Whether or not this attachment can be installed [only true for APKs] *
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationWebViewClient.java 38 import com.android.mail.providers.Attachment;
77 * Translates Content ID urls (CID urls) into provider queries for the associated attachment.
78 * With the attachment in hand, it's trivial to open a stream to the file containing the content
79 * of the attachment.
83 * @return a response if a stream to the attachment file can be created from the CID URL;
104 // query for the attachment using its cid
111 // create the attachment from the cursor, if one was found
112 final Attachment target;
117 target = new Attachment(c);
122 // try to return a response that includes a stream to the attachment dat
    [all...]
ThumbnailLoadTask.java 32 import com.android.mail.providers.Attachment;
52 AttachmentBitmapHolder holder, Attachment attachment, Attachment prevAttachment) {
55 final Bitmap cached = cache.get(attachment);
64 if (attachment == null || width == 0 || height == 0
65 || !ImageUtils.isImageMimeType(attachment.getContentType())) {
70 final Uri thumbnailUri = attachment.thumbnailUri;
71 final Uri contentUri = attachment.contentUri;
72 final Uri uri = attachment.getIdentifierUri()
    [all...]
  /external/mesa3d/src/mesa/main/
accum.c 136 accRb = ctx->DrawBuffer->Attachment[BUFFER_ACCUM].Renderbuffer;
194 ctx->DrawBuffer->Attachment[BUFFER_ACCUM].Renderbuffer;
252 ctx->DrawBuffer->Attachment[BUFFER_ACCUM].Renderbuffer;
345 struct gl_renderbuffer *accRb = fb->Attachment[BUFFER_ACCUM].Renderbuffer;
457 if (!ctx->DrawBuffer->Attachment[BUFFER_ACCUM].Renderbuffer) {
clear.c 250 const struct gl_renderbuffer_attachment *att = ctx->DrawBuffer->Attachment;
332 else if (ctx->DrawBuffer->Attachment[BUFFER_STENCIL].Renderbuffer && !ctx->RasterDiscard) {
495 else if (ctx->DrawBuffer->Attachment[BUFFER_DEPTH].Renderbuffer && !ctx->RasterDiscard) {
598 if (ctx->DrawBuffer->Attachment[BUFFER_DEPTH].Renderbuffer)
600 if (ctx->DrawBuffer->Attachment[BUFFER_STENCIL].Renderbuffer)
readpix.c 61 struct gl_renderbuffer *rb = fb->Attachment[BUFFER_DEPTH].Renderbuffer;
117 struct gl_renderbuffer *rb = fb->Attachment[BUFFER_DEPTH].Renderbuffer;
179 struct gl_renderbuffer *rb = fb->Attachment[BUFFER_STENCIL].Renderbuffer;
422 struct gl_renderbuffer *rb = fb->Attachment[BUFFER_DEPTH].Renderbuffer;
423 struct gl_renderbuffer *stencilRb = fb->Attachment[BUFFER_STENCIL].Renderbuffer;
466 struct gl_renderbuffer *depthRb = fb->Attachment[BUFFER_DEPTH].Renderbuffer;
467 struct gl_renderbuffer *stencilRb = fb->Attachment[BUFFER_STENCIL].Renderbuffer;
527 struct gl_renderbuffer *depthRb = fb->Attachment[BUFFER_DEPTH].Renderbuffer;
528 struct gl_renderbuffer *stencilRb = fb->Attachment[BUFFER_STENCIL].Renderbuffer;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h 67 typedef struct Attachment Attachment;
100 typedef struct Attachment Attachment;
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 37 import com.android.emailcommon.provider.EmailContent.Attachment;
648 public static boolean attachmentExists(Context context, Attachment attachment) {
649 if (attachment == null) {
651 } else if (attachment.mContentBytes != null) {
654 final String cachedFile = attachment.getCachedFileUri();
672 final String contentUri = attachment.getContentUri();
708 Attachment[] atts = Attachment.restoreAttachmentsWithMessageId(context, messageId);
709 for (Attachment att: atts)
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTestUtils.java 22 import com.android.emailcommon.provider.EmailContent.Attachment;
208 * @param saveIt if true, write the new attachment directly to the DB
225 * Create a test attachment. A few fields are specified by params, and all other fields
229 * @param fileName the "file" to indicate in the attachment
230 * @param length the "length" of the attachment
231 * @param flags the flags to set in the attachment
232 * @param saveIt if true, write the new attachment directly to the DB
235 public static Attachment setupAttachment(long messageId, String fileName, long length,
237 Attachment att = new Attachment();
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 41 import com.android.emailcommon.provider.EmailContent.Attachment;
123 // Version 11: Add content and flags to attachment table
124 // Version 12: Add content_bytes to attachment table. content is deprecated.
128 // Version 16: Add accountKey to Attachment table
148 // Version 33: Add columns to attachment for ui provider columns
361 " begin delete from " + Attachment.TABLE_NAME +
    [all...]
AttachmentProvider.java 35 import com.android.emailcommon.provider.EmailContent.Attachment;
63 * Using the standard application context, account #10 and attachment # 20, this would be:
97 * Returns the mime type for a given attachment. There are three possible results:
98 * - If thumbnail Uri, always returns "image/png" (even if there's no attachment)
99 * - If the attachment does not exist, returns null
100 * - Returns the mime type of the attachment
112 uri = ContentUris.withAppendedId(Attachment.CONTENT_URI, Long.parseLong(id));
133 * Open an attachment file. There are two "formats" - "raw", which returns an actual file,
244 * Returns a cursor based on the data in the attachments table, or null if the attachment
271 uri = ContentUris.withAppendedId(Attachment.CONTENT_URI, Long.parseLong(id))
    [all...]
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java 453 final EmailContent.Attachment attachment = new EmailContent.Attachment(); local
454 attachment.mSize = 1000;
459 attachmentService.mServiceCallback.getAttachmentUpdateValues(attachment,
466 final EmailContent.Attachment attachment = new EmailContent.Attachment(); local
467 attachment.mSize = 1000;
472 attachmentService.mServiceCallback.getAttachmentUpdateValues(attachment,
479 final EmailContent.Attachment attachment = new EmailContent.Attachment(); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Message.java 226 private transient List<Attachment> mAttachments = null;
479 mAttachments.add(new Attachment(context, attachmentPart,
483 // instantiating an Attachment for each viewable will cause it to be registered within the
489 mAttachments.add(new Attachment(context, viewablePart, emlFileUri, messageId, cid,
640 public List<Attachment> getAttachments() {
643 mAttachments = Attachment.fromJSONArray(attachmentsJson);
663 // Otherwise, iterate through the attachment list,
666 final List<Attachment> attachments = getAttachments();
  /external/deqp/modules/glshared/
glsFboCompletenessTests.hpp 118 Attachment* makeAttachment (GLenum bufType, ImageFormat format,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.h 60 return radeon_renderbuffer(fb->Attachment[att_index].Renderbuffer);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_networkinterface.py 30 from boto.ec2.networkinterface import Attachment, NetworkInterface
36 self.attachment = Attachment()
37 self.attachment.id = 'eni-attach-1'
38 self.attachment.instance_id = 10
39 self.attachment.status = "some status"
40 self.attachment.device_index = 100
45 self.eni_one.attachment = self.attachment
51 self.eni_two.attachment = Non
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 198 void check (GLenum attPoint, const Attachment& att,
212 void ES2Checker::check (GLenum attPoint, const Attachment& att, const Image* image)
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_fb.c 132 if (fb->Attachment[BUFFER_DEPTH].Renderbuffer) {
134 fb->Attachment[BUFFER_DEPTH].Renderbuffer)->surface;
  /external/mesa3d/src/mesa/swrast/
s_clear.c 239 ctx->DrawBuffer->Attachment[BUFFER_DEPTH].Renderbuffer;
241 ctx->DrawBuffer->Attachment[BUFFER_STENCIL].Renderbuffer;
  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 38 import com.android.emailcommon.provider.EmailContent.Attachment;
241 resolver.addProvider(Attachment.ATTACHMENT_PROVIDER_LEGACY_URI_PREFIX, ap);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Policy.java 184 * Review all attachment records for this account, and reset the "don't allow download" flag
194 Cursor c = resolver.query(Attachment.CONTENT_URI, ATTACHMENT_RESET_PROJECTION,
205 boolean wasRestricted = (flags & Attachment.FLAG_POLICY_DISALLOWS_DOWNLOAD) != 0;
209 flags |= Attachment.FLAG_POLICY_DISALLOWS_DOWNLOAD;
211 flags &= ~Attachment.FLAG_POLICY_DISALLOWS_DOWNLOAD;
215 resolver.update(ContentUris.withAppendedId(Attachment.CONTENT_URI, id),

Completed in 1134 milliseconds

1 23 4 5 6