HomeSort by relevance Sort by last modified time
    Searched defs:attr_type (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.25/binutils/
sysinfo.y 51 %type <s> attr_desc attr_id attr_type
249 '(' attr_desc '(' attr_type attr_size ')' attr_id
356 attr_type: label
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
fields.py 9 define an ``attr_type`` to pass to DynamoDB.
11 attr_type = None variable in class:BaseSchemaField
60 'KeyType': self.attr_type,
75 attr_type = 'HASH' variable in class:HashKey
89 attr_type = 'RANGE' variable in class:RangeKey
  /system/bt/stack/sdp/
sdp_discovery.c 838 UINT16 attr_type; local
850 attr_type = (type >> 3) & 0x0f;
867 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
871 switch (attr_type)
931 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
1017 default: /* switch (attr_type) */
    [all...]
  /external/tcpdump/
print-radius.c 373 } attr_type[]= variable in typeref:struct:attrtype
626 if (attr_type[attr_code].siz_subtypes)
630 table = attr_type[attr_code].subtypes;
645 if ( data_value <= (uint32_t)(attr_type[attr_code].siz_subtypes - 1 +
646 attr_type[attr_code].first_subtype) &&
647 data_value >= attr_type[attr_code].first_subtype )
    [all...]
print-l2tp.c 486 uint16_t attr_type; local
531 attr_type = EXTRACT_16BITS(ptr); ptr++;
532 ND_PRINT((ndo, "%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type)));
537 switch (attr_type) {
  /external/webrtc/webrtc/p2p/base/
stun.cc 147 uint16_t attr_type, attr_length; local
149 attr_type = rtc::GetBE16(&data[current_pos]);
150 attr_length = rtc::GetBE16(&data[current_pos + sizeof(attr_type)]);
153 if (attr_type == STUN_ATTR_MESSAGE_INTEGRITY) {
163 current_pos += sizeof(attr_type) + sizeof(attr_length) + attr_length;
334 uint16_t attr_type, attr_length; local
335 if (!buf->ReadUInt16(&attr_type))
340 StunAttribute* attr = CreateAttribute(attr_type, attr_length);
  /bionic/tests/
pthread_test.cpp 1493 int attr_type; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 690 unsigned int i, attr_type, val_len; local
753 attr_type = blkid_le32(attr->type);
763 if (attr_type == MFT_RECORD_ATTR_END)
766 if (attr_type == MFT_RECORD_ATTR_VOLUME_NAME) {
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 238 UINT8 attr_type; member in struct:__anon73064
    [all...]

Completed in 1441 milliseconds