Searched refs:body (Results 1 - 25 of 41) sorted by last modified time

12

/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_cl.rsh750 #define XN_FUNC_XN_XN_BODY(type, fnc, body) \
760 #define IN_FUNC_IN_IN_BODY(fnc, body) \
761 XN_FUNC_XN_XN_BODY(uchar, fnc, body) \
762 XN_FUNC_XN_XN_BODY(char, fnc, body) \
763 XN_FUNC_XN_XN_BODY(ushort, fnc, body) \
764 XN_FUNC_XN_XN_BODY(short, fnc, body) \
765 XN_FUNC_XN_XN_BODY(uint, fnc, body) \
766 XN_FUNC_XN_XN_BODY(int, fnc, body) \
767 XN_FUNC_XN_XN_BODY(float, fnc, body)
/frameworks/rs/scriptc/
H A Drs_cl.rsh750 #define XN_FUNC_XN_XN_BODY(type, fnc, body) \
760 #define IN_FUNC_IN_IN_BODY(fnc, body) \
761 XN_FUNC_XN_XN_BODY(uchar, fnc, body) \
762 XN_FUNC_XN_XN_BODY(char, fnc, body) \
763 XN_FUNC_XN_XN_BODY(ushort, fnc, body) \
764 XN_FUNC_XN_XN_BODY(short, fnc, body) \
765 XN_FUNC_XN_XN_BODY(uint, fnc, body) \
766 XN_FUNC_XN_XN_BODY(int, fnc, body) \
767 XN_FUNC_XN_XN_BODY(float, fnc, body)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSmsCbMessage.java102 * Parse and unpack the body text according to the encoding in the DCS.
103 * After completing successfully this method will have assigned the body
108 * @return a Pair of Strings containing the language and body of the message
223 * Unpack body text from the pdu using the given encoding, position and
230 * @param hasLanguageIndicator true if the body text is preceded by a
234 * @return a Pair of Strings containing the language and body of the message
238 String body = null;
242 body = GsmAlphabet.gsm7BitPackedToString(pdu, offset, length * 8 / 7);
244 if (hasLanguageIndicator && body != null && body
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsCbTest.java134 * @param body message body
143 int language, int encoding, String body, int cmasCategory, int responseType,
148 if (body != null) {
150 encodeBody(encoding, body, true, cmasBos);
187 * @param body the message body
191 int priority, int language, int encoding, String body) throws Exception {
196 encodeBody(encoding, body, false, bos);
202 * Append the message length, encoding, and body t
142 createCmasSmsMessage(int serviceCategory, int messageId, int priority, int language, int encoding, String body, int cmasCategory, int responseType, int severity, int urgency, int certainty) argument
190 createBroadcastSmsMessage(int serviceCategory, int messageId, int priority, int language, int encoding, String body) argument
211 encodeBody(int encoding, String body, boolean isCmasRecord, BitwiseOutputStream bos) argument
395 doTestCmasBroadcast(int serviceCategory, int messageClass, String body) argument
[all...]
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java133 * The body of the message
136 public static final String BODY = "body";
212 * @param body the body of the message
220 Uri uri, String address, String body, String subject,
222 return addMessageToUri(resolver, uri, address, body, subject,
232 * @param body the body of the message
241 Uri uri, String address, String body, String subject,
251 values.put(BODY, body);
219 addMessageToUri(ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport) argument
240 addMessageToUri(ContentResolver resolver, Uri uri, String address, String body, String subject, Long date, boolean read, boolean deliveryReport, long threadId) argument
344 addMessage(ContentResolver resolver, String address, String body, String subject, Long date, boolean read) argument
377 addMessage(ContentResolver resolver, String address, String body, String subject, Long date) argument
409 addMessage(ContentResolver resolver, String address, String body, String subject, Long date) argument
423 saveMessage(ContentResolver resolver, Uri uri, String body) argument
458 addMessage(ContentResolver resolver, String address, String body, String subject, Long date, boolean deliveryReport, long threadId) argument
[all...]
/frameworks/opt/telephony/src/java/android/telephony/
H A DCellBroadcastMessage.java115 String body = cursor.getString(
216 language, body, priority, etwsInfo, cmasInfo);
H A DSmsCbMessage.java129 /** Message body, as a String. */
145 SmsCbLocation location, int serviceCategory, String language, String body,
153 mBody = body;
287 * Get the body of this message, or null if no body available
368 + mServiceCategory + ", language=" + mLanguage + ", body=" + mBody
144 SmsCbMessage(int messageFormat, int geographicalScope, int serialNumber, SmsCbLocation location, int serviceCategory, String language, String body, int priority, SmsCbEtwsInfo etwsWarningInfo, SmsCbCmasInfo cmasWarningInfo) argument
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DMultimediaMessagePdu.java27 * The body.
42 * @param body the body of this PDU
44 public MultimediaMessagePdu(PduHeaders header, PduBody body) { argument
46 mMessageBody = body;
59 * Get body of the PDU.
61 * @return the body
68 * Set body of the PDU.
70 * @param body the body
72 setBody(PduBody body) argument
[all...]
H A DPduComposer.java837 // Message body
842 * Make message body.
845 // 1. add body informations
861 PduBody body = ((SendReq) mPdu).getBody();
862 if (null == body || body.getPartsNum() == 0) {
872 part = body.getPart(0);
898 int partNum = body.getPartsNum();
901 part = body.getPart(i);
H A DPduParser.java837 PduBody body = new PduBody();
927 /* add this part to body */
930 body.addPart(0, part);
933 body.addPart(part);
937 return body;
1371 * type of the "root" body part. It permits a MIME user agent to
1372 * determine the content-type without reference to the enclosed body
1373 * part. If the value of the type parameter and the root body part's
1414 * object's "root". If not present the "root" is the first body part in
H A DPduPersister.java603 PduBody body = new PduBody();
606 // load multiparts and put them into the body of the PDU.
613 body.addPart(parts[i]);
629 pdu = new RetrieveConf(headers, body);
632 pdu = new SendReq(headers, body);
1143 * @param body New message body of the PDU.
1147 public void updateParts(Uri uri, PduBody body, HashMap<Uri, InputStream> preOpenedFiles) argument
1163 ((MultimediaMessagePdu) cacheEntry.getPdu()).setBody(body);
1174 int partsNum = body
[all...]
H A DRetrieveConf.java49 * Constructor with given headers and body
52 * @param body Body of this PDu.
54 RetrieveConf(PduHeaders headers, PduBody body) { argument
55 super(headers, body);
H A DSendReq.java82 * Constructor with given headers and body
85 * @param body Body of this PDu.
87 SendReq(PduHeaders headers, PduBody body) { argument
88 super(headers, body);
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_cl.c665 #define XN_FUNC_XN_XN_BODY(type, fnc, body) \
668 return body; \
695 #define IN_FUNC_IN_IN_BODY(fnc, body) \
696 XN_FUNC_XN_XN_BODY(uchar, fnc, body) \
697 XN_FUNC_XN_XN_BODY(char, fnc, body) \
698 XN_FUNC_XN_XN_BODY(ushort, fnc, body) \
699 XN_FUNC_XN_XN_BODY(short, fnc, body) \
700 XN_FUNC_XN_XN_BODY(uint, fnc, body) \
701 XN_FUNC_XN_XN_BODY(int, fnc, body) \
702 XN_FUNC_XN_XN_BODY(float, fnc, body)
[all...]
/frameworks/base/sax/java/android/sax/
H A DEndTextElementListener.java25 * Invoked at the end of a text element with the body of the element.
27 * @param body of the element
29 void end(String body); argument
H A DRootElement.java50 * public void end(String body) {
51 * System.out.println("Entry ID: " + body);
193 String body = bodyBuilder.toString();
197 current.endTextElementListener.end(body);
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java75 public void end(String body) { argument
76 this.bodies += body;
133 public void end(String body) {
219 public void end(String body) {
220 video.videoId = body;
226 public void end(String body) {
229 video.dateAdded.parse3339(body);
236 public void end(String body) {
237 video.authorName = body;
275 public void end(String body) {
[all...]
/frameworks/base/services/java/com/android/server/location/
H A DGpsXtraDownloader.java138 byte[] body = null;
142 body = new byte[(int) entity.getContentLength()];
145 dis.readFully(body);
160 return body;
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java741 final CharSequence body = res.getString(R.string.data_usage_warning_body);
746 builder.setContentText(body);
759 final CharSequence body = res.getText(R.string.data_usage_limit_body);
784 builder.setContentText(body);
793 final CharSequence body = res.getString(R.string.data_usage_limit_snoozed_body,
819 builder.setContentText(body);
851 final CharSequence body = res.getString(R.string.data_usage_restricted_body);
858 builder.setContentText(body);
/frameworks/base/obex/javax/obex/
H A DClientOperation.java271 // there are 3 bytes operation headers and 3 bytes body headers //
407 * Determine if there is space to add a body request. At present
409 * byte body header. This number needs to be at least 6 so that
412 * the body.
464 * Determine if we can send the whole body or just part of
465 * the body. Remember that there is the 3 bytes for the
474 byte[] body = mPrivateOutput.readBytes(bodyLength);
493 if (body != null) {
494 out.write(body);
525 // send 0x49 with empty body
[all...]
H A DClientSession.java479 byte[] body = ObexHelper.updateHeaderSet(header, data);
480 if ((privateInput != null) && (body != null)) {
481 privateInput.writeBytes(body, 1);
H A DObexHelper.java160 * @return the result of the last start body or end body header provided;
161 * the first byte in the result will specify if a body or end of
162 * body is received
170 byte[] body = null;
232 body = new byte[length + 1];
233 body[0] = (byte)headerID;
234 System.arraycopy(headerArray, index, body, 1, length);
327 return body;
H A DPrivateInputStream.java142 * Allows the <code>OperationImpl</code> thread to add body data to the
144 * @param body the data to add to the stream
145 * @param start the start of the body to array to copy
147 public synchronized void writeBytes(byte[] body, int start) { argument
149 int length = (body.length - start) + (mData.length - mIndex);
153 System.arraycopy(body, start, temp, mData.length - mIndex, body.length - start);
H A DServerOperation.java175 byte[] body = ObexHelper.updateHeaderSet(requestHeader, data);
177 if (body != null) {
208 if (body != null) {
209 mPrivateInput.writeBytes(body, 1);
351 * Determine if I can send the whole body or just part of
352 * the body. Remember that there is the 3 bytes for the
359 byte[] body = mPrivateOutput.readBytes(bodyLength);
375 out.write(body);
452 byte[] body = ObexHelper.updateHeaderSet(requestHeader, data);
453 if (body !
[all...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DDrmReceiver.java37 byte[] body;
40 body = intent.getByteArrayExtra("data");
45 Log.d(LOG_TAG, "body:");
46 Log.d(LOG_TAG, HexDump.dumpHexString(body));
48 DataVerify.SetLastReceivedPdu(body);

Completed in 331 milliseconds

12