HomeSort by relevance Sort by last modified time
    Searched refs:attachments (Results 1 - 25 of 190) sorted by null

1 2 3 4 5 6 7 8

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageFooterView.java 97 // we're only updating the attachments.
140 final List<Attachment> attachments; local
143 attachments = Lists.newArrayList();
145 attachments.add(mAttachmentsCursor.get());
150 attachments = mMessageHeaderItem.getMessage().getAttachments();
152 renderAttachments(attachments, loaderResult);
155 private void renderAttachments(List<Attachment> attachments, boolean loaderResult) {
156 if (attachments == null || attachments.isEmpty()) {
160 // filter the attachments into tiled and non-tile
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
gbm_driint.h 62 unsigned int *attachments, int count,
67 unsigned int *attachments, int count,
  /external/mesa3d/src/gbm/backends/dri/
gbm_driint.h 62 unsigned int *attachments, int count,
67 unsigned int *attachments, int count,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.c 344 unsigned int attachments[10]; local
377 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
383 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
391 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
394 attachments[i++] = __DRI_BUFFER_DEPTH;
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
397 attachments[i++] = __DRI_BUFFER_STENCIL
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 344 unsigned int attachments[10]; local
377 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
378 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
383 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
384 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
391 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
392 attachments[i++] = radeon_bits_per_pixel(depth_rb);
394 attachments[i++] = __DRI_BUFFER_DEPTH;
395 attachments[i++] = radeon_bits_per_pixel(depth_rb);
397 attachments[i++] = __DRI_BUFFER_STENCIL
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
dri2.h 70 unsigned int *attachments, int count,
80 unsigned int *attachments,
  /external/mesa3d/src/glx/
dri2.h 70 unsigned int *attachments, int count,
80 unsigned int *attachments,
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 121 * @param attachments list of attachments to send (or null if retrieved from the message itself)
124 boolean useSmartReply, boolean sendBcc, List<Attachment> attachments)
159 // If a list of attachments hasn't been passed in, build one from the message
160 if (attachments == null) {
161 attachments =
165 boolean multipart = attachments.size() > 0;
177 if (attachments.size() == 1) {
180 int flags = attachments.get(0).mFlags;
197 // Write out the attachments until we run ou
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MessageModification.java 158 public static void putAttachments(ContentValues values, List<Attachment> attachments) {
159 values.put(MessageColumns.ATTACHMENTS, Attachment.toJSONArray(attachments));
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 192 * Sunny day test of adding attachments from an IMAP/POP message.
195 // Prepare a local message to add the attachments to
219 ArrayList<Part> attachments = new ArrayList<Part>(); local
220 MimeUtility.collectParts(legacyMessage, viewables, attachments);
221 LegacyConversions.updateAttachments(mProviderContext, localMessage, attachments);
223 // Read back all attachments for message and check field values
232 checkAttachment("attachment1Part", attachments.get(0), attachment,
235 checkAttachment("attachment2Part", attachments.get(1), attachment,
247 * Test that only "attachment" or "inline" attachments are captured and added.
252 // Prepare a local message to add the attachments t
313 ArrayList<Part> attachments = new ArrayList<Part>(); local
534 ArrayList<Part> attachments = new ArrayList<Part>(); local
    [all...]
  /external/chromium_org/third_party/libva/va/x11/
va_dri2.h 65 unsigned int *attachments, int count,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java 166 // a method for sending mail with attachments
167 String aSubject, String aMessage, String[] attachments) {
214 for (int i = 0; i < attachments.length; i++) {
217 FileDataSource attachment = new FileDataSource(attachments[i]);
219 File attachmentFile=new File(attachments[i]);
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_drm.c 245 unsigned int *attachments, int count,
253 assert(attachments[i] < __DRI_BUFFER_COUNT);
256 switch (attachments[i]) {
264 if (get_aux_bo(dri2_surf, attachments[i], attachments[i + 1],
286 unsigned int *attachments, int count,
301 attachments_with_format[2*i] = attachments[i];
platform_wayland.c 424 unsigned int *attachments, int count,
456 assert(attachments[i] < __DRI_BUFFER_COUNT);
459 dri2_prior_buffer_creation(dri2_surf, attachments[i]);
461 if (dri2_surf->dri_buffers[attachments[i]] == NULL) {
463 dri2_surf->dri_buffers[attachments[i]] =
465 attachments[i], attachments[i+1],
468 if (!dri2_surf->dri_buffers[attachments[i]])
471 if (attachments[i] == __DRI_BUFFER_BACK_LEFT)
472 dri2_process_back_buffer(dri2_surf, attachments[i+1])
    [all...]
platform_android.c 387 unsigned int *attachments, int count)
398 switch (attachments[i]) {
401 buf->attachment = attachments[i];
419 attachments[i], attachments[i + 1]);
443 unsigned int *attachments, int count,
466 droid_get_buffers_parse_attachments(dri2_surf, attachments, count);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_context.c 251 unsigned int attachments[10]; local
260 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
262 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
264 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
266 attachments[i++] = __DRI_BUFFER_DEPTH;
268 attachments[i++] = __DRI_BUFFER_STENCIL;
271 attachments, i, &count,
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 245 unsigned int *attachments, int count,
253 assert(attachments[i] < __DRI_BUFFER_COUNT);
256 switch (attachments[i]) {
264 if (get_aux_bo(dri2_surf, attachments[i], attachments[i + 1],
286 unsigned int *attachments, int count,
301 attachments_with_format[2*i] = attachments[i];
platform_wayland.c 424 unsigned int *attachments, int count,
456 assert(attachments[i] < __DRI_BUFFER_COUNT);
459 dri2_prior_buffer_creation(dri2_surf, attachments[i]);
461 if (dri2_surf->dri_buffers[attachments[i]] == NULL) {
463 dri2_surf->dri_buffers[attachments[i]] =
465 attachments[i], attachments[i+1],
468 if (!dri2_surf->dri_buffers[attachments[i]])
471 if (attachments[i] == __DRI_BUFFER_BACK_LEFT)
472 dri2_process_back_buffer(dri2_surf, attachments[i+1])
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.c 251 unsigned int attachments[10]; local
260 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
262 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
264 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
266 attachments[i++] = __DRI_BUFFER_DEPTH;
268 attachments[i++] = __DRI_BUFFER_STENCIL;
271 attachments, i, &count,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-javamail.jar 
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
x11_screen.h 129 int *width, int *height, unsigned int *attachments,
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
x11_screen.h 129 int *width, int *height, unsigned int *attachments,
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeUtility.java 398 * "viewable" and which will be attachments.
403 * @param attachments This arraylist will be populated with all parts that appear to be
404 * attachments (including inlines)
408 ArrayList<Part> attachments) throws MessagingException {
438 collectParts(bp, viewables, attachments);
442 // it, pulling any viewables or attachments into the running list.
444 collectParts(message, viewables, attachments);
450 attachments.add(part);
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 61 * Only for attachments that are currently downloading. Attachments that failed show the
161 List<Attachment> attachments = getAllAttachments(); local
162 if (attachments != null) {
164 for (final Attachment a : attachments) {
173 // all attachments must be present to be able to share all
175 for (final Attachment a : attachments) {
311 // REDOWNLOADING command is only for attachments that are finished or failed.
332 * Save all of the attachments in the cursor.
366 * Share all of the attachments in the cursor
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
Utilities.java 113 // Now process body parts & attachments
115 ArrayList<Part> attachments = new ArrayList<Part>(); local
116 MimeUtility.collectParts(message, viewables, attachments);
135 // process (and save) attachments
139 LegacyConversions.updateAttachments(context, localMessage, attachments);
148 // not have any attachments at all, and we just need a button somewhere that
150 // Or, what if we were able to load some, but not all of the attachments?
154 // attachments we have until we've loaded the complete message.

Completed in 724 milliseconds

1 2 3 4 5 6 7 8