/development/samples/ApiDemos/src/com/example/android/mmslib/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 | PduParser.java | 846 PduPart part = new PduPart(); in parseParts() local 857 part.setContentType(contentType); in parseParts() 859 part.setContentType((PduContentTypes.contentTypes[0]).getBytes()); //"*/*" in parseParts() 865 part.setName(name); in parseParts() 871 part.setCharset(charset); in parseParts() 878 if (false == parsePartHeaders(pduDataStream, part, partHeaderLen)) { in parseParts() 890 if ((null == part.getContentLocation()) in parseParts() 891 && (null == part.getName()) in parseParts() 892 && (null == part.getFilename()) in parseParts() 893 && (null == part.getContentId())) { in parseParts() [all …]
|
D | PduComposer.java | 870 PduPart part; in makeMessageBody() local 872 part = body.getPart(0); in makeMessageBody() 874 byte[] start = part.getContentId(); in makeMessageBody() 886 appendTextString(part.getContentType()); in makeMessageBody() 901 part = body.getPart(i); in makeMessageBody() 908 byte[] partContentType = part.getContentType(); in makeMessageBody() 928 byte[] name = part.getName(); in makeMessageBody() 931 name = part.getFilename(); in makeMessageBody() 934 name = part.getContentLocation(); in makeMessageBody() 948 int charset = part.getCharset(); in makeMessageBody() [all …]
|
/development/gsi/repack_super_image/ |
D | repack_super_image.py | 45 part, sep, img = part_img.partition("=") 46 if not part or not sep: 49 return part, (existing_abs_path(img) if img else "") 156 for part, img in args.part_imgs: 157 if part in args_part_imgs: 158 raise ValueError(part + " partition is repeated.") 159 args_part_imgs[part] = img 197 part = file_name[:-len(IMG_FILE_EXT)] 198 unpacked_part_imgs[part] = os.path.join(unpack_dir, file_name)
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | MmsMessagingDemo.java | 378 final PduPart part = new PduPart(); in addTextPart() local 380 part.setCharset(CharacterSets.UTF_8); in addTextPart() 382 part.setContentType(ContentType.TEXT_PLAIN.getBytes()); in addTextPart() 384 part.setContentLocation(TEXT_PART_FILENAME.getBytes()); in addTextPart() 388 part.setContentId(contentId.getBytes()); in addTextPart() 389 part.setData(message.getBytes()); in addTextPart() 390 pb.addPart(part); in addTextPart() 395 return part.getData().length; in addTextPart() 442 final PduPart part = body.getPart(i); in getMessageText() local 443 if (part != null in getMessageText() [all …]
|
/development/tools/winscope/src/common/ |
D | time_utils.ts | 67 return parts.map((part) => `${part.value}${part.unit}`).join('');
|
/development/samples/browseable/WearDrawers/ |
D | _index.jd | 8 A simple sample that demonstrates Navigation and Action Drawers, part of Material Design for Wear.
|
/development/samples/ToyVpn/server/linux/ |
D | ToyVpnServer.cpp | 80 #error Sorry, you have to implement this part by yourself.
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 55 will add the KEYCODE part). Do note that this last part doesn't work
|
/development/apps/OBJViewer/ |
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
|
/development/host/windows/usb/ |
D | NOTICE | 103 excluding those notices that do not pertain to any part of 106 (d) If the Work includes a "NOTICE" text file as part of its 110 pertain to any part of the Derivative Works, in at least one 112 as part of the Derivative Works; within the Source form or
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 47 This product includes software developed as part of 706 table, the facility still operates, and performs whatever part of 721 distribute the same sections as part of a whole which is a work based 724 entire whole, and thus to each and every part regardless of who wrote 750 This option is useful when you wish to copy part of the code of 779 that is part of the Library, the object code for the work may be a 872 that part of it is a work based on the Library, and explaining 1373 excluding those notices that do not pertain to any part of 1376 (d) If the Work includes a "NOTICE" text file as part of its 1380 pertain to any part of the Derivative Works, in at least one [all …]
|
/development/tools/apkcheck/ |
D | README.txt | 39 the external libraries are not part of the public API, their use
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 41 alien - j. being or from or characteristic of another place or part of the world 167 …the individual parts of which a composite entity is made up; especially a part that can be separat… 334 episode - n. a brief section of a literary or dramatic work that forms part of a connected series 388 finale - n. the concluding part of any performance 400 foreign - j. relating to or originating in or characteristic of another place or part of the world 427 gist - n. the choicest or most essential or most vital part of some idea or experience 611 militia - n. civilians trained as soldiers but not part of the regular army 686 participant - n. someone who takes part in an activity 870 sequel - n. a part added to a book or play that continues and extends it
|