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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/sync/internal_api/attachments/
attachment_uploader_impl_unittest.cc 25 #include "sync/api/attachments/attachment.h"
380 // Verify the "happy case" of uploading an attachment.
382 // Token is requested, token is returned, HTTP request is made, attachment is
390 Attachment attachment = Attachment::Create(some_data); local
391 uploader()->UploadAttachment(attachment, upload_callback());
400 EXPECT_EQ(attachment.GetId(), updated_attachment_ids()[0]);
407 attachment.GetId().GetProto().unique_id());
417 // AttachmentId with server address information about the attachment, add som
472 Attachment attachment = Attachment::Create(some_data); local
494 Attachment attachment = Attachment::Create(some_data); local
532 Attachment attachment = Attachment::Create(some_data); local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Framebuffer.cpp 123 FramebufferAttachment *attachment = lookupAttachment(type, colorbuffer, level, layer);
124 if (attachment)
126 mColorbuffers[colorAttachment].set(attachment, type, level, layer);
136 FramebufferAttachment *attachment = lookupAttachment(type, depthbuffer, level, layer);
137 if (attachment)
139 mDepthbuffer.set(attachment, type, level, layer);
149 FramebufferAttachment *attachment = lookupAttachment(type, stencilbuffer, level, layer);
150 if (attachment)
152 mStencilbuffer.set(attachment, type, level, layer);
162 FramebufferAttachment *attachment = lookupAttachment(type, depthStencilBuffer, level, layer)
    [all...]
