Searched refs:attr_type (Results 1 - 19 of 19) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dlayoutprovider_taggedpdf.h19 int CountAttrValues(LayoutAttr attr_type);
21 LayoutEnum GetEnumAttr(LayoutAttr attr_type, int index);
22 FX_FLOAT GetNumberAttr(LayoutAttr attr_type, int index);
23 FX_COLORREF GetColorAttr(LayoutAttr attr_type, int index);
43 FX_BOOL IsInheritable(LayoutAttr attr_type);
44 CFX_ByteStringC GetAttrOwner(LayoutAttr attr_type);
45 CFX_ByteStringC GetDefaultNameValue(LayoutAttr attr_type);
46 FX_FLOAT GetDefaultFloatValue(LayoutAttr attr_type);
47 FX_COLORREF GetDefaultColorValue(LayoutAttr attr_type);
H A Dlayoutprovider_taggedpdf.cpp455 int CPDF_LayoutElement::CountAttrValues(LayoutAttr attr_type) argument
460 CPDF_Object* pObj = m_pTaggedElement->GetAttr(GetAttrOwner(attr_type), ConvertLayoutAttr(attr_type), IsInheritable(attr_type));
467 LayoutEnum CPDF_LayoutElement::GetEnumAttr(LayoutAttr attr_type, int index) argument
472 CFX_ByteStringC owner = GetAttrOwner(attr_type);
473 CFX_ByteStringC default_value = GetDefaultNameValue(attr_type);
474 CFX_ByteStringC AttrName = ConvertLayoutAttr(attr_type);
475 CFX_ByteString AttrValue = m_pTaggedElement->GetName(owner, AttrName, default_value, IsInheritable(attr_type), index);
478 CFX_ByteStringC CPDF_LayoutElement::GetAttrOwner(LayoutAttr attr_type) argument
497 GetNumberAttr(LayoutAttr attr_type, int index) argument
511 GetColorAttr(LayoutAttr attr_type, int index) argument
522 GetDefaultFloatValue(LayoutAttr attr_type) argument
535 GetDefaultColorValue(LayoutAttr attr_type) argument
539 GetDefaultNameValue(LayoutAttr attr_type) argument
[all...]
H A Dautoreflow.h35 int CountAttrValues(LayoutAttr attr_type);
36 LayoutEnum GetEnumAttr(LayoutAttr attr_type, int index);
37 FX_FLOAT GetNumberAttr(LayoutAttr attr_type, int index);
38 FX_COLORREF GetColorAttr(LayoutAttr attr_type, int index);
H A Dautoreflow.cpp119 int CPDF_AutoReflowElement::CountAttrValues(LayoutAttr attr_type) argument
123 LayoutEnum CPDF_AutoReflowElement::GetEnumAttr(LayoutAttr attr_type, int index ) argument
127 FX_FLOAT CPDF_AutoReflowElement::GetNumberAttr(LayoutAttr attr_type, int index ) argument
129 switch (attr_type) {
136 FX_COLORREF CPDF_AutoReflowElement::GetColorAttr(LayoutAttr attr_type, int index ) argument
/external/tcpdump/
H A Dprint-radius.c341 } attr_type[]= variable in typeref:struct:attrtype
583 if (attr_type[attr_code].siz_subtypes)
587 table = attr_type[attr_code].subtypes;
602 if ( data_value <= (u_int32_t)(attr_type[attr_code].siz_subtypes - 1 +
603 attr_type[attr_code].first_subtype) &&
604 data_value >= attr_type[attr_code].first_subtype )
844 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type))
845 attr_string = attr_type[rad_attr->type].name;
869 if (rad_attr->type < TAM_SIZE(attr_type))
873 if ( attr_type[rad_att
[all...]
H A Dprint-l2tp.c457 u_int16_t attr_type; local
502 attr_type = EXTRACT_16BITS(ptr); ptr++;
503 printf("%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type));
508 switch (attr_type) {
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_db.c398 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type, argument
408 if ((attr_type == UINT_DESC_TYPE) ||
409 (attr_type == TWO_COMP_INT_DESC_TYPE) ||
410 (attr_type == UUID_DESC_TYPE) ||
411 (attr_type == DATA_ELE_SEQ_DESC_TYPE) ||
412 (attr_type == DATA_ELE_ALT_DESC_TYPE))
424 handle,attr_id,attr_type,attr_len,p_val,num_array);
426 else if (attr_type == BOOLEAN_DESC_TYPE)
429 handle,attr_id,attr_type,attr_len,p_val,*p_val);
434 handle,attr_id,attr_type,attr_le
[all...]
H A Dsdp_discovery.c901 UINT16 attr_type; local
913 attr_type = (type >> 3) & 0x0f;
930 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
934 switch (attr_type)
994 p_attr->attr_len_type = (UINT16)attr_len | (attr_type << 12);
1080 default: /* switch (attr_type) */
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c90 bta_gattc_attr_type[p_attr->attr_type], p_attr->property);
380 p_attr->attr_type = type;
1091 p_attr->inst_id, p_attr->attr_type);
1114 if (p_attr->attr_type == BTA_GATTC_ATTR_TYPE_CHAR_DESCR)
1197 p_attr->inst_id, p_attr->attr_type);
1199 if (p_attr->attr_type == BTA_GATTC_ATTR_TYPE_CHAR)
1206 if (p_attr->attr_type == BTA_GATTC_ATTR_TYPE_CHAR_DESCR)
1290 tBTA_GATTC_ATTR_TYPE attr_type,
1322 p_attr->attr_type);
1331 (attr_type
1289 bta_gattc_find_record(tBTA_GATTC_SERV *p_srcb, tBTA_GATTC_ATTR_TYPE attr_type, tBTA_GATT_SRVC_ID *p_service_id, tBTA_GATT_ID *p_start_rec, tBT_UUID * p_uuid_cond, tBTA_GATT_ID *p_result, void *p_param) argument
[all...]
H A Dbta_gattc_int.h263 tBTA_GATTC_ATTR_TYPE attr_type; member in struct:gattc_attr_cache
/external/pdfium/core/include/reflow/
H A Dfpdf_layout.h185 virtual int CountAttrValues(LayoutAttr attr_type) = 0;
188 virtual LayoutEnum GetEnumAttr(LayoutAttr attr_type, int index = 0) = 0;
190 virtual FX_FLOAT GetNumberAttr(LayoutAttr attr_type, int index = 0) = 0;
192 virtual FX_COLORREF GetColorAttr(LayoutAttr attr_type, int index = 0) = 0;
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host.cc315 uint16 attr_type, attr_length; local
316 const int kAttrHeaderLength = sizeof(attr_type) + sizeof(attr_length);
323 attr_type = rtc::GetBE16(&packet[rtp_begin]);
325 &packet[rtp_begin + sizeof(attr_type)]);
334 if (attr_type != cricket::STUN_ATTR_DATA) {
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc164 uint16 attr_type, attr_length; local
166 attr_type = rtc::GetBE16(&data[current_pos]);
167 attr_length = rtc::GetBE16(&data[current_pos + sizeof(attr_type)]);
170 if (attr_type == STUN_ATTR_MESSAGE_INTEGRITY) {
180 current_pos += sizeof(attr_type) + sizeof(attr_length) + attr_length;
352 uint16 attr_type, attr_length; local
353 if (!buf->ReadUInt16(&attr_type))
358 StunAttribute* attr = CreateAttribute(attr_type, attr_length);
/external/chromium_org/third_party/libXNVCtrl/
H A DNVCtrl.c581 values->type = rep.attr_type;
582 if (rep.attr_type == ATTRIBUTE_TYPE_RANGE) {
586 if (rep.attr_type == ATTRIBUTE_TYPE_INT_BITS) {
632 values->type = rep.attr_type;
671 values->type = rep.attr_type;
672 if (rep.attr_type == ATTRIBUTE_TYPE_RANGE) {
676 if (rep.attr_type == ATTRIBUTE_TYPE_INT_BITS) {
772 permissions->type = rep.attr_type;
H A Dnv_control.h326 INT32 attr_type B32;
340 INT32 attr_type B32;
364 INT32 attr_type B32;
/external/bluetooth/bluedroid/stack/include/
H A Dsdp_api.h484 UINT8 attr_type, UINT32 attr_len,
/external/e2fsprogs/lib/blkid/
H A Dprobe.c690 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) {
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h277 UINT8 attr_type; member in struct:__anon774
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DModuleNode.py979 attr_type = py_object_type
981 attr_type = attr.type
984 attr_type.declaration_code(attr.cname))

Completed in 423 milliseconds