/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_formats.c | 38 #define FORMAT(vk, rt, tex, swiz, return_size, supports_filtering) \ macro 68 FORMAT(B8G8R8A8_SRGB, SRGB8_ALPHA8, RGBA8, SWIZ_ZYXW, 16, true), 69 FORMAT(B8G8R8A8_UNORM, RGBA8, RGBA8, SWIZ_ZYXW, 16, true), 71 FORMAT(R8G8B8A8_SRGB, SRGB8_ALPHA8, RGBA8, SWIZ_XYZW, 16, true), 72 FORMAT(R8G8B8A8_UNORM, RGBA8, RGBA8, SWIZ_XYZW, 16, true), 73 FORMAT(R8G8B8A8_SNORM, NO, RGBA8_SNORM, SWIZ_XYZW, 16, true), 74 FORMAT(R8G8B8A8_SINT, RGBA8I, RGBA8I, SWIZ_XYZW, 16, false), 75 FORMAT(R8G8B8A8_UINT, RGBA8UI, RGBA8UI, SWIZ_XYZW, 16, false), 77 FORMAT(R16G16B16A16_SFLOAT, RGBA16F, RGBA16F, SWIZ_XYZW, 16, true), 78 FORMAT(R16G16B16A16_UNOR [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_format_table.c | 38 #define FORMAT(pipe, rt, tex, swiz, return_size, return_channels) \ macro 62 FORMAT(B8G8R8A8_UNORM, RGBA8, RGBA8, SWIZ_ZYXW, 16, 0), 63 FORMAT(B8G8R8X8_UNORM, RGBA8, RGBA8, SWIZ_ZYX1, 16, 0), 64 FORMAT(B8G8R8A8_SRGB, SRGB8_ALPHA8, RGBA8, SWIZ_ZYXW, 16, 0), 65 FORMAT(B8G8R8X8_SRGB, SRGB8_ALPHA8, RGBA8, SWIZ_ZYX1, 16, 0), 66 FORMAT(R8G8B8A8_UNORM, RGBA8, RGBA8, SWIZ_XYZW, 16, 0), 67 FORMAT(R8G8B8X8_UNORM, RGBA8, RGBA8, SWIZ_XYZ1, 16, 0), 68 FORMAT(R8G8B8A8_SRGB, SRGB8_ALPHA8, RGBA8, SWIZ_XYZW, 16, 0), 69 FORMAT(R8G8B8X8_SRGB, SRGB8_ALPHA8, RGBA8, SWIZ_XYZ1, 16, 0), 70 FORMAT(R8G8B8A8_SNOR [all...] |
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | logging.h | 93 #define ntfs_log_critical(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_CRITICAL,NULL,FORMAT,##ARGS) 94 #define ntfs_log_error(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_ERROR,NULL,FORMAT,##ARGS) 95 #define ntfs_log_info(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_INFO,NULL,FORMAT,##ARGS) 96 #define ntfs_log_perror(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_PERROR,NULL,FORMAT,##ARGS) 97 #define ntfs_log_progress(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_PROGRESS,NULL,FORMAT,##ARG [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_formats.c | 70 #define FORMAT(pipe, rt, tex, swiz) \ macro 74 FORMAT(R8G8B8A8_UNORM, RGBA8888, RGBA8888, SWIZ(X, Y, Z, W)), 75 FORMAT(R8G8B8X8_UNORM, RGBA8888, RGBA8888, SWIZ(X, Y, Z, 1)), 76 FORMAT(R8G8B8A8_SRGB, RGBA8888, RGBA8888, SWIZ(X, Y, Z, W)), 77 FORMAT(R8G8B8X8_SRGB, RGBA8888, RGBA8888, SWIZ(X, Y, Z, 1)), 79 FORMAT(B8G8R8A8_UNORM, RGBA8888, RGBA8888, SWIZ(Z, Y, X, W)), 80 FORMAT(B8G8R8X8_UNORM, RGBA8888, RGBA8888, SWIZ(Z, Y, X, 1)), 81 FORMAT(B8G8R8A8_SRGB, RGBA8888, RGBA8888, SWIZ(Z, Y, X, W)), 82 FORMAT(B8G8R8X8_SRGB, RGBA8888, RGBA8888, SWIZ(Z, Y, X, 1)), 84 FORMAT(B5G6R5_UNOR [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tsdtfmsy.cpp | 67 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT}; in TestGetMonths2() 92 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT}; in TestGetWeekdays2() 154 const UnicodeString * wdFmtAbbrev = symbol->getWeekdays(cntFmtAbbrev,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED); in TestGetSetSpecificItems() 155 const UnicodeString * wdFmtShort = symbol->getWeekdays(cntFmtShort,DateFormatSymbols::FORMAT,DateFormatSymbols::SHORT); in TestGetSetSpecificItems() 241 const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols() 242 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols() 243 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != in TestSymbols() 244 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { in TestSymbols() 245 errln("ERROR: setMonths(FORMAT,WIDE) failed"); in TestSymbols() 248 const UnicodeString *abbrMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbol in TestSymbols() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestDateFormatSymbols.java | 61 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetMonths2() 83 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetWeekdays2() 206 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 207 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 208 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 211 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)"); in TestSymbols() 216 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)"); in TestSymbols() 221 final String[] abbrMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols() 222 fr2.setMonths(abbrMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols() 223 final String[] abbrMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbol in TestSymbols() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | IntlTestDateFormatSymbols.java | 64 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetMonths2() 86 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetWeekdays2() 209 final String[] wideMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 210 fr2.setMonths(wideMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 211 final String[] wideMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.WIDE); in TestSymbols() 214 errln("ERROR: setMonths(FORMAT,WIDE) failed (different size array)"); in TestSymbols() 219 errln("ERROR: setMonths(FORMAT,WIDE) failed (different string values)"); in TestSymbols() 224 final String[] abbrMonths = en.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols() 225 fr2.setMonths(abbrMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.ABBREVIATED); in TestSymbols() 226 final String[] abbrMonths1 = fr2.getMonths(DateFormatSymbols.FORMAT,DateFormatSymbol in TestSymbols() [all...] |
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_formats.c | 33 #define FORMAT(vk, tex_fmt, pack_mode) \ macro 51 FORMAT(R8_UINT, U8, U8), 53 FORMAT(B8G8R8A8_UNORM, U8U8U8U8, U8U8U8U8), 55 FORMAT(R32_UINT, U32, U32), 57 FORMAT(R32G32B32A32_UINT, U32U32U32U32, U32U32U32U32), 59 FORMAT(R32G32B32A32_SFLOAT, F32F32F32F32, F32F32F32F32), 61 FORMAT(D32_SFLOAT, F32, F32), 64 #undef FORMAT macro
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CECalendar.java | 56 * in the default time zone with the default <code>FORMAT</code> locale. 59 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() 64 * in the given time zone with the default <code>FORMAT</code> locale. 69 this(zone, ULocale.getDefault(Category.FORMAT)); in CECalendar() 120 * in the default time zone with the default <code>FORMAT</code> locale. 130 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() 136 * in the default time zone with the default <code>FORMAT</code> locale. 141 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() 147 * and time set for the default time zone with the default <code>FORMAT</code> locale. 160 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() [all...] |
H A D | PersianCalendar.java | 102 * in the default time zone with the default <code>FORMAT</code> locale. 103 * @see Category#FORMAT 111 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 116 * in the given time zone with the default <code>FORMAT</code> locale. 118 * @see Category#FORMAT 126 this(zone, ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 195 * in the default time zone with the default <code>FORMAT</code> locale. 198 * @see Category#FORMAT 205 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 211 * in the default time zone with the default <code>FORMAT</cod [all...] |
H A D | IndianCalendar.java | 160 * in the default time zone with the default <code>FORMAT</code> locale. 161 * @see Category#FORMAT 165 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 170 * in the given time zone with the default <code>FORMAT</code> locale. 173 * @see Category#FORMAT 177 this(zone, ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 232 * in the default time zone with the default <code>FORMAT</code> locale. 235 * @see Category#FORMAT 239 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 245 * in the default time zone with the default <code>FORMAT</cod [all...] |
H A D | GregorianCalendar.java | 335 * in the default time zone with the default <code>FORMAT</code> locale. 336 * @see Category#FORMAT 340 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 345 * in the given time zone with the default <code>FORMAT</code> locale. 347 * @see Category#FORMAT 351 this(zone, ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 400 * in the default time zone with the default <code>FORMAT</code> locale. 405 * @see Category#FORMAT 409 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 418 * and time set for the default time zone with the default <code>FORMAT</cod [all...] |
H A D | HebrewCalendar.java | 280 * in the default time zone with the default <code>FORMAT</code> locale. 281 * @see Category#FORMAT 285 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 290 * in the given time zone with the default <code>FORMAT</code> locale. 293 * @see Category#FORMAT 297 this(zone, ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 352 * in the default time zone with the default <code>FORMAT</code> locale. 360 * @see Category#FORMAT 364 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 372 * in the default time zone with the default <code>FORMAT</cod [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CECalendar.java | 57 * in the default time zone with the default <code>FORMAT</code> locale. 60 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() 65 * in the given time zone with the default <code>FORMAT</code> locale. 70 this(zone, ULocale.getDefault(Category.FORMAT)); in CECalendar() 121 * in the default time zone with the default <code>FORMAT</code> locale. 131 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() 137 * in the default time zone with the default <code>FORMAT</code> locale. 142 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() 148 * and time set for the default time zone with the default <code>FORMAT</code> locale. 161 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in CECalendar() [all...] |
H A D | PersianCalendar.java | 104 * in the default time zone with the default <code>FORMAT</code> locale. 105 * @see Category#FORMAT 113 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 118 * in the given time zone with the default <code>FORMAT</code> locale. 120 * @see Category#FORMAT 128 this(zone, ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 197 * in the default time zone with the default <code>FORMAT</code> locale. 200 * @see Category#FORMAT 207 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in PersianCalendar() 213 * in the default time zone with the default <code>FORMAT</cod [all...] |
H A D | IndianCalendar.java | 146 * in the default time zone with the default <code>FORMAT</code> locale. 147 * @see Category#FORMAT 150 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 155 * in the given time zone with the default <code>FORMAT</code> locale. 158 * @see Category#FORMAT 161 this(zone, ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 212 * in the default time zone with the default <code>FORMAT</code> locale. 215 * @see Category#FORMAT 218 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in IndianCalendar() 224 * in the default time zone with the default <code>FORMAT</cod [all...] |
H A D | GregorianCalendar.java | 330 * in the default time zone with the default <code>FORMAT</code> locale. 331 * @see Category#FORMAT 334 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 339 * in the given time zone with the default <code>FORMAT</code> locale. 341 * @see Category#FORMAT 344 this(zone, ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 389 * in the default time zone with the default <code>FORMAT</code> locale. 394 * @see Category#FORMAT 397 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in GregorianCalendar() 406 * and time set for the default time zone with the default <code>FORMAT</cod [all...] |
H A D | HebrewCalendar.java | 267 * in the default time zone with the default <code>FORMAT</code> locale. 268 * @see Category#FORMAT 271 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 276 * in the given time zone with the default <code>FORMAT</code> locale. 279 * @see Category#FORMAT 282 this(zone, ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 333 * in the default time zone with the default <code>FORMAT</code> locale. 341 * @see Category#FORMAT 344 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); in HebrewCalendar() 352 * in the default time zone with the default <code>FORMAT</cod [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | udat.cpp | 660 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 664 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT); in udat_getSymbols() 668 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 700 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols() 704 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 708 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 724 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols() 728 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 732 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 736 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbol in udat_getSymbols() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | udat.cpp | 661 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 665 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT); in udat_getSymbols() 669 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 701 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols() 705 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 709 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 725 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols() 729 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 733 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 737 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbol in udat_getSymbols() [all...] |
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 621 #define FORMAT(A, B) \ in VisitDataProcessing1Source() macro 626 FORMAT(RBIT, "rbit"); in VisitDataProcessing1Source() 627 FORMAT(REV16, "rev16"); in VisitDataProcessing1Source() 628 FORMAT(REV, "rev"); in VisitDataProcessing1Source() 629 FORMAT(CLZ, "clz"); in VisitDataProcessing1Source() 630 FORMAT(CLS, "cls"); in VisitDataProcessing1Source() 631 #undef FORMAT in VisitDataProcessing1Source() macro 646 #define FORMAT(A, B) \ in VisitDataProcessing2Source() macro 651 FORMAT(UDIV, "udiv"); in VisitDataProcessing2Source() 652 FORMAT(SDI in VisitDataProcessing2Source() 657 #undef FORMAT VisitDataProcessing2Source() macro 1163 #define FORMAT VisitFPDataProcessing1Source() macro 1179 #undef FORMAT VisitFPDataProcessing1Source() macro 1215 #define FORMAT VisitFPDataProcessing2Source() macro 1229 #undef FORMAT VisitFPDataProcessing2Source() macro 1241 #define FORMAT VisitFPDataProcessing3Source() macro 1250 #undef FORMAT VisitFPDataProcessing3Source() macro [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | udat.cpp | 660 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 664 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT); in udat_getSymbols() 668 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 700 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols() 704 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 716 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols() 720 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols() 724 res = syms->getYearNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols() 728 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols() 732 res = syms->getZodiacNames(count, DateFormatSymbols::FORMAT, DateFormatSymbol in udat_getSymbols() [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | XmlRangesSchema.java | 72 public static final Column<String> FORMAT = RangesTableSchema.FORMAT; field in XmlRangesSchema 83 .add(FORMAT) 93 .add(FORMAT) 109 copyColumn(src, dst, FORMAT); in fromExternalTable()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 607 The three arguments (in order: SLAVE,FILE,FORMAT) specify slave plugin, filename and file format. 617 The file device is file plugin with null plugin as slave. The arguments (in order: FILE,FORMAT) 1901 #define FORMAT(v) [SND_PCM_FORMAT_##v] = #v macro 1934 FORMAT(S8), 1935 FORMAT(U8), 1936 FORMAT(S16_LE), 1937 FORMAT(S16_BE), 1938 FORMAT(U16_LE), 1939 FORMAT(U16_BE), 1940 FORMAT(S24_L [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateFormat.java | 1373 * for the default <code>FORMAT</code> locale. 1375 * @see Category#FORMAT 1380 return get(-1, DEFAULT, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1385 * for the default <code>FORMAT</code> locale. 1390 * @see Category#FORMAT 1395 return get(-1, style, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1432 * for the default <code>FORMAT</code> locale. 1434 * @see Category#FORMAT 1439 return get(DEFAULT, -1, ULocale.getDefault(Category.FORMAT), null); in getDateInstance() 1444 * for the default <code>FORMAT</cod [all...] |