Searched
full:payload (Results
251 -
275 of
776) sorted by null
<<11121314151617181920>>
/frameworks/base/docs/html/guide/topics/nfc/ |
nfc.jd | 86 <li>Parsing the NFC tag and figuring out the MIME type or a URI that identifies the data payload 88 <li>Encapsulating the MIME type or URI and the payload into an intent. These first two 141 <dt><strong>Variable length payload</strong></dt> 142 <dd>The actual data payload that you want to read or write. An NDEF 143 message can contain multiple NDEF records, so don't assume the full payload is in the first NDEF 150 android.nfc.NfcAdapter#ACTION_NDEF_DISCOVERED} intent along with the actual payload. However, there 154 android.nfc.Tag} object that has information about the tag's technologies and the payload are 167 such as the payload. On the other hand, if it encounters a record of type {@link 231 <td>URI based on parsing the payload.</td> 237 <td>URI based on payload.</td [all...] |
/external/chromium/base/ |
pickle_unittest.cc | 198 iter = pickle.payload(); 213 // construct a message that will be exactly the size of one payload unit, 252 // this should not overwrite the 'int' payload
|
/external/chromium/net/spdy/ |
spdy_framer.cc | 146 // control frame has too-large payload 930 const char* payload; local 939 if (!GetFrameBoundaries(frame, &payload_length, &header_length, &payload)) 998 const char* payload; local [all...] |
/external/dropbear/ |
cli-chansession.c | 64 type = buf_getstring(ses.payload, NULL); 65 wantreply = buf_getbool(ses.payload); 68 cli_ses.retval = buf_getint(ses.payload);
|
cli-service.c | 56 servicename = buf_getstring(ses.payload, &len);
|
svr-service.c | 44 name = buf_getstring(ses.payload, &len);
|
/external/iproute2/include/linux/ |
atm.h | 28 #define ATM_CELL_PAYLOAD 48 /* ATM payload size */ 30 #define ATM_MAX_AAL34_PDU 65535 /* maximum AAL3/4 PDU payload */ 32 #define ATM_MAX_AAL5_PDU 65535 /* maximum AAL5 PDU payload */
|
/external/ipsec-tools/src/racoon/ |
TODO | 18 o multiple certificate payload handling. 30 guess what kind of ID payload to use 44 o To make the list of supported algorithm by sadb_supported payload
|
ipsec_doi.h | 145 /* 4.6.1 Security Association Payload */ 161 /* 4.6.2 Identification Payload Content */ 198 /* The use for checking proposal payload. This is not exchange type. */
|
/external/kernel-headers/original/linux/ |
atm.h | 31 #define ATM_CELL_PAYLOAD 48 /* ATM payload size */ 33 #define ATM_MAX_AAL34_PDU 65535 /* maximum AAL3/4 PDU payload */ 35 #define ATM_MAX_AAL5_PDU 65535 /* maximum AAL5 PDU payload */
|
if_vlan.h | 30 #define VLAN_ETH_DATA_LEN 1500 /* Max. octets in payload */ 201 * Inserts the VLAN tag into @skb as part of the payload 266 * __vlan_get_tag - get the VLAN ID that is part of the payload
|
netlink.h | 122 * <------- NLA_HDRLEN ------> <-- NLA_ALIGN(payload)--> 124 * | Header | Pad | Payload | Pad | 142 * O := Payload stored in network byte order
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atm.h | 26 #define ATM_CELL_PAYLOAD 48 /* ATM payload size */ 28 #define ATM_MAX_AAL34_PDU 65535 /* maximum AAL3/4 PDU payload */ 30 #define ATM_MAX_AAL5_PDU 65535 /* maximum AAL5 PDU payload */
|
/external/chromium/chrome/browser/policy/ |
device_management_backend.h | 26 // Request payload invalid.
|
/external/chromium/chrome/browser/sync/engine/ |
http_post_provider_interface.h | 31 // Set the type, length and content of the POST payload.
|
/external/chromium/chrome/browser/sync/notifier/ |
invalidation_notifier_unittest.cc | 60 type_payloads[syncable::PREFERENCES] = "payload";
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
udpport.h | 76 const talk_base::SocketAddress& remote_addr, bool payload);
|
/external/dropbear/libtomcrypt/src/pk/katja/ |
katja_decrypt_key.c | 59 /* payload is upto pq, so we know q is 1/3rd the size of N and therefore pq is 2/3th the size */
|
katja_encrypt_key.c | 58 /* payload is upto pq, so we know q is 1/3rd the size of N and therefore pq is 2/3th the size */
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.in | 14 # if the certificate/certificate request payload is received.
|
/external/kernel-headers/original/linux/sunrpc/ |
msg_prot.h | 94 * fragment, limiting the maximum payload size for stream transports to
|
/external/libnfc-nxp/src/ |
phHciNfc_Felica.c | 786 HCI_DEBUG ("HCI : Multiple tag found : %02X\n", message->payload[i]); 788 && ((FEL_MULTIPLE_TAGS_FOUND == message->payload[i] ) 789 || (FEL_SINGLE_TAG_FOUND == message->payload[i])) 794 if (FEL_MULTIPLE_TAGS_FOUND == message->payload[i]) [all...] |
/external/libnl-headers/netlink/ |
netlink-kernel.h | 155 * The message signals an error and the payload contains a nlmsgerr
|
/external/qemu/ |
net-checksum.c | 50 sum += net_checksum_add(length, buf); // payload
|
/external/wpa_supplicant/ |
rsa.c | 53 if (bignum_set_unsigned_bin(num, hdr.payload, hdr.length) < 0) { 58 return hdr.payload + hdr.length; 102 pos = hdr.payload; 186 pos = hdr.payload;
|
Completed in 1027 milliseconds
<<11121314151617181920>>