/external/llvm/utils/lit/utils/ |
README.txt | 1 Utilities for the project that aren't intended to be part of a source
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
PduBody.java | 33 * Appends the specified part to the end of this body. 35 * @param part part to be appended 37 * @throws NullPointerException when part is null 39 public boolean addPart(PduPart part) { 40 if (null == part) { 44 return mParts.add(part); 48 * Inserts the specified part at the specified position. 50 * @param index index at which the specified part is to be inserted 51 * @param part part to be inserte [all...] |
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
PduBody.java | 44 private void putPartToMaps(PduPart part) { 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); [all...] |
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduBody.java | 44 private void putPartToMaps(PduPart part) { 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); [all...] |
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
PduBody.java | 44 private void putPartToMaps(PduPart part) { 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); [all...] |
/external/autotest/client/samples/ |
filesystem | 6 part = job.partition('/tmp/looped', 1024, job.tmpdir) 14 part.mkfs(fstype) 15 part.mount() 17 job.run_test('fsx', dir=part.mountpoint, tag=fstype) 18 job.run_test('iozone', dir=part.mountpoint, tag=fstype) 19 job.run_test('dbench', dir=part.mountpoint, tag=fstype) 21 part.unmount() 22 part.fsck()
|
/external/curl/lib/ |
mime.c | 11 * you should have received as part of this distribution. The terms 62 curl_mimepart *part); 63 static curl_off_t encoder_nop_size(curl_mimepart *part); 65 curl_mimepart *part); 67 curl_mimepart *part); 68 static curl_off_t encoder_base64_size(curl_mimepart *part); 70 curl_mimepart *part); 71 static curl_off_t encoder_qp_size(curl_mimepart *part); 354 curl_mimepart *part) 356 mime_encoder_state *st = &part->encstate 621 curl_mimepart *part = (curl_mimepart *) instream; local 637 curl_mimepart *part = (curl_mimepart *) instream; local 676 curl_mimepart *part = (curl_mimepart *) instream; local 686 curl_mimepart *part = (curl_mimepart *) instream; local 700 curl_mimepart *part = (curl_mimepart *) ptr; local 926 curl_mimepart *part; local 1049 curl_mimepart *part; local 1127 curl_mimepart *part; local 1259 curl_mimepart *part; local 1538 curl_mimepart *part = (curl_mimepart *) instream; local 1570 curl_mimepart *part; local [all...] |
/external/libxml2/test/schemas/ |
bug303566_1.xml | 8 <Part country="D"/> 9 <Part country="B"/> 14 <Part country="F"/> 15 <Part country="F"/>
|
/external/ply/ply/example/ansic/ |
README | 2 This is part of it.
|
/external/strace/tests/ |
bpf-v.c | 1 /* This file is part of bpf-v strace test. */
|
execve-v.c | 1 /* This file is part of execve-v strace test. */
|
execveat-v.c | 1 /* This file is part of execveat-v strace test. */
|
ioctl_evdev-v.c | 1 /* This file is part of ioctl_evdev-v strace test. */
|
ioctl_rtc-v.c | 1 /* This file is part of ioctl_rtc-v strace test. */
|
msg_control-v.c | 1 /* This file is part of msg_control-v strace test. */
|
ppoll-v.c | 1 /* This file is part of ppoll-v strace test. */
|
quotactl-v.c | 1 /* This file is part of quotactl-v strace test. */
|
wait4-v.c | 1 /* This file is part of wait4-v strace test. */
|
waitid-v.c | 1 /* This file is part of waitid-v strace test. */
|
/external/strace/tests-m32/ |
bpf-v.c | 1 /* This file is part of bpf-v strace test. */
|
execve-v.c | 1 /* This file is part of execve-v strace test. */
|
execveat-v.c | 1 /* This file is part of execveat-v strace test. */
|
ioctl_evdev-v.c | 1 /* This file is part of ioctl_evdev-v strace test. */
|
ioctl_rtc-v.c | 1 /* This file is part of ioctl_rtc-v strace test. */
|
msg_control-v.c | 1 /* This file is part of msg_control-v strace test. */
|