/external/webkit/Source/WebCore/svg/ |
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...] |
SVGStyleElement.cpp | 88 void SVGStyleElement::parseMappedAttribute(Attribute* attr) 90 if (attr->name() == SVGNames::titleAttr && m_sheet) 91 m_sheet->setTitle(attr->value()); 93 if (SVGLangSpace::parseMappedAttribute(attr)) 95 SVGElement::parseMappedAttribute(attr);
|
/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 );
|
/external/ipsec-tools/src/racoon/ |
isakmp_cfg.c | 138 * We expect HDR, HASH, ATTR 322 struct isakmp_data *attr; local 331 attr = (struct isakmp_data *)(attrpl + 1); 335 type = ntohs(attr->type); 343 s_isakmp_cfg_type(type), ntohs(attr->lorv)); 348 attr, ntohs(attrpl->id))) != 0) 359 tlen -= sizeof(*attr); 360 attr++; 364 type = ntohs(attr->type); 365 alen = ntohs(attr->lorv) 494 struct isakmp_data *attr; local 662 struct isakmp_data *attr; local 1722 struct isakmp_data *attr; local [all...] |
/external/valgrind/main/drd/tests/ |
rwlock_test.c | 54 pthread_attr_t attr; local 82 pthread_attr_init(&attr); 83 err = pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN + 4096); 90 err = pthread_create(&tid[i], &attr, thread_func, 0); 97 pthread_attr_destroy(&attr);
|