Searched refs:nameType (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DAstUtil.java42 int nameType = parent.getFirstChild().getType();
44 return nameType == Token.NAME || nameType == Token.GETPROP
/external/chromium_org/third_party/icu/source/i18n/
H A Dtznames.cpp315 UTimeZoneNameType nameType; member in struct:MatchInfo
320 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) { argument
321 this->nameType = nameType;
354 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, argument
359 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
371 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, argument
376 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
399 return match->nameType;
H A Dtzgnames.cpp626 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; local
627 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name);
695 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC)
708 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName);
717 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
737 getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name);
942 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); local
946 switch (nameType) {
H A Dtimezone.cpp1231 UTimeZoneNameType nameType = UTZNM_UNKNOWN; local
1234 nameType = daylight ? UTZNM_LONG_DAYLIGHT : UTZNM_LONG_STANDARD;
1238 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD;
1249 tznames->getDisplayName(canonicalID, nameType, date, result);
H A Dtzfmt.cpp2568 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) {
2569 switch (nameType) {
/external/icu/icu4c/source/i18n/
H A Dtznames.cpp315 UTimeZoneNameType nameType; member in struct:MatchInfo
320 MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) { argument
321 this->nameType = nameType;
354 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, argument
359 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, &tzID, NULL);
371 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, argument
376 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID);
399 return match->nameType;
H A Dtzgnames.cpp626 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; local
627 fTimeZoneNames->getTimeZoneDisplayName(tzID, nameType, name);
695 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC)
708 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName);
717 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
737 getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name);
942 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); local
946 switch (nameType) {
H A Dtimezone.cpp1231 UTimeZoneNameType nameType = UTZNM_UNKNOWN; local
1234 nameType = daylight ? UTZNM_LONG_DAYLIGHT : UTZNM_LONG_STANDARD;
1238 nameType = daylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD;
1249 tznames->getDisplayName(canonicalID, nameType, date, result);
H A Dtzfmt.cpp2568 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) {
2569 switch (nameType) {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtznames.h302 * @param nameType The name type.
308 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
313 * @param nameType The name type.
319 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
H A Dtzfmt.h1038 * @param nameType the name type
1041 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
/external/icu/icu4c/source/i18n/unicode/
H A Dtznames.h300 * @param nameType The name type.
306 void addZone(UTimeZoneNameType nameType, int32_t matchLength,
311 * @param nameType The name type.
317 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
H A Dtzfmt.h1029 * @param nameType the name type
1032 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType 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/chromium_org/net/cert/
H A Dx509_certificate_mac.cc261 if (dns_names && name_struct.nameType == GNT_DNSName) {
265 } else if (ip_addrs && name_struct.nameType == GNT_IPAddress) {
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java284 int nameType;
289 nameType = items[readUnsignedShort(index + 2)];
292 readUTF8(nameType, buf),
293 readUTF8(nameType + 2, buf));
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ext.c1388 PRInt8 nameType = TLS_STE_NO_SERVER_NAME; local
1652 nameType =
1654 if (nameType != TLS_STE_NO_SERVER_NAME) {
1662 parsed_session_ticket->srvName.type = 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/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 425 milliseconds