HomeSort by relevance Sort by last modified time
    Searched refs:nameType (Results 1 - 18 of 18) 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...]
  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
GSSManagerTest.java 125 public GSSName createName(byte[] name, Oid nameType, Oid mech)
131 public GSSName createName(byte[] name, Oid nameType)
137 public GSSName createName(String nameStr, Oid nameType, Oid mech)
143 public GSSName createName(String nameStr, Oid nameType)
154 public Oid[] getMechsForName(Oid nameType) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 136 * corresponding to the {@code candidateNameType} and {@code nameType}.
138 private static void setScoreRange(int candidateNameType, int nameType, int scoreFrom, int scoreTo) {
139 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
146 * {@code nameType}.
148 private static int getMinScore(int candidateNameType, int nameType) {
149 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
155 * {@code nameType}.
157 private static int getMaxScore(int candidateNameType, int nameType) {
158 int index = nameType * NameLookupType.TYPE_COUNT + candidateNameType;
282 int nameType, String name, int algorithm)
    [all...]
  /external/icu4c/i18n/unicode/
tznames.h 282 * @param nameType The name type.
288 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
293 * @param nameType The name type.
299 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
tzfmt.h 819 * @param nameType the name type
822 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
    [all...]
  /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;
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...]
timezone.cpp     [all...]
tzfmt.cpp     [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/robolectric/lib/main/
commons-codec-1.6.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]
  /external/chromium/net/base/
x509_certificate_mac.cc 190 // |name_struct.nameType| and doing type-appropriate conversions. See
193 if (name_struct.nameType == name_type) {
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 331 milliseconds