HomeSort by relevance Sort by last modified time
    Searched refs:STANDARD (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /external/curl/packages/vms/
gnv_curl_configure.sh 37 export GNV_CC_QUALIFIERS=/STANDARD=RELAXED
make_gnv_curl_install.sh 30 export GNV_CC_QUALIFIERS=/DEBUG/OPTIMIZE/STANDARD=RELAXED\
  /frameworks/av/include/media/stagefright/foundation/
ColorUtils.h 46 kColorStandardUnspecified = GET_HAL_BITFIELD(STANDARD, UNSPECIFIED),
47 kColorStandardBT709 = GET_HAL_BITFIELD(STANDARD, BT709),
48 kColorStandardBT601_625 = GET_HAL_BITFIELD(STANDARD, BT601_625),
49 kColorStandardBT601_625_Unadjusted = GET_HAL_BITFIELD(STANDARD, BT601_625_UNADJUSTED),
50 kColorStandardBT601_525 = GET_HAL_BITFIELD(STANDARD, BT601_525),
51 kColorStandardBT601_525_Unadjusted = GET_HAL_BITFIELD(STANDARD, BT601_525_UNADJUSTED),
52 kColorStandardBT2020 = GET_HAL_BITFIELD(STANDARD, BT2020),
53 kColorStandardBT2020Constant = GET_HAL_BITFIELD(STANDARD, BT2020_CONSTANT_LUMINANCE),
54 kColorStandardBT470M = GET_HAL_BITFIELD(STANDARD, BT470M),
55 kColorStandardFilm = GET_HAL_BITFIELD(STANDARD, FILM)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis-include.s 6 ;; SPECIFICATION FOR Motorola 8- and 16-Bit ASSEMBLY LANGUAGE INPUT STANDARD
malis.s 6 ;; SPECIFICATION FOR Motorola 8- and 16-Bit ASSEMBLY LANGUAGE INPUT STANDARD
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 583 null, "America/New_York", 3, TimeType.STANDARD},
586 null, "America/New_York", 3, TimeType.STANDARD},
595 EnumSet.of(ParseOption.ALL_STYLES), "America/New_York", 3, TimeType.STANDARD},
598 null, "America/Toronto", 3, TimeType.STANDARD},
601 null, "America/Chicago", 3, TimeType.STANDARD},
607 EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "America/Chicago", 3, TimeType.STANDARD},
610 EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "America/Chicago", 5, TimeType.STANDARD},
613 EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Shanghai", 3, TimeType.STANDARD},
616 EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Australia/Sydney", 4, TimeType.STANDARD},
619 EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Riyadh", 3, TimeType.STANDARD},
    [all...]
NumberFormatTestTuple.java 149 currencyUsageMap.put("standard", Currency.CurrencyUsage.STANDARD);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 579 null, "America/New_York", 3, TimeType.STANDARD},
582 null, "America/New_York", 3, TimeType.STANDARD},
591 EnumSet.of(ParseOption.ALL_STYLES), "America/New_York", 3, TimeType.STANDARD},
594 null, "America/Toronto", 3, TimeType.STANDARD},
597 null, "America/Chicago", 3, TimeType.STANDARD},
603 EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "America/Chicago", 3, TimeType.STANDARD},
606 EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "America/Chicago", 5, TimeType.STANDARD},
609 EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Shanghai", 3, TimeType.STANDARD},
612 EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Australia/Sydney", 4, TimeType.STANDARD},
615 EnumSet.of(ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Riyadh", 3, TimeType.STANDARD},
    [all...]
NumberFormatTestTuple.java 148 currencyUsageMap.put("standard", Currency.CurrencyUsage.STANDARD);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeRegex.java 143 * Convenience static function, using standard parameters.
148 return STANDARD.transform(regex);
158 return Pattern.compile(STANDARD.transform(regex));
168 return Pattern.compile(STANDARD.transform(regex), options);
349 private static UnicodeRegex STANDARD = new UnicodeRegex();
ICUCurrencyMetaInfo.java 52 return currencyDigits(isoCode, CurrencyUsage.STANDARD);
64 } else if (currencyPurpose == CurrencyUsage.STANDARD) {
TimeZoneGenericNames.java 311 * the zone never use daylight time around the given date, use the standard
323 * generic name, or the standard name (if the zone does not observes DST
390 // In CLDR, a same display name is used for both generic and standard
392 // For now, we check if the standard name is different from its generic
713 // TODO Some time zone uses a same name for the long standard name
714 // and the location name. When the match is a long standard name,
717 // if (bestMatch.nameType != GenericNameType.LONG || bestMatch.timeType != TimeType.STANDARD) {
722 // conflict not only for long standard names, but short standard names too.
727 if (bestMatch.timeType != TimeType.STANDARD) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeRegex.java 141 * Convenience static function, using standard parameters.
146 return STANDARD.transform(regex);
156 return Pattern.compile(STANDARD.transform(regex));
166 return Pattern.compile(STANDARD.transform(regex), options);
347 private static UnicodeRegex STANDARD = new UnicodeRegex();
TimeZoneGenericNames.java 309 * the zone never use daylight time around the given date, use the standard
321 * generic name, or the standard name (if the zone does not observes DST
388 // In CLDR, a same display name is used for both generic and standard
390 // For now, we check if the standard name is different from its generic
711 // TODO Some time zone uses a same name for the long standard name
712 // and the location name. When the match is a long standard name,
715 // if (bestMatch.nameType != GenericNameType.LONG || bestMatch.timeType != TimeType.STANDARD) {
720 // conflict not only for long standard names, but short standard names too.
725 if (bestMatch.timeType != TimeType.STANDARD) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ListFormatter.java 46 * Standard style.
51 STANDARD("standard"),
139 return getInstance(locale, Style.STANDARD);
150 return getInstance(ULocale.forLocale(locale), Style.STANDARD);
CurrencyMetaInfo.java 493 * This is equivalent to currencyDigits(isoCode, CurrencyUsage.STANDARD);
498 return currencyDigits(isoCode, CurrencyUsage.STANDARD);
TimeZoneFormat.java 96 * Specific long format, such as "Eastern Standard Time".
251 * Time type enum used for receiving time type (standard time, daylight time or unknown)
260 * Standard time
262 STANDARD,
808 * The argument is used for receiving the time type (standard time
814 * @param timeType the output argument for receiving the time type (standard/daylight/unknown)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ListFormatter.java 45 * Standard style.
50 STANDARD("standard"),
139 return getInstance(locale, Style.STANDARD);
151 return getInstance(ULocale.forLocale(locale), Style.STANDARD);
CurrencyMetaInfo.java 536 * This is equivalent to currencyDigits(isoCode, CurrencyUsage.STANDARD);
542 return currencyDigits(isoCode, CurrencyUsage.STANDARD);
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyMetaInfo.java 50 return currencyDigits(isoCode, CurrencyUsage.STANDARD);
62 } else if (currencyPurpose == CurrencyUsage.STANDARD) {