HomeSort by relevance Sort by last modified time
    Searched full:attachments (Results 51 - 75 of 393) sorted by null

1 23 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 123 String[] attachments = zonePair.getSecond();
128 attachments,
144 for (String attachment : attachments) {
  /external/chromium_org/third_party/libva/va/x11/
va_dri2.h 65 unsigned int *attachments, int count,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/config/
urls_unittest.py 59 self.assertEqual(12345, parse_attachment_id("https://bug-23456-attachments.webkit.org/attachment.cgi?id=12345"))
61 self.assertEqual(12345, parse_attachment_id("https://bug-23456-attachments.webkit.org/attachment.cgi?id=12345&t=Bqnsdkl9fs"))
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.h 219 const GLenum *attachments, GLint x, GLint y,
224 const GLenum *attachments);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 15 * errors. The compile logs with errors are sent as email attachments using
191 //send the logs as attachments
  /external/mesa3d/src/mesa/main/
fbobject.h 219 const GLenum *attachments, GLint x, GLint y,
224 const GLenum *attachments);
  /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);
  /packages/apps/UnifiedEmail/res/layout-sw600dp/
compose.xml 144 <!-- Attachments -->
145 <com.android.mail.compose.AttachmentsView android:id="@+id/attachments"
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
AttachmentActionHandler.java 84 // If the caller requested that this attachments be saved to the external storage, we should
139 * Displays a loading dialog to be used for downloading attachments.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 85 * For local attachments generated by the Compose UI prior to send/save,
235 * Constructor for use when creating attachments in eml files.
600 public static String toJSONArray(Collection<? extends Attachment> attachments) {
601 if (attachments == null) {
606 for (Attachment attachment : attachments) {
653 * @param previewStates The packed int describing the states of multiple attachments.
657 * @return A packed int describing the updated downloaded states of the multiple attachments.
677 * @param previewStates The packed int describing the states of multiple attachments.
EmlAttachmentProvider.java 52 * A {@link ContentProvider} for attachments created from eml files.
58 * the process is killed, all of the attachments disappear if they still
251 * @return the number of attachments affected. Should be 1 or 0.
364 // 5. notify that the list of attachments has changed so the UI will update
439 * Returns the root directory for the attachments for the specific uri.
Message.java 166 * @see UIProvider.MessageColumns#ATTACHMENTS
393 // Now process body parts & attachments
395 ArrayList<Part> attachments = new ArrayList<Part>(); local
396 MimeUtility.collectParts(mimeMessage, viewables, attachments);
410 for (final Part attachmentPart : attachments) {
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 154 // No color, depth or stencil attachments - do nothing
203 // drivers (e.g. ATI's) - after the framebuffer attachments
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 197 public static final String EXTRA_ATTACHMENTS = "attachments";
931 ArrayList<Attachment> attachments = mAttachmentsView.getAttachments(); local
1294 List<Attachment> attachments = message.getAttachments(); local
1593 ArrayList<Attachment> attachments = new ArrayList<Attachment>(); local
    [all...]
  /packages/apps/Email/res/values/
strings.xml 24 <!-- Permissions label for reading attachments -->
25 <string name="permission_read_attachment_label">Read email attachments</string>
26 <!-- Permissions description for reading attachments -->
28 attachments.</string>
146 <!-- Toast upon using "send" when one or more attachments will need to be background loaded
148 <string name="message_view_attachment_background_load">One or more attachments in your
160 <string name="forward_download_failed_ticker">Couldn\'t forward one or more attachments.</string>
170 <!-- Size unit for bytes for attachments [CHAR LIMIT=10] -->
175 <!-- Size unit for kilo bytes for attachments [CHAR LIMIT=10] -->
180 <!-- Size unit for mega bytes for attachments [CHAR LIMIT=10] --
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.c 929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); local
940 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
941 attachments[i++] = intel_bits_per_pixel(front_rb);
945 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
946 attachments[i++] = intel_bits_per_pixel(back_rb);
954 attachments, i / 2,
957 free(attachments);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c 929 unsigned *attachments = calloc(2 * max_attachments, sizeof(unsigned)); local
940 attachments[i++] = __DRI_BUFFER_FRONT_LEFT;
941 attachments[i++] = intel_bits_per_pixel(front_rb);
945 attachments[i++] = __DRI_BUFFER_BACK_LEFT;
946 attachments[i++] = intel_bits_per_pixel(back_rb);
954 attachments, i / 2,
957 free(attachments);
  /packages/apps/Email/res/values-en-rGB/
strings.xml 19 <string name="permission_read_attachment_label" msgid="9208086010625033590">"Read email attachments"</string>
20 <string name="permission_read_attachment_desc" msgid="3394721085306308972">"Allows the app to read your email attachments."</string>
58 <string name="message_view_attachment_background_load" msgid="7906875687519445185">"One or more attachments in your forwarded message will be downloaded prior to sending."</string>
61 <string name="forward_download_failed_ticker" msgid="6176608320359303255">"Could not forward one or more attachments"</string>
148 <string name="account_setup_options_background_attachments_label" msgid="5247749298276451846">"Automatically download attachments when connected to Wi-Fi"</string>
204 <string name="account_settings_background_attachments_label" msgid="2980317599840958688">"Download attachments"</string>
205 <string name="account_settings_background_attachments_summary" msgid="5954218549226189376">"Auto-download attachments to recent messages via Wi-Fi"</string>
    [all...]
  /packages/apps/Email/res/values-en-rIN/
strings.xml 19 <string name="permission_read_attachment_label" msgid="9208086010625033590">"Read email attachments"</string>
20 <string name="permission_read_attachment_desc" msgid="3394721085306308972">"Allows the app to read your email attachments."</string>
58 <string name="message_view_attachment_background_load" msgid="7906875687519445185">"One or more attachments in your forwarded message will be downloaded prior to sending."</string>
61 <string name="forward_download_failed_ticker" msgid="6176608320359303255">"Could not forward one or more attachments"</string>
148 <string name="account_setup_options_background_attachments_label" msgid="5247749298276451846">"Automatically download attachments when connected to Wi-Fi"</string>
204 <string name="account_settings_background_attachments_label" msgid="2980317599840958688">"Download attachments"</string>
205 <string name="account_settings_background_attachments_summary" msgid="5954218549226189376">"Auto-download attachments to recent messages via Wi-Fi"</string>
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_dri.c 71 static const unsigned int attachments[1] = { XCB_DRI2_ATTACHMENT_BUFFER_BACK_LEFT }; variable
135 scrn->buffers_cookie = xcb_dri2_get_buffers_unchecked(scrn->conn, scrn->drawable, 1, 1, attachments);
190 cookie = xcb_dri2_get_buffers_unchecked(scrn->conn, drawable, 1, 1, attachments);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
x11_screen.c 377 int *width, int *height, unsigned int *attachments,
384 attachments, num_ins, num_outs);
387 attachments, num_ins, num_outs);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys_dri.c 71 static const unsigned int attachments[1] = { XCB_DRI2_ATTACHMENT_BUFFER_BACK_LEFT }; variable
135 scrn->buffers_cookie = xcb_dri2_get_buffers_unchecked(scrn->conn, scrn->drawable, 1, 1, attachments);
190 cookie = xcb_dri2_get_buffers_unchecked(scrn->conn, drawable, 1, 1, attachments);
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
x11_screen.c 377 int *width, int *height, unsigned int *attachments,
384 attachments, num_ins, num_outs);
387 attachments, num_ins, num_outs);
  /frameworks/base/core/java/com/android/internal/http/multipart/
FilePart.java 59 /** Default content encoding of file attachments. */
62 /** Default charset of file attachments. */
65 /** Default transfer encoding of file attachments. */
  /packages/apps/Email/src/com/android/email/provider/
AttachmentProvider.java 50 * A simple ContentProvider that allows file access to Email's attachments.
60 * Attachments are stored at: <database-path>/account#.db_att/item#
240 * Returns a cursor based on the data in the attachments table, or null if the attachment

Completed in 2532 milliseconds

1 23 4 5 6 7 8 91011>>