HomeSort by relevance Sort by last modified time
    Searched full:part (Results 126 - 150 of 4853) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Mms/src/com/android/mms/model/
SmilHelper.java 74 // Find SMIL part in the message.
78 // Try to load SMIL document from existing part.
96 * Find a SMIL part in the MM.
98 * @return The existing SMIL part or null if no SMIL part was found.
103 PduPart part = body.getPart(i); local
104 if (Arrays.equals(part.getContentType(),
106 // Sure only one SMIL part.
107 return part;
211 PduPart part = pb.getPart(i) local
    [all...]
SlideshowModel.java 208 PduPart part = new PduPart(); local
212 // Don't create empty text part.
217 part.setCharset(text.getCharset());
221 part.setContentType(media.getContentType().getBytes());
233 part.setContentLocation(location.getBytes());
238 part.setContentId(location.getBytes());
244 part.setContentId(contentId.getBytes());
249 part.setDataUri(wrapper.getOriginalUri());
250 part.setData(wrapper.getOriginalData());
252 part.setData(((TextModel) media).getText().getBytes())
540 PduPart part = pb.getPartByContentLocation(media.getSrc()); local
    [all...]
  /cts/tools/dasm/src/java_cup/
symbol_part.java 3 /** This class represents a part of a production which is a symbol (terminal
18 * @param sym the symbol that this part is made up of.
19 * @param lab an optional label string for the part.
34 * @param sym the symbol that this part is made up of.
45 /** The symbol that this part is made up of. */
48 /** The symbol that this part is made up of. */
55 /** Respond that we are not an action part. */
  /external/webkit/WebCore/platform/haiku/
ScrollbarThemeHaiku.cpp 73 IntRect ScrollbarThemeHaiku::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
75 if (part == BackButtonEndPart)
88 IntRect ScrollbarThemeHaiku::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
90 if (part == BackButtonStartPart)
127 void ScrollbarThemeHaiku::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
142 arrowDirection = part == BackButtonStartPart ? BControlLook::B_UP_ARROW : BControlLook::B_DOWN_ARROW;
144 arrowDirection = part == BackButtonStartPart ? BControlLook::B_LEFT_ARROW : BControlLook::B_RIGHT_ARROW;
  /system/vold/
main.cpp 204 char *part, *sysfs_path; local
206 if (!(part = strsep(&next, " \t"))) {
210 if (strcmp(part, "auto") && atoi(part) == 0) {
211 SLOGE("Partition must either be 'auto' or 1 based index instead of '%s'", part);
215 if (!strcmp(part, "auto")) {
218 dv = new DirectVolume(vm, label, mount_point, atoi(part));
  /external/guava/src/com/google/common/collect/
Serialization.java 59 * Stores the contents of a map in an output stream, as part of serialization.
77 * Populates a map by reading an input stream, as part of deserialization.
88 * Populates a map by reading an input stream, as part of deserialization.
105 * Stores the contents of a multiset in an output stream, as part of
124 * Populates a multiset by reading an input stream, as part of
136 * Populates a multiset by reading an input stream, as part of
153 * Stores the contents of a multimap in an output stream, as part of
176 * Populates a multimap by reading an input stream, as part of
188 * Populates a multimap by reading an input stream, as part of
  /frameworks/base/core/java/com/android/internal/http/multipart/
MultipartEntity.java 57 * a series of parts. Each part is expected to contain a content-disposition
71 * Part[] parts = {
118 protected Part[] parts;
131 public MultipartEntity(Part[] parts, HttpParams params) {
142 public MultipartEntity(Part[] parts) {
153 * this part. The first call to this method will implicitly create a new
190 Part.sendParts(out, parts, getMultipartBoundary());
208 return Part.getLengthOfParts(parts, getMultipartBoundary());
222 Part.sendParts(baos, this.parts, this.multipartBoundary);
  /external/jpeg/
NOTICE 1 This software is based in part on the work of the Independent JPEG Group.
16 (1) If any part of the source code for this software is distributed, then this
21 documentation must state that "this software is based in part on the work of
  /external/opencore/oscl/oscl/osclbase/src/
oscl_refcounter.h 92 * be part of the buffer being deleted. For such cases,
94 * given at construction. If the object is not part of the
131 // buffer is part of the refcounter
178 * be part of the buffer being deleted. For such cases,
180 * given at construction. If the object is not part of the
216 // buffer is part of the refcounter
267 * be part of the buffer being deleted. For such cases,
269 * given at construction. If the object is not part of the
310 // buffer is part of the refcounter
362 * be part of the buffer being deleted. For such cases
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inftrees.h 7 part of the implementation of the compression library and is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 1 // This file is part of TagSoup and is Copyright 2002-2008 by John Cowan.
85 Reports the data part of a processing instruction.
91 Reports the target part of a processing instruction.
  /external/webkit/WebCore/platform/win/
ScrollbarThemeWin.cpp 137 IntRect ScrollbarThemeWin::backButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
140 if (part == BackButtonEndPart)
156 IntRect ScrollbarThemeWin::forwardButtonRect(Scrollbar* scrollbar, ScrollbarPart part, bool)
159 if (part == ForwardButtonStartPart)
215 // Just assume a forward track part. We only paint the track as a single piece when there is no thumb.
225 int part; local
227 part = start ? SP_TRACKSTARTHOR : SP_TRACKENDHOR;
229 part = start ? SP_TRACKSTARTVERT : SP_TRACKENDVERT;
242 alphaBlend = IsThemeBackgroundPartiallyTransparent(scrollbarTheme, part, state);
246 DrawThemeBackground(scrollbarTheme, hdc, part, state, &themeRect, 0)
    [all...]
  /external/zlib/contrib/infback9/
inftree9.h 7 part of the implementation of the compression library and is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
  /external/zlib/
inftrees.h 7 part of the implementation of the compression library and is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
  /packages/apps/Email/src/com/android/email/
LegacyConversions.java 25 import com.android.email.mail.Part;
166 EmailContent.Message localMessage, ArrayList<Part> viewables)
177 for (Part viewable : viewables) {
219 // write the combined data to the body part
268 ArrayList<Part> attachments, boolean upgrading) throws MessagingException, IOException {
270 for (Part attachmentPart : attachments) {
276 * Add a single attachment part to the message
290 * @param part a single attachment part from POP or IMAP
295 Part part, boolean upgrading) throws MessagingException, IOException
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
Rfc822OutputTests.java 161 // Create a message with alternative part
196 Entity part = (Entity)partList.get(0); local
197 assertEquals("text/plain", part.getMimeType());
198 part = (Entity)partList.get(1);
199 assertEquals("text/calendar", part.getMimeType());
200 header = part.getHeader();
205 // Create a message with a mixed part
239 Entity part = (Entity)partList.get(0); local
240 assertEquals("text/plain", part.getMimeType());
241 part = (Entity)partList.get(1)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java 102 * Type of a part of speech (for JNI native library)
109 * Type of a part of speech (for JNI native library)
116 * Type of a part of speech (for JNI native library)
123 * Type of a part of speech (for JNI native library)
130 * Type of a part of speech (for JNI native library)
137 * Type of a part of speech (for JNI native library)
144 * Type of a part of speech (for JNI native library)
151 * Type of a part of speech (for JNI native library)
158 * Type of a part of speech (for JNI native library)
165 * Type of a part of speech (for JNI native library
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiContentOutlinePage.java 171 * @see org.eclipse.ui.part.IPage#createControl(org.eclipse.swt.widgets.Composite)
189 * @see org.eclipse.ui.part.Page#setActionBars(org.eclipse.ui.IActionBars)
211 * @see org.eclipse.ui.part.IPage#dispose()
222 * @see org.eclipse.ui.part.IPage#getControl()
359 // get current selection using the model rather than the edit part as
360 // reloading the content may change the actual edit part.
420 for (UiElementTreeEditPart part : parts) {
421 if (part instanceof UiViewTreeEditPart || part instanceof UiLayoutTreeEditPart) {
422 selected.add((UiElementNode) part.getModel())
454 UiElementTreeEditPart part = findPartForModel( local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
MimeUtilityTest.java 23 import com.android.email.mail.Part;
287 // TODO: tests for findFirstPartByMimeType(Part part, String mimeType)
289 /** Tests for findPartByContentId(Part part, String contentId) */
292 final Part cid1bp = MessageTestUtils.bodyPart("image/gif", cid1);
294 final Part cid2bp = MessageTestUtils.bodyPart("image/gif", "<" + cid2 + ">");
302 // found cid1 part
303 final Part actual1_1 = MimeUtility.findPartByContentId(msg1, cid1);
304 assertEquals("could not found expected content-id part", cid1bp, actual1_1)
    [all...]
  /cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/data/
FinalClass.java 22 * examined through reflection and Class.forName as part of testing
NormalInterface.java 22 * examined through reflection and Class.forName as part of testing
  /cts/tests/tests/hardware/
Android.mk 29 # uncomment when dalvik.annotation.Test* are removed or part of SDK
  /cts/tests/tests/permission/
Android.mk 28 # uncomment when dalvik test annotations are removed or part of SDK
  /dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
EnclosingClass.java 22 * A "system annotation" used to provide part of the InnerClasses attribute.
InnerClass.java 22 * A "system annotation" used to provide part of the InnerClasses attribute.

Completed in 124 milliseconds

1 2 3 4 56 7 8 91011>>