validationES2.h 28 bool ValidateES2FramebufferTextureParameters(gl::Context *context, GLenum target, GLenum attachment,
validationES3.h 28 bool ValidateES3FramebufferTextureParameters(gl::Context *context, GLenum target, GLenum attachment,
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Clear11.cpp 172 gl::FramebufferAttachment *attachment = frameBuffer->getFirstColorbuffer(); local
173 framebufferSize.width = attachment->getWidth();
174 framebufferSize.height = attachment->getHeight();
179 gl::FramebufferAttachment *attachment = frameBuffer->getDepthOrStencilbuffer(); local
180 framebufferSize.width = attachment->getWidth();
181 framebufferSize.height = attachment->getHeight();
214 gl::FramebufferAttachment *attachment = frameBuffer->getColorbuffer(colorAttachment); local
215 if (attachment)
217 RenderTarget11 *renderTarget = RenderTarget11::makeRenderTarget11(attachment->getRenderTarget());
224 GLenum internalFormat = attachment->getInternalFormat()
290 gl::FramebufferAttachment *attachment = frameBuffer->getDepthOrStencilbuffer(); local
    [all...]
  /external/chromium_org/components/feedback/
feedback_common.cc 74 // Adds data as an attachment to feedback_data if the data is non-empty.
81 userfeedback::ProductSpecificBinaryData* attachment =
83 attachment->set_mime_type(kArbitraryMimeType);
84 attachment->set_name(name);
85 attachment->set_data(data);
172 const AttachedFile* file = attachment(i);
  /external/chromium_org/sync/api/attachments/
attachment_service_impl_unittest.cc 53 Attachment attachment = Attachment::CreateWithId(*iter, data); local
54 attachments->insert(std::make_pair(*iter, attachment));
92 scoped_ptr<Attachment> attachment; local
95 attachment.reset(new Attachment(Attachment::CreateWithId(id, data)));
99 base::Bind(download_requests[id], result, base::Passed(&attachment)));
    [all...]
attachment_service_impl.h 64 scoped_ptr<Attachment> attachment);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ThumbnailLoadTask.java 32 import com.android.mail.providers.Attachment;
52 final Attachment attachment, final Attachment prevAttachment) {
55 if (attachment == null || width == 0 || height == 0
56 || !ImageUtils.isImageMimeType(attachment.getContentType())) {
61 final Uri thumbnailUri = attachment.thumbnailUri;
62 final Uri contentUri = attachment.contentUri;
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 189 void ContextWrapper::glFramebufferTexture2D (deUint32 target, deUint32 attachment, deUint32 textarget, deUint32 texture, int level)
191 m_curCtx->framebufferTexture2D(target, attachment, textarget, texture, level);
194 void ContextWrapper::glFramebufferTextureLayer (deUint32 target, deUint32 attachment, deUint32 texture, int level, int layer)
196 m_curCtx->framebufferTextureLayer(target, attachment, texture, level, layer);
199 void ContextWrapper::glFramebufferRenderbuffer (deUint32 target, deUint32 attachment, deUint32 renderbuffertarget, deUint32 renderbuffer)
201 m_curCtx->framebufferRenderbuffer(target, attachment, renderbuffertarget, renderbuffer);
209 void ContextWrapper::glGetFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32 pname, int* params)
211 m_curCtx->getFramebufferAttachmentParameteriv(target, attachment, pname, params);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
__init__.py 77 getbaseclasses(attachment)
108 'atts' : attachment,
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 137 bool GLESvalidate::framebufferAttachment(GLenum attachment){
138 switch(attachment){
  /packages/apps/Email/src/com/android/email/service/
EmailServiceStub.java 47 import com.android.emailcommon.provider.EmailContent.Attachment;
126 //1. Check if the attachment is already here and return early in that case
127 Attachment attachment = local
128 Attachment.restoreAttachmentWithId(mContext, attachmentId);
129 if (attachment == null) {
134 final long messageId = attachment.mMessageKey;
137 EmailContent.Message.restoreMessageWithId(mContext, attachment.mMessageKey);
145 if (Utility.attachmentExists(mContext, attachment)
146 && attachment.mUiState == UIProvider.AttachmentState.SAVED)
    [all...]
  /external/chromium_org/third_party/libva/va/x11/
va_dri2.h 42 unsigned int attachment; member in struct:__anon16594
va_dricommon.h 53 unsigned int attachment; member in struct:dri_buffer::__anon16611
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_wayland.h 59 enum native_attachment attachment);
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h 59 enum native_attachment attachment);
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 195 int attachment,
202 int attachment,
236 int attachment,
244 int attachment,
  /hardware/intel/common/libva/va/x11/
dri2_util.c 139 dri2_drawable->buffers[i].dri2.attachment = buffers[i].attachment;
145 if (buffers[i].attachment == __DRI_BUFFER_BACK_LEFT) {
150 if (buffers[i].attachment == __DRI_BUFFER_FRONT_LEFT)
va_dri2.h 42 unsigned int attachment; member in struct:__anon39604
va_dricommon.h 53 unsigned int attachment; member in struct:dri_buffer::__anon39621
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelector.java 95 * @param attachment the attachment for the selection key.
99 int operations, Object attachment);
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasLoadAttachment.java 23 import com.android.emailcommon.provider.EmailContent.Attachment;
56 /** Attachment Loading Errors **/
67 private Attachment mAttachment;
73 * @param attachmentId The local id of the attachment (i.e. its id in the database).
105 private final EmailContent.Attachment mAttachment;
108 final EmailContent.Attachment attachment) {
110 mAttachment = attachment;
120 * Encoder for Exchange 2003 attachment names. They come from the server partially encoded,
126 // These four characters are commonly received in EAS 2.5 attachment names and ar
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/print/
PrintUtils.java 34 import com.android.mail.providers.Attachment;
266 // If the message has more than one attachment, list the number of attachments.
274 final List<Attachment> attachments = message.getAttachments();
276 final Attachment attachment = attachments.get(i); local
278 if (attachment.isInlineAttachment()) {
285 .append(getIconFilename(attachment.getContentType()))
287 .append(attachment.getName())
289 AttachmentUtils.convertToHumanReadableSize(context, attachment.size))
299 * Returns an appropriate filename for various attachment mime types
    [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...]

Completed in 736 milliseconds

1 23 4 5 6 7 8 91011>>