HomeSort by relevance Sort by last modified time
    Searched refs:entryType (Results 1 - 6 of 6) 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"))
  /external/chromium/third_party/icu/source/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/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/WebCore/dom/
StyledElement.cpp 69 CSSMappedAttributeDeclaration* StyledElement::getMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr)
73 return mappedAttributeDecls->get(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->value().impl()));
83 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, Attribute* attr, CSSMappedAttributeDeclaration* decl)
87 mappedAttributeDecls->set(MappedAttributeKey(entryType, attr->name().localName().impl(), attr->value().impl()), decl);
90 void StyledElement::setMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration* decl)
94 mappedAttributeDecls->set(MappedAttributeKey(entryType, name.localName().impl(), value.impl()), decl);
97 void StyledElement::removeMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& attrName, const AtomicString& attrValue)
101 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...]

Completed in 96 milliseconds