/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_hippi.h | 34 #define HIPPI_DATA_LEN 65280 /* Max. bytes in payload */
|
/system/core/include/cutils/ |
log.h | 448 #define android_bWriteLog(tag, payload, len) \ 449 __android_log_bwrite(tag, payload, len) 450 #define android_btWriteLog(tag, type, payload, len) \ 451 __android_log_btwrite(tag, type, payload, len)
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ConsoleView.js | 108 messageAdded: function(payload) 111 payload.source, 112 payload.type, 113 payload.level, 114 payload.line, 115 payload.url, 116 payload.repeatCount, 117 payload.text, 118 payload.parameters, 119 payload.stackTrace [all...] |
/external/chromium/net/base/ |
mime_sniffer.cc | 9 // HTML payload, no Content-Type header: 18 // HTML payload, Content-Type: "text/plain": 31 // HTML payload, Content-Type: "application/octet-stream": 44 // GIF payload, no Content-Type header: 56 // GIF payload, Content-Type: "text/plain": 68 // GIF payload, Content-Type: "application/octet-stream": 83 // XHTML payload, Content-Type: "text/xml": 92 // Note that our definition of HTML payload is much stricter than IE's
|
/external/chromium/webkit/glue/ |
site_isolation_metrics.cc | 68 // sniff, since we will have to wait for the payload to arrive. 166 // the content once we have some of the payload.
|
/external/dropbear/ |
session.h | 102 buffer *writepayload; /* Unencrypted payload to write - this is used 108 buffer *payload; /* Post-decompression, the actual SSH packet */ member in struct:sshsession
|
svr-authpam.c | 186 changepw = buf_getbool(ses.payload); 193 password = buf_getstring(ses.payload, &passwordlen);
|
/external/ipsec-tools/src/racoon/ |
isakmp_frag.c | 199 * frag->len is the frag payload data plus the frag payload header,
|
proposal.h | 41 * (this is same as set of transforms in single proposal payload) 147 struct prop_pair *tnext; /* next prop_pair in same proposal payload */
|
vendorid.c | 213 * Check the vendor ID payload -- return the vendor ID index 216 * gen ... points to Vendor ID payload.
|
/external/valgrind/main/coregrind/ |
pub_core_mallocfree.h | 69 // This is both the minimum payload size of a malloc'd block, and its 115 extern SizeT VG_(arena_malloc_usable_size) ( ArenaId aid, void* payload );
|
m_mallocfree.c | 77 (payload bytes) 87 (payload bytes) 92 Total size in bytes (bszB) and payload size in bytes (pszB) 113 when rounding the payload size up to VG_MIN_MALLOC_SZB. 127 - Block payload lengths (due to req_pszB rounding up) 130 platforms. This is so as to keep the payload field 8-aligned. On 312 // Convert payload size <--> block size (both in bytes). 327 // Get a block's payload size. 336 // Given the addr of a block, return the addr of its payload, and vice versa. 343 // Given the addr of a block's payload, return the addr of the block itself [all...] |
/external/wpa_supplicant/ |
eapol_sm.h | 133 * @buf: Pointer to EAPOL payload 134 * @len: Length of the EAPOL payload
|
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
eapol_supp_sm.h | 133 * @buf: Pointer to EAPOL payload 134 * @len: Length of the EAPOL payload
|
/frameworks/base/core/java/android/nfc/tech/ |
IsoDep.java | 152 * <p>Applications must only send the INF payload, and not the start of frame and 153 * end of frame indicators. Applications do not need to fragment the payload, it
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SmsCbHeader.java | 120 // UMTS pdus are always at least 90 bytes since the payload includes 138 // actual payload may contain several pages.
|
/external/antlr/src/org/antlr/runtime/tree/ |
TreeWizard.java | 75 public TreePattern(Token payload) { 76 super(payload); 89 public WildcardTreePattern(Token payload) { 90 super(payload); 96 public Object create(Token payload) { 97 return new TreePattern(payload);
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto_internal.c | 458 pos = hdr.payload; 474 if (bignum_set_unsigned_bin(zero, hdr.payload, hdr.length) < 0) { 479 pos = hdr.payload + hdr.length; 502 if (asn1_get_oid(hdr.payload, hdr.length, &oid, &pos)) { 524 pos = hdr.payload + hdr.length; 538 crypto_rsa_import_private_key(hdr.payload, hdr.length);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_pwd.c | 181 const u8 *payload, size_t payload_len) 196 id = (struct eap_pwd_id *) payload; 261 const u8 *payload, size_t payload_len) 324 ptr = (u8 *) payload; 460 const u8 *payload, size_t payload_len) 550 ptr = (u8 *) payload;
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pwd.c | 454 const u8 *payload, size_t payload_len) 463 id = (struct eap_pwd_id *) payload; 505 const u8 *payload, size_t payload_len) 534 ptr = (u8 *) payload; 620 const u8 *payload, size_t payload_len) 703 ptr = (u8 *) payload;
|
/frameworks/base/core/java/android/net/dhcp/ |
DhcpPacket.java | 295 // DHCP payload 373 * payload) on the specified portion of a ByteBuffer. The seed 427 protected void addTlv(ByteBuffer buf, byte type, byte[] payload) { 428 if (payload != null) { 430 buf.put((byte) payload.length); 431 buf.put(payload);
|
/external/doclava/src/com/google/doclava/ |
InfoBuilder.java | 343 if (tree.payload != null) { 344 String payload = tree.payload.toString(); local 347 if ("block".equals(payload) || 348 "blockStatement".equals(payload) || 349 "explicitConstructorInvocation".equals(payload)) { 355 if ("packageDeclaration".equals(payload)) { 359 } else if ("importDeclaration".equals(payload)) { 363 } else if ("normalClassDeclaration".equals(payload)) { 367 } else if ("enumDeclaration".equals(payload)) { [all...] |
/development/tools/emulator/system/qemud/ |
qemud.c | 1035 /* each packet is made of a 6 byte header followed by a payload 1040 * 4 4 a 4-char hex string for the size of the payload 1041 * 6 n the payload itself 1052 * extracts the payload size and channel index, then sends 1060 Receiver receiver[1]; /* send payload there */ 1062 int in_datalen; /* payload size, or 0 when reading header */ 1085 * the payload size and store them in 'in_datalen' and 'in_channel'. 1087 * After that, the payload is sent to the receiver once completed. 1158 * this assumes that p->len and p->channel contain the payload's [all...] |
/external/blktrace/doc/ |
blktrace.tex | 428 commands. blktrace sends the command data block as a payload 612 \emph{U} & Payload unsigned integer \\ \hline 687 \item[C -- complete] If a payload is present, this is presented between 690 If no payload is present, the sector and number of blocks are presented 698 \item[B -- bounced] If a payload is present, the number of payload bytes 699 is output, followed by the payload in hexadecimal between parenthesis. 701 If no payload is present, the sector and number of blocks are presented [all...] |
/sdk/emulator/qemud/ |
qemud.c | 1035 /* each packet is made of a 6 byte header followed by a payload 1040 * 4 4 a 4-char hex string for the size of the payload 1041 * 6 n the payload itself 1052 * extracts the payload size and channel index, then sends 1060 Receiver receiver[1]; /* send payload there */ 1062 int in_datalen; /* payload size, or 0 when reading header */ 1085 * the payload size and store them in 'in_datalen' and 'in_channel'. 1087 * After that, the payload is sent to the receiver once completed. 1158 * this assumes that p->len and p->channel contain the payload's [all...] |