HomeSort by relevance Sort by last modified time
    Searched refs:entryType (Results 1 - 7 of 7) sorted by null

  /external/oprofile/libpopt/
poptconfig.c 18 const char * entryType;
36 entryType = line;
88 if (!strcmp(entryType, "alias"))
90 else if (!strcmp(entryType, "exec"))
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java 74 private RecipientEntry(int entryType) {
75 mEntryType = entryType;
88 int entryType, String displayName,
91 mEntryType = entryType;
  /external/icu4c/i18n/
transreg.cpp 432 } entryType;
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 == TransliteratorEntry::RULES_FORWARD |
    [all...]
  /external/webkit/Source/WebCore/dom/
StyledElement.cpp 73 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr)
77 return mappedAttributeDecls->get(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->value().impl()));
87 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMappedAttributeDeclaration* decl)
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)
98 mappedAttributeDecls->set(MappedAttributeKey(entryType, name.localName().impl(), value.impl()), decl);
101 void StyledElement::removeMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& attrName, const AtomicString& attrValue)
105 mappedAttributeDecls->remove(MappedAttributeKey(entryType, attrName.localName().impl(), attrValue.impl()));
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 194 milliseconds