Searched refs:attr (Results 201 - 225 of 940) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
H A DScala.stg1223 parameterAttributeRef(attr) ::= "<attr.name>"
1224 parameterSetAttributeRef(attr,expr) ::= "<attr.name> =<expr>"
1226 scopeAttributeRef(scope,attr,index,negIndex) ::= <%
1228 <scope>_stack(<scope>_stack.size-<negIndex>-1).<attr.name>
1231 <scope>_stack(<index>).<attr.name>
1233 <scope>_stack.top.<attr.name>
1238 scopeSetAttributeRef(scope,attr,expr,index,negIndex) ::= <%
1240 <scope>_stack(<scope>_stack.size-<negIndex>-1).<attr
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h66 void Append(const DWARFCompileUnit *cu, dw_offset_t attr_die_offset, dw_attr_t attr, dw_form_t form);
69 dw_attr_t AttributeAtIndex(uint32_t i) const { return m_infos[i].attr; }
73 uint64_t FormValueAsUnsigned (SymbolFileDWARF* dwarf2Data, dw_attr_t attr, uint64_t fail_value) const;
74 uint32_t FindAttributeIndex(dw_attr_t attr) const;
75 bool ContainsAttribute(dw_attr_t attr) const;
76 bool RemoveAttribute(dw_attr_t attr);
85 dw_attr_t attr; member in struct:DWARFDebugInfoEntry::Attributes::Info
172 const dw_attr_t attr,
179 const dw_attr_t attr,
185 const dw_attr_t attr,
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/
H A DDispatcher.java173 IncludeAttributes attr = new IncludeAttributes(old_attr);
175 attr._requestURI=_uri;
176 attr._contextPath=_contextHandler.getContextPath();
177 attr._servletPath=null; // set by ServletHandler
178 attr._pathInfo=_path;
179 attr._query=query;
181 baseRequest.setAttributes(attr);
247 ForwardAttributes attr = new ForwardAttributes(old_attr);
255 attr._pathInfo=(String)old_attr.getAttribute(FORWARD_PATH_INFO);
256 attr
[all...]
/external/skia/src/xml/
H A DSkDOM.cpp124 const Attr* attr = node->attrs(); local
125 const Attr* stop = attr + node->fAttrCount;
127 while (attr < stop)
129 if (!strcmp(attr->fName, name))
130 return attr->fValue;
131 attr += 1;
143 const SkDOM::Attr* SkDOM::getNextAttr(const Node* node, const Attr* attr) const
146 if (attr == NULL)
148 return (attr - node->attrs() + 1) < node->fAttrCount ? attr
254 SkDOM::Attr* attr = fAttrs.append(); variable
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DPython.stg1303 parameterAttributeRef(attr) ::= "<attr.name>"
1304 parameterSetAttributeRef(attr,expr) ::= "<attr.name> = <expr>"
1306 scopeAttributeRef(scope,attr,index,negIndex) ::= <%
1308 self.<scope>_stack[-<negIndex>].<attr.name>
1311 self.<scope>_stack[<index>].<attr.name>
1313 self.<scope>_stack[-1].<attr.name>
1321 ((len(self.<scope>_stack) - <negIndex> - 1) >= 0 and [self.<scope>_stack[-<negIndex>].<attr.name>] or [None])[0]
1324 ((<index> \< len(self.<scope>_stack)) and [self.<scope>_stack[<index>].<attr
[all...]
/external/libxml2/
H A Dvalid.c509 xmlGenericError(xmlGenericErrorContext, "?attr? ");
1873 xmlFreeAttribute(xmlAttributePtr attr) { argument
1876 if (attr == NULL) return;
1877 if (attr->doc != NULL)
1878 dict = attr->doc->dict;
1881 xmlUnlinkNode((xmlNodePtr) attr);
1882 if (attr->tree != NULL)
1883 xmlFreeEnumeration(attr->tree);
1885 if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr
2161 xmlCopyAttribute(xmlAttributePtr attr) argument
2210 xmlDumpAttributeDecl(xmlBufferPtr buf, xmlAttributePtr attr) argument
2291 xmlDumpAttributeDeclScan(xmlAttributePtr attr, xmlBufferPtr buf) argument
2578 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
2673 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
2734 xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) argument
2898 xmlAddRef(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, xmlAttrPtr attr) argument
3013 xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) argument
3053 xmlRemoveRef(xmlDocPtr doc, xmlAttrPtr attr) argument
4091 xmlValidateAttributeIdCallback(xmlAttributePtr attr, int *count, const xmlChar* name ATTRIBUTE_UNUSED) argument
4115 xmlValidateAttributeDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlAttributePtr attr) argument
4348 xmlValidateOneAttribute(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr, const xmlChar *value) argument
5944 xmlAttributePtr attr; local
6370 xmlAttrPtr attr; local
6436 xmlAttrPtr attr; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg1216 parameterAttributeRef(attr) ::= "$<attr.name>"
1217 parameterSetAttributeRef(attr,expr) ::= "$<attr.name> =<expr>;"
1219 scopeAttributeRef(scope,attr,index,negIndex) ::= <<
1221 ((<scope>_scope)<scope>_stack.elementAt(<scope>_stack.size()-<negIndex>-1)).<attr.name>
1224 ((<scope>_scope)<scope>_stack.elementAt(<index>)).<attr.name>
1226 ((<scope>_scope)<scope>_stack.peek()).<attr.name>
1231 scopeSetAttributeRef(scope,attr,expr,index,negIndex) ::= <<
1233 ((<scope>_scope)<scope>_stack.elementAt(<scope>_stack.size()-<negIndex>-1)).<attr
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpmksa_cache_auth.c183 if (eapol->radius_class.attr) {
461 struct radius_das_attrs *attr)
465 if (attr->sta_addr) {
466 if (os_memcmp(attr->sta_addr, entry->spa, ETH_ALEN) != 0)
471 if (attr->acct_multi_session_id) {
474 if (attr->acct_multi_session_id_len != 17)
479 if (os_memcmp(attr->acct_multi_session_id, buf, 17) != 0)
484 if (attr->cui) {
486 attr->cui_len != wpabuf_len(entry->cui) ||
487 os_memcmp(attr
460 das_attr_match(struct rsn_pmksa_cache_entry *entry, struct radius_das_attrs *attr) argument
506 pmksa_cache_auth_radius_das_disconnect(struct rsn_pmksa_cache *pmksa, struct radius_das_attrs *attr) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dpmksa_cache_auth.c183 if (eapol->radius_class.attr) {
461 struct radius_das_attrs *attr)
465 if (attr->sta_addr) {
466 if (os_memcmp(attr->sta_addr, entry->spa, ETH_ALEN) != 0)
471 if (attr->acct_multi_session_id) {
474 if (attr->acct_multi_session_id_len != 17)
479 if (os_memcmp(attr->acct_multi_session_id, buf, 17) != 0)
484 if (attr->cui) {
486 attr->cui_len != wpabuf_len(entry->cui) ||
487 os_memcmp(attr
460 das_attr_match(struct rsn_pmksa_cache_entry *entry, struct radius_das_attrs *attr) argument
506 pmksa_cache_auth_radius_das_disconnect(struct rsn_pmksa_cache *pmksa, struct radius_das_attrs *attr) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpmksa_cache_auth.c183 if (eapol->radius_class.attr) {
461 struct radius_das_attrs *attr)
465 if (attr->sta_addr) {
466 if (os_memcmp(attr->sta_addr, entry->spa, ETH_ALEN) != 0)
471 if (attr->acct_multi_session_id) {
474 if (attr->acct_multi_session_id_len != 17)
479 if (os_memcmp(attr->acct_multi_session_id, buf, 17) != 0)
484 if (attr->cui) {
486 attr->cui_len != wpabuf_len(entry->cui) ||
487 os_memcmp(attr
460 das_attr_match(struct rsn_pmksa_cache_entry *entry, struct radius_das_attrs *attr) argument
506 pmksa_cache_auth_radius_das_disconnect(struct rsn_pmksa_cache *pmksa, struct radius_das_attrs *attr) argument
[all...]
/external/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc30 int pthread_attr_init(void *attr);
31 int pthread_attr_destroy(void *attr);
32 int pthread_attr_getdetachstate(void *attr, int *v);
224 INTERCEPTOR(int, pthread_create, void *th, void *attr, argument
229 if (attr == 0) {
231 attr = &myattr;
233 AdjustStackSize(attr);
235 pthread_attr_getdetachstate(attr, &detached);
240 int res = REAL(pthread_create)(th, attr, __lsan_thread_start_func, &p);
248 if (attr
[all...]
/external/eigen/doc/
H A Deigen_navtree_hacks.js21 var cur_id = current.attr("id");
36 current.attr('id', 'title' + i);
115 if ($(location).attr('hash')){
116 var clslink=stripPath($(location).attr('pathname'))+':'+
117 $(location).attr('hash').substring(1);
124 var link=stripPath2($(location).attr('pathname'));
125 navTo(o,link,$(location).attr('hash'),relpath);
190 var link=stripPath($(location).attr('pathname'))+':'+hash.substring(1);
195 a.parent().parent().attr('id','selected');
199 $(n.itemDiv).attr('i
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DDrawableResourceLoader.java29 stateMap.put("android:state_selected", R.attr.state_selected);
30 stateMap.put("android:state_pressed", R.attr.state_pressed);
31 stateMap.put("android:state_focused", R.attr.state_focused);
32 stateMap.put("android:state_checkable", R.attr.state_checkable);
33 stateMap.put("android:state_checked", R.attr.state_checked);
34 stateMap.put("android:state_enabled", R.attr.state_enabled);
35 stateMap.put("android:state_window_focused", R.attr.state_window_focused);
179 Node attr = attrs.getNamedItem(state);
180 if (attr != null) {
186 return R.attr
[all...]
/external/strace/
H A Dsocketutils.c214 struct rtattr *attr; local
225 for (attr = (struct rtattr *) (diag_msg + 1);
226 RTA_OK(attr, rta_len);
227 attr = RTA_NEXT(attr, rta_len)) {
228 switch (attr->rta_type) {
231 path_len = RTA_PAYLOAD(attr);
234 memcpy(path, RTA_DATA(attr), path_len);
239 if (RTA_PAYLOAD(attr) >= 4)
240 peer = *(uint32_t *)RTA_DATA(attr);
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_aka.c853 struct eap_sim_attrs *attr)
859 if (attr->mac || attr->iv || attr->encr_data) {
871 if (!attr->identity || attr->identity_len == 0) {
879 new_identity = os_malloc(attr->identity_len);
887 os_memcpy(sm->identity, attr->identity, attr->identity_len);
888 sm->identity_len = attr
850 eap_aka_process_identity(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
910 eap_aka_process_challenge(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1014 eap_aka_process_sync_failure(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1047 eap_aka_process_reauth(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1141 eap_aka_process_client_error(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1155 eap_aka_process_authentication_reject( struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1164 eap_aka_process_notification(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1184 struct eap_sim_attrs attr; local
[all...]
H A Deap_server_sim.c416 struct eap_sim_attrs *attr)
437 if (!attr->identity || attr->identity_len == 0) {
443 new_identity = os_malloc(attr->identity_len);
448 os_memcpy(sm->identity, attr->identity, attr->identity_len);
449 sm->identity_len = attr->identity_len;
508 if (attr->nonce_mt == NULL || attr->selected_version < 0) {
514 if (!eap_sim_supported_ver(data, attr
413 eap_sim_process_start(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
564 eap_sim_process_challenge(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
603 eap_sim_process_reauth(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
683 eap_sim_process_client_error(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
697 eap_sim_process_notification(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
717 struct eap_sim_attrs attr; local
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_aka.c853 struct eap_sim_attrs *attr)
859 if (attr->mac || attr->iv || attr->encr_data) {
871 if (!attr->identity || attr->identity_len == 0) {
879 new_identity = os_malloc(attr->identity_len);
887 os_memcpy(sm->identity, attr->identity, attr->identity_len);
888 sm->identity_len = attr
850 eap_aka_process_identity(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
910 eap_aka_process_challenge(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1014 eap_aka_process_sync_failure(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1047 eap_aka_process_reauth(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1141 eap_aka_process_client_error(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1155 eap_aka_process_authentication_reject( struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1164 eap_aka_process_notification(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1184 struct eap_sim_attrs attr; local
[all...]
H A Deap_server_sim.c416 struct eap_sim_attrs *attr)
437 if (!attr->identity || attr->identity_len == 0) {
443 new_identity = os_malloc(attr->identity_len);
448 os_memcpy(sm->identity, attr->identity, attr->identity_len);
449 sm->identity_len = attr->identity_len;
508 if (attr->nonce_mt == NULL || attr->selected_version < 0) {
514 if (!eap_sim_supported_ver(data, attr
413 eap_sim_process_start(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
564 eap_sim_process_challenge(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
603 eap_sim_process_reauth(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
683 eap_sim_process_client_error(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
697 eap_sim_process_notification(struct eap_sm *sm, struct eap_sim_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
717 struct eap_sim_attrs attr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_aka.c853 struct eap_sim_attrs *attr)
859 if (attr->mac || attr->iv || attr->encr_data) {
871 if (!attr->identity || attr->identity_len == 0) {
879 new_identity = os_malloc(attr->identity_len);
887 os_memcpy(sm->identity, attr->identity, attr->identity_len);
888 sm->identity_len = attr
850 eap_aka_process_identity(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
910 eap_aka_process_challenge(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1014 eap_aka_process_sync_failure(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1047 eap_aka_process_reauth(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1141 eap_aka_process_client_error(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1155 eap_aka_process_authentication_reject( struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1164 eap_aka_process_notification(struct eap_sm *sm, struct eap_aka_data *data, struct wpabuf *respData, struct eap_sim_attrs *attr) argument
1184 struct eap_sim_attrs attr; local
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Ddwarf-aux.c66 Dwarf_Attribute attr; local
67 if (dwarf_attr(cu_die, DW_AT_comp_dir, &attr) == NULL)
69 return dwarf_formstring(&attr);
155 Dwarf_Attribute attr; local
158 if (!dwarf_attr(in_die, DW_AT_call_line, &attr))
161 dwarf_formudata(&attr, &ret);
175 Dwarf_Attribute attr; local
177 if (dwarf_attr_integrate(vr_die, DW_AT_type, &attr) &&
178 dwarf_formref_die(&attr, die_mem))
225 Dwarf_Attribute attr; local
238 Dwarf_Attribute attr; local
274 Dwarf_Attribute attr; local
290 Dwarf_Attribute attr; local
515 Dwarf_Attribute *attr; local
[all...]
/external/libnl/lib/netfilter/
H A Dct_obj.c565 int attr, struct nl_addr ** ct_addr)
578 ct->ce_mask |= attr;
586 int attr = repl ? CT_ATTR_REPL_SRC : CT_ATTR_ORIG_SRC; local
587 return ct_set_addr(ct, addr, attr, &dir->src);
593 int attr = repl ? CT_ATTR_REPL_DST : CT_ATTR_ORIG_DST; local
594 return ct_set_addr(ct, addr, attr, &dir->dst);
600 int attr = repl ? CT_ATTR_REPL_SRC : CT_ATTR_ORIG_SRC; local
601 if (!(ct->ce_mask & attr))
609 int attr = repl ? CT_ATTR_REPL_DST : CT_ATTR_ORIG_DST; local
610 if (!(ct->ce_mask & attr))
564 ct_set_addr(struct nfnl_ct *ct, struct nl_addr *addr, int attr, struct nl_addr ** ct_addr) argument
618 int attr = repl ? CT_ATTR_REPL_SRC_PORT : CT_ATTR_ORIG_SRC_PORT; local
626 int attr = repl ? CT_ATTR_REPL_SRC_PORT : CT_ATTR_ORIG_SRC_PORT; local
640 int attr = repl ? CT_ATTR_REPL_DST_PORT : CT_ATTR_ORIG_DST_PORT; local
648 int attr = repl ? CT_ATTR_REPL_DST_PORT : CT_ATTR_ORIG_DST_PORT; local
662 int attr = repl ? CT_ATTR_REPL_ICMP_ID : CT_ATTR_ORIG_ICMP_ID; local
670 int attr = repl ? CT_ATTR_REPL_ICMP_ID : CT_ATTR_ORIG_ICMP_ID; local
684 int attr = repl ? CT_ATTR_REPL_ICMP_TYPE : CT_ATTR_ORIG_ICMP_TYPE; local
692 int attr = repl ? CT_ATTR_REPL_ICMP_TYPE : CT_ATTR_ORIG_ICMP_TYPE; local
706 int attr = repl ? CT_ATTR_REPL_ICMP_CODE : CT_ATTR_ORIG_ICMP_CODE; local
714 int attr = repl ? CT_ATTR_REPL_ICMP_CODE : CT_ATTR_ORIG_ICMP_CODE; local
728 int attr = repl ? CT_ATTR_REPL_PACKETS : CT_ATTR_ORIG_PACKETS; local
736 int attr = repl ? CT_ATTR_REPL_PACKETS : CT_ATTR_ORIG_PACKETS; local
750 int attr = repl ? CT_ATTR_REPL_BYTES : CT_ATTR_ORIG_BYTES; local
758 int attr = repl ? CT_ATTR_REPL_BYTES : CT_ATTR_ORIG_BYTES; local
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.c124 struct isakmp_pl_attr *attr; local
146 tlen = sizeof(*attr) +
156 attr = (struct isakmp_pl_attr *)buffer->v;
157 memset(attr, 0, tlen);
159 attr->h.len = htons(tlen);
160 attr->type = ISAKMP_CFG_REQUEST;
161 attr->id = htons(eay_random());
163 typeattr = (struct isakmp_data *)(attr + 1);
186 xauth_attr_reply(iph1, attr, id)
188 struct isakmp_data *attr;
420 struct isakmp_pl_attr *attr; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAttributeScope.java125 Attribute attr = new Attribute(a);
126 if ( !isReturnScope && attr.initValue!=null ) {
130 attr.name);
131 attr.initValue=null; // wipe it out
133 attributes.put(attr.name, attr);
/external/mesa3d/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c53 XSetWindowAttributes attr; local
106 attr.background_pixel = 0;
107 attr.border_pixel = 0;
108 attr.colormap = XCreateColormap( graw.display, root, visinfo->visual, AllocNone);
109 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
115 visinfo->visual, mask, &attr );
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render_t.c83 &TAG(vertex_attrs)[(a)->attr]; \
191 int attr = a->attr - VERT_ATTRIB_GENERIC0; local
203 }) [attr];
205 COPY_4V(ctx->Light.Material.Attrib[attr], (float *)v);
206 _mesa_update_material(ctx, 1 << attr);

Completed in 649 milliseconds

1234567891011>>