/external/icu4c/io/ |
uprntf_p.c | 66 /* C K is old format */ 68 /* S U is old format */ 77 * format specification, for example 'd' or 's'. 80 * information on the format specification. 98 * Struct encapsulating a single uprintf format specification. 119 /* Sets the sign of a format based on u_printf_spec_info */ 122 u_printf_set_sign(UNumberFormat *format, 129 *prefixBufLen = unum_getTextAttribute(format, 136 /* unum_setSymbol(format, UNUM_PLUS_SIGN_SYMBOL, gSpaceStr, 1, &status); */ 137 unum_setTextAttribute(format, UNUM_POSITIVE_PREFIX, gSpaceStr, 1, status) 278 UNumberFormat *format; local 354 UNumberFormat *format; local 489 UNumberFormat *format; local 558 UNumberFormat *format; local 678 UNumberFormat *format; local 803 UNumberFormat *format; local 876 UNumberFormat *format; local [all...] |
/external/libpcap/missing/ |
snprintf.c | 290 const unsigned char *format = (const unsigned char *)char_format; local 293 while((c = *format++)) { 302 while((c = *format++)){ 327 c = *format++; 331 c = *format++; 337 c = *format++; 341 c = *format++; 345 c = *format++; 353 c = *format++; 356 c = *format++ [all...] |
/external/tcpdump/missing/ |
snprintf.c | 290 const unsigned char *format = (const unsigned char *)char_format; local 293 while((c = *format++)) { 302 while((c = *format++)){ 327 c = *format++; 331 c = *format++; 337 c = *format++; 341 c = *format++; 345 c = *format++; 353 c = *format++; 356 c = *format++ [all...] |
/external/icu4c/i18n/unicode/ |
smpdtfmt.h | 31 * \brief C++ API: Format and parse dates in a language-independent manner. 61 * Date/Time format syntax: 63 * The date/time format is specified by means of a string time pattern. In this 105 * The count of pattern letters determine the format. 130 * Format Pattern Result 148 * // Format the current time. 155 * formatter->format( currentTime_1, dateString, fp ); 165 * marker 'a' is left out from the format pattern while the "hour in am/pm" 193 * parsed specially. For example, the format "HHmmss" parses the input text 208 * There is one common number format to handle all the numbers; the digit coun 1148 SimpleDateFormat::format(const Formattable& obj, function in class:SimpleDateFormat 1157 SimpleDateFormat::format(const Formattable& obj, function in class:SimpleDateFormat 1168 SimpleDateFormat::format(const Formattable& obj, function in class:SimpleDateFormat 1179 SimpleDateFormat::format(UDate date, function in class:SimpleDateFormat 1188 SimpleDateFormat::format(UDate date, function in class:SimpleDateFormat 1198 SimpleDateFormat::format(UDate date, UnicodeString& appendTo) const { function in class:SimpleDateFormat [all...] |
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/mockril/ |
MockRilTest.java | 65 assertTrue(String.format("expected rs.state == 0 was %d", rs.getState()), 68 assertTrue(String.format("expected rs.state == 1 was %d", rs.getState()), 73 assertTrue(String.format("expected rsNew.state == 1 was %d", rs.getState()), 96 assertTrue(String.format("expected mhd.header.cmd == 0 was %d",respMsg.getCmd()), 98 assertTrue(String.format("expected mhd.header.token == 1 was %d",respMsg.getToken()), 100 assertTrue(String.format("expected mhd.header.status == 2 was %d", respMsg.getStatus()), 102 assertTrue(String.format("expected mhd.data[0] == 3 was %d", respMsg.getData(0)), 104 assertTrue(String.format("expected mhd.data[1] == 4 was %d", respMsg.getData(1)), 106 assertTrue(String.format("expected mhd.data[2] == 5 was %d", respMsg.getData(2)), 127 assertTrue(String.format("expected cmd == 12345 was %d", mhResult.getCmd()) [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DateFormatTest.java | 34 DateFormat format = DateFormat.getInstance(); local 35 DateFormat clone = (DateFormat) format.clone(); 36 assertTrue("Clone not equal", format.equals(clone)); 38 assertTrue("Clone shares NumberFormat", !format.equals(clone)); 56 f1.format(new Date()).getClass() == String.class); 65 DateFormat format = DateFormat.getInstance(); local 66 Calendar cal1 = format.getCalendar(); 67 Calendar cal2 = format.getCalendar(); 82 f2.format(new Date()).getClass() == String.class); 100 f2.format(new Date()).getClass() == String.class) 315 DateFormat format = DateFormat.getInstance(); local 434 DateFormat format = DateFormat.getInstance(); local 444 DateFormat format = DateFormat.getInstance(); local 454 DateFormat format = DateFormat.getInstance(); local [all...] |
/cts/tests/src/android/text/format/cts/ |
LocaleUtils.java | 17 package android.text.format.cts;
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyUtils.java | 38 return DATE_FORMATTER.format(DATE);
|
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/ |
TestHelper.java | 34 String.format("Source comparison failure: expected:<%s> but was:<%s>", expected, actual),
|
/external/bluetooth/glib/glib/ |
gerror.h | 43 const gchar *format, 57 /* if (err) *err = g_error_new(domain, code, format, ...), also has 63 const gchar *format, 81 const gchar *format, 87 const gchar *format,
|
/external/chromium/net/disk_cache/ |
trace.h | 36 void Trace(const char* format, ...);
|
/external/clang/test/Sema/ |
attr-sentinel.c | 37 void (*e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1))); 40 void (*b) (int arg, const char * format, ...) __attribute__ ((__sentinel__)); // expected-note {{function has been explicitly marked sentinel here}} 41 void (*z) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (2))); // expected-note {{function has been explicitly marked sentinel here}} 44 void (*y) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (5))); // expected-note {{function has been explicitly marked sentinel here}}
|
predefined-function.c | 3 char *funk(int format);
|
/external/icu4c/i18n/ |
windtfmt.h | 21 #include "unicode/format.h" 29 * \brief C++ API: Format dates using Windows API. 49 virtual Format *clone(void) const; 53 UnicodeString &format(Calendar &cal, UnicodeString &appendTo, FieldPosition &pos) const; 55 UnicodeString& format(UDate date, UnicodeString& appendTo) const; 60 * Set the calendar to be used by this date format. Initially, the default 70 * Set the calendar to be used by this date format. Initially, the default 139 inline UnicodeString &Win32DateFormat::format(UDate date, UnicodeString& appendTo) const { function in class:Win32DateFormat 140 return DateFormat::format(date, appendTo);
|
/external/jsilver/src/com/google/streamhtmlparser/ |
ExternalState.java | 76 return String.format("ExternalState: %s", name);
|
/external/llvm/autoconf/m4/ |
c_printf_a.m4 | 2 # Determine if the printf() functions have the %a format character. 6 [AC_CACHE_CHECK([if printf has the %a format character],[llvm_cv_c_printf_a], 29 AC_DEFINE([HAVE_PRINTF_A],[1],[Define to have the %a format string])
|
/external/llvm/utils/ |
GetSourceVersion | 6 echo " the exact format of the revision string depends on the source " 22 git log -1 --pretty=format:%H
|
/external/mesa3d/src/pixelflinger2/ |
texture.h | 36 template<GGLPixelFormat format>
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dsp/ |
SDL_dspaudio.c | 166 int format; local 202 SDL_SetError("Couldn't get audio format list"); 207 /* Try for a closest match on audio format */ 208 format = 0; 209 for ( test_format = SDL_FirstAudioFormat(spec->format); 210 ! format && test_format; ) { 212 fprintf(stderr, "Trying format 0x%4.4x\n", test_format); 217 format = AFMT_U8; 222 format = AFMT_S16_LE; 227 format = AFMT_S16_BE [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11modes_c.h | 36 extern SDL_Rect **X11_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
|
/external/srtp/crypto/kernel/ |
err.c | 95 err_report(int priority, char *format, ...) { 100 va_start(args, format); 102 vfprintf(err_file, format, args); 138 vsyslog(syslogpri, format, args);
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
date-format-xparb.js | 18 Date.prototype.dateFormat = function(format) { 19 if (Date.formatFunctions[format] == null) { 20 Date.createNewFormat(format); 22 var func = Date.formatFunctions[format]; 26 Date.createNewFormat = function(format) { 27 var funcName = "format" + Date.formatFunctions.count++; 28 Date.formatFunctions[format] = funcName; 32 for (var i = 0; i < format.length; ++i) { 33 ch = format.charAt(i); 109 Date.parseDate = function(input, format) { [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
date-format-xparb.js | 18 Date.prototype.dateFormat = function(format) { 19 if (Date.formatFunctions[format] == null) { 20 Date.createNewFormat(format); 22 var func = Date.formatFunctions[format]; 26 Date.createNewFormat = function(format) { 27 var funcName = "format" + Date.formatFunctions.count++; 28 Date.formatFunctions[format] = funcName; 32 for (var i = 0; i < format.length; ++i) { 33 ch = format.charAt(i); 109 Date.parseDate = function(input, format) { [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
debug.h | 24 void Trace(const char* format, ...);
|
/external/webkit/Source/WebCore/platform/graphics/freetype/ |
FontCustomPlatformDataFreeType.cpp | 93 bool FontCustomPlatformData::supportsFormat(const String& format) 95 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || equalIgnoringCase(format, "woff");
|