HomeSort by relevance Sort by last modified time
    Searched refs:attr (Results 201 - 225 of 1290) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/qemu/elff/
dwarf_die.cc 74 bool DIEObject::get_attrib(Dwarf_At at_id, DIEAttrib* attr) const {
87 at_abbr = at_abbr->process(&attr->at_, &attr->form_);
88 die_attr = parent_cu()->process_attrib(die_attr, attr->form_, &attr->value_);
89 if (at_id == attr->at()) {
204 DIEAttrib attr; local
205 at_abbr = at_abbr->process(&attr.at_, &attr.form_);
206 die_attr = parent_cu()->process_attrib(die_attr, attr.form(), &attr.value_);
    [all...]
  /external/quake/quake/src/WinQuake/
quake.spec.sh 49 %attr(644,root,root) $3/README
50 %attr(4755,root,root) $3/squake
51 %attr(4755,root,root) $3/glquake
52 %attr(4755,root,root) $3/glquake.glx
53 %attr(4755,root,root) $3/glquake.3dfxgl
54 %attr(755,root,root) $3/quake.x11
55 %attr(755,root,root) /usr/lib/lib3dfxgl.so
56 %attr(755,root,root) /usr/lib/libMesaGL.so.2.6
  /external/webkit/Source/WebCore/svg/
SVGFEMergeNodeElement.cpp 47 void SVGFEMergeNodeElement::parseMappedAttribute(Attribute* attr)
49 const String& value = attr->value();
50 if (attr->name() == SVGNames::inAttr)
53 SVGElement::parseMappedAttribute(attr);
SVGFETileElement.cpp 47 void SVGFETileElement::parseMappedAttribute(Attribute* attr)
49 const String& value = attr->value();
50 if (attr->name() == SVGNames::inAttr)
53 SVGFilterPrimitiveStandardAttributes::parseMappedAttribute(attr);
SVGPolyElement.cpp 45 void SVGPolyElement::parseMappedAttribute(Attribute* attr)
47 const AtomicString& value = attr->value();
48 if (attr->name() == SVGNames::pointsAttr) {
58 if (SVGTests::parseMappedAttribute(attr))
60 if (SVGLangSpace::parseMappedAttribute(attr))
62 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
64 SVGStyledTransformableElement::parseMappedAttribute(attr);
SVGComponentTransferFunctionElement.cpp 51 void SVGComponentTransferFunctionElement::parseMappedAttribute(Attribute* attr)
53 const String& value = attr->value();
54 if (attr->name() == SVGNames::typeAttr) {
65 } else if (attr->name() == SVGNames::tableValuesAttr) {
70 } else if (attr->name() == SVGNames::slopeAttr)
72 else if (attr->name() == SVGNames::interceptAttr)
74 else if (attr->name() == SVGNames::amplitudeAttr)
76 else if (attr->name() == SVGNames::exponentAttr)
78 else if (attr->name() == SVGNames::offsetAttr)
81 SVGElement::parseMappedAttribute(attr);
    [all...]
SVGForeignObjectElement.cpp 58 void SVGForeignObjectElement::parseMappedAttribute(Attribute* attr)
60 const AtomicString& value = attr->value();
61 if (attr->name() == SVGNames::xAttr)
63 else if (attr->name() == SVGNames::yAttr)
65 else if (attr->name() == SVGNames::widthAttr)
67 else if (attr->name() == SVGNames::heightAttr)
70 if (SVGTests::parseMappedAttribute(attr))
72 if (SVGLangSpace::parseMappedAttribute(attr))
74 if (SVGExternalResourcesRequired::parseMappedAttribute(attr))
76 SVGStyledTransformableElement::parseMappedAttribute(attr);
    [all...]
  /external/webkit/Source/WebCore/wml/
WMLOnEventElement.cpp 49 void WMLOnEventElement::parseMappedAttribute(Attribute* attr)
51 if (attr->name() == HTMLNames::typeAttr) {
52 String parsedValue = parseValueForbiddingVariableReferences(attr->value());
65 WMLElement::parseMappedAttribute(attr);
WMLSetvarElement.cpp 48 void WMLSetvarElement::parseMappedAttribute(Attribute* attr)
50 if (attr->name() == HTMLNames::nameAttr) {
51 if (!isValidVariableName(parseValueSubstitutingVariableReferences(attr->value(), WMLErrorInvalidVariableName))) {
56 WMLElement::parseMappedAttribute(attr);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
attrgetownerelement02.java 41 * @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>
75 Attr attr; local
76 Attr newAttr;
79 attr = doc.createAttributeNS("http://www.w3.org/DOM/L1", "L1:att");
80 newAttr = element.setAttributeNodeNS(attr);
81 ownerElement = attr.getOwnerElement();
namednodemapsetnameditemns09.java 75 Attr attr; local
81 attr = doc.createAttributeNS("http://www.w3.org/DOM/Test", "test");
86 newNode = entities.setNamedItemNS(attr);
96 newNode = notations.setNamedItemNS(attr);
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 74 bool DIEObject::get_attrib(Dwarf_At at_id, DIEAttrib* attr) const {
87 at_abbr = at_abbr->process(&attr->at_, &attr->form_);
88 die_attr = parent_cu()->process_attrib(die_attr, attr->form_, &attr->value_);
89 if (at_id == attr->at()) {
204 DIEAttrib attr; local
205 at_abbr = at_abbr->process(&attr.at_, &attr.form_);
206 die_attr = parent_cu()->process_attrib(die_attr, attr.form(), &attr.value_)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
plugin.h 40 extern void register_attribute (const struct attribute_spec *attr);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
plugin.h 40 extern void register_attribute (const struct attribute_spec *attr);
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
plugin.h 40 extern void register_attribute (const struct attribute_spec *attr);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/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, };
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/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, };
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/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, };
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/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, };
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/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, };
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/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, };
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/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, };
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/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, };
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/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, };
  /system/extras/tests/bionic/libc/common/
test_pthread_getcpuclockid.c 72 pthread_attr_t attr; local
75 pthread_attr_init(&attr);
76 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
79 pthread_create( &threads[nn], &attr, thread_func, (void*)nn );

Completed in 282 milliseconds

1 2 3 4 5 6 7 891011>>