/external/llvm/tools/llvm-readobj/ |
ARMAttributeParser.h | 23 ARMBuildAttrs::AttrType Attribute; 24 void (ARMAttributeParser::*Routine)(ARMBuildAttrs::AttrType, 32 void IntegerAttribute(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 34 void StringAttribute(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 39 void CPU_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 41 void CPU_arch_profile(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 43 void ARM_ISA_use(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 45 void THUMB_ISA_use(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 47 void FP_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data, 49 void WMMX_arch(ARMBuildAttrs::AttrType Tag, const uint8_t *Data [all...] |
ARMAttributeParser.cpp | 89 void ARMAttributeParser::IntegerAttribute(AttrType Tag, const uint8_t *Data, 95 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, 119 void ARMAttributeParser::CPU_arch(AttrType Tag, const uint8_t *Data, 133 void ARMAttributeParser::CPU_arch_profile(AttrType Tag, const uint8_t *Data, 150 void ARMAttributeParser::ARM_ISA_use(AttrType Tag, const uint8_t *Data, 160 void ARMAttributeParser::THUMB_ISA_use(AttrType Tag, const uint8_t *Data, 170 void ARMAttributeParser::FP_arch(AttrType Tag, const uint8_t *Data, 183 void ARMAttributeParser::WMMX_arch(AttrType Tag, const uint8_t *Data, 193 void ARMAttributeParser::Advanced_SIMD_arch(AttrType Tag, const uint8_t *Data, 205 void ARMAttributeParser::PCS_config(AttrType Tag, const uint8_t *Data [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
Attribute.java | 15 private ASN1ObjectIdentifier attrType; 48 attrType = ASN1ObjectIdentifier.getInstance(seq.getObjectAt(0)); 53 ASN1ObjectIdentifier attrType, 56 this.attrType = attrType; 62 return new ASN1ObjectIdentifier(attrType.getId()); 79 * attrType OBJECT IDENTIFIER, 88 v.add(attrType);
|
/external/libnl/include/netlink/ |
attr.h | 139 * @arg attrtype Attribute type. 143 #define NLA_PUT(msg, attrtype, attrlen, data) \ 145 if (nla_put(msg, attrtype, attrlen, data) < 0) \ 154 * @arg attrtype Attribute type. 157 #define NLA_PUT_TYPE(msg, type, attrtype, value) \ 160 NLA_PUT(msg, attrtype, sizeof(type), &__tmp); \ 166 * @arg attrtype Attribute type. 169 #define NLA_PUT_U8(msg, attrtype, value) \ 170 NLA_PUT_TYPE(msg, uint8_t, attrtype, value) 175 * @arg attrtype Attribute type [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
Attribute.java | 18 * attrType OBJECT IDENTIFIER, 31 * must not have multiple Attribute:s with same attrType (OID) there. 36 private ASN1ObjectIdentifier attrType; 71 attrType = (ASN1ObjectIdentifier)seq.getObjectAt(0); 76 ASN1ObjectIdentifier attrType, 79 this.attrType = attrType; 85 return attrType; 105 v.add(attrType);
|
AttributeTable.java | 219 * @param attrType the type of the attribute to add. 223 public AttributeTable add(ASN1ObjectIdentifier attrType, ASN1Encodable attrValue) 227 newTable.addAttribute(attrType, new Attribute(attrType, new DERSet(attrValue))); 232 public AttributeTable remove(ASN1ObjectIdentifier attrType) 236 newTable.attributes.remove(attrType);
|
SignerInfo.java | 67 * attrType OBJECT IDENTIFIER,
|
/external/libnl/lib/ |
attr.c | 657 * @arg attrtype Attribute type to look for. 665 struct nlattr *nla_find(struct nlattr *head, int len, int attrtype) 671 if (nla_type(nla) == attrtype) 786 * @arg attrtype Attribute Type. 798 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) 809 nla->nla_type = attrtype; 818 attrtype, msg->nm_nlh->nlmsg_len); 826 * @arg attrtype Attribute type. 837 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data) 841 nla = nla_reserve(msg, attrtype, datalen) [all...] |
/external/llvm/lib/Support/ |
ARMBuildAttrs.cpp | 17 ARMBuildAttrs::AttrType Attr; 74 return AttrTypeAsString(static_cast<AttrType>(Attr), HasTagPrefix); 77 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix) {
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
documentcreateattribute.java | 69 int attrType; 76 attrType = (int) newAttrNode.getNodeType(); 77 assertEquals("type", 2, attrType);
|
hc_documentcreateattribute.java | 68 int attrType; 75 attrType = (int) newAttrNode.getNodeType(); 76 assertEquals("type", 2, attrType);
|
/external/boringssl/src/crypto/x509/ |
x509_att.c | 279 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, const void *data, int len) 285 if(attrtype & MBSTRING_FLAG) { 286 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, 294 if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err; 296 atype = attrtype; 304 if (attrtype == 0) 307 if ((len == -1) && !(attrtype & MBSTRING_FLAG)) 309 if (!ASN1_TYPE_set1(ttmp, attrtype, data))
|
/external/mesa3d/src/mesa/vbo/ |
vbo_save_draw.c | 88 node->attrtype[i]); 90 if (node->attrtype[i] != vbo->currval[i].Type || 96 vbo->currval[i].Type = node->attrtype[i]; 98 vbo_attrtype_to_integer_flag(node->attrtype[i]); 144 GLenum node_attrtype[VBO_ATTRIB_MAX]; /* copy of node->attrtype[] */ 148 memcpy(node_attrtype, node->attrtype, sizeof(node->attrtype));
|
vbo_save.h | 66 GLenum attrtype[VBO_ATTRIB_MAX]; member in struct:vbo_save_vertex_list 131 GLenum attrtype[VBO_ATTRIB_MAX]; member in struct:vbo_save_context
|
vbo_exec.h | 105 GLenum attrtype[VBO_ATTRIB_MAX]; member in struct:vbo_exec_context::__anon21281
|
vbo_exec_api.c | 168 exec->vtx.attrtype[i]); 170 if (exec->vtx.attrtype[i] != vbo->currval[i].Type || 181 vbo->currval[i].Type = exec->vtx.attrtype[i]; 183 vbo_attrtype_to_integer_flag(exec->vtx.attrtype[i]); 338 exec->vtx.attrtype[j]); 381 vbo_get_default_vals_as_float(exec->vtx.attrtype[attr]); 421 exec->vtx.attrtype[A] = T; \ [all...] |
vbo_save_api.c | 330 memcpy(node->attrtype, save->attrtype, sizeof(node->attrtype)); 518 save->attrptr[i], save->attrtype[i]); 621 save->attrtype[j]); 659 const GLfloat *id = vbo_get_default_vals_as_float(save->attrtype[attr]); 710 save->attrtype[A] = T; \ [all...] |
/prebuilts/go/darwin-x86/src/html/template/ |
attr.go | 94 // since we have special handling in attrType. 137 // attrType returns a conservative (upper-bound on authority) guess at the 139 func attrType(name string) contentType {
|
/prebuilts/go/linux-x86/src/html/template/ |
attr.go | 94 // since we have special handling in attrType. 137 // attrType returns a conservative (upper-bound on authority) guess at the 139 func attrType(name string) contentType {
|
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
type.go | 341 // Get Type referred to by Entry's AttrType field. 344 tval := e.Val(AttrType) 366 // AttrType:subtype [required] 477 // AttrType: type of member [required] 554 // AttrType: subtype 603 // AttrType: subtype [not required! void* has no AttrType] 608 if e.Val(AttrType) == nil { 617 // AttrType: type of return value if any 622 // AttrType: type of paramete [all...] |
/prebuilts/go/linux-x86/src/debug/dwarf/ |
type.go | 341 // Get Type referred to by Entry's AttrType field. 344 tval := e.Val(AttrType) 366 // AttrType:subtype [required] 477 // AttrType: type of member [required] 554 // AttrType: subtype 603 // AttrType: subtype [not required! void* has no AttrType] 608 if e.Val(AttrType) == nil { 617 // AttrType: type of return value if any 622 // AttrType: type of paramete [all...] |
/external/jsilver/src/com/google/streamhtmlparser/ |
HtmlParserFactory.java | 185 * @param attrtype the attribute type which the parser should be in 193 HtmlParser.ATTR_TYPE attrtype, 198 switch (attrtype) { 235 "Did not recognize ATTR_TYPE given: " + attrtype);
|
/external/iproute2/ip/ |
iplink_vlan.c | 50 int attrtype) 58 addattr_l(n, 1024, attrtype, NULL, 0);
|
/external/llvm/include/llvm/Support/ |
ARMBuildAttributes.h | 29 // AttrType (below) entries in the .ARM.attributes section in the ELF. 33 enum AttrType { 85 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix = true);
|
/frameworks/base/services/net/java/android/net/netlink/ |
RtNetlinkNeighborMessage.java | 57 private static StructNlAttr findNextAttrOfType(short attrType, ByteBuffer byteBuffer) { 63 if (nlAttr.nla_type == attrType) {
|