HomeSort by relevance Sort by last modified time
    Searched defs:nameType (Results 1 - 11 of 11) sorted by null

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/jgss/
GSSManagerImplTest.java 41 Oid nameType = GSSName.NT_ANONYMOUS;
42 Oid[] mechs = gssManager.getMechsForName(nameType);
45 nameType = GSSName.NT_MACHINE_UID_NAME;
46 mechs = gssManager.getMechsForName(nameType);
49 nameType = GSSName.NT_STRING_UID_NAME;
50 mechs = gssManager.getMechsForName(nameType);
53 nameType = GSSName.NT_USER_NAME;
54 mechs = gssManager.getMechsForName(nameType);
59 nameType = GSSName.NT_HOSTBASED_SERVICE;
60 mechs = gssManager.getMechsForName(nameType);
    [all...]
  /libcore/luni/src/main/native/
java_lang_Character.cpp 49 UCharNameChoice nameType = isControl ? U_EXTENDED_CHAR_NAME : U_UNICODE_CHAR_NAME;
52 int32_t byteCount = u_charName(codePoint, nameType, &buf[0], sizeof(buf), &status);
  /external/icu4c/i18n/
tznames.cpp 348 UTimeZoneNameType nameType;
353 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
354 this->nameType = nameType;
387 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
392 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
404 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
409 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
432 return match->nameType;
timezone.cpp     [all...]
tzgnames.cpp 635 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC;
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);
955 switch (nameType) {
    [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 357 milliseconds