Searched defs:nameType (Results 1 - 8 of 8) sorted by relevance

/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
H A DGSSManagerTest.java125 public GSSName createName(byte[] name, Oid nameType, Oid mech) argument
131 public GSSName createName(byte[] name, Oid nameType) argument
137 public GSSName createName(String nameStr, Oid nameType, Oid mech) argument
143 public GSSName createName(String nameStr, Oid nameType) argument
154 public Oid[] getMechsForName(Oid nameType) { argument
/external/icu4c/i18n/
H A Dtznames.cpp348 UTimeZoneNameType nameType; member in struct:MatchInfo
353 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) { argument
354 this->nameType = nameType;
387 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, argument
392 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
404 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, argument
409 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
432 return match->nameType;
H A Dtimezone.cpp1277 UTimeZoneNameType nameType = UTZNM_UNKNOWN; local
1280 nameType = daylight ? UTZNM_LONG_DAYLIGHT : UTZNM_LONG_STANDARD;
1284 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD;
1295 tznames->getDisplayName(canonicalID, nameType, date, result);
H A Dtzgnames.cpp635 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; local
636 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name);
704 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC)
717 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName);
726 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
746 getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name);
951 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); local
955 switch (nameType) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidator.java1584 public void intersectEmptyPermittedSubtree(int nameType) argument
1586 switch (nameType)
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 174 milliseconds