/frameworks/base/core/java/com/google/android/mms/pdu/ |
D | PduBody.java | 44 private void putPartToMaps(PduPart part) { in putPartToMaps() argument 46 byte[] contentId = part.getContentId(); in putPartToMaps() 48 mPartMapByContentId.put(new String(contentId), part); in putPartToMaps() 52 byte[] contentLocation = part.getContentLocation(); in putPartToMaps() 55 mPartMapByContentLocation.put(clc, part); in putPartToMaps() 59 byte[] name = part.getName(); in putPartToMaps() 62 mPartMapByName.put(clc, part); in putPartToMaps() 66 byte[] fileName = part.getFilename(); in putPartToMaps() 69 mPartMapByFileName.put(clc, part); in putPartToMaps() 80 public boolean addPart(PduPart part) { in addPart() argument [all …]
|
D | PduPersister.java | 362 PduPart part = new PduPart(); in loadParts() local 366 part.setCharset(charset); in loadParts() 372 part.setContentDisposition(contentDisposition); in loadParts() 378 part.setContentId(contentId); in loadParts() 384 part.setContentLocation(contentLocation); in loadParts() 390 part.setContentType(contentType); in loadParts() 398 part.setFilename(fileName); in loadParts() 404 part.setName(name); in loadParts() 410 part.setDataUri(partURI); in loadParts() 455 part.setData(baos.toByteArray()); in loadParts() [all …]
|
D | PduParser.java | 747 PduPart part = new PduPart(); in parseParts() local 758 part.setContentType(contentType); in parseParts() 760 part.setContentType((PduContentTypes.contentTypes[0]).getBytes()); //"*/*" in parseParts() 766 part.setName(name); in parseParts() 772 part.setCharset(charset); in parseParts() 779 if (false == parsePartHeaders(pduDataStream, part, partHeaderLen)) { in parseParts() 791 if ((null == part.getContentLocation()) in parseParts() 792 && (null == part.getName()) in parseParts() 793 && (null == part.getFilename()) in parseParts() 794 && (null == part.getContentId())) { in parseParts() [all …]
|
D | PduComposer.java | 872 PduPart part; in makeMessageBody() local 874 part = body.getPart(0); in makeMessageBody() 876 byte[] start = part.getContentId(); in makeMessageBody() 888 appendTextString(part.getContentType()); in makeMessageBody() 903 part = body.getPart(i); in makeMessageBody() 910 byte[] partContentType = part.getContentType(); in makeMessageBody() 930 byte[] name = part.getName(); in makeMessageBody() 933 name = part.getFilename(); in makeMessageBody() 936 name = part.getContentLocation(); in makeMessageBody() 950 int charset = part.getCharset(); in makeMessageBody() [all …]
|
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 115 AaptGroupEntry::parseNamePart(const String8& part, int* axis, uint32_t* value) in parseNamePart() argument 120 if (getMccName(part.string(), &config)) { in parseNamePart() 127 if (getMncName(part.string(), &config)) { in parseNamePart() 134 if (part.length() == 2 && isalpha(part[0]) && isalpha(part[1])) { in parseNamePart() 136 *value = part[1] << 8 | part[0]; in parseNamePart() 141 if (part.length() == 5 && isalpha(part[0]) && isalpha(part[1]) in parseNamePart() 142 && part[2] == '_' && isalpha(part[3]) && isalpha(part[4])) { in parseNamePart() 144 *value = (part[4] << 24) | (part[3] << 16) | (part[1] << 8) | (part[0]); in parseNamePart() 149 if (getSmallestScreenWidthDpName(part.string(), &config)) { in parseNamePart() 156 if (getScreenWidthDpName(part.string(), &config)) { in parseNamePart() [all …]
|
D | ResourceFilter.cpp | 25 String8 part(p, q-p); in parse() local 27 if (part == "zz_ZZ") { in parse() 32 if (AaptGroupEntry::parseNamePart(part, &axis, &value)) { in parse()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 397 Animation::Part part; in movie() local 398 part.count = count; in movie() 399 part.pause = pause; in movie() 400 part.path = path; in movie() 401 animation.parts.add(part); in movie() 427 Animation::Part& part(animation.parts.editItemAt(j)); in movie() local 428 part.frames.add(frame); in movie() 465 const Animation::Part& part(animation.parts[i]); in movie() local 466 const size_t fcount = part.frames.size(); in movie() 469 for (int r=0 ; !part.count || r<part.count ; r++) { in movie() [all …]
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
D | rsbench.rs | 162 static void createParticle(Particle_t *part, int idx, float scale) { 169 part->color.x = (uchar) (220 + id * 35); 170 part->color.y = 220; 171 part->color.z = 220; 173 part->color.x = 180; 174 part->color.y = 180; 175 part->color.z = (uchar) clamp(140.f + id * 115.f, 140.f, 255.f); 178 part->color.w = (uchar) (rsRand(1.2f, 2.1f) * 60); 189 part->position.x = rsRand(TWO_PI); 190 part->position.y = d; [all …]
|
/frameworks/base/core/java/com/google/android/util/ |
D | SmileyParser.java | 63 Part part = getPart(0); in getSpannableString() local 64 ArrayList<Token> tokens = part.getTokens(); in getSpannableString()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | grant-uri-permission-element.jd | 17 can be granted for. Data subsets are indicated by the path part of a 18 {@code content:} URI. (The authority part of the URI identifies the 48 The {@code pathPrefix} attribute specifies the initial part of a path; 50 initial part.
|
D | data-element.jd | 74 <dd>The host part of a URI authority. This attribute is meaningless 96 <dd>The path part of a URI. The {@code path} attribute specifies a complete 99 only the initial part of the path in the Intent object. The {@code pathPattern} 133 <dd>The port part of a URI authority. This attribute is meaningful only 139 <dd>The scheme part of a URI. This is the minimal essential attribute for
|
D | path-permission-element.jd | 43 <dd>The initial part of a URI path for a subset of content provider data. 44 Permission can be granted to all data subsets with paths that share this initial part.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IccSmsInterfaceManager.java | 158 for (String part : parts) { in sendMultipartText() 160 ", part[" + (i++) + "]=" + part); in sendMultipartText()
|
/frameworks/base/include/private/ |
D | README | 3 These include files are part of the private implementation details of
|
/frameworks/opt/calendar/src/com/android/calendarcommon/ |
D | EventRecurrence.java | 596 for (String part : parts) { in parse() 597 int equalIndex = part.indexOf('='); in parse() 600 throw new InvalidFormatException("Missing LHS in " + part); in parse() 603 String lhs = part.substring(0, equalIndex); in parse() 604 String rhs = part.substring(equalIndex + 1); in parse() 606 throw new InvalidFormatException("Missing RHS in " + part); in parse()
|
/frameworks/base/tools/localize/ |
D | file_utils.cpp | 34 String8 part(last, s-last); in mkdirs() local 35 dest.appendPath(part); in mkdirs()
|
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
D | FwdLockFile.c | 223 unsigned char part = pNonce[i] + (unsigned char)(blockIndex >> (i * CHAR_BIT)); in FwdLockFile_CalculateCounter() local 224 pCounter[i] = part + carry; in FwdLockFile_CalculateCounter() 225 carry = (part < pNonce[i] || pCounter[i] < part) ? 1 : 0; in FwdLockFile_CalculateCounter()
|
/frameworks/base/docs/html/resources/articles/ |
D | wikinotes-linkify.jd | 11 .html">WikiNotes for Android</a>, part of the <a 83 <p>The WikiWord part will be appended by Linkify when it finds a match, so we 84 just need the part before that as our scheme.</p>
|
/frameworks/base/ |
D | NOTICE | 10 This product includes software developed as part of 62 This file is part of TagSoup and is Copyright 2002-2008 by John Cowan. 199 excluding those notices that do not pertain to any part of 202 (d) If the Work includes a "NOTICE" text file as part of its 206 pertain to any part of the Derivative Works, in at least one 208 as part of the Derivative Works; within the Source form or
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_MotionEstimationMB.c | 1420 OMX_U32 part, MaxPart; in armVCM4P10_InterMEMB() local 1598 for (part = 0; part < MaxPart; part++) in armVCM4P10_InterMEMB() 1600 PartStartX = (part % XPerMB) * PartWidth; in armVCM4P10_InterMEMB() 1601 PartStartY = (part / XPerMB) * PartHeight; in armVCM4P10_InterMEMB()
|
/frameworks/base/media/jni/ |
D | NOTICE | 116 excluding those notices that do not pertain to any part of 119 (d) If the Work includes a "NOTICE" text file as part of its 123 pertain to any part of the Derivative Works, in at least one 125 as part of the Derivative Works; within the Source form or
|
/frameworks/base/cmds/dumpsys/ |
D | NOTICE | 116 excluding those notices that do not pertain to any part of 119 (d) If the Work includes a "NOTICE" text file as part of its 123 pertain to any part of the Derivative Works, in at least one 125 as part of the Derivative Works; within the Source form or
|
/frameworks/base/libs/storage/ |
D | NOTICE | 116 excluding those notices that do not pertain to any part of 119 (d) If the Work includes a "NOTICE" text file as part of its 123 pertain to any part of the Derivative Works, in at least one 125 as part of the Derivative Works; within the Source form or
|
/frameworks/base/cmds/system_server/ |
D | NOTICE | 116 excluding those notices that do not pertain to any part of 119 (d) If the Work includes a "NOTICE" text file as part of its 123 pertain to any part of the Derivative Works, in at least one 125 as part of the Derivative Works; within the Source form or
|
/frameworks/base/media/jni/soundpool/ |
D | NOTICE | 116 excluding those notices that do not pertain to any part of 119 (d) If the Work includes a "NOTICE" text file as part of its 123 pertain to any part of the Derivative Works, in at least one 125 as part of the Derivative Works; within the Source form or
|