HomeSort by relevance Sort by last modified time
    Searched refs:attr (Results 226 - 250 of 1870) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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();
  /system/extras/fatblock/
fat.c 36 char *name, uint8_t attr,
45 de->attr = attr;
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 290 cl::list<bool>::iterator attr, attrBegin, attrEnd; local
293 for (attr = attrBegin; attr != attrEnd; ++attr) {
294 unsigned int pos = ArgWholeArchiveList.getPosition(attr - attrBegin);
301 for (attr = attrBegin; attr != attrEnd; ++attr) {
302 unsigned int pos = ArgNoWholeArchiveList.getPosition(attr - attrBegin);
309 for (attr = attrBegin; attr != attrEnd; ++attr)
    [all...]
  /external/elfutils/libdw/
dwarf_getlocation.c 63 attr_ok (Dwarf_Attribute *attr)
65 if (attr == NULL)
69 switch (attr->code)
342 dwarf_getlocation (attr, llbuf, listlen)
343 Dwarf_Attribute *attr;
347 if (! attr_ok (attr))
352 if (INTUSE(dwarf_formblock) (attr, &block) != 0)
355 return getlocation (attr->cu, &block, llbuf, listlen);
359 dwarf_getlocation_addr (attr, address, llbufs, listlens, maxlocs)
360 Dwarf_Attribute *attr;
    [all...]
  /external/llvm/lib/Support/
Mutex.cpp 50 pthread_mutexattr_t attr;
53 int errorcode = pthread_mutexattr_init(&attr);
59 errorcode = pthread_mutexattr_settype(&attr, kind);
65 errorcode = pthread_mutexattr_setpshared(&attr, PTHREAD_PROCESS_PRIVATE);
70 errorcode = pthread_mutex_init(mutex, &attr);
74 errorcode = pthread_mutexattr_destroy(&attr);
  /external/webkit/Source/WebCore/html/
HTMLStyleElement.cpp 56 void HTMLStyleElement::parseMappedAttribute(Attribute* attr)
58 if (attr->name() == titleAttr && m_sheet)
59 m_sheet->setTitle(attr->value());
60 else if (attr->name() == onbeforeprocessAttr)
61 setAttributeEventListener(eventNames().beforeprocessEvent, createAttributeEventListener(this, attr));
63 HTMLElement::parseMappedAttribute(attr);
HTMLButtonElement.cpp 82 void HTMLButtonElement::parseMappedAttribute(Attribute* attr)
84 if (attr->name() == typeAttr) {
85 if (equalIgnoringCase(attr->value(), "reset"))
87 else if (equalIgnoringCase(attr->value(), "button"))
92 } else if (attr->name() == alignAttr) {
96 HTMLFormControlElement::parseMappedAttribute(attr);
172 bool HTMLButtonElement::isURLAttribute(Attribute* attr) const
174 return attr->name() == formactionAttr;
HTMLDataGridColElement.cpp 153 void HTMLDataGridColElement::parseMappedAttribute(Attribute* attr)
155 HTMLElement::parseMappedAttribute(attr);
160 if (attr->name() == labelAttr)
162 else if (attr->name() == typeAttr)
164 else if (attr->name() == primaryAttr)
166 else if (attr->name() == sortableAttr)
168 else if (attr->name() == sortdirectionAttr)
170 else if (isIdAttributeName(attr->name()))
HTMLObjectElement.cpp 80 void HTMLObjectElement::parseMappedAttribute(Attribute* attr)
82 if (attr->name() == typeAttr) {
83 m_serviceType = attr->value().lower();
91 } else if (attr->name() == dataAttr) {
92 m_url = stripLeadingAndTrailingHTMLSpaces(attr->value());
101 } else if (attr->name() == classidAttr) {
102 m_classId = attr->value();
105 } else if (attr->name() == onloadAttr)
106 setAttributeEventListener(eventNames().loadEvent, createAttributeEventListener(this, attr));
107 else if (attr->name() == onbeforeloadAttr
    [all...]
  /external/webkit/Source/WebCore/wml/
WMLTemplateElement.cpp 51 void WMLTemplateElement::parseMappedAttribute(Attribute* attr)
55 if (attr->name() == onenterforwardAttr)
57 else if (attr->name() == onenterbackwardAttr)
59 else if (attr->name() == ontimerAttr)
62 WMLElement::parseMappedAttribute(attr);
70 RefPtr<WMLIntrinsicEvent> event = WMLIntrinsicEvent::create(document(), attr->value());
WMLDoElement.cpp 104 void WMLDoElement::parseMappedAttribute(Attribute* attr)
106 if (attr->name() == HTMLNames::typeAttr)
107 m_type = parseValueForbiddingVariableReferences(attr->value());
108 else if (attr->name() == HTMLNames::nameAttr)
109 m_name = parseValueForbiddingVariableReferences(attr->value());
110 else if (attr->name() == optionalAttr)
111 m_isOptional = (attr->value() == "true");
113 WMLElement::parseMappedAttribute(attr);
WMLImageLoader.cpp 50 String WMLImageLoader::sourceURI(const AtomicString& attr) const
52 return KURL(element()->baseURI(), stripLeadingAndTrailingHTMLSpaces(attr));
WMLOptionElement.cpp 83 void WMLOptionElement::parseMappedAttribute(Attribute* attr)
85 if (attr->name() == HTMLNames::valueAttr)
86 m_data.setValue(parseValueSubstitutingVariableReferences(attr->value()));
87 else if (attr->name() == HTMLNames::titleAttr)
88 m_data.setLabel(parseValueSubstitutingVariableReferences(attr->value()));
89 else if (attr->name() == onpickAttr) {
91 RefPtr<WMLIntrinsicEvent> event = WMLIntrinsicEvent::create(document(), attr->value());
96 WMLFormControlElement::parseMappedAttribute(attr);
  /external/wpa_supplicant_8/src/eap_peer/
eap_aka.c 266 struct eap_sim_attrs *attr)
268 if (attr->next_pseudonym) {
276 attr->next_pseudonym,
277 attr->next_pseudonym_len);
288 data->pseudonym = os_malloc(attr->next_pseudonym_len +
296 os_memcpy(data->pseudonym, attr->next_pseudonym,
297 attr->next_pseudonym_len);
299 os_memcpy(data->pseudonym + attr->next_pseudonym_len,
302 data->pseudonym_len = attr->next_pseudonym_len + realm_len;
306 if (attr->next_reauth_id)
1177 struct eap_sim_attrs attr; local
    [all...]
  /frameworks/wilhelm/src/
locks.h 22 extern void object_unlock_exclusive_attributes_(IObject *thiz, unsigned attr,
28 extern void object_unlock_exclusive_attributes(IObject *thiz, unsigned attr);
37 #define object_unlock_exclusive_attributes(thiz, attr) \
38 object_unlock_exclusive_attributes_((thiz), (attr), __FILE__, __LINE__)
53 #define interface_unlock_exclusive_attributes(thiz, attr) \
54 object_unlock_exclusive_attributes(InterfaceToIObject(thiz), (attr))
  /bionic/libc/bionic/
pthread.c 67 *p_stack_size = thread->attr.stack_size;
68 return thread->attr.stack_base;
100 void* stack_base = thread->attr.stack_base;
101 int stack_size = thread->attr.stack_size;
102 int user_stack = (thread->attr.flags & PTHREAD_ATTR_FLAG_USER_STACK) != 0;
121 if (thread->attr.flags & PTHREAD_ATTR_FLAG_DETACHED) {
128 thread->attr.stack_base = NULL;
129 thread->attr.stack_size = 0;
326 int pthread_mutexattr_init(pthread_mutexattr_t *attr)
328 if (attr) {
    [all...]
  /cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp 29 uint64_t attr[10] = { 0x4800000001, (uint32_t) -1, 0, 0, 0, 0x300 }; local
31 int fd = syscall(__NR_perf_event_open, attr, 0, -1, -1, 0);
  /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/smack/src/com/kenai/jbosh/
AbstractBody.java 67 * @param attr name of the attribute to retriece
70 public final String getAttribute(final BodyQName attr) {
72 return attrs.get(attr);
  /external/webkit/Source/WebCore/svg/
SVGClipPathElement.cpp 52 void SVGClipPathElement::parseMappedAttribute(Attribute* attr)
54 if (attr->name() == SVGNames::clipPathUnitsAttr) {
55 if (attr->value() == "userSpaceOnUse")
57 else if (attr->value() == "objectBoundingBox")
60 if (SVGTests::parseMappedAttribute(attr))
62 if (SVGLangSpace::parseMappedAttribute(attr))
64 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
66 SVGStyledTransformableElement::parseMappedAttribute(attr);
SVGPatternElement.cpp 74 void SVGPatternElement::parseMappedAttribute(Attribute* attr)
76 if (attr->name() == SVGNames::patternUnitsAttr) {
77 if (attr->value() == "userSpaceOnUse")
79 else if (attr->value() == "objectBoundingBox")
81 } else if (attr->name() == SVGNames::patternContentUnitsAttr) {
82 if (attr->value() == "userSpaceOnUse")
84 else if (attr->value() == "objectBoundingBox")
86 } else if (attr->name() == SVGNames::patternTransformAttr) {
88 if (!SVGTransformable::parseTransformAttribute(newList, attr->value()))
93 } else if (attr->name() == SVGNames::xAttr
    [all...]
SVGCircleElement.cpp 54 void SVGCircleElement::parseMappedAttribute(Attribute* attr)
56 if (attr->name() == SVGNames::cxAttr)
57 setCxBaseValue(SVGLength(LengthModeWidth, attr->value()));
58 else if (attr->name() == SVGNames::cyAttr)
59 setCyBaseValue(SVGLength(LengthModeHeight, attr->value()));
60 else if (attr->name() == SVGNames::rAttr) {
61 setRBaseValue(SVGLength(LengthModeOther, attr->value()));
65 if (SVGTests::parseMappedAttribute(attr))
67 if (SVGLangSpace::parseMappedAttribute(attr))
69 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
InputFactory.h 49 /// attr - the last touched attribute.
50 const AttributeProxy& attr() const { return *m_pLast; } function in class:mcld::InputFactory
51 AttributeProxy& attr() { return *m_pLast; } function in class:mcld::InputFactory
  /packages/apps/Contacts/src/com/android/contacts/util/
ThemeUtils.java 39 return getAttribute(theme, android.R.attr.selectableItemBackground);
46 return getAttribute(theme, android.R.attr.activatedBackgroundIndicator);
  /external/apache-xml/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...]

Completed in 385 milliseconds

1 2 3 4 5 6 7 8 91011>>