Searched refs:attr (Results 426 - 450 of 940) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c305 static void hapd_new_ap_event(struct hostapd_data *hapd, const u8 *attr, argument
311 wpa_snprintf_hex(buf, blen, attr, attr_len);
433 struct wpabuf *attr; local
434 attr = wpabuf_alloc(200);
435 if (attr && wps_build_credential_wrap(attr, cred) == 0)
436 hapd_new_ap_event(hapd, wpabuf_head_u8(attr),
437 wpabuf_len(attr));
438 wpabuf_free(attr);
1693 struct wps_parse_attr *attr)
1692 hostapd_wps_add_nfc_password_token(struct hostapd_data *hapd, struct wps_parse_attr *attr) argument
1709 struct wps_parse_attr attr; local
1825 struct wps_parse_attr attr; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c305 static void hapd_new_ap_event(struct hostapd_data *hapd, const u8 *attr, argument
311 wpa_snprintf_hex(buf, blen, attr, attr_len);
433 struct wpabuf *attr; local
434 attr = wpabuf_alloc(200);
435 if (attr && wps_build_credential_wrap(attr, cred) == 0)
436 hapd_new_ap_event(hapd, wpabuf_head_u8(attr),
437 wpabuf_len(attr));
438 wpabuf_free(attr);
1693 struct wps_parse_attr *attr)
1692 hostapd_wps_add_nfc_password_token(struct hostapd_data *hapd, struct wps_parse_attr *attr) argument
1709 struct wps_parse_attr attr; local
1825 struct wps_parse_attr attr; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c305 static void hapd_new_ap_event(struct hostapd_data *hapd, const u8 *attr, argument
311 wpa_snprintf_hex(buf, blen, attr, attr_len);
433 struct wpabuf *attr; local
434 attr = wpabuf_alloc(200);
435 if (attr && wps_build_credential_wrap(attr, cred) == 0)
436 hapd_new_ap_event(hapd, wpabuf_head_u8(attr),
437 wpabuf_len(attr));
438 wpabuf_free(attr);
1693 struct wps_parse_attr *attr)
1692 hostapd_wps_add_nfc_password_token(struct hostapd_data *hapd, struct wps_parse_attr *attr) argument
1709 struct wps_parse_attr attr; local
1825 struct wps_parse_attr attr; local
[all...]
/external/elfutils/src/src/
H A Daddr2line.c264 Dwarf_Attribute attr; local
268 &attr)
270 &attr));
519 Dwarf_Attribute attr; local
520 comp_dir = dwarf_formstring (dwarf_attr (cu, DW_AT_comp_dir, &attr));
669 Dwarf_Attribute attr; local
697 &attr), &val) == 0)
701 &attr), &val) == 0)
705 &attr), &val) == 0)
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc309 uint64 dieoffset, const char* start, enum DwarfAttribute attr,
320 return ProcessAttribute(dieoffset, start, attr, form);
323 handler_->ProcessAttributeUnsigned(dieoffset, attr, form, 1);
327 handler_->ProcessAttributeUnsigned(dieoffset, attr, form,
331 handler_->ProcessAttributeUnsigned(dieoffset, attr, form,
335 handler_->ProcessAttributeUnsigned(dieoffset, attr, form,
339 handler_->ProcessAttributeUnsigned(dieoffset, attr, form,
344 handler_->ProcessAttributeString(dieoffset, attr, form,
349 handler_->ProcessAttributeUnsigned(dieoffset, attr, form,
355 handler_->ProcessAttributeSigned(dieoffset, attr, for
308 ProcessAttribute( uint64 dieoffset, const char* start, enum DwarfAttribute attr, enum DwarfForm form) argument
[all...]
H A Ddwarf2reader_die_unittest.cc80 DwarfAttribute attr,
84 enum DwarfAttribute attr,
88 enum DwarfAttribute attr,
92 enum DwarfAttribute attr,
97 enum DwarfAttribute attr,
101 DwarfAttribute attr,
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DHtmlParserImpl.java134 private final CharacterRecorder attr; field in class:HtmlParserImpl
157 attr = new CharacterRecorder();
175 attr = new CharacterRecorder(aHtmlParserImpl.attr);
284 return inAttribute() ? attr.getContent().toLowerCase() : "";
345 attr.reset();
490 attr.maybeRecord(input);
517 attr.startRecording();
521 attr.stopRecording();
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c151 pthread_mutexattr_t attr; local
160 pthread_mutexattr_init(&attr);
163 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
166 pthread_mutex_init(&p_os->GKI_mutex, &attr);
224 pthread_condattr_t attr; local
227 pthread_condattr_init(&attr);
228 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
245 pthread_cond_init (&gki_cb.os.thread_evt_cond[task_id], &attr);
247 pthread_cond_init (&gki_cb.os.thread_timeout_cond[task_id], &attr);
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c148 pthread_mutexattr_t attr; local
157 pthread_mutexattr_init(&attr);
160 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
163 pthread_mutex_init(&p_os->GKI_mutex, &attr);
221 pthread_condattr_t attr; local
224 pthread_condattr_init(&attr);
225 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
242 pthread_cond_init (&gki_cb.os.thread_evt_cond[task_id], &attr);
244 pthread_cond_init (&gki_cb.os.thread_timeout_cond[task_id], &attr);
/external/libpcap/
H A Dpcap-netfilter-linux.c144 struct nfattr *attr = NFM_NFA(nfg); local
147 while (NFA_OK(attr, attr_len)) {
149 switch (NFA_TYPE(attr)) {
152 const struct nfqnl_msg_packet_hdr *pkt_hdr = (const struct nfqnl_msg_packet_hdr *) NFA_DATA(attr);
158 payload_attr = attr;
163 switch (NFA_TYPE(attr)) {
165 payload_attr = attr;
169 attr = NFA_NEXT(attr, attr_len);
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java450 Attribute attr;
538 attr = readAttribute(attrs,
545 if (attr != null) {
546 attr.next = cattrs;
547 cattrs = attr;
591 attr = cattrs.next;
594 cattrs = attr;
647 attr = readAttribute(attrs,
654 if (attr != null) {
655 attr
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_named_pipe.c78 SECURITY_ATTRIBUTES attr; member in struct:ctrl_iface_priv
174 priv->sec_attr_set ? &priv->attr : NULL);
401 os_memset(&priv->attr, 0, sizeof(priv->attr));
402 priv->attr.nLength = sizeof(priv->attr);
403 priv->attr.bInheritHandle = FALSE;
410 &priv->attr.lpSecurityDescriptor,
471 LocalFree(priv->attr.lpSecurityDescriptor);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DIETFUtils.java143 String attr = vTok.nextToken();
151 ASN1ObjectIdentifier oid = x500Style.attrNameToOID(attr.trim());
165 attr = vTok.nextToken();
173 oid = x500Style.attrNameToOID(attr.trim());
191 String attr = vTok.nextToken();
199 ASN1ObjectIdentifier oid = x500Style.attrNameToOID(attr.trim());
/external/selinux/sepolgen/src/sepolgen/
H A Dinterfaces.py215 def add_attr(self, attr):
216 self.attributes[attr.name] = attr
278 for attr in typeattribute.attributes:
279 if not attributes.attributes.has_key(attr):
280 # print "missing attribute " + attr
282 attr_vec = attributes.attributes[attr]
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java668 Node attr = atts.item(i);
670 String localName = attr.getLocalName();
671 String attrName = attr.getNodeName();
672 String attrPrefix = attr.getPrefix() == null ? "" : attr.getPrefix();
673 String attrValue = attr.getNodeValue();
678 type = ((Attr) attr).getSchemaTypeInfo().getTypeName();
682 String attrNS = attr.getNamespaceURI();
686 attrName=attr.getLocalName();
689 boolean isSpecified = ((Attr) attr)
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
H A DPKCS12KeyStoreSpi.java891 ASN1Primitive attr = null;
895 attr = (ASN1Primitive)attrSet.getObjectAt(0);
901 if (!existing.toASN1Primitive().equals(attr))
909 bagAttr.setBagAttribute(aOid, attr);
915 alias = ((DERBMPString)attr).getString();
920 localId = (ASN1OctetString)attr;
988 ASN1Primitive attr = null;
992 attr = (ASN1Primitive)attrSet.getObjectAt(0);
998 if (!existing.toASN1Primitive().equals(attr))
1006 bagAttr.setBagAttribute(aOid, attr);
[all...]
/external/clang/include/clang/Basic/
H A DMakefile49 $(Verb) $(ClangTableGen) -gen-clang-attr-list -o $(call SYSPATH, $@) \
55 $(Verb) $(ClangTableGen) -gen-clang-attr-has-attribute-impl -o $(call SYSPATH, $@) \
/external/elfutils/src/libdw/
H A Ddwarf_getscopes.c156 Dwarf_Attribute *attr = INTUSE (dwarf_attr) (inlinedie, local
159 if (INTUSE (dwarf_formref_die) (attr, &a->inlined_origin) == NULL)
/external/javassist/src/main/javassist/bytecode/
H A DInnerClassesAttribute.java211 InnerClassesAttribute attr = new InnerClassesAttribute(newCp, dest);
239 return attr;
/external/kernel-headers/original/uapi/linux/
H A Dmsdos_fs.h176 __u8 attr; /* attribute bits */ member in struct:msdos_dir_entry
191 __u8 attr; /* attribute byte */ member in struct:msdos_dir_slot
/external/libvpx/libvpx/vp9/common/
H A Dvp9_thread.h46 static INLINE int pthread_create(pthread_t* const thread, const void* attr, argument
49 (void)attr;
/external/libxml2/include/libxml/
H A DdebugXML.h33 xmlAttrPtr attr,
37 xmlAttrPtr attr,
/external/libxml2/python/
H A Dtypes.c289 libxml_xmlAttrPtrWrap(xmlAttrPtr attr) argument
294 printf("libxml_xmlAttrNodePtrWrap: attr = %p\n", attr);
296 if (attr == NULL) {
300 ret = PyCapsule_New((void *) attr, (char *) "xmlAttrPtr", NULL);
305 libxml_xmlAttributePtrWrap(xmlAttributePtr attr) argument
310 printf("libxml_xmlAttributePtrWrap: attr = %p\n", attr);
312 if (attr == NULL) {
316 ret = PyCapsule_New((void *) attr, (cha
[all...]
/external/linux-tools-perf/src/tools/perf/tests/
H A Drdpmc.c97 struct perf_event_attr attr = { local
109 fd = sys_perf_event_open(&attr, 0, -1, -1, 0);
/external/mesa3d/src/gallium/tools/trace/
H A Dformat.py140 def _attribute(self, attr):
143 ctypes.windll.kernel32.SetConsoleTextAttribute(self.handle, attr)

Completed in 1353 milliseconds

<<11121314151617181920>>