HomeSort by relevance Sort by last modified time
    Searched refs:Part (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
FetchProfile.java 28 * Part: Indicates that the given Part should be fetched. The provider
74 * @return the first {@link Part} in this collection, or null if it doesn't contain
75 * {@link Part}.
77 public Part getFirstPart() {
79 if (o instanceof Part) {
80 return (Part) o;
BodyPart.java 19 public abstract class BodyPart implements Part {
Multipart.java 22 protected Part mParent;
28 public void addBodyPart(BodyPart part) throws MessagingException {
29 mParts.add(part);
32 public void addBodyPart(BodyPart part, int index) throws MessagingException {
33 mParts.add(index, part);
48 public boolean removeBodyPart(BodyPart part) throws MessagingException {
49 return mParts.remove(part);
56 public Part getParent() throws MessagingException {
60 public void setParent(Part parent) throws MessagingException {
  /external/chromium/webkit/glue/
webthemeengine_impl_linux.h 15 virtual WebKit::WebSize getSize(WebKit::WebThemeEngine::Part);
18 WebKit::WebThemeEngine::Part,
  /external/chromium_org/webkit/child/
webthemeengine_impl_android.h 15 virtual WebKit::WebSize getSize(WebKit::WebThemeEngine::Part);
18 WebKit::WebThemeEngine::Part part,
webthemeengine_impl_default.h 15 virtual WebKit::WebSize getSize(WebKit::WebThemeEngine::Part);
18 WebKit::WebThemeEngine::Part part,
webfallbackthemeengine_impl.h 23 virtual WebKit::WebSize getSize(WebKit::WebFallbackThemeEngine::Part);
26 WebKit::WebFallbackThemeEngine::Part part,
webthemeengine_impl_android.cc 20 static ui::NativeTheme::Part NativeThemePart(
21 WebThemeEngine::Part part) {
22 switch (part) {
34 return static_cast<ui::NativeTheme::Part>(0);
38 return static_cast<ui::NativeTheme::Part>(0);
42 return static_cast<ui::NativeTheme::Part>(0);
46 return static_cast<ui::NativeTheme::Part>(0);
87 WebThemeEngine::Part part,
    [all...]
  /external/chromium_org/ui/base/animation/
multi_animation.h 21 // Defines part of the animation. Each part consists of the following:
23 // time_ms: the time of the part.
24 // start_time_ms: the amount of time to offset this part by when calculating
29 // can adjust the start/end for different effects. For example, to run a part
32 struct Part {
33 Part() : time_ms(0), start_time_ms(0), end_time_ms(0), type(Tween::ZERO) {}
34 Part(int time_ms, Tween::Type type)
46 typedef std::vector<Part> Parts;
59 // determined from the tween type of the current part
    [all...]
multi_animation_unittest.cc 14 parts.push_back(MultiAnimation::Part(100, Tween::LINEAR));
15 parts.push_back(MultiAnimation::Part(100, Tween::EASE_OUT));
22 // Step to 50, which is half way through the first part.
26 // Step to 120, which is 20% through the second part.
32 // Step to 320, which is 20% through the second part.
42 parts.push_back(MultiAnimation::Part(200, Tween::LINEAR));
64 parts.push_back(MultiAnimation::Part(200, Tween::LINEAR));
80 parts.push_back(MultiAnimation::Part(200, Tween::LINEAR));
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 39 * Traditional .got.plt is placed in the front part of GOT (PLTGOT), and
40 * traditional .got is placed in the rear part of GOT (GOT).
80 struct Part {
82 Part() : front(NULL), last_used(NULL) { }
90 Part m_GOTPLT;
91 Part m_GOT;
  /external/chromium_org/ui/native_theme/
native_theme_aura.h 35 Part part,
40 Part part,
native_theme_win.h 35 // what kind of part to paint.
64 // for this part, use Win32's GetSysColor to find the color specified
104 virtual gfx::Size GetPartSize(Part part,
108 Part part,
126 Part part,
135 Part part,
    [all...]
  /frameworks/base/core/java/android/net/
Uri.java 127 public static final Uri EMPTY = new HierarchicalUri(null, Part.NULL,
128 PathPart.EMPTY, Part.NULL, Part.NULL);
137 * Absolute URIs are hierarchical if the scheme-specific part starts with
144 * scheme-specific part of an opaque URI cannot start with a '/'.
176 * Gets the scheme-specific part of this URI, i.e. everything between the
182 * @return the decoded scheme-specific-part
187 * Gets the scheme-specific part of this URI, i.e. everything between the
194 * @return the decoded scheme-specific-part
199 * Gets the decoded authority part of this URI. Fo
    [all...]
  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java 118 public static final Uri__FromAndroid EMPTY = new HierarchicalUri(null, Part.NULL,
119 PathPart.EMPTY, Part.NULL, Part.NULL);
128 * Absolute URIs are hierarchical if the scheme-specific part starts with
135 * scheme-specific part of an opaque URI cannot start with a '/'.
167 * Gets the scheme-specific part of this URI, i.e. everything between the
173 * @return the decoded scheme-specific-part
178 * Gets the scheme-specific part of this URI, i.e. everything between the
185 * @return the decoded scheme-specific-part
190 * Gets the decoded authority part of this URI. Fo
    [all...]
  /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/chromium_org/ui/views/
native_theme_delegate.h 25 // Get the native theme part that should be drawn.
26 virtual ui::NativeTheme::Part GetThemePart() const = 0;
31 // Get the state of the part, along with any extra data needed for drawing.
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeUtilityTest.java 27 import com.android.emailcommon.mail.Part;
309 // TODO: tests for findFirstPartByMimeType(Part part, String mimeType)
311 /** Tests for findPartByContentId(Part part, String contentId) */
314 final Part cid1bp = MessageTestUtils.bodyPart("image/gif", cid1);
316 final Part cid2bp = MessageTestUtils.bodyPart("image/gif", "<" + cid2 + ">");
324 // found cid1 part
325 final Part actual1_1 = MimeUtility.findPartByContentId(msg1, cid1);
326 assertEquals("could not found expected content-id part", cid1bp, actual1_1)
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebFallbackThemeEngine.h 44 // The UI part which is being accessed.
45 enum Part {
68 // The current state of the associated Part.
79 // The bounds of the entire track, as opposed to the part being painted.
142 // Gets the size of the given theme part. For variable sized items
145 virtual WebSize getSize(Part) { return WebSize(); }
146 // Paint the given the given theme part.
147 virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { }
  /external/chromium_org/third_party/WebKit/public/platform/android/
WebThemeEngine.h 44 // The UI part which is being accessed.
45 enum Part {
68 // The current state of the associated Part.
79 // The bounds of the entire track, as opposed to the part being painted.
142 // Gets the size of the given theme part. For variable sized items
145 virtual WebSize getSize(Part) { return WebSize(); }
146 // Paint the given the given theme part.
147 virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { }
  /external/chromium_org/third_party/WebKit/public/platform/default/
WebThemeEngine.h 44 // The UI part which is being accessed.
45 enum Part {
68 // The current state of the associated Part.
79 // The bounds of the entire track, as opposed to the part being painted.
142 // Gets the size of the given theme part. For variable sized items
145 virtual WebSize getSize(Part) { return WebSize(); }
146 // Paint the given the given theme part.
147 virtual void paint(WebCanvas*, Part, State, const WebRect&, const ExtraParams*) { }
  /external/icu4c/common/unicode/
messagepattern.h 95 * MessagePattern::Part type constants.
105 * There is always a later MSG_LIMIT part.
121 * would be indicated with such a part.
135 * When formatting, replace this part's substring with the
146 * This part is followed by either an ARG_NUMBER or ARG_NAME,
148 * and finally an ARG_LIMIT part.
191 * The part value is the integer value.
198 * The part value is an index into an internal array of numeric values;
211 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
224 * The argument has a "simple" type which is provided by the ARG_TYPE part
    [all...]
  /external/chromium_org/ui/views/controls/button/
radio_button.h 34 virtual ui::NativeTheme::Part GetThemePart() const OVERRIDE;
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeUtility.java 30 import com.android.emailcommon.mail.Part;
201 for (String part : parts) {
202 if (part.trim().toLowerCase().startsWith(lowerCaseName)) {
203 String[] parameterParts = part.split("=", 2);
218 public static Part findFirstPartByMimeType(Part part, String mimeType)
220 if (part.getBody() instanceof Multipart) {
221 Multipart multipart = (Multipart)part.getBody();
224 Part ret = findFirstPartByMimeType(bodyPart, mimeType)
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 68 struct Part {
78 Vector<Part> parts;

Completed in 965 milliseconds

1 2 3 4 5