/developers/build/prebuilts/gradle/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/ |
LoyaltyCardReader.java | 84 // optional payload, which is used here to hold the account number. 87 byte[] payload = Arrays.copyOf(result, resultLength-2); 90 String accountNumber = new String(payload, "UTF-8");
|
/developers/samples/android/connectivity/nfc/CardReader/CardReaderSample/src/main/java/com/example/android/cardreader/ |
LoyaltyCardReader.java | 84 // optional payload, which is used here to hold the account number. 87 byte[] payload = Arrays.copyOf(result, resultLength-2); 90 String accountNumber = new String(payload, "UTF-8");
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3basetree.h | 45 /// A generic tree implementation with no payload. You must subclass to 49 /// have payload itself), but non-null node is called "nil". 79 /// for the payload in the supplied tree.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDebugTreeAdaptor.m | 92 - (id<ANTLRBaseTree>) newANTLRTreeWithToken:(id<ANTLRToken>) payload 94 id<ANTLRBaseTree> newTree = [ANTLRCommonTree newTreeWithToken:payload]; 95 [debugListener createNode:[treeAdaptor uniqueIdForTree:newTree] fromTokenAtIndex:[payload getTokenIndex]];
|
ANTLRTreeAdaptor.m | 50 - (id) initWithPayload:(id<ANTLRToken>)payload 59 * then the token just becomes the payload. This is the most 64 - (id<ANTLRBaseTree>) create:(id<ANTLRToken>) payload
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
device_local_account_policy_service_unittest.cc | 167 device_local_account_policy_.payload().mutable_disablespdy()->set_value( 205 device_policy_.payload().mutable_device_local_accounts()->add_account(); 372 device_policy_.payload().mutable_device_local_accounts()->clear_account(); 528 em::StringList* forcelist = device_local_account_policy_.payload() 652 device_policy_.payload().mutable_device_local_accounts()->clear_account(); 695 device_policy_.payload().mutable_device_local_accounts()->clear_account(); 762 device_policy_.payload().mutable_device_local_accounts()->clear_account(); [all...] |
/external/chromium_org/device/nfc/ |
nfc_ndef_record.h | 19 // or a custom application payload, whereas an NDEF message is a container for 23 // NDEF record types that define the payload of the NDEF record. 102 // Returns the type that defines the payload of this NDEF record.
|
/external/chromium_org/net/http/ |
http_stream_parser_unittest.cc | 42 // The empty payload is how the last chunk is encoded. 58 // 11 = payload size + sizeof("6") + CRLF x 2. 93 // The payload is one byte larger the output buffer size. 117 const std::string payload = "123"; local 120 body->AppendChunk(payload.data(), payload.size(), true); 160 const std::string payload = "123"; local 162 payload.data(), payload.size())); 174 const std::string payload(10000, 'a'); // 'a' x 10000 [all...] |
/external/chromium_org/net/spdy/ |
spdy_frame_builder.h | 81 // Methods for adding to the payload. These values are appended to the end 82 // of the SpdyFrameBuilder payload. Note - binary integers are converted from 120 size_t capacity_; // Allocation size of payload, set by constructor.
|
/external/chromium_org/net/tools/quic/ |
quic_server_session_test.cc | 121 // Send two bytes of payload to open it. 137 // Send the same two bytes of payload in a new packet. 150 // Send two bytes of payload.
|
/external/chromium_org/sync/internal_api/public/base/ |
invalidation.h | 32 const std::string& payload); 50 const std::string& payload() const; 101 const std::string& payload,
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
MainThreadWebSocketChannel.cpp | 560 // All control frames must have a payload of 125 bytes or less, which means the frame must not contain 561 // the "extended payload length" field. 563 failAsError("Received control frame having too long payload: " + String::number(frame.payloadLength) + " bytes"); 583 m_continuousFrameData.append(frame.payload, frame.payloadLength); 613 message = String::fromUTF8(frame.payload, frame.payloadLength); 625 m_continuousFrameData.append(frame.payload, frame.payloadLength); 633 memcpy(binaryData->data(), frame.payload, frame.payloadLength); 640 m_continuousFrameData.append(frame.payload, frame.payloadLength); 653 unsigned char highByte = static_cast<unsigned char>(frame.payload[0]); 654 unsigned char lowByte = static_cast<unsigned char>(frame.payload[1]) [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
fragck.tcl | 47 # $arrayvar(cell_size) = Cell size (local payload + header) 50 # $arrayvar(payload_bytes) = Total payload size (local + overflow) 52 # $arrayvar(local_payload_bytes) = Local payload size
|
/external/dhcpcd/ |
bpf.c | 168 const unsigned char *payload; local 196 payload = iface->buffer + packet.bh_hdrlen + ETHER_HDR_LEN; 200 memcpy(data, payload, bytes);
|
/external/iproute2/include/linux/ |
netlink.h | 121 * <------- NLA_HDRLEN ------> <-- NLA_ALIGN(payload)--> 123 * | Header | Pad | Payload | Pad | 140 * O := Payload stored in network byte order
|
/external/kernel-headers/original/linux/ |
rpmsg_omx.h | 102 * @len: length of msg payload (in bytes) 103 * @data: the msg payload (depends on the message type) 140 uint32_t data[0]; /* Payload of data_size char's passed to
|
textsearch.h | 162 static inline struct ts_config *alloc_ts_config(size_t payload, 167 conf = kmalloc(TS_PRIV_ALIGN(sizeof(*conf)) + payload, gfp_mask); 171 memset(conf, 0, TS_PRIV_ALIGN(sizeof(*conf)) + payload);
|
/external/libvpx/libvpx/examples/ |
simple_encoder.txt | 14 header followed by a variable length payload. The length of the payload 15 is specified in the first four bytes of the frame header. The payload is
|
/external/libvpx/libwebm/ |
mkvparser.hpp | 177 long long block_start, //absolute pos of block's payload
178 long long block_size, //size of block's payload
251 // starting offset of the ContentEncoding payload. |size| is the size in
252 // bytes of the ContentEncoding payload. Returns true on success.
258 // starting offset of the ContentEncryption payload. |size| is the size in
259 // bytes of the ContentEncryption payload. |encryption| is where the parsed
547 //the SeekHead entry payload
554 //SeekEntry ID size + size size + payload
566 //ID size + size size + payload size
582 long long pos, //payload
[all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
PlayReadyHeader.java | 31 * Specifications > Microsoft PlayReady Format Specification > 2. PlayReady Media Format > 2.5. Data Objects > 2.5.1. Payload Extension for AES in Counter Mode 35 * The sample ID for each sample (media object) is stored as an ASF payload extension system with the ID of ASF_Payload_Extension_Encryption_SampleID = {6698B84E-0AFA-4330-AEB2-1C0A98D7A44D}. The payload extension can be stored as a fixed size extension of 8 bytes.
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
ConfigureNodeFields.java | 54 * payload format in order to generate a valid Data Forms result
114 * The maximum payload size in bytes
207 * of the payload(if any);MAY be a list-single rather than a
|
/external/tcpdump/ |
print-ip6.c | 96 (void)printf("hlim %u, next-header %s (%u) payload length: %u) ", 104 * Cut off the snapshot length to the end of the IP payload. 150 * which payload can be piggybacked atop a
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/ |
isac.h | 393 * This function sets a limit for the maximum payload size of iSAC. The same 395 * is 16 kHz the maximum payload size is between 120 and 400 bytes. If the 396 * encoder sampling rate is 32 kHz the maximum payload size is between 120 405 * The size of a packet is limited to the minimum of 'max-payload-size' and 406 * 'max-rate.' For instance, let's assume the max-payload-size is set to 415 * - maxPayloadBytes : maximum size of the payload in bytes 434 * any signal packet. The maximum rate is defined and payload-size per 450 * The size of a packet is limited to the minimum of 'max-payload-size' and 451 * 'max-rate.' For instance, let's assume the max-payload-size is set to 532 * maximum payload-size will reset to their default value [all...] |
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet.h | 55 * points to len bytes of the payload after the layer 2 header and similarly, 56 * TX buffers start with payload. This behavior can be changed by setting 86 * set to 1 in l2_packet_init() call. Otherwise, only the payload of the packet
|
/external/wpa_supplicant_8/src/tls/ |
asn1.c | 74 hdr->payload = pos; 137 *next = hdr.payload + hdr.length; 139 return asn1_parse_oid(hdr.payload, hdr.length, oid);
|