HomeSort by relevance Sort by last modified time
    Searched full:payload (Results 276 - 300 of 776) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
rsa.c 54 if (bignum_set_unsigned_bin(num, hdr.payload, hdr.length) < 0) {
59 return hdr.payload + hdr.length;
103 pos = hdr.payload;
187 pos = hdr.payload;
  /external/wpa_supplicant_8/src/tls/
rsa.c 52 if (bignum_set_unsigned_bin(num, hdr.payload, hdr.length) < 0) {
57 return hdr.payload + hdr.length;
101 pos = hdr.payload;
185 pos = hdr.payload;
  /system/core/libnetutils/
dhcpmsg.h 63 ** the payload are DHCP options as opposed to some other BOOTP
  /external/valgrind/main/exp-dhat/
dh_main.c 73 Addr payload; member in struct:__anon12452
79 /* Approx histogram, one byte per payload byte. Counts latch up
99 if (b1->payload + b1->req_szB <= b2->payload) return -1;
100 if (b2->payload + b2->req_szB <= b1->payload) return 1;
115 && fbc_cache0->payload <= a
116 && a < fbc_cache0->payload + fbc_cache0->req_szB)) {
122 && fbc_cache1->payload <= a
123 && a < fbc_cache1->payload + fbc_cache1->req_szB))
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 581 * Pulls the user data out of the PDU, and separates the payload from
585 * @param dataInSeptets true if the data payload is in septets instead
587 * @return the number of septets or octets in the user data payload
644 * Returns the user data payload, not including the headers
646 * @return the user data payload, not including the headers
673 * Interprets the user data payload as packed GSM 7bit characters, and
676 * @param septetCount the number of septets in the user data payload
692 * Interprets the user data payload as UCS2 characters, and
695 * @param byteCount the number of bytes in the user data payload
713 * Interprets the user data payload as KSC-5601 characters, an
    [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 25 * pseudo-opcode used for nonstandard format payload "instructions". TODO:
26 * Retire this concept, and start treating the payload instructions
303 // TODO: Generate these payload opcodes with opcode-gen.
306 * special pseudo-opcode value for packed-switch data payload
311 /** special pseudo-opcode value for packed-switch data payload
316 /** special pseudo-opcode value for fill-array-data data payload
348 * * (byteValue << 8) -- nop and data payload opcodes
371 * payload opcodes). Extended opcodes require a full 16-bit code
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 146 public NdefRecord createMimeRecord(String mimeType, byte[] payload) {
149 NdefRecord.TNF_MIME_MEDIA, mimeBytes, new byte[0], payload);
  /external/antlr/src/org/antlr/runtime/tree/
Tree.java 42 * This is a tree node without any payload; just navigation and factory stuff.
119 /** In case we don't have a token payload, what is the line for errors? */
  /external/chromium/net/base/
sdch_filter.h 85 // sdch payload, we check to see if it is plausible, meaning it has a null
87 // encoding. If the hash is not plausible, then the payload is probably not
  /external/chromium/third_party/libjingle/source/talk/session/phone/
codec.h 53 bool Matches(int payload, const std::string& nm) const;
103 bool Matches(int payload, const std::string& nm) const;
  /external/dropbear/
cli-tcpfwd.c 174 buf_eatstring(ses.payload);
176 origport = buf_getint(ses.payload);
  /external/ipsec-tools/src/racoon/
handler.h 110 * ID payload I R I R
179 vchar_t *sa; /* whole SA payload to send/to be sent*/
183 vchar_t *sa_ret; /* SA payload to reply/to be replyed */
194 struct isakmp_pl_hash *pl_hash; /* pointer to hash payload */
277 * On the responder, they are set from the content of ID payload
335 vchar_t *sa; /* whole SA payload to send/to be sent*/
339 vchar_t *sa_ret; /* SA payload to reply/to be replyed */
389 u_char type; /* payload type of mine */
  /external/kernel-headers/original/linux/
if_fddi.h 36 #define FDDI_K_8022_DLEN 4475 /* Max octets in 802.2 payload */
37 #define FDDI_K_SNAP_DLEN 4470 /* Max octets in 802.2 SNAP payload */
  /external/libnfc-nxp/src/
phHciNfc_Generic.h 284 /* Maximum Payload Length of HCI. */
290 /* Maximum Payload Length of HCI. */
523 /** \internal Host Controller Protocol (HCP) Packet Message Payload */
524 uint8_t payload[PHHCINFC_MAX_PACKET_DATA - 1]; member in struct:phHciNfc_HCP_Message
531 /** \internal Host Controller Protocol (HCP) Packet Message or Payload */
536 /** \internal Host Controller Protocol (HCP) Packet Payload */
537 uint8_t payload[PHHCINFC_MAX_PACKET_DATA]; member in union:phHciNfc_HCP_Packet::__anon7356
    [all...]
  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 153 // Write index to payload. We use this later for verification.
210 printf("Payload data is corrupt\nExiting...\n");
  /frameworks/base/libs/rs/scriptc/
rs_core.rsh 45 * A message ID is required. Data payload is optional.
56 * A message ID is required. Data payload is optional.
  /frameworks/base/voip/java/android/net/rtp/
AudioCodec.java 39 * The RTP payload type of the encoding.
100 * @param type The payload type of the encoding defined in RTP/AVP.
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 92 byte[] payload = out.toByteArray();
96 NdefRecord image = newMimeRecord("image/png", payload);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip6.h 33 uint16_t ip6_un1_plen; /* payload length */
142 /* Jumbo Payload Option */
  /prebuilt/sdk/11/renderscript/include/
rs_math.rsh 164 // A message ID is required. Data payload is optional.
171 // A message ID is required. Data payload is optional.
  /prebuilt/sdk/12/renderscript/include/
rs_math.rsh 164 // A message ID is required. Data payload is optional.
171 // A message ID is required. Data payload is optional.
  /prebuilt/sdk/13/renderscript/include/
rs_math.rsh 164 // A message ID is required. Data payload is optional.
171 // A message ID is required. Data payload is optional.
  /prebuilt/sdk/14/renderscript/include/
rs_core.rsh 45 * A message ID is required. Data payload is optional.
56 * A message ID is required. Data payload is optional.
  /system/core/adb/
OVERVIEW.TXT 86 1. A 4-byte hexadecimal string giving the length of the payload
87 2. Followed by the payload itself.
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess32_64.cpp 318 load32(BaseIndex(regT3, regT2, TimesEight, OBJECT_OFFSETOF(ArrayStorage, m_vector[0]) + OBJECT_OFFSETOF(JSValue, u.asBits.payload)), regT0); // payload
373 store32(regT0, BaseIndex(regT3, regT2, TimesEight, OBJECT_OFFSETOF(ArrayStorage, m_vector[0]) + OBJECT_OFFSETOF(JSValue, u.asBits.payload))); // payload
438 DataLabel32 displacementLabel1 = loadPtrWithAddressOffsetPatch(Address(regT2, patchGetByIdDefaultOffset), regT0); // payload
512 DataLabel32 displacementLabel1 = storePtrWithAddressOffsetPatch(regT2, Address(regT0, patchGetByIdDefaultOffset)); // payload
568 load32(reinterpret_cast<char*>(&base->m_propertyStorage[cachedOffset]) + OBJECT_OFFSETOF(JSValue, u.asBits.payload), resultPayload);
627 load32(Address(stackPointerRegister, OBJECT_OFFSETOF(JITStackFrame, args[2]) + OBJECT_OFFSETOF(JSValue, u.asBits.payload)), regT3);
630 load32(Address(stackPointerRegister, OBJECT_OFFSETOF(JITStackFrame, args[2]) + sizeof(void*) + OBJECT_OFFSETOF(JSValue, u.asBits.payload)), regT3);
671 repatchBuffer.repatch(stubInfo->hotPathBegin.dataLabel32AtOffset(patchOffsetGetByIdPropertyMapOffset1), offset + OBJECT_OFFSETOF(JSValue, u.asBits.payload)); // payloa
    [all...]

Completed in 1175 milliseconds

<<11121314151617181920>>