Searched refs:entryType (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/libpopt/
H A Dpoptconfig.c18 const char * entryType; local
36 entryType = line;
88 if (!strcmp(entryType, "alias"))
90 else if (!strcmp(entryType, "exec"))
/external/icu4c/i18n/
H A Dtransreg.cpp432 } entryType; member in class:TransliteratorEntry
462 entryType = NONE;
468 if (entryType == PROTOTYPE) {
470 } else if (entryType == RBT_DATA) {
476 } else if (entryType == COMPOUND_RBT) {
485 if (entryType == PROTOTYPE) {
488 entryType = PROTOTYPE;
494 if (entryType == PROTOTYPE) {
497 entryType = FACTORY;
564 if (entry->entryType
[all...]
/external/webkit/Source/WebCore/dom/
H A DStyledElement.cpp73 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr) argument
77 return mappedAttributeDecls->get(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->value().impl()));
87 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMappedAttributeDeclaration* decl) argument
91 mappedAttributeDecls->set(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->value().impl()), decl);
94 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration* decl) argument
98 mappedAttributeDecls->set(MappedAttributeKey(entryType, name.localName().impl(), value.impl()), decl);
101 void StyledElement::removeMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& attrName, const AtomicString& attrValue) argument
105 mappedAttributeDecls->remove(MappedAttributeKey(entryType, attrName.localName().impl(), attrValue.impl()));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 94 milliseconds