Searched refs:part (Results 1 - 25 of 33) sorted by path

12

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c885 // The current character isn't part of the delimiter. Write it to the output buffer.
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c228 unsigned char part = pNonce[i] + (unsigned char)(blockIndex >> (i * CHAR_BIT)); local
229 pCounter[i] = part + carry;
230 carry = (part < pNonce[i] || pCounter[i] < part) ? 1 : 0;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c1435 OMX_U32 part, MaxPart; local
1612 /* part size 4, 2, 2 and 1 corresponding to 8x8, 8x16, 16x8 and 16x16 MB */
1613 for (part = 0; part < MaxPart; part++)
1615 PartStartX = (part % XPerMB) * PartWidth;
1616 PartStartY = (part / XPerMB) * PartHeight;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s17 ;-- Abstract : ARMv6 optimized version horizontal part of
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c94 read at correct position and the predicted part is written to
103 chromaPartWidth width of the predicted part in pixels
104 chromaPartHeight height of the predicted part in pixels
106 predPartChroma pointer where predicted part is written
201 read at correct position and the predicted part is written to
297 image (ref) is read at correct position and the predicted part
486 image (ref) is read at correct position and the predicted part
604 image (ref) is read at correct position and the predicted part
738 image (ref) is read at correct position and the predicted part
861 image (ref) is read at correct position and the predicted part
1970 h264bsdPredictSamples( u8 *data, mv_t *mv, image_t *refPic, u32 colAndRow, u32 part, u8 *pFill) argument
[all...]
H A Dh264bsd_reconstruct.h67 u32 part, /* packaged data |partX|partY|partWidth|partHeight|*/
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp492 Animation::Part part; local
493 part.playUntilComplete = pathType == 'c';
494 part.count = count;
495 part.pause = pause;
496 part.path = path;
497 part.audioFile = NULL;
498 if (!parseColor(color, part.backgroundColor)) {
500 part.backgroundColor[0] = 0.0f;
501 part.backgroundColor[1] = 0.0f;
502 part
[all...]
/frameworks/base/core/java/android/app/
H A DDownloadManager.java896 for (String part : parts) {
900 builder.append(part);
/frameworks/base/core/java/android/net/
H A DUri.java140 * Absolute URIs are hierarchical if the scheme-specific part starts with
147 * scheme-specific part of an opaque URI cannot start with a '/'.
179 * Gets the scheme-specific part of this URI, i.e.&nbsp;everything between
185 * @return the decoded scheme-specific-part
190 * Gets the scheme-specific part of this URI, i.e.&nbsp;everything between
197 * @return the decoded scheme-specific-part
202 * Gets the decoded authority part of this URI. For
213 * Gets the encoded authority part of this URI. For
295 * Gets the decoded fragment part of this URI, everything after the '#'.
302 * Gets the encoded fragment part o
2033 nonNull(Part part) argument
[all...]
/frameworks/base/core/java/com/google/android/util/
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...]
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();
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java255 String part = mLine.substring(
260 mAnnotation += " " + part;
262 mName = part;
/frameworks/base/media/mca/filterfw/
H A DAndroid.mk48 # part of a system image.
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk47 # part of a system image.
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DUtils.java144 long part;
146 part = i;
148 long x = ((int) part & 1) != 0 ? POLY64REV : 0;
149 part = (part >> 1) ^ x;
151 sCrcTable[i] = part;
/frameworks/base/services/
H A DAndroid.mk18 # Services that will be built as part of services.jar
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java138 for (String part : value.split(";")) {
139 Matcher matcher = SETTING_PATTERN.matcher(part);
171 } else if (part.isEmpty()) {
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp282 String8 part = parts[currentIndex]; local
283 if (part[0] == 'b' && part[1] == '+') {
286 Vector<String8> subtags = AaptUtil::splitAndLowerCase(part, '+');
310 part.string());
326 fprintf(stderr, "ERROR: Invalid BCP-47 tag in directory name %s\n", part.string());
343 fprintf(stderr, "ERROR: Invalid BCP-47 tag in directory name: %s\n", part.string());
349 if ((part.length() == 2 || part.length() == 3) && isAlpha(part)) {
[all...]
H A DAaptConfig.cpp42 const char* part = parts[index].string(); local
48 if (parseMcc(part, &config)) {
53 part = parts[index].string();
56 if (parseMnc(part, &config)) {
61 part = parts[index].string();
75 part = parts[index].string();
78 if (parseLayoutDirection(part, &config)) {
83 part = parts[index].string();
86 if (parseSmallestScreenWidthDp(part, &config)) {
91 part
[all...]
H A DResource.cpp1980 // These resources are now considered to be a part of the included
2652 String8 part(last, s-last);
2653 dest.appendPath(part);
H A DResourceFilter.cpp20 const String8& part = configStrs[i]; local
21 if (part == "en_XA") {
23 } else if (part == "ar_XB") {
30 if (val.initFromFilterString(part)) {
34 } else if (!AaptConfig::parse(part, &entry.first)) {
35 fprintf(stderr, "Invalid configuration: %s\n", part.string());
/frameworks/ex/common/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/opt/calendar/src/com/android/calendarcommon2/
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 // allow empty part (e.g., double semicolon ";;")
602 if (TextUtils.isEmpty(part)) {
605 int equalIndex = part.indexOf('=');
608 throw new InvalidFormatException("Missing LHS in " + part);
611 String lhs = part.substring(0, equalIndex);
612 String rhs = part
[all...]
/frameworks/opt/net/wifi/service/
H A DAndroid.mk91 # Make the JNI part
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java428 * Send a multi-part text based SMS.
436 * <code>PendingIntent</code>s (one for each message part) that is
437 * broadcast when the corresponding message part has been sent.
447 * <code>PendingIntent</code>s (one for each message part) that is
448 * broadcast when the corresponding message part has been delivered
461 for (String part : parts) {
463 ", part[" + (i++) + "]=" + part);

Completed in 594 milliseconds

12