HomeSort by relevance Sort by last modified time
    Searched full:payload (Results 376 - 400 of 1940) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pubsubclient_unittest.cc 18 std::string payload; member in struct:HandledPubSubItem
32 handled_item.payload = item->elem->FirstElement()->Str();
141 listener->items[0].payload);
144 listener->items[1].payload);
165 listener->items[2].payload);
169 listener->items[3].payload);
186 buzz::XmlElement* payload = local
190 client->PublishItem(itemid, payload, &task_id);
215 buzz::XmlElement* payload = local
219 client->PublishItem(itemid, payload, &task_id)
    [all...]
pubsubtasks_unittest.cc 19 std::string payload; member in struct:HandledPubSubItem
42 handled_item.payload = item->elem->FirstElement()->Str();
122 listener->items[0].payload);
125 listener->items[1].payload);
175 listener->items[0].payload);
179 listener->items[1].payload);
183 buzz::XmlElement* payload = local
198 children.push_back(payload);
218 buzz::XmlElement* payload = local
222 children.push_back(payload);
    [all...]
  /external/dropbear/
svr-authpubkey.c 67 testkey = (buf_getbool(ses.payload) == 0);
69 algo = buf_getstring(ses.payload, &algolen);
70 keybloblen = buf_getint(ses.payload);
71 keyblob = buf_getptr(ses.payload, keybloblen);
90 if (buf_get_pub_key(ses.payload, key, &type) == DROPBEAR_FAILURE) {
96 * session_id, concatenated with the payload packet up to the signature */
97 signbuf = buf_new(ses.payload->pos + 4 + SHA1_HASH_SIZE);
99 buf_putbytes(signbuf, ses.payload->data, ses.payload->pos);
104 if (buf_verify(ses.payload, key, buf_getptr(signbuf, signbuf->len)
    [all...]
  /external/kernel-headers/original/linux/
key.h 39 #define KEY_POS_READ 0x02000000 /* possessor can read key payload / view keyring */
40 #define KEY_POS_WRITE 0x04000000 /* possessor can update key payload / add link to keyring */
132 unsigned short datalen; /* payload data length
133 * - may not match RCU dereferenced payload
134 * - payload should contain own length
173 } payload; member in struct:key
187 /* default payload length for quota precalculation (optional)
195 * user's quota will hold the payload
299 const void *payload,
304 const void *payload,
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 392 mm_evt_paylod_add_stream_t *payload = local
395 payload->buf_cb,
396 payload->user_data,
397 payload->ext_image_mode,
398 payload->sensor_idx);
411 mm_evt_payload_start_stream_t *payload = local
414 payload->num_streams,
415 payload->stream_ids);
425 mm_evt_paylod_config_stream_t *payload = local
428 payload->stream_id
434 mm_evt_payload_bundle_stream_t *payload = local
489 mm_evt_paylod_config_stream_t *payload = local
498 mm_evt_payload_start_stream_t *payload = local
511 mm_evt_payload_stop_stream_t *payload = local
537 mm_evt_payload_bundle_stream_t *payload = local
558 mm_evt_payload_start_focus_t* payload = local
    [all...]
  /external/chromium_org/net/quic/
quic_framer.h 40 // Number of bytes reserved to store payload length in stream frame.
95 // |payload| is the non-encrypted FEC protected payload of the packet.
96 virtual void OnFecProtectedPayload(base::StringPiece payload) = 0;
131 // |payload| is the non-encrypted FEC protected payload of the packet.
133 base::StringPiece payload) = 0;
227 // might be null padded past the end of the payload, which will be correctly
233 // Return true if the packet was processed succesfully. |payload| must be
234 // the complete DECRYPTED payload of the revived packet
    [all...]
  /external/chromium_org/third_party/opus/src/doc/
draft-ietf-payload-rtp-opus.xml 20 <rfc category="std" ipr="trust200902" docName="draft-ietf-payload-rtp-opus-01">
35 <title abbrev="RTP Payload Format for Opus Codec">
36 RTP Payload Format for Opus Speech and Audio Codec
77 This document defines the Real-time Transport Protocol (RTP) payload
81 are described for the RTP payload format.
99 <xref target="RFC3550"/> payload format for packetization
103 the RTP payload format. More information on the Opus
295 for the payload have to be taken.
321 is signaled in-band in the Opus payload and no special arrangement
322 is required in the payload format. Any implementation of the Opu
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
client_for_testing.py 251 raise Exception('Extended payload length >= 2^63')
783 def send_data(self, payload, frame_type, end=True, mask=True):
785 payload = self._outgoing_frame_filter.filter(payload)
809 payload_length = len(payload)
817 raise Exception('Too long payload (%d byte)' % payload_length)
819 payload = self._mask_hybi(payload)
820 self._socket.sendall(header + payload)
822 def send_binary(self, payload, end=True, mask=True)
    [all...]
  /external/chromium_org/third_party/libxml/src/
hash.c 44 void *payload; member in struct:_xmlHashEntry
306 if ((f != NULL) && (iter->payload != NULL))
307 f(iter->payload, iter->name);
316 iter->payload = NULL;
569 entry->payload = userdata;
646 f(insert->payload, insert->name);
647 insert->payload = userdata;
655 f(insert->payload, insert->name);
656 insert->payload = userdata;
666 f(insert->payload, insert->name)
    [all...]
  /external/libxml2/
hash.c 64 void *payload; member in struct:_xmlHashEntry
342 if ((f != NULL) && (iter->payload != NULL))
343 f(iter->payload, iter->name);
352 iter->payload = NULL;
605 entry->payload = userdata;
682 f(insert->payload, insert->name);
683 insert->payload = userdata;
691 f(insert->payload, insert->name);
692 insert->payload = userdata;
702 f(insert->payload, insert->name)
    [all...]
  /device/generic/goldfish/camera/
QemuClient.cpp 266 * don't need to provide payload size prior to payload when we're writing to
289 /* The way the service replies to a query, it sends payload size first, and
290 * then it sends the payload itself. Note that payload size is sent as a
291 * string, containing 8 characters representing a hexadecimal payload size
297 ALOGE("%s: Unable to obtain payload size: %s",
302 /* Convert payload size. */
307 ALOGE("%s: Invalid payload size '%s'", __FUNCTION__, payload_size_str);
311 /* Allocate payload data buffer, and read the payload there. *
    [all...]
  /external/chromium_org/base/
pickle.h 26 // Methods for reading the payload of the Pickle. To read from the start of
99 // payload. It can optionally support additional space in the header. That
211 // Methods for adding to the payload of the Pickle. These values are
212 // appended to the end of the Pickle's payload. When reading values from a
260 // Payload follows after allocation of Header (header size is customizable).
262 uint32 payload_size; // Specifies the size of the payload.
279 // The payload is the pickle data immediately following the header.
282 const char* payload() const { function in class:Pickle
287 // header + payload.
290 return header_ ? payload() + payload_size() : NULL
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_stat.c 63 " payload INTEGER, /* Bytes of payload on this page */" \
65 " mx_payload INTEGER /* Largest payload size of all cells */" \
74 " payload INTEGER, /* Total cell payload size */" \
86 int nLocal; /* Bytes of local payload */
90 int nLastOvfl; /* Bytes of payload on final overflow page */
107 int nMxPayload; /* Largest payload of any cell on this page */
124 int nPayload; /* Value of 'payload' column */
259 int nTotal, /* Total record (payload) size *
    [all...]
  /external/wpa_supplicant_8/src/tls/
x509v3.c 202 pos = hdr.payload;
244 pos = hdr.payload;
265 pos = hdr.payload;
320 pos = hdr.payload;
340 set_pos = hdr.payload;
341 pos = set_end = hdr.payload + hdr.length;
353 seq_pos = hdr.payload;
354 seq_end = hdr.payload + hdr.length;
419 os_memcpy(name->email, hdr.payload, hdr.length);
436 hdr.payload, hdr.length)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeWizard.h 75 + (ANTLRCommonTree *)newANTLRTreePattern:(id<ANTLRToken>)payload;
77 - (id) initWithToken:(id<ANTLRToken>)payload;
84 + (ANTLRWildcardTreePattern *)newANTLRWildcardTreePattern:(id<ANTLRToken>)payload;
85 - (id) initWithToken:(id<ANTLRToken>)payload;
93 - (ANTLRCommonTree *)createTreePattern:(id<ANTLRToken>)payload;
  /external/bluetooth/bluedroid/stack/include/
a2d_sbc.h 30 /* the length of the SBC Media Payload header. */
66 /* for media payload header */
163 ** the SBC Media Payload header.
176 ** p_dst: the resulting media payload header byte sequence.
188 ** the SBC Media Payload header.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
ChromiumSyncAdapter.java 41 public static final String INVALIDATION_PAYLOAD_KEY = "payload";
136 final String payload = syncAllTypes ? "" : extras.getString(INVALIDATION_PAYLOAD_KEY); local
154 requestSync(resolvedSource, objectId, version, payload);
171 public void requestSync(int objectSource, String objectId, long version, String payload) {
173 .requestSyncFromNativeChrome(objectSource, objectId, version, payload);
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer_unittest.cc 123 // Setup expected key payload queries.
125 std::string payload = CreatePayload(); local
128 FakeDBusData(key_uploaded ? payload : ""))));
134 // status in the key payload matches the upload operation.
141 TpmAttestationSetKeyPayload(_, _, _, payload, _))
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils.cc 52 const talk_base::Buffer& payload,
58 talk_base::ByteBuffer buffer(payload.data(), payload.length());
133 talk_base::Buffer* payload) {
172 payload->SetData(buffer.Data(), buffer.Length());
  /external/srtp/include/
srtp_priv.h 76 unsigned char pt:7; /* payload type */
91 unsigned pt:7; /* payload type */
118 unsigned char pt:8; /* payload type */
137 unsigned char pt:8; /* payload type */
146 unsigned int pt:8; /* payload type */
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 65 struct wpabuf * hs20_build_anqp_req(u32 stypes, const u8 *payload,
81 if (payload)
82 wpabuf_put_data(buf, payload, payload_len);
101 const u8 *payload, size_t payload_len)
121 buf = hs20_build_anqp_req(stypes, payload, payload_len);
  /frameworks/base/docs/html/training/activity-testing/
activity-unit-testing.jd 43 {@link android.content.Intent} object's payload data is accurate.</p>
92 correct payload data.</li>
119 final String payload =
121 assertEquals("Payload is empty", LaunchActivity.STRING_PAYLOAD, payload);
  /system/core/libnl_2/
README 19 | #0 Header |A| #0 Payload |A| #1 Header |A| #1 Payload |A| |
22 |len:2(==4+payload)|type:2|payload|pad|
34 which creates an empty attribute with nest attributes as its payload. Then to
  /bionic/libc/kernel/common/linux/
if_arcnet.h 49 uint8_t payload[0]; member in struct:arc_rfc1201
56 uint8_t payload[0]; member in struct:arc_rfc1051
65 uint8_t payload[0]; member in struct:arc_eth_encap
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_message_util.cc 33 // Determine the type of the base::Value and set the message payload
68 // Determine the type of the payload and fill base::Value appropriately.
82 // Unknown payload type. value will remain unset.

Completed in 2596 milliseconds

<<11121314151617181920>>