/external/icu4c/test/intltest/ |
tsdtfmsy.cpp | 65 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT}; 90 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT}; 151 const UnicodeString * wdFmtAbbrev = symbol->getWeekdays(cntFmtAbbrev,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED); 152 const UnicodeString * wdFmtShort = symbol->getWeekdays(cntFmtShort,DateFormatSymbols::FORMAT,DateFormatSymbols::SHORT); 156 errln("ERROR: English format short weekday names don't match prefixes of format abbreviated names"); 159 errln("ERROR: English standalone short weekday names don't match prefixes of format abbreviated names"); 238 const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); 239 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); 240 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tsdtfmsy.cpp | 64 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT}; 89 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT}; 202 const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); 203 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); 204 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != 205 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { 206 errln("ERROR: setMonths(FORMAT,WIDE) failed"); 209 const UnicodeString *abbrMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED); 210 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED); 211 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED) != [all...] |
/external/chromium_org/tools/python/google/ |
logging_utils.py | 59 FORMAT = "%(asctime)s %(filename)s [%(levelname)s] %(message)s" 62 def config_root(level=logging.INFO, threshold=logging.WARNING, format=FORMAT, 70 format: format for log messages, see logger.Format 71 datefmt: format for date in log messages 78 formatter = logging.Formatter(format, datefmt)
|
/external/guava/guava-tests/test/com/google/common/base/ |
PreconditionsTest.java | 73 Preconditions.checkArgument(false, FORMAT, 5); 120 Preconditions.checkState(false, FORMAT, 5); 164 Preconditions.checkNotNull(null, FORMAT, 5); 325 assertEquals("%s", Preconditions.format("%s")); 326 assertEquals("5", Preconditions.format("%s", 5)); 327 assertEquals("foo [5]", Preconditions.format("foo", 5)); 328 assertEquals("foo [5, 6, 7]", Preconditions.format("foo", 5, 6, 7)); 329 assertEquals("%s 1 2", Preconditions.format("%s %s %s", "%s", 1, 2)); 330 assertEquals(" [5, 6]", Preconditions.format("", 5, 6)); 331 assertEquals("123", Preconditions.format("%s%s%s", 1, 2, 3)) [all...] |
/frameworks/base/obex/javax/obex/ |
ApplicationParameter.java | 86 public static class FORMAT {
|
/external/eigen/blas/testing/ |
cblat2.f | 7 * are read using the format ( A6, L2 ). An annotated example of a data 362 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 364 9998 FORMAT( ' RELATIVE MACHINE PRECISION IS TAKEN TO BE', 1P, E9.1 ) 365 9997 FORMAT( ' NUMBER OF VALUES OF ', A, ' IS LESS THAN 1 OR GREATER ', 367 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 ) 368 9995 FORMAT( ' VALUE OF K IS LESS THAN 0' ) 369 9994 FORMAT( ' ABSOLUTE VALUE OF INCX OR INCY IS 0 OR GREATER THAN ', 371 9993 FORMAT( ' TESTS OF THE COMPLEX LEVEL 2 BLAS', //' THE F', 373 9992 FORMAT( ' FOR N ', 9I6 ) 374 9991 FORMAT( ' FOR K ', 7I6 [all...] |
dblat2.f | 7 * are read using the format ( A6, L2 ). An annotated example of a data 357 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 359 9998 FORMAT( ' RELATIVE MACHINE PRECISION IS TAKEN TO BE', 1P, D9.1 ) 360 9997 FORMAT( ' NUMBER OF VALUES OF ', A, ' IS LESS THAN 1 OR GREATER ', 362 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 ) 363 9995 FORMAT( ' VALUE OF K IS LESS THAN 0' ) 364 9994 FORMAT( ' ABSOLUTE VALUE OF INCX OR INCY IS 0 OR GREATER THAN ', 366 9993 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 2 BLAS', //' THE F', 368 9992 FORMAT( ' FOR N ', 9I6 ) 369 9991 FORMAT( ' FOR K ', 7I6 [all...] |
sblat2.f | 7 * are read using the format ( A6, L2 ). An annotated example of a data 357 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 359 9998 FORMAT( ' RELATIVE MACHINE PRECISION IS TAKEN TO BE', 1P, E9.1 ) 360 9997 FORMAT( ' NUMBER OF VALUES OF ', A, ' IS LESS THAN 1 OR GREATER ', 362 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 ) 363 9995 FORMAT( ' VALUE OF K IS LESS THAN 0' ) 364 9994 FORMAT( ' ABSOLUTE VALUE OF INCX OR INCY IS 0 OR GREATER THAN ', 366 9993 FORMAT( ' TESTS OF THE REAL LEVEL 2 BLAS', //' THE F', 368 9992 FORMAT( ' FOR N ', 9I6 ) 369 9991 FORMAT( ' FOR K ', 7I6 [all...] |
zblat2.f | 7 * are read using the format ( A6, L2 ). An annotated example of a data 363 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 365 9998 FORMAT( ' RELATIVE MACHINE PRECISION IS TAKEN TO BE', 1P, D9.1 ) 366 9997 FORMAT( ' NUMBER OF VALUES OF ', A, ' IS LESS THAN 1 OR GREATER ', 368 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 ) 369 9995 FORMAT( ' VALUE OF K IS LESS THAN 0' ) 370 9994 FORMAT( ' ABSOLUTE VALUE OF INCX OR INCY IS 0 OR GREATER THAN ', 372 9993 FORMAT( ' TESTS OF THE COMPLEX*16 LEVEL 2 BLAS', //' THE F', 374 9992 FORMAT( ' FOR N ', 9I6 ) 375 9991 FORMAT( ' FOR K ', 7I6 [all...] |
dblat3.f | 7 * are read using the format ( A6, L2 ). An annotated example of a data 326 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 328 9998 FORMAT( ' RELATIVE MACHINE PRECISION IS TAKEN TO BE', 1P, D9.1 ) 329 9997 FORMAT( ' NUMBER OF VALUES OF ', A, ' IS LESS THAN 1 OR GREATER ', 331 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 ) 332 9995 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 3 BLAS', //' THE F', 334 9994 FORMAT( ' FOR N ', 9I6 ) 335 9993 FORMAT( ' FOR ALPHA ', 7F6.1 ) 336 9992 FORMAT( ' FOR BETA ', 7F6.1 ) 337 9991 FORMAT( ' AMEND DATA FILE OR INCREASE ARRAY SIZES IN PROGRAM' [all...] |
sblat3.f | 7 * are read using the format ( A6, L2 ). An annotated example of a data 326 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 328 9998 FORMAT( ' RELATIVE MACHINE PRECISION IS TAKEN TO BE', 1P, E9.1 ) 329 9997 FORMAT( ' NUMBER OF VALUES OF ', A, ' IS LESS THAN 1 OR GREATER ', 331 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 ) 332 9995 FORMAT( ' TESTS OF THE REAL LEVEL 3 BLAS', //' THE F', 334 9994 FORMAT( ' FOR N ', 9I6 ) 335 9993 FORMAT( ' FOR ALPHA ', 7F6.1 ) 336 9992 FORMAT( ' FOR BETA ', 7F6.1 ) 337 9991 FORMAT( ' AMEND DATA FILE OR INCREASE ARRAY SIZES IN PROGRAM' [all...] |
cblat3.f | 7 * are read using the format ( A6, L2 ). An annotated example of a data 334 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 336 9998 FORMAT( ' RELATIVE MACHINE PRECISION IS TAKEN TO BE', 1P, E9.1 ) 337 9997 FORMAT( ' NUMBER OF VALUES OF ', A, ' IS LESS THAN 1 OR GREATER ', 339 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 ) 340 9995 FORMAT( ' TESTS OF THE COMPLEX LEVEL 3 BLAS', //' THE F', 342 9994 FORMAT( ' FOR N ', 9I6 ) 343 9993 FORMAT( ' FOR ALPHA ', 345 9992 FORMAT( ' FOR BETA ', 347 9991 FORMAT( ' AMEND DATA FILE OR INCREASE ARRAY SIZES IN PROGRAM' [all...] |
zblat3.f | 7 * are read using the format ( A6, L2 ). An annotated example of a data 335 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 337 9998 FORMAT( ' RELATIVE MACHINE PRECISION IS TAKEN TO BE', 1P, D9.1 ) 338 9997 FORMAT( ' NUMBER OF VALUES OF ', A, ' IS LESS THAN 1 OR GREATER ', 340 9996 FORMAT( ' VALUE OF N IS LESS THAN 0 OR GREATER THAN ', I2 ) 341 9995 FORMAT( ' TESTS OF THE COMPLEX*16 LEVEL 3 BLAS', //' THE F', 343 9994 FORMAT( ' FOR N ', 9I6 ) 344 9993 FORMAT( ' FOR ALPHA ', 346 9992 FORMAT( ' FOR BETA ', 348 9991 FORMAT( ' AMEND DATA FILE OR INCREASE ARRAY SIZES IN PROGRAM' [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/text/format/ |
Time_Delegate.java | 17 package android.text.format; 39 // Format used by toString() 40 private static final String FORMAT = "%1$tY%1$tm%1$tdT%1$tH%1$tM%1$tS<%1$tZ>"; 62 /*package*/ static String format1(Time thisTime, String format) { 65 // Change the format by adding changing '%' to "%1$t". This is required to tell the 70 return String.format( 71 p.matcher(format).replaceAll("$0\\1\\$t"), 74 Bridge.getLog().fidelityWarning(LayoutLog.TAG_STRFTIME, "Unrecognized format", e, format); 75 return format; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv04_state_fb.c | 35 get_rt_format(gl_format format) 37 switch (format) { 69 rt_format |= get_rt_format(s->format); 89 BEGIN_NV04(push, NV04_SF3D(FORMAT), 1);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_state_fb.c | 35 get_rt_format(gl_format format) 37 switch (format) { 69 rt_format |= get_rt_format(s->format); 89 BEGIN_NV04(push, NV04_SF3D(FORMAT), 1);
|
/external/icu4c/i18n/ |
udat.cpp | 184 udat_close(UDateFormat* format) 186 delete (DateFormat*)format; 195 Format *res = ((DateFormat*)fmt)->clone(); 206 udat_format( const UDateFormat* format, 227 ((DateFormat*)format)->format(dateToFormat, res, fp); 238 udat_parse( const UDateFormat* format, 257 res = ((DateFormat*)format)->parse(src, pp); 270 udat_parseCalendar(const UDateFormat* format, 285 ((DateFormat*)format)->parse(src, *(Calendar*)calendar, pp) [all...] |
/external/mdnsresponder/mDNSShared/ |
DebugServices.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gccbug | 186 -L | --list) FORMAT=norm ;; 187 -l | -CL | --lisp) FORMAT=lisp ;; 207 case "$FORMAT" in 294 # Format the categories so they fit onto lines.
|
/external/chromium_org/third_party/icu/source/i18n/ |
udat.cpp | 141 udat_close(UDateFormat* format) 143 delete (DateFormat*)format; 152 Format *res = ((DateFormat*)fmt)->clone(); 163 udat_format( const UDateFormat* format, 184 ((DateFormat*)format)->format(dateToFormat, res, fp); 195 udat_parse( const UDateFormat* format, 214 res = ((DateFormat*)format)->parse(src, pp); 227 udat_parseCalendar(const UDateFormat* format, 242 ((DateFormat*)format)->parse(src, *(Calendar*)calendar, pp) [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
common.cc | 1 // Protocol Buffers - Google's data interchange format 155 #define DECLARE_STREAM_OPERATOR(TYPE, FORMAT) \ 161 snprintf(buffer, sizeof(buffer), FORMAT, value); \
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_internal_defs.h | 122 # define FORMAT(f, a) 138 # define FORMAT(f, a) __attribute__((format(printf, f, a)))
|
/external/protobuf/src/google/protobuf/stubs/ |
common.cc | 1 // Protocol Buffers - Google's data interchange format 155 #define DECLARE_STREAM_OPERATOR(TYPE, FORMAT) \ 161 snprintf(buffer, sizeof(buffer), FORMAT, value); \
|
/frameworks/base/media/java/android/mtp/ |
MtpDatabase.java | 70 // cached property groups for all properties for a given format 91 Files.FileColumns.FORMAT, // 2 96 Files.FileColumns.FORMAT, // 2 106 private static final String FORMAT_WHERE = Files.FileColumns.FORMAT + "=?"; 109 + Files.FileColumns.FORMAT + "=?"; 260 private int beginSendObject(String path, int format, int parent, 287 values.put(Files.FileColumns.FORMAT, format); 306 private void endSendObject(String path, int handle, int format, boolean succeeded) { 310 if (format == MtpConstants.FORMAT_ABSTRACT_AV_PLAYLIST) 921 int format = 0; local [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_ICU.cpp | 531 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); 534 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); 537 dateFormatSym.getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 540 dateFormatSym.getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); 543 dateFormatSym.getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); 546 dateFormatSym.getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
|