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

<<21222324252627282930>>

  /external/chromium_org/ipc/
ipc_perftests.cc 107 std::string payload; variable
108 EXPECT_TRUE(iter.ReadString(&payload));
113 if (payload == "hello") {
115 } else if (payload == "quit") {
128 msg->WriteString(payload);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketPerMessageDeflate.cpp 187 // payload length is very short, we don't compress it.
191 if (frame.payloadLength > 0 && !m_deflater->addBytes(frame.payload, frame.payloadLength)) {
201 frame.payload = m_deflater->data();
239 if (frame.payloadLength > 0 && !m_inflater->addBytes(frame.payload, frame.payloadLength)) {
248 frame.payload = m_inflater->data();
  /external/dropbear/
cli-kex.c 78 keybloblen = buf_getint(ses.payload);
80 keyblob = buf_getptr(ses.payload, keybloblen);
86 if (buf_get_pub_key(ses.payload, hostkey, &type) != DROPBEAR_SUCCESS) {
91 if (buf_getmpint(ses.payload, &dh_f) != DROPBEAR_SUCCESS) {
102 if (buf_verify(ses.payload, hostkey, ses.hash, SHA1_HASH_SIZE)
common-channel.c 168 * data packet (ses.payload must be positioned appropriately).
175 chan = buf_getint(ses.payload);
684 datalen = buf_getint(ses.payload);
698 * is payload data */
705 buf_getptr(ses.payload, buflen), buflen);
707 buf_incrpos(ses.payload, buflen);
728 incr = buf_getint(ses.payload);
768 type = buf_getstring(ses.payload, &typelen);
770 remotechan = buf_getint(ses.payload);
771 transwindow = buf_getint(ses.payload);
    [all...]
  /external/iproute2/man/man8/
ip-xfrm.8 367 the IP Payload Compression Protocol and features of Mobile IPv6.
397 .RB "IPsec Encapsulating Security Payload (" esp "),"
399 .RB "IP Payload Compression (" comp "),"
557 .RB "IPsec Encapsulating Security Payload (" esp "),"
559 .RB "IP Payload Compression (" comp "),"
  /external/ipsec-tools/src/racoon/
security.c 80 /* check SA payload size */
87 bp = (caddr_t)(sab + 1); /* here bp points to first proposal payload */
95 /* check the value of next payload */
98 "Invalid payload type=%u\n", pa->type);
124 "Invalid payload type=%u\n", ta->type);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-cdev.h 82 * @length: Data length, i.e. the response's payload size in bytes
83 * @data: Payload data, if any
86 * sent by %FW_CDEV_IOC_SEND_REQUEST ioctl. The payload data for responses
105 * @length: Data length, i.e. the request's payload size in bytes
114 * The payload data for requests carrying data (write and lock requests)
218 * @length: Length of outgoing payload, in bytes
221 * @data: Userspace pointer to payload
225 * Both quadlet and block request specify the payload as a pointer to the data
242 * @length: Length of outgoing payload, in bytes
243 * @data: Userspace pointer to payload
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 82 * @length: Data length, i.e. the response's payload size in bytes
83 * @data: Payload data, if any
86 * sent by %FW_CDEV_IOC_SEND_REQUEST ioctl. The payload data for responses
105 * @length: Data length, i.e. the request's payload size in bytes
114 * The payload data for requests carrying data (write and lock requests)
218 * @length: Length of outgoing payload, in bytes
221 * @data: Userspace pointer to payload
225 * Both quadlet and block request specify the payload as a pointer to the data
242 * @length: Length of outgoing payload, in bytes
243 * @data: Userspace pointer to payload
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-cdev.h 82 * @length: Data length, i.e. the response's payload size in bytes
83 * @data: Payload data, if any
86 * sent by %FW_CDEV_IOC_SEND_REQUEST ioctl. The payload data for responses
105 * @length: Data length, i.e. the request's payload size in bytes
114 * The payload data for requests carrying data (write and lock requests)
218 * @length: Length of outgoing payload, in bytes
221 * @data: Userspace pointer to payload
225 * Both quadlet and block request specify the payload as a pointer to the data
242 * @length: Length of outgoing payload, in bytes
243 * @data: Userspace pointer to payload
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
mux.py 246 """A class that parses multiplexed frame payload."""
248 def __init__(self, payload):
249 self._data = payload
257 ValueError: when the payload doesn't contain
308 payload = self.remaining_data()
309 # Consume rest of the message which is payload data of the original
312 return fin, rsv1, rsv2, rsv3, opcode, payload
349 - the size of the contents encoded the same way as payload length
461 PhysicalConnectionError: when the payload contains invalid control
704 def __init__(self, opcode, payload)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
d1_both.c 1452 unsigned int payload; local
1522 unsigned int payload = 18; \/* Sequence number + random bytes *\/ local
    [all...]
  /external/openssl/ssl/
d1_both.c 1452 unsigned int payload; local
1522 unsigned int payload = 18; \/* Sequence number + random bytes *\/ local
    [all...]
  /device/generic/goldfish/camera/
QemuClient.h 60 * - 8 bytes encoding the payload size as a string containing hexadecimal
61 * representation of the payload size value. This is done in order to simplify
63 * - Payload, whose size is defined by the first chunk.
65 * Every payload always begins with two characters, encoding the result of the
69 * After that payload may have optional data. If payload has more data following
70 * the query result, there is a ':' character separating them. If payload carries
71 * only the result, it always ends with a zero-terminator. So, payload 'ok'/'ko'
253 * characters encoding the payload size in hexadecimal string, followed by
  /external/chromium_org/net/websockets/
websocket_frame_test.cc 360 void Benchmark(const char* const payload, size_t size) {
361 std::vector<char> scratch(payload, payload + size);
381 LOG(INFO) << "Payload size " << size
393 static const char kShortPayload[] = "Short Payload";
398 scoped_ptr<char[]> payload(new char[kLongPayloadSize]);
399 std::fill(payload.get(), payload.get() + kLongPayloadSize, 'a');
400 Benchmark(payload.get(), kLongPayloadSize);
  /external/smack/src/org/jivesoftware/smackx/pubsub/
ConfigureForm.java 237 * Gets the URL of an XSL transformation which can be applied to the payload
249 * Sets the URL of an XSL transformation which can be applied to the payload
274 * @param deliver true if the payload will be delivered, false otherwise
332 * Gets the maximum payload size in bytes.
334 * @return The maximum payload size
342 * Sets the maximum payload size in bytes
344 * @param max The maximum payload size
617 * The type of node data, usually specified by the namespace of the payload (if any).
627 * Sets the type of node data, usually specified by the namespace of the payload (if any).
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 472 * payload target instructions.
624 PackedSwitchPayloadDecodedInstruction payload = local
626 int[] targets = payload.getTargets();
629 out.write(payload.getOpcodeUnit());
631 out.writeInt(payload.getFirstKey());
660 SparseSwitchPayloadDecodedInstruction payload = local
662 int[] keys = payload.getKeys();
663 int[] targets = payload.getTargets();
666 out.write(payload.getOpcodeUnit());
730 FillArrayDataPayloadDecodedInstruction payload local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 473 * payload target instructions.
758 PackedSwitchPayloadDecodedInstruction payload = local
760 int[] targets = payload.getTargets();
763 out.write(payload.getOpcodeUnit());
765 out.writeInt(payload.getFirstKey());
794 SparseSwitchPayloadDecodedInstruction payload = local
796 int[] keys = payload.getKeys();
797 int[] targets = payload.getTargets();
800 out.write(payload.getOpcodeUnit());
864 FillArrayDataPayloadDecodedInstruction payload local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 899 mm_evt_paylod_stream_parm_t *payload = (mm_evt_paylod_stream_parm_t *)in_value; local
900 mm_camera_stream_parm_t parm_type = payload->parm_type;
919 mm_evt_paylod_stream_parm_t *payload = (mm_evt_paylod_stream_parm_t *)out_value; local
920 mm_camera_stream_parm_t parm_type = payload->parm_type;
945 mm_evt_paylod_stream_parm_t *payload = (mm_evt_paylod_stream_parm_t *)in_value; local
946 mm_camera_stream_parm_t parm_type = payload->parm_type;
947 void *value = payload->value;
961 mm_evt_paylod_stream_parm_t *payload = (mm_evt_paylod_stream_parm_t *)out_value; local
963 if(payload == NULL) {
967 CDBG("%s: parm_type = %d",__func__,(int)payload->parm_type)
988 mm_evt_paylod_stream_parm_t *payload = (mm_evt_paylod_stream_parm_t *)in_value; local
1004 mm_evt_paylod_stream_parm_t *payload = (mm_evt_paylod_stream_parm_t *)out_value; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 27 * if no token payload but you might have to set token type for diff
215 * token DECL, but you need to create it as a payload or whatever for
218 * If you care what the token payload objects' type is, you should
227 * token DECL, but you need to create it as a payload or whatever for
236 * If you care what the token payload objects' type is, you should
244 public function createWithPayload(payload:Token):Object {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 293 IToken payload = adaptor.GetToken(_node);
294 if (payload != null) {
295 this._token = payload;
296 if (payload.Line <= 0) {
313 this._line = payload.Line;
314 this._charPositionInLine = payload.CharPositionInLine;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTreeAdaptor.cs 63 * if no token payload but you might have to set token type for diff
274 * token DECL, but you need to create it as a payload or whatever for
279 * If you care what the token payload objects' type is, you should
288 * token DECL, but you need to create it as a payload or whatever for
299 * If you care what the token payload objects' type is, you should
305 public abstract object Create(IToken payload);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 348 IToken payload = adaptor.GetToken(_node);
349 if (payload != null)
351 this._token = payload;
352 if (payload.Line <= 0)
382 this._line = payload.Line;
383 this._charPositionInLine = payload.CharPositionInLine;
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
display-form-data.html 18 Request Payload and/or Query String Parameter values.
23 <br>no Form Data, Request Payload or Query String Parameters
37 <br>no Form Data, Request Payload or Query String Parameters
46 <br>Request Payload: 3 lines of text data with a very long 2nd line which should wrap
49 <br>Request Payload: 3 lines of text data with a very long 2nd line which should wrap
52 <br>Request Payload: 3 lines of text data with a very long 2nd line of binary data which should wrap
  /external/wpa_supplicant_8/src/eap_peer/
eap_sake.c 145 const u8 *payload,
158 if (eap_sake_parse_attributes(payload, payload_len, &attr))
189 const u8 *payload,
208 if (eap_sake_parse_attributes(payload, payload_len, &attr))
289 const u8 *payload,
304 if (eap_sake_parse_attributes(payload, payload_len, &attr))
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 290 const u8 *payload, size_t payloadlen)
304 const u8 *payload, size_t payloadlen)
314 if (eap_sake_parse_attributes(payload, payloadlen, &attr))
367 const u8 *payload, size_t payloadlen)
377 if (eap_sake_parse_attributes(payload, payloadlen, &attr))
402 const u8 *payload, size_t payloadlen)

Completed in 1825 milliseconds

<<21222324252627282930>>