HomeSort by relevance Sort by last modified time
    Searched refs:attr (Results 151 - 175 of 828) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/wpa_supplicant/
eap_sim.c 192 struct eap_sim_attrs *attr)
194 if (attr->next_pseudonym) {
196 data->pseudonym = os_malloc(attr->next_pseudonym_len);
202 os_memcpy(data->pseudonym, attr->next_pseudonym,
203 attr->next_pseudonym_len);
204 data->pseudonym_len = attr->next_pseudonym_len;
211 if (attr->next_reauth_id) {
213 data->reauth_id = os_malloc(attr->next_reauth_id_len);
219 os_memcpy(data->reauth_id, attr->next_reauth_id,
220 attr->next_reauth_id_len)
803 struct eap_sim_attrs attr; local
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
attrgetownerelement03.java 54 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#Attr-ownerElement">http://www.w3.org/TR/DOM-Level-2-Core/core#Attr-ownerElement</a>
80 Attr attr; local
82 attr = doc.createAttributeNS("http://www.w3.org/DOM", "dom:attr");
83 ownerElement = attr.getOwnerElement();
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Thread.c 46 pthread_attr_t attr; member in struct:_SEC_THREAD_HANDLE_TYPE
64 pthread_attr_init(&thread->attr);
66 pthread_attr_setstacksize(&thread->attr, thread->stack_size);
70 pthread_attr_setschedparam(&thread->attr, &thread->schedparam);
72 detach_ret = pthread_attr_setdetachstate(&thread->attr, PTHREAD_CREATE_JOINABLE);
78 result = pthread_create(&thread->pthread, &thread->attr, function_name, (void *)argument);
  /external/webkit/WebCore/html/
HTMLStyleElement.cpp 44 void HTMLStyleElement::parseMappedAttribute(MappedAttribute *attr)
46 if (attr->name() == mediaAttr)
47 m_media = attr->value().string().lower();
48 else if (attr->name() == titleAttr && m_sheet)
49 m_sheet->setTitle(attr->value());
51 HTMLElement::parseMappedAttribute(attr);
HTMLDataGridColElement.cpp 148 void HTMLDataGridColElement::parseMappedAttribute(MappedAttribute* attr)
150 HTMLElement::parseMappedAttribute(attr);
155 if (attr->name() == labelAttr)
157 else if (attr->name() == typeAttr)
159 else if (attr->name() == primaryAttr)
161 else if (attr->name() == sortableAttr)
163 else if (attr->name() == sortdirectionAttr)
165 else if (attr->name() == idAttributeName())
HTMLFormControlElement.cpp 91 void HTMLFormControlElement::parseMappedAttribute(MappedAttribute *attr)
94 if (attr->name() == nameAttr)
95 m_hasName = !attr->isEmpty();
96 else if (attr->name() == disabledAttr) {
98 m_disabled = !attr->isNull();
104 } else if (attr->name() == readonlyAttr) {
106 m_readOnly = !attr->isNull();
112 } else if (attr->name() == requiredAttr) {
114 m_required = !attr->isNull();
118 HTMLElement::parseMappedAttribute(attr);
    [all...]
  /external/webkit/WebCore/svg/
SVGFEColorMatrixElement.cpp 44 void SVGFEColorMatrixElement::parseMappedAttribute(MappedAttribute* attr)
46 const String& value = attr->value();
47 if (attr->name() == SVGNames::typeAttr) {
57 else if (attr->name() == SVGNames::inAttr)
59 else if (attr->name() == SVGNames::valuesAttr)
62 SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);
SVGFitToViewBox.cpp 27 #include "Attr.h"
86 bool SVGFitToViewBox::parseMappedAttribute(Document* document, MappedAttribute* attr)
88 if (attr->name() == SVGNames::viewBoxAttr) {
90 const UChar* c = attr->value().characters();
91 const UChar* end = c + attr->value().length();
95 } else if (attr->name() == SVGNames::preserveAspectRatioAttr) {
96 SVGPreserveAspectRatio::parsePreserveAspectRatio(this, attr->value());
SVGClipPathElement.cpp 49 void SVGClipPathElement::parseMappedAttribute(MappedAttribute* attr)
51 if (attr->name() == SVGNames::clipPathUnitsAttr) {
52 if (attr->value() == "userSpaceOnUse")
54 else if (attr->value() == "objectBoundingBox")
57 if (SVGTests::parseMappedAttribute(attr))
59 if (SVGLangSpace::parseMappedAttribute(attr))
61 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
63 SVGStyledTransformableElement::parseMappedAttribute(attr);
SVGFESpecularLightingElement.cpp 49 void SVGFESpecularLightingElement::parseMappedAttribute(MappedAttribute* attr)
51 const String& value = attr->value();
52 if (attr->name() == SVGNames::inAttr)
54 else if (attr->name() == SVGNames::surfaceScaleAttr)
56 else if (attr->name() == SVGNames::specularConstantAttr)
58 else if (attr->name() == SVGNames::specularExponentAttr)
60 else if (attr->name() == SVGNames::kernelUnitLengthAttr) {
67 SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);
SVGSVGElement.cpp 220 void SVGSVGElement::parseMappedAttribute(MappedAttribute* attr)
226 if (attr->name() == onunloadAttr)
227 document()->setWindowAttributeEventListener(eventNames().unloadEvent, createAttributeEventListener(document()->frame(), attr));
228 else if (attr->name() == onresizeAttr)
229 document()->setWindowAttributeEventListener(eventNames().resizeEvent, createAttributeEventListener(document()->frame(), attr));
230 else if (attr->name() == onscrollAttr)
231 document()->setWindowAttributeEventListener(eventNames().scrollEvent, createAttributeEventListener(document()->frame(), attr));
232 else if (attr->name() == SVGNames::onzoomAttr)
233 document()->setWindowAttributeEventListener(eventNames().zoomEvent, createAttributeEventListener(document()->frame(), attr));
241 if (attr->name() == onabortAttr
    [all...]
  /external/quake/quake/src/WinQuake/
quake-data.spec.sh 46 %attr(644,root,root) $3/comexp.txt
47 %attr(644,root,root) $3/help.txt
48 %attr(644,root,root) $3/licinfo.txt
49 %attr(644,root,root) $3/manual.txt
50 %attr(644,root,root) $3/readme.txt
51 %attr(644,root,root) $3/rlicnse.txt
52 %attr(644,root,root) $3/techinfo.txt
53 %attr(644,root,root) $3/id1/pak0.pak
54 %attr(644,root,root) $3/id1/pak1.pak
  /external/webkit/WebCore/wml/
WMLDoElement.cpp 98 void WMLDoElement::parseMappedAttribute(MappedAttribute* attr)
100 if (attr->name() == HTMLNames::typeAttr)
101 m_type = parseValueForbiddingVariableReferences(attr->value());
102 else if (attr->name() == HTMLNames::nameAttr)
103 m_name = parseValueForbiddingVariableReferences(attr->value());
104 else if (attr->name() == optionalAttr)
105 m_isOptional = (attr->value() == "true");
107 WMLElement::parseMappedAttribute(attr);
WMLImageLoader.cpp 50 String WMLImageLoader::sourceURI(const AtomicString& attr) const
52 return deprecatedParseURL(KURL(element()->baseURI(), attr).string());
WMLOptionElement.cpp 78 void WMLOptionElement::parseMappedAttribute(MappedAttribute* attr)
80 if (attr->name() == HTMLNames::valueAttr)
81 m_data.setValue(parseValueSubstitutingVariableReferences(attr->value()));
82 else if (attr->name() == HTMLNames::titleAttr)
83 m_data.setLabel(parseValueSubstitutingVariableReferences(attr->value()));
84 else if (attr->name() == onpickAttr) {
86 RefPtr<WMLIntrinsicEvent> event = WMLIntrinsicEvent::create(document(), attr->value());
91 WMLFormControlElement::parseMappedAttribute(attr);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_aka.c 263 struct eap_sim_attrs *attr)
265 if (attr->next_pseudonym) {
267 data->pseudonym = os_malloc(attr->next_pseudonym_len);
273 os_memcpy(data->pseudonym, attr->next_pseudonym,
274 attr->next_pseudonym_len);
275 data->pseudonym_len = attr->next_pseudonym_len;
282 if (attr->next_reauth_id) {
284 data->reauth_id = os_malloc(attr->next_reauth_id_len);
290 os_memcpy(data->reauth_id, attr->next_reauth_id,
291 attr->next_reauth_id_len)
1149 struct eap_sim_attrs attr; local
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/serialize/
SerializerUtils.java 50 * @param attr Attribute node to add to SerializationHandler.
54 public static void addAttribute(SerializationHandler handler, int attr)
60 DTM dtm = transformer.getXPathContext().getDTM(attr);
62 if (SerializerUtils.isDefinedNSDecl(handler, attr, dtm))
65 String ns = dtm.getNamespaceURI(attr);
75 dtm.getLocalName(attr),
76 dtm.getNodeName(attr),
78 dtm.getNodeValue(attr), false);
210 * @param attr Namespace attribute node
211 * @param dtm The DTM that owns attr
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
ElementImpl.java 21 import org.w3c.dom.Attr;
77 AttrImpl attr = attributes.get(i); local
78 if (attr.matchesName(name, false)) {
88 AttrImpl attr = attributes.get(i); local
89 if (attr.matchesNameNS(namespaceURI, localName, false)) {
98 Attr attr = getAttributeNode(name); local
100 if (attr == null) {
104 return attr.getValue();
108 Attr attr = getAttributeNodeNS(namespaceURI, localName) local
288 Attr attr = getAttributeNode(name); local
300 Attr attr = getAttributeNodeNS(namespaceURI, qualifiedName); local
435 AttrImpl attr = getAttributeNode(name); local
445 AttrImpl attr = getAttributeNodeNS(namespaceURI, localName); local
    [all...]
  /bionic/libc/kernel/common/linux/
sysdev.h 30 struct attribute attr; member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
53 struct attribute attr; member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /development/ndk/platforms/android-3/include/linux/
sysdev.h 30 struct attribute attr; member in struct:sysdev_class_attribute
35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
53 struct attribute attr; member in struct:sysdev_attribute
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
  /external/elfutils/libdw/
libdw.h 226 extern int dwarf_hasform (Dwarf_Attribute *attr, unsigned int search_form);
229 extern unsigned int dwarf_whatattr (Dwarf_Attribute *attr);
232 extern unsigned int dwarf_whatform (Dwarf_Attribute *attr);
239 extern int dwarf_formudata (Dwarf_Attribute *attr, Dwarf_Word *return_uval)
243 extern int dwarf_formsdata (Dwarf_Attribute *attr, Dwarf_Sword *return_uval)
247 extern int dwarf_formaddr (Dwarf_Attribute *attr, Dwarf_Addr *return_addr)
251 extern int dwarf_formref (Dwarf_Attribute *attr, Dwarf_Off *return_offset)
255 extern int dwarf_formblock (Dwarf_Attribute *attr, Dwarf_Block *return_block)
259 extern int dwarf_formflag (Dwarf_Attribute *attr, bool *return_bool)
391 extern int dwarf_getloclist (Dwarf_Attribute *attr, Dwarf_Loc **llbuf
    [all...]
  /external/expat/examples/
outline.c 49 start(void *data, const char *el, const char **attr)
58 for (i = 0; attr[i]; i += 2) {
59 printf(" %s='%s'", attr[i], attr[i + 1]);
  /external/kernel-headers/original/linux/
sysdev.h 41 struct attribute attr; member in struct:sysdev_class_attribute
48 .attr = {.name = __stringify(_name), .mode = _mode }, \
95 struct attribute attr; member in struct:sysdev_attribute
103 .attr = {.name = __stringify(_name), .mode = _mode }, \
  /external/openssl/crypto/x509/
x509_req.c 188 X509_ATTRIBUTE *attr; local
200 attr = X509_REQ_get_attr(req, idx);
201 if(attr->single) ext = attr->value.single;
202 else if(sk_ASN1_TYPE_num(attr->value.set))
203 ext = sk_ASN1_TYPE_value(attr->value.set, 0);
222 X509_ATTRIBUTE *attr = NULL; local
232 if(!(attr = X509_ATTRIBUTE_new())) goto err;
233 if(!(attr->value.set = sk_ASN1_TYPE_new_null())) goto err;
234 if(!sk_ASN1_TYPE_push(attr->value.set, at)) goto err
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_sysmutex.c 45 pthread_mutexattr_t attr; local
50 pthread_mutexattr_init(&attr);
54 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
56 if ( pthread_mutex_init(&mutex->id, &attr) != 0 ) {

Completed in 768 milliseconds

1 2 3 4 5 67 8 91011>>