Searched refs:attr (Results 301 - 325 of 940) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_sake.c306 struct eap_sake_parse_attr attr; local
314 if (eap_sake_parse_attributes(payload, payloadlen, &attr))
317 if (!attr.rand_p || !attr.mic_p) {
323 os_memcpy(data->rand_p, attr.rand_p, EAP_SAKE_RAND_LEN);
328 if (attr.peerid) {
329 data->peerid = os_malloc(attr.peerid_len);
332 os_memcpy(data->peerid, attr.peerid, attr.peerid_len);
333 data->peerid_len = attr
369 struct eap_sake_parse_attr attr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_sake.c306 struct eap_sake_parse_attr attr; local
314 if (eap_sake_parse_attributes(payload, payloadlen, &attr))
317 if (!attr.rand_p || !attr.mic_p) {
323 os_memcpy(data->rand_p, attr.rand_p, EAP_SAKE_RAND_LEN);
328 if (attr.peerid) {
329 data->peerid = os_malloc(attr.peerid_len);
332 os_memcpy(data->peerid, attr.peerid, attr.peerid_len);
333 data->peerid_len = attr
369 struct eap_sake_parse_attr attr; local
[all...]
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc234 void ProcessAttributeUnsigned(enum DwarfAttribute attr,
240 void ProcessAttributeReference(enum DwarfAttribute attr,
246 void ProcessAttributeString(enum DwarfAttribute attr,
293 enum DwarfAttribute attr,
296 switch (attr) {
303 enum DwarfAttribute attr,
306 switch (attr) {
345 enum DwarfAttribute attr,
348 switch (attr) {
441 void ProcessAttributeUnsigned(enum DwarfAttribute attr,
292 ProcessAttributeUnsigned( enum DwarfAttribute attr, enum DwarfForm form, uint64 data) argument
302 ProcessAttributeReference( enum DwarfAttribute attr, enum DwarfForm form, uint64 data) argument
344 ProcessAttributeString( enum DwarfAttribute attr, enum DwarfForm form, const string &data) argument
464 ProcessAttributeUnsigned( enum DwarfAttribute attr, enum DwarfForm form, uint64 data) argument
486 ProcessAttributeSigned( enum DwarfAttribute attr, enum DwarfForm form, int64 data) argument
501 ProcessAttributeReference( enum DwarfAttribute attr, enum DwarfForm form, uint64 data) argument
705 ProcessAttributeSigned(enum DwarfAttribute attr, enum DwarfForm form, int64 data) argument
717 ProcessAttributeUnsigned(enum DwarfAttribute attr, enum DwarfForm form, uint64 data) argument
733 ProcessAttributeString(enum DwarfAttribute attr, enum DwarfForm form, const string &data) argument
[all...]
/external/clang/include/clang/AST/
H A DMakefile18 $(Verb) $(ClangTableGen) -gen-clang-attr-classes -o $(call SYSPATH, $@) \
24 $(Verb) $(ClangTableGen) -gen-clang-attr-impl -o $(call SYSPATH, $@) \
30 $(Verb) $(ClangTableGen) -gen-clang-attr-dump -o $(call SYSPATH, $@) \
36 $(Verb) $(ClangTableGen) -gen-clang-attr-ast-visitor -o $(call SYSPATH, $@) \
/external/javassist/src/main/javassist/convert/
H A DTransformer.java42 public void initialize(ConstPool cp, CodeAttribute attr) {} argument
/external/libdrm/libkms/
H A Dinternal.h44 const unsigned *attr,
H A Dlibkms.h72 int kms_bo_create(struct kms_driver *kms, const unsigned *attr, struct kms_bo **out);
/external/linux-tools-perf/src/tools/perf/util/
H A Dtool.h39 event_attr_op attr; member in struct:perf_tool
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h46 uint32_t findAttributeIndex(uint16_t attr) const;
/external/llvm/lib/LTO/
H A DLTOModule.cpp437 uint32_t attr = align ? countTrailingZeros(align) : 0; local
441 attr |= LTO_SYMBOL_PERMISSIONS_CODE;
445 attr |= LTO_SYMBOL_PERMISSIONS_RODATA;
447 attr |= LTO_SYMBOL_PERMISSIONS_DATA;
452 attr |= LTO_SYMBOL_DEFINITION_WEAK;
454 attr |= LTO_SYMBOL_DEFINITION_TENTATIVE;
456 attr |= LTO_SYMBOL_DEFINITION_REGULAR;
461 attr |= LTO_SYMBOL_SCOPE_INTERNAL;
463 attr |= LTO_SYMBOL_SCOPE_HIDDEN;
465 attr |
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_context.c38 static GLuint check_size( const GLfloat *attr )
40 if (attr[3] != 1.0) return 4;
41 if (attr[2] != 0.0) return 3;
42 if (attr[1] != 0.0) return 2;
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassVisitor.java108 * @param attr an attribute.
110 void visitAttribute(Attribute attr); argument
/external/replicaisland/src/com/replica/replicaisland/
H A DYesNoDialogPreference.java31 this(context, attrs, android.R.attr.yesNoPreferenceStyle);
/external/selinux/libsepol/include/sepol/policydb/
H A Dconstraint.h35 #define CEXPR_ATTR 4 /* attr op attr */
36 #define CEXPR_NAMES 5 /* attr op names */
50 uint32_t attr; /* attribute */ member in struct:constraint_expr
/external/skia/src/views/animated/
H A DSkStaticTextView.cpp12 static void assert_no_attr(const SkDOM& dom, const SkDOM::Node* node, const char attr[]) argument
14 const char* value = dom.findAttr(node, attr);
16 SkDebugf("unknown attribute %s=\"%s\"\n", attr, value);
19 #define assert_no_attr(dom, node, attr)
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_das.h49 struct radius_das_attrs *attr);
/external/wpa_supplicant_8/src/radius/
H A Dradius_das.h49 struct radius_das_attrs *attr);
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_das.h49 struct radius_das_attrs *attr);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp50 DWARFDebugInfoEntry::Attributes::FindAttributeIndex(dw_attr_t attr) const
57 if (pos->attr == attr)
64 DWARFDebugInfoEntry::Attributes::Append(const DWARFCompileUnit *cu, dw_offset_t attr_die_offset, dw_attr_t attr, dw_form_t form) argument
66 Info info = { cu, attr_die_offset, attr, form };
71 DWARFDebugInfoEntry::Attributes::ContainsAttribute(dw_attr_t attr) const
73 return FindAttributeIndex(attr) != UINT32_MAX;
77 DWARFDebugInfoEntry::Attributes::RemoveAttribute(dw_attr_t attr) argument
79 uint32_t attr_index = FindAttributeIndex(attr);
97 DWARFDebugInfoEntry::Attributes::FormValueAsUnsigned (SymbolFileDWARF* dwarf2Data, dw_attr_t attr, uint64_ argument
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_reset_ast.c118 static void cil_reset_roleattr(struct cil_roleattribute *attr) argument
121 if (attr->expr_list != NULL) {
125 struct cil_list_item *expr = attr->expr_list->head;
131 free(attr->expr_list);
132 attr->expr_list = NULL;
147 static void cil_reset_typeattr(struct cil_typeattribute *attr) argument
150 if (attr->expr_list != NULL) {
154 struct cil_list_item *expr = attr->expr_list->head;
160 free(attr->expr_list);
161 attr
[all...]
/external/elfutils/src/libdw/
H A Dlibdw_visit_scopes.c100 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&child.die, local
103 if (INTUSE(dwarf_formref_die) (attr, &child.die) != NULL
/external/libnl/
H A DAndroid.mk16 lib/attr.c \
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp91 DWARFAbbreviationDeclaration::findAttributeIndex(uint16_t attr) const {
93 if (AttributeSpecs[i].Attr == attr)
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_swtnl_t.c110 int fields, attr, i, n = 0; local
138 a->attr = i;
146 FOR_EACH_BOUND_ATTR(render, i, attr)
147 render->attrs[attr].stride = vtx->vertex_size;
172 struct tnl_clipspace_attr *ta = &vtx->attr[i];
186 int i, attr; local
190 FOR_EACH_BOUND_ATTR(render, i, attr) {
191 nouveau_bo_ref(NULL, &render->attrs[attr].bo);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DAbstractClassFilterTransformer.java57 public void visitAttribute(Attribute attr) { argument
58 target.visitAttribute(attr);

Completed in 1409 milliseconds

<<11121314151617181920>>