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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Dialer/java/com/android/incallui/incall/impl/
InCallPagerAdapter.java 30 @Nullable private MultimediaData attachments; field in class:InCallPagerAdapter
32 public InCallPagerAdapter(FragmentManager fragmentManager, @Nullable MultimediaData attachments) {
34 this.attachments = attachments;
43 return MultimediaFragment.newInstance(attachments, true, false, false);
49 if (attachments != null && attachments.hasData()) {
55 public void setAttachments(@Nullable MultimediaData attachments) {
56 if (this.attachments != attachments) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentDeletionInterface.java 8 * attachments so that the larger attachments view can set
  /external/skia/src/gpu/vk/
GrVkFramebuffer.cpp 23 VkImageView attachments[3]; local
24 attachments[0] = colorAttachment->imageView();
27 attachments[numAttachments++] = stencilAttachment->imageView();
37 createInfo.pAttachments = attachments;
GrVkRenderPass.cpp 57 SkTArray<VkAttachmentDescription> attachments(numAttachments);
58 attachments.reset(numAttachments);
59 memset(attachments.begin(), 0, numAttachments * sizeof(VkAttachmentDescription));
61 // Refs to attachments on the render pass (as described by teh VkAttachmentDescription above),
80 setup_vk_attachment_description(&attachments[currentAttachment],
103 setup_vk_attachment_description(&attachments[currentAttachment],
130 createInfo.pAttachments = attachments.begin();
160 // Get attachment information from render target. This includes which attachments the render
161 // target has (color, stencil) and the attachments format and sample count.
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 80 * Sunny day test of adding attachments from an IMAP/POP message.
83 // Prepare a local message to add the attachments to
107 ArrayList<Part> attachments = new ArrayList<Part>(); local
108 MimeUtility.collectParts(legacyMessage, viewables, attachments);
109 LegacyConversions.updateAttachments(mProviderContext, localMessage, attachments);
111 // Read back all attachments for message and check field values
121 checkAttachment("attachment1Part", attachments.get(0), attachment,
124 checkAttachment("attachment2Part", attachments.get(1), attachment,
136 * Test that only "attachment" or "inline" attachments are captured and added.
141 // Prepare a local message to add the attachments t
202 ArrayList<Part> attachments = new ArrayList<Part>(); local
386 ArrayList<Part> attachments = new ArrayList<Part>(); local
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_pass.c 42 size += pCreateInfo->attachmentCount * sizeof(pass->attachments[0]);
55 pass->attachments = (void *) pass + attachments_offset;
69 struct anv_render_pass_attachment *att = &pass->attachments[i];
120 pass->attachments[a].usage |= VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT;
121 pass->attachments[a].subpass_usage[i] |= ANV_SUBPASS_USAGE_INPUT;
122 pass->attachments[a].last_subpass_idx = i;
139 pass->attachments[a].usage |= VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT;
140 pass->attachments[a].subpass_usage[i] |= ANV_SUBPASS_USAGE_DRAW;
141 pass->attachments[a].last_subpass_idx = i;
157 pass->attachments[color_att].usage |
    [all...]
  /external/deqp/doc/testspecs/GLES3/
functional.fbo.completeness.txt 31 + Single attachments with all standard (and many extension) formats
32 + All combinations of color, depth and stencil attachments
34 + Differently sized attachments
35 + Multilayer attachments
36 + Compatibility of multisample attachments
54 images and attachments, the set of expected status values and the actual
72 * If there are no attachments, GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
80 Note that GLES3 requires the depth and stencil attachments to be the same
83 attachments.
94 attachments with different sizes. The glCheckFramebufferStatus call i
    [all...]
  /external/toolchain-utils/cros_utils/
email_sender.py 37 attachments=None):
41 email_from, msg_type, attachments)
44 email_from, msg_type, attachments)
47 email_from, msg_type, attachments):
68 if attachments:
69 for attachment in attachments:
84 email_from, msg_type, attachments):
123 if attachments:
125 for attachment in attachments:
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DraftMessageData.java 97 /** Keeps track of completed attachments in the message draft. This data is persisted to db */
103 /** Keeps track of pending attachments that are being loaded. The pending attachments are
137 // New attachments have arrived - only update if the user hasn't already edited
195 // The message now owns all the attachments and the text...
276 public void addAttachments(final Collection<? extends MessagePartData> attachments) {
277 // If the incoming attachments contains a single-only attachment, we need to clear
278 // the existing attachments.
279 for (final MessagePartData data : attachments) {
281 // clear any existing attachments because the attachment we're adding can onl
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageFooterView.java 131 // we're only updating the attachments.
161 final List<Attachment> attachments; local
164 attachments = Lists.newArrayList();
166 attachments.add(mAttachmentsCursor.get());
171 attachments = mMessageHeaderItem.getMessage().getAttachments();
173 renderAttachments(attachments, loaderResult);
176 private void renderAttachments(List<Attachment> attachments, boolean loaderResult) {
177 if (attachments == null || attachments.isEmpty()) {
181 // filter the attachments into tiled and non-tile
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
ARB_invalidate_subdata.xml 35 <param name="attachments" type="const GLenum *" count="numAttachments"/>
45 <param name="attachments" type="const GLenum *" count="numAttachments"/>
  /external/deqp/doc/testspecs/GLES2/
functional.fbo.completeness.txt 30 + Single attachments with all standard (and many extension) formats
31 + All combinations of color0, depth and stencil attachments
32 - And other color attachments if GL_NV_fbo_color_attachments is exposed
35 + Differently sized attachments
53 images and attachments, the set of expected status values and the actual
99 * If there are no attachments, GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT
106 color attachments are used in the tests.
111 Note that GLES2, unlike GLES3, allows the depth and stencil attachments to be
119 combination of attachments and formats such that the framebuffer checks as
131 attachments with different sizes. The glCheckFramebufferStatus call i
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 82 const std::vector<AttachmentInfo>& attachments,
107 const std::vector<AttachmentInfo>& attachments,
110 , m_attachments (attachments)
382 const std::vector<AttachmentInfo>& attachments,
395 const std::vector<AttachmentInfo>& attachments,
398 , m_attachments (attachments)
487 std::vector<AttachmentInfo> attachments; local
488 attachments.push_back(AttachmentInfo(format, rnd.getInt(1, maxDimension), rnd.getInt(1, maxDimension), 1));
489 single->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments));
493 std::vector<AttachmentInfo> attachments; local
501 std::vector<AttachmentInfo> attachments; local
510 std::vector<AttachmentInfo> attachments; local
    [all...]
  /external/libmojo/ipc/
ipc_message_attachment_set.h 33 // Any given IPC Message can have attachments of type (1) or (2), but not both.
34 // These are stored in |attachments_|. Attachments of type (3) are stored in
37 // To produce a deterministic ordering, all attachments in |attachments_| are
39 // attachments are transmitted across different communication channels, and
48 // Return the number of attachments
54 // Return the number of brokerable attachments in the attachment set.
56 // Return the number of non-brokerable attachments in the attachment set.
75 // Code using this /must/ access the attachments in order, and must do it at
92 // Returns a vector of all brokerable attachments.
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 363 unsigned int attachments[10]; local
396 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
397 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[0]);
402 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
403 attachments[i++] = radeon_bits_per_pixel(draw->color_rb[1]);
410 attachments[i++] = __DRI_BUFFER_DEPTH_STENCIL;
411 attachments[i++] = radeon_bits_per_pixel(depth_rb);
413 attachments[i++] = __DRI_BUFFER_DEPTH;
414 attachments[i++] = radeon_bits_per_pixel(depth_rb);
416 attachments[i++] = __DRI_BUFFER_STENCIL
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/
site.xml 10 img="http://www.antlr.org/wiki/download/attachments/292/ANTLR3"/>
  /external/syslinux/txt/
com-rpt.txt 19 Please DO NOT send HTML messages or attachments to the mailing list
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Flag.java 56 * This does not include attachments, which are never downloaded fully.
63 * This does not include attachments, which are never downloaded fully.
  /external/llvm/include/llvm/IR/
GlobalObject.h 78 /// Get the current metadata attachments for the given kind, if any.
87 /// Appends all attachments with the given ID to \c MDs in insertion order.
88 /// If the global has no attachments with the given ID, or if ID is invalid,
110 /// Appends all attachments for the global to \c MDs, sorting by attachment
111 /// ID. Attachments with the same ID appear in insertion order.
115 /// Erase all metadata attachments with the given kind.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
GlobalObject.h 81 /// Get the current metadata attachments for the given kind, if any.
90 /// Appends all attachments with the given ID to \c MDs in insertion order.
91 /// If the global has no attachments with the given ID, or if ID is invalid,
113 /// Appends all attachments for the global to \c MDs, sorting by attachment
114 /// ID. Attachments with the same ID appear in insertion order.
118 /// Erase all metadata attachments with the given kind.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 108 /// Get the current metadata attachments for the given kind, if any.
117 /// Appends all attachments with the given ID to \c MDs in insertion order.
118 /// If the global has no attachments with the given ID, or if ID is invalid,
140 /// Appends all attachments for the global to \c MDs, sorting by attachment
141 /// ID. Attachments with the same ID appear in insertion order.
145 /// Erase all metadata attachments with the given kind.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 108 /// Get the current metadata attachments for the given kind, if any.
117 /// Appends all attachments with the given ID to \c MDs in insertion order.
118 /// If the global has no attachments with the given ID, or if ID is invalid,
140 /// Appends all attachments for the global to \c MDs, sorting by attachment
141 /// ID. Attachments with the same ID appear in insertion order.
145 /// Erase all metadata attachments with the given kind.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 108 /// Get the current metadata attachments for the given kind, if any.
117 /// Appends all attachments with the given ID to \c MDs in insertion order.
118 /// If the global has no attachments with the given ID, or if ID is invalid,
140 /// Appends all attachments for the global to \c MDs, sorting by attachment
141 /// ID. Attachments with the same ID appear in insertion order.
145 /// Erase all metadata attachments with the given kind.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 108 /// Get the current metadata attachments for the given kind, if any.
117 /// Appends all attachments with the given ID to \c MDs in insertion order.
118 /// If the global has no attachments with the given ID, or if ID is invalid,
140 /// Appends all attachments for the global to \c MDs, sorting by attachment
141 /// ID. Attachments with the same ID appear in insertion order.
145 /// Erase all metadata attachments with the given kind.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
GlobalObject.h 108 /// Get the current metadata attachments for the given kind, if any.
117 /// Appends all attachments with the given ID to \c MDs in insertion order.
118 /// If the global has no attachments with the given ID, or if ID is invalid,
140 /// Appends all attachments for the global to \c MDs, sorting by attachment
141 /// ID. Attachments with the same ID appear in insertion order.
145 /// Erase all metadata attachments with the given kind.

Completed in 2043 milliseconds

1 2 3 4 5 6 7 8 91011>>