HomeSort by relevance Sort by last modified time
    Searched defs:attachments (Results 1 - 17 of 17) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bug.py 82 # Rarely do we actually want obsolete attachments
83 def attachments(self, include_obsolete=False): member in class:Bug
84 attachments = self.bug_dictionary["attachments"]
86 attachments = filter(lambda attachment:
87 not attachment["is_obsolete"], attachments)
88 return [Attachment(attachment, self) for attachment in attachments]
91 return [patch for patch in self.attachments(include_obsolete)
  /external/webkit/Source/WebCore/platform/graphics/win/
QTPixelBuffer.cpp 211 CFDictionaryRef QTPixelBuffer::attachments() const function in class:QTPixelBuffer
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 139 Vector<Attachment> attachments = arguments->releaseAttachments(); local
143 for (size_t i = 0; i < attachments.size(); ++i) {
144 Attachment::Type type = attachments[i].type();
158 attachments.append(Attachment(arguments->buffer(), arguments->bufferSize(), MACH_MSG_VIRTUAL_COPY, false));
181 for (size_t i = 0; i < attachments.size(); ++i) {
182 Attachment attachment = attachments[i];
248 Deque<Attachment> attachments; local
261 attachments.append(Attachment(descriptor->port.name, descriptor->port.disposition));
265 attachments.append(Attachment(descriptor->out_of_line.address, descriptor->out_of_line.size,
285 if (attachments.isEmpty()
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
ConnectionUnix.cpp 147 AttachmentResourceGuard(T& attachments)
148 : m_attachments(attachments)
163 Deque<Attachment> attachments; local
167 AttachmentResourceGuard<Deque<Attachment>, Deque<Attachment>::iterator> attachementDisposer(attachments);
229 attachments.append(Attachment(fileDescriptors[i], attachmentSizes[i]));
255 ASSERT(attachments.size() == messageInfo.isMessageBodyOOL() ? messageInfo.attachmentCount() - 1 : messageInfo.attachmentCount());
263 if (attachments.isEmpty())
266 argumentDecoder = new ArgumentDecoder(messageBody, messageInfo.bodySize(), attachments);
315 Vector<Attachment> attachments = arguments->releaseAttachments(); local
316 AttachmentResourceGuard<Vector<Attachment>, Vector<Attachment>::iterator> attachementDisposer(attachments);
    [all...]
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 372 const GLenum attachments[] = { GL_COLOR_ATTACHMENT0 }; local
373 glDiscardFramebufferEXT(GL_FRAMEBUFFER, 1, attachments);
OpenGLRenderer.cpp 248 const GLenum attachments[] = { local
251 glDiscardFramebufferEXT(GL_FRAMEBUFFER, 1, attachments);
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportReceiver.java 128 final ArrayList<Uri> attachments = Lists.newArrayList(bugreportUri, screenshotUri); local
129 intent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, attachments);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-javamail.jar 
ant.jar 
  /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...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 4811 GLenum *attachments = (GLenum *) 0; local
4853 GLenum *attachments = (GLenum *) 0; local
4879 GLenum *attachments = (GLenum *) 0; local
4925 GLenum *attachments = (GLenum *) 0; local
    [all...]
  /packages/apps/Email/src/com/android/email/
MessagingController.java 89 * pieces with attachments being left off completely and downloaded on demand.
468 // For small messages, we specify "body", which returns everything (incl. attachments)
485 // but not all of the attachments.
508 // right now, attachments will be left for later.
510 ArrayList<Part> attachments = new ArrayList<Part>(); local
511 MimeUtility.collectParts(message, viewables, attachments);
1016 ArrayList<Part> attachments = new ArrayList<Part>(); local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 1089 ArrayList<Part> attachments = new ArrayList<Part>(); local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 1233 Attachment[] attachments = new Attachment[count]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 150 milliseconds