Searched refs:part (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduBody.java44 private void putPartToMaps(PduPart part) { argument
45 // Put part to mPartMapByContentId.
46 byte[] contentId = part.getContentId();
48 mPartMapByContentId.put(new String(contentId), part);
51 // Put part to mPartMapByContentLocation.
52 byte[] contentLocation = part.getContentLocation();
55 mPartMapByContentLocation.put(clc, part);
58 // Put part to mPartMapByName.
59 byte[] name = part.getName();
62 mPartMapByName.put(clc, part);
80 addPart(PduPart part) argument
96 addPart(int index, PduPart part) argument
138 getPartIndex(PduPart part) argument
[all...]
H A DPduPersister.java73 "content://mms/" + Long.MAX_VALUE + "/part";
345 Uri.parse("content://mms/" + msgId + "/part"),
353 Log.v(TAG, "loadParts(" + msgId + "): no part to load.");
362 PduPart part = new PduPart();
366 part.setCharset(charset);
372 part.setContentDisposition(contentDisposition);
378 part.setContentId(contentId);
384 part.setContentLocation(contentLocation);
390 part.setContentType(contentType);
398 part
657 persistPart(PduPart part, long msgId) argument
738 persistData(PduPart part, Uri uri, String contentType) argument
910 updatePart(Uri uri, PduPart part) argument
[all...]
H A DPduParser.java53 * Specify the part position.
169 // should take only the first part.
747 PduPart part = new PduPart();
750 // Invalid part.
754 /* parse part's content-type */
758 part.setContentType(contentType);
760 part.setContentType((PduContentTypes.contentTypes[0]).getBytes()); //"*/*"
766 part.setName(name);
772 part.setCharset(charset);
775 /* parse part'
1492 parsePartHeaders(ByteArrayInputStream pduDataStream, PduPart part, int length) argument
1663 checkPartPosition(PduPart part) argument
[all...]
H A DPduComposer.java289 * ;must be omitted. The Quote is not part of the contents.
310 * ;must be omitted. The Quote is not part of the contents.
872 PduPart part;
874 part = body.getPart(0);
876 byte[] start = part.getContentId();
888 appendTextString(part.getContentType());
903 part = body.getPart(i);
910 byte[] partContentType = part.getContentType();
930 byte[] name = part.getName();
933 name = part
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp115 AaptGroupEntry::parseNamePart(const String8& part, int* axis, uint32_t* value) argument
120 if (getMccName(part.string(), &config)) {
127 if (getMncName(part.string(), &config)) {
134 if (part.length() == 2 && isalpha(part[0]) && isalpha(part[1])) {
136 *value = part[1] << 8 | part[0];
141 if (part.length() == 5 && isalpha(part[
348 String8 part = parts[index]; local
[all...]
H A DResourceFilter.cpp25 String8 part(p, q-p);
27 if (part == "zz_ZZ") {
32 if (AaptGroupEntry::parseNamePart(part, &axis, &value)) {
/frameworks/base/core/java/com/google/android/util/
H A DSmileyParser.java62 // should have only one part since we parse smiley only
63 Part part = getPart(0);
64 ArrayList<Token> tokens = part.getTokens();
H A DAbstractMessageParser.java48 /** Get the possible values for the last part of a domain name.
121 /** Return the part at the given index. */
242 // The first part inherits the meText of the line.
248 /** Returns the last part in the list. */
402 // tricky part here is that some URL characters are also punctuation, so
1243 for (Part part : parts) {
1247 for (Token token : part.getTokens()) {
1469 /** Adds the given token to this part. */
1481 /** Returns the original text of this part. */
1493 /** Returns the tokens in this part
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp404 Animation::Part part; local
405 part.count = count;
406 part.pause = pause;
407 part.path = path;
408 animation.parts.add(part);
434 Animation::Part& part(animation.parts.editItemAt(j));
435 part.frames.add(frame);
472 const Animation::Part& part(animation.parts[i]);
473 const size_t fcount = part.frames.size();
476 for (int r=0 ; !part
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java127 * Send a multi-part text based SMS.
135 * <code>PendingIntent</code>s (one for each message part) that is
136 * broadcast when the corresponding message part has been sent.
146 * <code>PendingIntent</code>s (one for each message part) that is
147 * broadcast when the corresponding message part has been delivered
158 for (String part : parts) {
160 ", part[" + (i++) + "]=" + part);
/frameworks/base/tools/localize/
H A Dfile_utils.cpp34 String8 part(last, s-last);
35 dest.appendPath(part);
/frameworks/opt/calendar/src/com/android/calendarcommon/
H A DEventRecurrence.java78 /** maps a part string to a parser object */
562 * (2) For each part, find substrings for left/right sides of '=' (name/value).
587 * includes a BYMONTHDAY part.
600 for (String part : parts) {
601 int equalIndex = part.indexOf('=');
604 throw new InvalidFormatException("Missing LHS in " + part);
607 String lhs = part.substring(0, equalIndex);
608 String rhs = part.substring(equalIndex + 1);
610 throw new InvalidFormatException("Missing RHS in " + part);
620 //Log.d(TAG, "Ignoring custom part "
[all...]
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c223 unsigned char part = pNonce[i] + (unsigned char)(blockIndex >> (i * CHAR_BIT)); local
224 pCounter[i] = part + carry;
225 carry = (part < pNonce[i] || pCounter[i] < part) ? 1 : 0;
/frameworks/ex/carousel/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/ex/common/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/support/v13/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.h67 u32 part, /* packaged data |partX|partY|partWidth|partHeight|*/
H A Dh264bsd_reconstruct.c92 read at correct position and the predicted part is written to
101 chromaPartWidth width of the predicted part in pixels
102 chromaPartHeight height of the predicted part in pixels
104 predPartChroma pointer where predicted part is written
199 read at correct position and the predicted part is written to
295 image (ref) is read at correct position and the predicted part
484 image (ref) is read at correct position and the predicted part
602 image (ref) is read at correct position and the predicted part
736 image (ref) is read at correct position and the predicted part
859 image (ref) is read at correct position and the predicted part
1968 h264bsdPredictSamples( u8 *data, mv_t *mv, image_t *refPic, u32 colAndRow, u32 part, u8 *pFill) argument
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c1420 OMX_U32 part, MaxPart; local
1597 /* part size 4, 2, 2 and 1 corresponding to 8x8, 8x16, 16x8 and 16x16 MB */
1598 for (part = 0; part < MaxPart; part++)
1600 PartStartX = (part % XPerMB) * PartWidth;
1601 PartStartY = (part / XPerMB) * PartHeight;
/frameworks/support/v4/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s17 ;-- Abstract : ARMv6 optimized version horizontal part of
/frameworks/base/core/java/android/net/
H A DUri.java134 * Absolute URIs are hierarchical if the scheme-specific part starts with
141 * scheme-specific part of an opaque URI cannot start with a '/'.
173 * Gets the scheme-specific part of this URI, i.e. everything between the
179 * @return the decoded scheme-specific-part
184 * Gets the scheme-specific part of this URI, i.e. everything between the
191 * @return the decoded scheme-specific-part
196 * Gets the decoded authority part of this URI. For
207 * Gets the encoded authority part of this URI. For
289 * Gets the decoded fragment part of this URI, everything after the '#'.
296 * Gets the encoded fragment part o
2090 nonNull(Part part) argument
[all...]
/frameworks/base/core/java/android/app/
H A DDownloadManager.java835 for (String part : parts) {
839 builder.append(part);
/frameworks/base/docs/html/resources/
H A Dresources-data.js352 en: 'This article introduces WikiNotes for Android, part of the Apps for Android project. It covers the use of Linkify to turn ordinary text views into richer, link-oriented content that causes Android intents to fire when a link is selected.'
862 en: 'A multi-part tutorial discussing intermediate-level concepts such as data access.'
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c883 // The current character isn't part of the delimiter. Write it to the output buffer.

Completed in 784 milliseconds

12