HomeSort by relevance Sort by last modified time
    Searched refs:attachment (Results 26 - 50 of 561) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 27 import com.android.emailcommon.provider.EmailContent.Attachment;
124 boolean useSmartReply, boolean sendBcc, List<Attachment> attachments)
162 Arrays.asList(Attachment.restoreAttachmentsWithMessageId(context, message.mId));
175 // Move to the first attachment; this must succeed because multipart is true
177 // If we've got one attachment and it's an ics "attachment", we want to send
180 if ((flags & Attachment.FLAG_ICS_ALTERNATIVE_PART) != 0) {
197 for (final Attachment att: attachments) {
212 * Write a single attachment and its payload
215 Attachment attachment) throws IOException, MessagingException
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.h 61 virtual FramebufferAttachment *getAttachment(GLenum attachment) const;
108 virtual FramebufferAttachment *getAttachment(GLenum attachment) const;
121 RenderTarget *GetAttachmentRenderTarget(gl::FramebufferAttachment *attachment);
122 unsigned int GetAttachmentSerial(gl::FramebufferAttachment *attachment);
  /packages/apps/Email/provider_src/com/android/email/
NotificationController.java 22 import com.android.emailcommon.provider.EmailContent.Attachment;
27 void showDownloadForwardFailedNotificationSynchronous(Attachment attachment);
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/browse/
AttachmentProgressDialogFragment.java 26 import com.android.mail.providers.Attachment;
32 public static final String ATTACHMENT_KEY = "attachment";
35 private Attachment mAttachment;
39 static AttachmentProgressDialogFragment newInstance(Attachment attachment) {
42 // Supply the attachment as an argument.
44 args.putParcelable(ATTACHMENT_KEY, attachment);
89 // This needs to cancel the attachment
117 public boolean isShowingDialogForAttachment(Attachment attachment) {
    [all...]
MessageAttachmentBar.java 45 import com.android.mail.providers.Attachment;
56 * View for a single attachment in conversation view. Shows download status and allows launching
57 * intents to act on an attachment.
63 private Attachment mAttachment;
115 * Render or update an attachment's view. This happens immediately upon instantiation, and
119 public void render(Attachment attachment, Account account, ConversationMessage message,
124 final Attachment prevAttachment = mAttachment;
125 mAttachment = attachment;
136 mSaveClicked = !attachment.isDownloading() ? false : mSaveClicked
    [all...]
AttachmentActionHandler.java 33 import com.android.mail.providers.Attachment;
47 private static final String PROGRESS_FRAGMENT_TAG = "attachment-progress";
51 private Attachment mAttachment;
84 public void setAttachment(Attachment attachment) {
85 mAttachment = attachment;
110 * Start downloading the full size attachment set with
111 * {@link #setAttachment(Attachment)} immediately.
124 Attachment attachment, int destination, int rendition, int additionalPriority
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 41 import com.android.emailcommon.provider.EmailContent.Attachment;
82 // Try to download an attachment in the background this many times before giving up
132 // A map of attachment storage used per account as we have account based maximums to follow.
138 // A map of attachment ids to the number of failed attempts to download the attachment
144 // Keeps tracks of downloads in progress based on an attachment ID to DownloadRequest mapping.
165 * an attachment. These objects are constructed and either placed in the {@link DownloadQueue}
188 * @param attPriority The priority of this attachment
189 * @param attId The id of the row in the attachment table.
201 private DownloadRequest(final Context context, final Attachment attachment)
546 final Attachment attachment = local
674 final Attachment attachment = Attachment.restoreAttachmentWithId( local
847 final Attachment attachment = Attachment.restoreAttachmentWithId(this, id); local
1122 final Attachment attachment = Attachment.restoreAttachmentWithId(this, attachmentId); local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager_unittest.cc 211 // check adding one attachment
253 // The attachment has a size of 0,0 so depending on the order of the map
256 // attachment.
310 const Framebuffer::Attachment* attachment = local
312 ASSERT_TRUE(attachment != NULL);
313 EXPECT_EQ(kWidth1, attachment->width());
314 EXPECT_EQ(kHeight1, attachment->height());
315 EXPECT_EQ(kSamples1, attachment->samples());
316 EXPECT_EQ(kFormat1, attachment->internal_format())
485 const Framebuffer::Attachment* attachment = local
608 const Framebuffer::Attachment* attachment = local
    [all...]
framebuffer_manager.h 30 class Attachment : public base::RefCounted<Attachment> {
56 friend class base::RefCounted<Attachment>;
57 virtual ~Attachment() {}
66 bool HasUnclearedAttachment(GLenum attachment) const;
72 GLenum attachment,
75 // Attaches a renderbuffer to a particlar attachment.
78 GLenum attachment, Renderbuffer* renderbuffer);
80 // Attaches a texture to a particlar attachment. Pass null to detach.
82 GLenum attachment, TextureRef* texture_ref, GLenum target
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_dri2.c 81 switch (buffer->attachment) {
83 if (buffer->attachment != DRI2BufferFakeFrontLeft ||
112 if (buffer->attachment == DRI2BufferDepth) {
200 dri2_create_buffer(DrawablePtr pDraw, unsigned int attachment, unsigned int format)
214 buffer->attachment = attachment;
257 buffers[i].attachment = attachments[i];
313 src_draw = (pSrcBuffer->attachment == DRI2BufferFrontLeft) ? pDraw :
315 dst_draw = (pDestBuffer->attachment == DRI2BufferFrontLeft) ? pDraw :
337 if (pSrcBuffer->attachment == DRI2BufferFrontLeft &
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c 81 switch (buffer->attachment) {
83 if (buffer->attachment != DRI2BufferFakeFrontLeft ||
112 if (buffer->attachment == DRI2BufferDepth) {
200 dri2_create_buffer(DrawablePtr pDraw, unsigned int attachment, unsigned int format)
214 buffer->attachment = attachment;
257 buffers[i].attachment = attachments[i];
313 src_draw = (pSrcBuffer->attachment == DRI2BufferFrontLeft) ? pDraw :
315 dst_draw = (pDestBuffer->attachment == DRI2BufferFrontLeft) ? pDraw :
337 if (pSrcBuffer->attachment == DRI2BufferFrontLeft &
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 32 import com.android.emailcommon.provider.EmailContent.Attachment;
126 * The maximum size of an attachment we're willing to download (either View or Save)
128 * so we should probably factor that in. A 5MB attachment will generally be around
133 * The maximum size of an attachment we're willing to upload (measured as stored on disk).
135 * so we should probably factor that in. A 5MB attachment will generally be around
143 sUri = Uri.parse(Attachment.ATTACHMENT_PROVIDER_URI_PREFIX);
155 sUri = Uri.parse(Attachment.ATTACHMENT_PROVIDER_URI_PREFIX);
167 * Return the filename for a given attachment. This should be used by any code that is
178 * Return the directory for a given attachment. This should be used by any code that is
214 * @return A likely mime type for the attachment
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboStateQueryTests.cpp 46 void checkAttachmentComponentSizeAtLeast (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int g, int b, int a, int d, int s)
66 gl.glGetFramebufferAttachmentParameteriv(target, attachment, paramNames[ndx], &state);
83 void checkAttachmentComponentSizeExactly (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int g, int b, int a, int d, int s)
103 gl.glGetFramebufferAttachmentParameteriv(target, attachment, paramNames[ndx], &state);
144 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference)
147 gl.glGetFramebufferAttachmentParameteriv(target, attachment, pname, &state);
619 bool attachmentExists (GLenum attachment)
622 glGetFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, attachment, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, &state);
637 virtual void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint bitsA) = DE_NULL;
639 virtual void testDepthAttachment (GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) = DE_NULL
671 GLenum attachment; member in struct:deqp::gles3::Functional::__anon3713::AttachmentSizeCase::DepthAttachment
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestGetMessage.java 41 public BluetoothMasRequestGetMessage(String handle, CharsetType charset, boolean attachment) {
52 oap.add(OAP_TAGID_ATTACHMENT, attachment ? ATTACHMENT_ON : ATTACHMENT_OFF);
  /libcore/luni/src/main/java/java/nio/
SelectionKeyImpl.java 41 Object attachment, SelectorImpl selector) {
45 attach(attachment);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
__init__.py 58 getbaseclasses(attachment)
76 'atts' : attachment,
  /external/chromium_org/sync/internal_api/attachments/
attachment_uploader_impl_unittest.cc 25 #include "sync/api/attachments/attachment.h"
417 // Verify the "happy case" of uploading an attachment.
419 // Token is requested, token is returned, HTTP request is made, attachment is
427 Attachment attachment = Attachment::Create(some_data); local
428 uploader()->UploadAttachment(attachment, upload_callback());
437 EXPECT_EQ(attachment.GetId(), attachment_ids()[0]);
444 attachment.GetId().GetProto().unique_id());
454 // Verify two overlapping calls to upload the same attachment result in only on
505 Attachment attachment = Attachment::Create(some_data); local
527 Attachment attachment = Attachment::Create(some_data); local
564 Attachment attachment = Attachment::Create(some_data); local
602 Attachment attachment = Attachment::Create(some_data); local
    [all...]
attachment_service_impl.cc 13 #include "sync/api/attachments/attachment.h"
35 // Attachment was just retrieved. Add it to retrieved attachments.
36 void AddAttachment(const Attachment& attachment);
38 // Both reading from local store and downloading attachment failed.
46 // If all attachment requests completed then post callback to consumer with
77 const Attachment& attachment) {
79 DCHECK(retrieved_attachments_->find(attachment.GetId()) ==
82 std::make_pair(attachment.GetId(), attachment))
    [all...]
fake_attachment_downloader_unittest.cc 10 #include "sync/api/attachments/attachment.h"
43 scoped_ptr<Attachment> attachment) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
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...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 49 void FramebufferData::setAttachment(GLenum attachment,
54 int idx = attachmentPointIndex(attachment);
71 rbData->attachedPoint = attachment;
78 GLuint FramebufferData::getAttachment(GLenum attachment,
81 int idx = attachmentPointIndex(attachment);
87 int FramebufferData::attachmentPointIndex(GLenum attachment)
89 switch(attachment) {
131 // GLES does not require the framebuffer to have a color attachment.
159 // Find the existing attachment(s) dimensions
182 // Create the color attachment and attch i
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java 111 * @param attachment
128 Object attachment) throws ClosedChannelException {
150 key = ((AbstractSelector) selector).register(this, interestSet, attachment);
157 key.attach(attachment);
  /external/chromium_org/sync/internal_api/public/attachments/
attachment_uploader_impl.h 46 virtual void UploadAttachment(const Attachment& attachment,
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Clear11.cpp 171 gl::FramebufferAttachment *attachment = frameBuffer->getFirstColorbuffer(); local
172 framebufferSize.width = attachment->getWidth();
173 framebufferSize.height = attachment->getHeight();
178 gl::FramebufferAttachment *attachment = frameBuffer->getDepthOrStencilbuffer(); local
179 framebufferSize.width = attachment->getWidth();
180 framebufferSize.height = attachment->getHeight();
211 gl::FramebufferAttachment *attachment = frameBuffer->getColorbuffer(colorAttachment); local
212 if (attachment)
214 RenderTarget11 *renderTarget = d3d11::GetAttachmentRenderTarget(attachment);
220 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(attachment->getInternalFormat())
284 gl::FramebufferAttachment *attachment = frameBuffer->getDepthOrStencilbuffer(); local
    [all...]

Completed in 1182 milliseconds

12 3 4 5 6 7 8 91011>>