Searched refs:attr (Results 151 - 175 of 940) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sim_common.c498 struct eap_sim_attrs *attr, int aka, int encr)
503 os_memset(attr, 0, sizeof(*attr));
504 attr->id_req = NO_ID_REQ;
505 attr->notification = -1;
506 attr->counter = -1;
507 attr->selected_version = -1;
508 attr->client_error_code = -1;
544 attr->rand = apos;
545 attr
497 eap_sim_parse_attr(const u8 *start, const u8 *end, struct eap_sim_attrs *attr, int aka, int encr) argument
935 eap_sim_parse_encr(const u8 *k_encr, const u8 *encr_data, size_t encr_data_len, const u8 *iv, struct eap_sim_attrs *attr, int aka) argument
1050 eap_sim_msg_add_full(struct eap_sim_msg *msg, u8 attr, const u8 *data, size_t len) argument
1074 eap_sim_msg_add(struct eap_sim_msg *msg, u8 attr, u16 value, const u8 *data, size_t len) argument
1102 eap_sim_msg_add_mac(struct eap_sim_msg *msg, u8 attr) argument
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_sim_common.c498 struct eap_sim_attrs *attr, int aka, int encr)
503 os_memset(attr, 0, sizeof(*attr));
504 attr->id_req = NO_ID_REQ;
505 attr->notification = -1;
506 attr->counter = -1;
507 attr->selected_version = -1;
508 attr->client_error_code = -1;
544 attr->rand = apos;
545 attr
497 eap_sim_parse_attr(const u8 *start, const u8 *end, struct eap_sim_attrs *attr, int aka, int encr) argument
935 eap_sim_parse_encr(const u8 *k_encr, const u8 *encr_data, size_t encr_data_len, const u8 *iv, struct eap_sim_attrs *attr, int aka) argument
1050 eap_sim_msg_add_full(struct eap_sim_msg *msg, u8 attr, const u8 *data, size_t len) argument
1074 eap_sim_msg_add(struct eap_sim_msg *msg, u8 attr, u16 value, const u8 *data, size_t len) argument
1102 eap_sim_msg_add_mac(struct eap_sim_msg *msg, u8 attr) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sim_common.c498 struct eap_sim_attrs *attr, int aka, int encr)
503 os_memset(attr, 0, sizeof(*attr));
504 attr->id_req = NO_ID_REQ;
505 attr->notification = -1;
506 attr->counter = -1;
507 attr->selected_version = -1;
508 attr->client_error_code = -1;
544 attr->rand = apos;
545 attr
497 eap_sim_parse_attr(const u8 *start, const u8 *end, struct eap_sim_attrs *attr, int aka, int encr) argument
935 eap_sim_parse_encr(const u8 *k_encr, const u8 *encr_data, size_t encr_data_len, const u8 *iv, struct eap_sim_attrs *attr, int aka) argument
1050 eap_sim_msg_add_full(struct eap_sim_msg *msg, u8 attr, const u8 *data, size_t len) argument
1074 eap_sim_msg_add(struct eap_sim_msg *msg, u8 attr, u16 value, const u8 *data, size_t len) argument
1102 eap_sim_msg_add_mac(struct eap_sim_msg *msg, u8 attr) argument
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_cfg.c320 struct isakmp_data *attr; local
329 attr = (struct isakmp_data *)(attrpl + 1);
333 type = ntohs(attr->type);
341 s_isakmp_cfg_type(type), ntohs(attr->lorv));
346 attr, ntohs(attrpl->id))) != 0)
357 tlen -= sizeof(*attr);
358 attr++;
362 type = ntohs(attr->type);
363 alen = ntohs(attr->lorv);
389 attr, ntoh
493 struct isakmp_data *attr; local
661 struct isakmp_data *attr; local
1716 struct isakmp_data *attr; local
[all...]
/external/toybox/tests/
H A Dlsattr.test55 for attr in "A" "a" "c" "D" "d" "i" "j" "s" "S" "t" "T" "u"
57 testing "chattr [-/+]$attr FILE" "$IN && echo "$_t" > testFile &&
58 chattr +$attr testFile && cat testFile && chattr -$attr testFile &&
62 for attr in "A" "a" "c" "D" "d" "i" "j" "s" "S" "t" "T" "u"
64 testing "chattr -$attr FILE" "$IN && echo "$_t" > testFile && chattr -$attr testFile &&
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg1029 parameterAttributeRef(attr) ::= "<attr.name>"
1031 parameterSetAttributeRef(attr,expr) ::= "<attr.name> = <expr>"
1033 scopeAttributeRef(scope, attr, index, negIndex) ::= <<
1035 @<scope>_stack[ -<negIndex> ].<attr.name>
1038 @<scope>_stack[ <index> ].<attr.name>
1040 @<scope>_stack.last.<attr.name>
1046 scopeSetAttributeRef(scope, attr, expr, index, negIndex) ::= <<
1048 @<scope>_stack[ -<negIndex> ].<attr
[all...]
/external/chromium-trace/trace-viewer/third_party/six/
H A Dsix.py115 def __getattr__(self, attr):
117 value = getattr(_module, attr)
118 setattr(self, attr, value)
130 attrs += [attr.name for attr in self._moved_attributes]
150 self.attr = new_attr
155 self.attr = old_attr
159 return getattr(module, self.attr)
297 for attr in _moved_attributes:
298 setattr(_MovedItems, attr
[all...]
/external/elfutils/src/backends/
H A Dppc64_retval.c94 Dwarf_Attribute attr_mem, *attr; local
95 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
96 typedie = dwarf_formref_die (attr, &die_mem);
172 Dwarf_Attribute attr_mem, *attr; local
173 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
174 typedie = dwarf_formref_die (attr, &die_mem);
/external/linux-tools-perf/src/tools/perf/util/
H A Devsel.c113 evsel->id_pos = __perf_evsel__calc_id_pos(evsel->attr.sample_type);
114 evsel->is_pos = __perf_evsel__calc_is_pos(evsel->attr.sample_type);
130 if (!(evsel->attr.sample_type & bit)) {
131 evsel->attr.sample_type |= bit;
140 if (evsel->attr.sample_type & bit) {
141 evsel->attr.sample_type &= ~bit;
156 evsel->attr.read_format |= PERF_FORMAT_ID;
160 struct perf_event_attr *attr, int idx)
163 evsel->attr = *attr;
159 perf_evsel__init(struct perf_evsel *evsel, struct perf_event_attr *attr, int idx) argument
171 perf_evsel__new(struct perf_event_attr *attr, int idx) argument
227 struct perf_event_attr attr = { local
278 struct perf_event_attr *attr = &evsel->attr; local
363 struct perf_event_attr *attr = &evsel->attr; local
573 struct perf_event_attr *attr = &evsel->attr; local
958 perf_event_attr__fprintf(struct perf_event_attr *attr, FILE *fp) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_sf_state.c131 int attr = 0, input_index = 0; local
274 for (; attr < FRAG_ATTRIB_MAX; attr++) {
276 brw->fragment_program->InterpQualifier[attr];
277 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1;
279 if (!(brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(attr)))
284 (attr >= FRAG_ATTRIB_TEX0 && attr <= FRAG_ATTRIB_TEX7) &&
285 ctx->Point.CoordReplace[attr
[all...]
H A Dgen7_sf_state.c43 int attr = 0, input_index = 0; local
73 for (; attr < FRAG_ATTRIB_MAX; attr++) {
75 brw->fragment_program->InterpQualifier[attr];
76 bool is_gl_Color = attr == FRAG_ATTRIB_COL0 || attr == FRAG_ATTRIB_COL1;
78 if (!(brw->fragment_program->Base.InputsRead & BITFIELD64_BIT(attr)))
82 attr >= FRAG_ATTRIB_TEX0 && attr <= FRAG_ATTRIB_TEX7 &&
83 ctx->Point.CoordReplace[attr
[all...]
/external/elfutils/src/tests/
H A Dvarlocs.c128 print_expr_block (Dwarf_Attribute *attr, Dwarf_Op *exprs, int len, argument
134 print_expr (attr, &exprs[i], addr);
141 print_expr_block_addrs (Dwarf_Attribute *attr, argument
146 print_expr_block (attr, exprs, len, begin);
151 print_expr (Dwarf_Attribute *attr, Dwarf_Op *expr, Dwarf_Addr addr) argument
216 if (attr == NULL)
244 if (attr == NULL)
275 if (attr == NULL)
279 if (dwarf_getlocation_attr (attr, expr, &call_attr) != 0)
284 if (dwarf_getlocation_die (attr, exp
642 Dwarf_Attribute attr; local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c140 if (attr >= FRAG_ATTRIB_TEX0 && attr <= FRAG_ATTRIB_TEX7) {
142 const GLuint u = attr - FRAG_ATTRIB_TEX0;
145 tCoords[numTcoords++] = attr;
150 r = vert->attrib[attr][0];
152 r = vert->attrib[attr][2];
154 span.attrStart[attr][0] = s;
155 span.attrStart[attr][1] = 0.0; /* overwritten below */
156 span.attrStart[attr][2] = r;
157 span.attrStart[attr][
[all...]
/external/libxml2/
H A Dc14n.c711 xmlAttrPtr attr; local
796 for(attr = cur->properties; attr != NULL; attr = attr->next) {
802 if((attr->ns != NULL) && !xmlC14NIsXmlNs(attr->ns) && xmlC14NIsVisible(ctx, attr, cur)) {
803 already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, attr->ns, ctx);
804 xmlC14NVisibleNsStackAdd(ctx->ns_rendered, attr
865 xmlC14NIsXmlAttr(xmlAttrPtr attr) argument
934 xmlC14NPrintAttrs(const xmlAttrPtr attr, xmlC14NCtxPtr ctx) argument
1005 xmlAttrPtr attr; local
1128 xmlAttrPtr attr; local
[all...]
/external/clang/include/clang/Serialization/
H A DMakefile12 $(Verb) $(ClangTableGen) -gen-clang-attr-pch-read -o $(call SYSPATH, $@) \
18 $(Verb) $(ClangTableGen) -gen-clang-attr-pch-write -o $(call SYSPATH, $@) \
/external/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.cc150 enum DwarfAttribute attr,
154 if (attr == DW_AT_name)
156 else if (attr == DW_AT_MIPS_linkage_name)
162 enum DwarfAttribute attr,
165 if (attr == DW_AT_stmt_list) {
174 switch (attr) {
194 enum DwarfAttribute attr,
198 switch (attr) {
149 ProcessAttributeString(uint64 offset, enum DwarfAttribute attr, enum DwarfForm form, const string &data) argument
161 ProcessAttributeUnsigned(uint64 offset, enum DwarfAttribute attr, enum DwarfForm form, uint64 data) argument
193 ProcessAttributeReference(uint64 offset, enum DwarfAttribute attr, enum DwarfForm form, uint64 data) argument
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglContext.java96 ContextAttribs attr;
98 attr = new ContextAttribs(3, 3);
99 attr = attr.withProfileCore(true).withForwardCompatible(true).withProfileCompatibility(false);
101 attr = new ContextAttribs();
104 attr = attr.withDebug(true);
106 return attr;
/external/linux-tools-perf/src/tools/perf/tests/
H A Dattr.c58 perror("test attr - failed to write event file"); \
65 #define WRITE_ASS(field, fmt) __WRITE_ASS(field, fmt, attr->field)
67 static int store_event(struct perf_event_attr *attr, pid_t pid, int cpu, argument
74 attr->type, attr->config, fd);
78 perror("test attr - failed to open event file");
83 attr->type, attr->config, fd) < 0) {
84 perror("test attr - failed to write event file");
137 void test_attr__open(struct perf_event_attr *attr, pid_ argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c512 static void parseEnumAttr (struct OptInfoData *data, const XML_Char **attr) { argument
517 for (i = 0; attr[i]; i += 2) {
518 if (!strcmp (attr[i], "value")) value = attr[i+1];
519 else if (!strcmp (attr[i], "text")) text = attr[i+1];
520 else XML_FATAL("illegal enum attribute: %s.", attr[i]);
535 static void parseDescAttr (struct OptInfoData *data, const XML_Char **attr) { argument
538 for (i = 0; attr[i]; i += 2) {
539 if (!strcmp (attr[
548 parseOptInfoAttr(struct OptInfoData *data, const XML_Char **attr) argument
611 optInfoStartElem(void *userData, const XML_Char *name, const XML_Char **attr) argument
768 parseDeviceAttr(struct OptConfData *data, const XML_Char **attr) argument
788 parseAppAttr(struct OptConfData *data, const XML_Char **attr) argument
801 parseOptConfAttr(struct OptConfData *data, const XML_Char **attr) argument
826 optConfStartElem(void *userData, const XML_Char *name, const XML_Char **attr) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_render.c113 int i, attr, hw_format; local
115 FOR_EACH_ATTR(render, i, attr) {
116 if (attr >= 0) {
117 struct nouveau_array *a = &render->attrs[attr];
123 if (attr == VERT_ATTRIB_POS && a->fields == 4)
140 int i, attr; local
142 FOR_EACH_BOUND_ATTR(render, i, attr) {
143 struct nouveau_array *a = &render->attrs[attr];
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DMemberNode.java106 * @param attr an attribute.
108 public void visitAttribute(final Attribute attr) { argument
112 attrs.add(attr);
/external/ppp/pppd/plugins/radius/
H A Davpair.c161 DICT_ATTR *attr; local
192 if ((attr = rc_dict_getattr (attribute, VENDOR_NONE)) == (DICT_ATTR *) NULL)
215 strcpy (pair->name, attr->name);
216 pair->attribute = attr->value;
218 pair->type = attr->type;
221 switch (attr->type)
240 warn("rc_avpair_gen: %s has unknown type", attr->name);
269 DICT_ATTR *attr; local
303 if ((attr = rc_dict_getattr(vtype, vendor_id)) == NULL) {
313 strcpy(pair->name, attr
352 rc_avpair_get(VALUE_PAIR *vp, UINT4 attr) argument
527 DICT_ATTR *attr = NULL; local
[all...]
/external/clang/include/clang/Parse/
H A DMakefile12 $(Verb) $(ClangTableGen) -gen-clang-attr-parser-string-switches -o $(call SYSPATH, $@) \
/external/libnfc-nci/halimpl/pn54x/hal/
H A DphNxpNciHal_NfcDepSWPrio.c131 pthread_attr_t attr; local
132 pthread_attr_init(&attr);
133 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
134 if(pthread_create(&pthread, &attr, tmp_thread, (void*) &discover_type) != 0)
157 pthread_attr_t attr; local
158 pthread_attr_init(&attr);
159 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
160 if(pthread_create(&pthread, &attr, tmp_thread, (void*) &discover_type) != 0)
183 pthread_attr_t attr; local
184 pthread_attr_init(&attr);
580 pthread_attr_t attr; local
[all...]
/external/libunwind/tests/
H A DGtest-concurrent.c87 pthread_attr_t attr; local
90 pthread_attr_init (&attr);
91 pthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN + 64*1024);
94 if (pthread_create (th + i, &attr, worker, NULL))

Completed in 943 milliseconds

1234567891011>>