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

  /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_db.c 395 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type,
405 if ((attr_type == UINT_DESC_TYPE) ||
406 (attr_type == TWO_COMP_INT_DESC_TYPE) ||
407 (attr_type == UUID_DESC_TYPE) ||
408 (attr_type == DATA_ELE_SEQ_DESC_TYPE) ||
409 (attr_type == DATA_ELE_ALT_DESC_TYPE))
421 handle,attr_id,attr_type,attr_len,p_val,num_array);
423 else if (attr_type == BOOLEAN_DESC_TYPE)
426 handle,attr_id,attr_type,attr_len,p_val,*p_val);
431 handle,attr_id,attr_type,attr_len,p_val,p_val)
    [all...]
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...]
  /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/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/autotest/tko/
job_serializer.py 402 for attr, attr_type in objdict.iteritems():
403 if attr_type == datetime:
412 self.set_attr_safely(pb_obj, attr, value, 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);
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
mox.py 318 attr_type = type(attr_to_replace)
320 if attr_type == MockAnything or attr_type == MockObject:
325 attr_type in self._USE_MOCK_OBJECT or
376 attr_type = type(attr_to_replace)
378 if attr_type == MockAnything or attr_type == MockObject:
    [all...]
  /external/chromium-trace/catapult/third_party/mox3/mox3/
mox.py 318 attr_type = type(attr_to_replace)
320 if attr_type == MockAnything or attr_type == MockObject:
325 attr_type in self._USE_MOCK_OBJECT or
376 attr_type = type(attr_to_replace)
378 if attr_type == MockAnything or attr_type == MockObject:
    [all...]
  /system/bt/stack/include/
sdp_api.h 470 UINT8 attr_type, UINT32 attr_len,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
test_table.py 25 self.assertEqual(hash_key.attr_type, 'HASH')
40 self.assertEqual(range_key.attr_type, 'RANGE')
55 self.assertEqual(alt_key.attr_type, 'HASH')
74 self.assertEqual([part.attr_type for part in all_index.parts], [
107 self.assertEqual([part.attr_type for part in keys_only.parts], [
143 self.assertEqual([part.attr_type for part in include_index.parts], [
184 self.assertEqual([part.attr_type for part in all_index.parts], [
225 self.assertEqual([part.attr_type for part in keys_only.parts], [
266 self.assertEqual([part.attr_type for part in include_index.parts], [
    [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/gatt/
bta_gattc_cache.c 89 bta_gattc_attr_type[p_attr->attr_type], p_attr->property);
    [all...]
  /bionic/tests/
pthread_test.cpp 1493 int attr_type; local
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 238 UINT8 attr_type; member in struct:__anon71943
    [all...]

Completed in 422 milliseconds