Searched refs:body (Results 1 – 13 of 13) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/ |
D | poc.cpp | 52 outMsg->body.key.eventId = msg.body.key.eventId; in sanitizeMessage() 54 outMsg->body.key.eventTime = msg.body.key.eventTime; in sanitizeMessage() 56 outMsg->body.key.deviceId = msg.body.key.deviceId; in sanitizeMessage() 58 outMsg->body.key.source = msg.body.key.source; in sanitizeMessage() 60 outMsg->body.key.displayId = msg.body.key.displayId; in sanitizeMessage() 62 outMsg->body.key.hmac = msg.body.key.hmac; in sanitizeMessage() 64 outMsg->body.key.action = msg.body.key.action; in sanitizeMessage() 66 outMsg->body.key.flags = msg.body.key.flags; in sanitizeMessage() 68 outMsg->body.key.keyCode = msg.body.key.keyCode; in sanitizeMessage() 70 outMsg->body.key.scanCode = msg.body.key.scanCode; in sanitizeMessage() [all …]
|
/cts/tests/tests/sax/src/android/sax/cts/ |
D | ElementTest.java | 76 public void end(String body) { in testParse() 77 assertEquals(NAMES[mNameIndex], body); in testParse() 111 public void end(String body) { in testParse() 112 assertEquals(JIM, body); in testParse()
|
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/ |
D | ThreadsTest.java | 128 private Uri saveToTelephony(long threadId, String address, String body) { in saveToTelephony() argument 132 contentValues.put(Telephony.Sms.BODY, body); in saveToTelephony()
|
D | MmsPartTest.java | 195 private Uri insertIntoMmsPartTable(Uri mmsUri, Uri partUri, long mmsId, String body, in insertIntoMmsPartTable() argument 206 values.put(Telephony.Mms.Part.TEXT, body); in insertIntoMmsPartTable()
|
D | MmsTest.java | 440 private Uri insertIntoMmsPartTable(Uri mmsUri, Uri partUri, long mmsId, String body) { in insertIntoMmsPartTable() argument 451 values.put(Telephony.Mms.Part.TEXT, body); in insertIntoMmsPartTable()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | SmsBackupRestoreTest.java | 213 private void addMms(boolean isTextOnly, String body, String subject, String[] addresses) { in addMms() argument 237 body = body + " Non text-only"; in addMms() 239 values.put(Telephony.Mms.Part.TEXT, body); in addMms()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | MmsTest.java | 263 final PduBody body = new PduBody(); in buildPdu() local 266 final int size = addTextPart(body, text, true/* add text smil */); in buildPdu() 267 req.setBody(body); in buildPdu()
|
/cts/tools/utils/ |
D | monsoon.py | 301 body = result[:-1] 302 checksum = (data_len + sum(struct.unpack("B" * len(body), body))) % 256
|
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
D | monsoon.py | 408 body = result[:-1] 409 checksum = (data_len + sum(struct.unpack("B" * len(body), body))) % 256
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 195 # Maximum number of branch for function / method body 198 # Maximum number of locals for function / method body 207 # Maximum number of return / yield for function / method body 210 # Maximum number of statements in function / method body 242 # Allow the body of an if to be on the same line as the test if there is no
|
/cts/tests/tests/drm/src/android/drm/cts/ |
D | DRMTest.java | 250 FileInputStream body = afd.createInputStream(); in testForwardLockAccess() local 251 sequence.add(body); in testForwardLockAccess()
|
/cts/apps/CtsVerifier/assets/report/ |
D | compatibility_result.css | 16 body { selector
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Drystone-2.1.sh | 1376 X while (Int_Loc <= 2) /* loop body executed once */
|