/external/skia/src/ports/ |
SkDebug_stdio.cpp | 25 void SkDebugf(const char format[], ...) { 28 va_start(args, format); 29 vsnprintf(buffer, kBufferSize, format, args);
|
/bionic/libc/bionic/ |
fdprintf.c | 34 int vfdprintf(int fd, const char * __restrict format, __va_list ap) 38 ret = vasprintf(&buf, format, ap); 48 int fdprintf(int fd, const char * __restrict format, ...) 53 va_start(ap, format); 54 ret = vfdprintf(fd, format, ap);
|
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
NumberFormatTest.java | 41 * @tests java.text.NumberFormat#format(java.lang.Object, 47 method = "format", 53 DecimalFormat format = (DecimalFormat) NumberFormat local 57 out = format.format(new Long(Long.MAX_VALUE), new StringBuffer(), pos); 62 out = format.format(new Long(Long.MIN_VALUE), new StringBuffer(), pos); 67 out = format.format(new java.math.BigInteger(String 73 out = format.format(new java.math.BigInteger(Strin 119 DecimalFormat format = (DecimalFormat) NumberFormat local 162 DecimalFormat format = (DecimalFormat) NumberFormat local 242 NumberFormat format = NumberFormat.getInstance(new Locale("hu", "HU")); local 265 NumberFormat format = NumberFormat.getInstance(); local 286 NumberFormat format = NumberFormat.getInstance(new Locale("hu", "HU")); local 581 NumberFormat format = NumberFormat.getCurrencyInstance(); local 623 NumberFormat format = NumberFormat.getCurrencyInstance(usLocale); local 692 NumberFormat format = NumberFormat.getInstance(); local 729 NumberFormat format = NumberFormat.getInstance(testLocale); local 774 NumberFormat format = NumberFormat.getNumberInstance(); local 810 NumberFormat format = NumberFormat.getNumberInstance(deLocale); local 857 NumberFormat format = NumberFormat.getPercentInstance(); local 891 NumberFormat format = NumberFormat.getPercentInstance(csLocale); local 1427 public StringBuffer format(double number, StringBuffer toAppendTo, method in class:NumberFormatTest.MyNumberFormat 1438 public StringBuffer format(long number, StringBuffer toAppendTo, method in class:NumberFormatTest.MyNumberFormat [all...] |
DecimalFormatTest.java | 230 DecimalFormat format = new DecimalFormat(); local 232 format.isParseIntegerOnly()); 234 format.setParseIntegerOnly(true); 235 assertTrue(format.isParseIntegerOnly()); 237 Number result = format.parse("123.123"); 243 format.setParseIntegerOnly(false); 244 assertFalse(format.isParseIntegerOnly()); 246 Number result = format.parse("123.123"); 265 DecimalFormat format = new DecimalFormat(pattern); local 266 assertFalse(format.isGroupingUsed()) 269 DecimalFormat format = new DecimalFormat("###,####"); local 782 DecimalFormat format = (DecimalFormat) NumberFormat local 1016 DecimalFormat format = (DecimalFormat) DecimalFormat local 1034 DecimalFormat format = new DecimalFormat(); local 1058 DecimalFormat format = new DecimalFormat(); local 1090 DecimalFormat format = new DecimalFormat(); local 1113 DecimalFormat format = new DecimalFormat(); local 1142 DecimalFormat format = new DecimalFormat(); local 1169 DecimalFormat format = new DecimalFormat(); local 1190 DecimalFormat format = new DecimalFormat(); local 1257 DecimalFormat format = new DecimalFormat("'$'0000.0000"); local 1367 DecimalFormat format = new DecimalFormat(); local 1408 DecimalFormat format = new DecimalFormat("#.#"); local 1478 DecimalFormat format = (DecimalFormat) DecimalFormat local 1862 DecimalFormat format = (DecimalFormat) NumberFormat local 2150 DecimalFormat format = (DecimalFormat) NumberFormat local 2259 DecimalFormat format = new DecimalFormat(); local 2535 DecimalFormat format = (DecimalFormat) DecimalFormat.getInstance(); local 2554 DecimalFormat format = (DecimalFormat) DecimalFormat.getInstance(); local 2574 DecimalFormat format = (DecimalFormat) DecimalFormat.getInstance(); local [all...] |
Support_SimpleDateFormat.java | 56 SimpleDateFormat format = (SimpleDateFormat) DateFormat local 58 format.setTimeZone(tz); 61 format 75 t_FormatWithField(0, format, date, null, Field.ERA, 0, 2); 76 t_FormatWithField(1, format, date, null, Field.YEAR, 15, 17); 77 t_FormatWithField(2, format, date, null, Field.MONTH, 26, 27); 78 t_FormatWithField(3, format, date, null, Field.DAY_OF_MONTH, 45, 47); 79 t_FormatWithField(4, format, date, null, Field.HOUR_OF_DAY1, 55, 57); 80 t_FormatWithField(5, format, date, null, Field.HOUR_OF_DAY0, 65, 67); 81 t_FormatWithField(6, format, date, null, Field.HOUR1, 75, 76) 143 SimpleDateFormat format = (SimpleDateFormat) DateFormat local [all...] |
/external/bluetooth/bluez/common/ |
logging.c | 36 static inline void vinfo(const char *format, va_list ap) 38 vsyslog(LOG_INFO, format, ap); 41 void info(const char *format, ...) 45 va_start(ap, format); 47 vinfo(format, ap); 52 void error(const char *format, ...) 56 va_start(ap, format); 58 vsyslog(LOG_ERR, format, ap); 63 void debug(const char *format, ...) 70 va_start(ap, format); [all...] |
/external/bluetooth/glib/glib/ |
gprintf.h | 29 gint g_printf (gchar const *format, 32 gchar const *format, 35 gchar const *format, 38 gint g_vprintf (gchar const *format, 41 gchar const *format, 44 gchar const *format, 47 gchar const *format,
|
/external/webkit/JavaScriptCore/wtf/ |
Assertions.cpp | 56 static void vprintf_stderr_common(const char* format, va_list args) 59 if (strstr(format, "%@")) { 60 CFStringRef cfFormat = CFStringCreateWithCString(NULL, format, kCFStringEncodingUTF8); 84 if (_vsnprintf(buffer, size, format, args) != -1) { 109 vfprintf(stdout, format, args); 111 vfprintf(stderr, format, args); 116 static void printf_stderr_common(const char* format, ...) 119 va_start(args, format); 120 vprintf_stderr_common(format, args); 142 void WTFReportAssertionFailureWithMessage(const char* file, int line, const char* function, const char* assertion, const char* format, ... [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 44 *! that is, newest first. The date format is dd-Mon-yyyy. 90 Output format is: 285 * format, list - debug message 290 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \ 294 format OMX_DBG_FN OMX_DBG_LINE, ##list); \ 297 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \ 302 format OMX_DBG_FN OMX_DBG_LINE, ##list); \ 306 format OMX_DBG_FN OMX_DBG_LINE, ##list); \ 312 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \ 317 format OMX_DBG_FN OMX_DBG_LINE, ##list); [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
Log.java | 30 public void debug(String format, Object... args) { 32 info(format, args); 36 public void info(String format, Object... args) { 37 String s = String.format(format, args); 41 public void error(String format, Object... args) { 42 String s = String.format(format, args); 46 public void exception(Throwable t, String format, Object... args) { 51 error(format + "\n" + sw.toString(), args) [all...] |
LogAbortException.java | 24 public LogAbortException(String format, Object... args) { 25 mFormat = format;
|
/external/icu4c/tools/tzcode/ |
scheck.c | 17 scheck(string, format) 19 const char * const format; 29 if (string == NULL || format == NULL) 31 fbuf = imalloc((int) (2 * strlen(format) + 4)); 34 fp = format; 60 result = (char *) format;
|
/external/bluetooth/glib/glib/gnulib/ |
vasnprintf.h | 33 /* The __-protected variants of `format' and `printf' attributes 36 # define __format__ format 52 extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) 54 extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args)
|
/external/e2fsprogs/intl/ |
vasnprintf.h | 33 /* The __-protected variants of `format' and `printf' attributes 36 # define __format__ format 52 extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) 54 extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args)
|
vasnwprintf.h | 39 extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...); 40 extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args);
|
/bionic/linker/ |
linker_format.h | 39 int format_buffer(char *buffer, size_t bufsize, const char *format, ...);
|
/external/webkit/WebKit/android/plugins/ |
SurfaceCallback.h | 36 virtual void surfaceChanged(int format, int width, int height) = 0;
|
/packages/apps/Mms/src/com/android/mms/ |
LogTag.java | 45 private static String logFormat(String format, Object... args) { 51 String s = String.format(format, args); 56 public static void debug(String format, Object... args) { 57 Log.d(TAG, logFormat(format, args)); 60 public static void warn(String format, Object... args) { 61 Log.w(TAG, logFormat(format, args)); 64 public static void error(String format, Object... args) { 65 Log.e(TAG, logFormat(format, args));
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
MsgHelp.java | 83 String format = msg; local 87 format = bundle.getString(msg); 92 return format(format, args); 106 * @param format 107 * String the format to use when printing. 112 public static String format(String format, Object[] args) { method in class:MsgHelp 113 StringBuilder answer = new StringBuilder(format.length() 123 for (int i = format.indexOf('{', 0); i >= 0; i = format.indexOf('{' [all...] |
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_SimpleDateFormat.java | 53 SimpleDateFormat format = (SimpleDateFormat) DateFormat local 55 format.setTimeZone(tz); 58 format 72 t_FormatWithField(0, format, date, null, Field.ERA, 0, 2); 73 t_FormatWithField(1, format, date, null, Field.YEAR, 6, 8); 74 t_FormatWithField(2, format, date, null, Field.MONTH, 17, 18); 75 t_FormatWithField(3, format, date, null, Field.DAY_OF_MONTH, 36, 38); 76 t_FormatWithField(4, format, date, null, Field.HOUR_OF_DAY1, 46, 48); 77 t_FormatWithField(5, format, date, null, Field.HOUR_OF_DAY0, 56, 58); 78 t_FormatWithField(6, format, date, null, Field.HOUR1, 66, 67) 140 SimpleDateFormat format = (SimpleDateFormat) DateFormat local [all...] |
/cts/tools/vm-tests/src/dot/junit/format/ |
AllTests.java | 17 package dot.junit.format; 35 suite.addTestSuite(dot.junit.format.f1.Test_f1.class);
|
/dalvik/vm/ |
Init.h | 48 int dvmFprintf(FILE* fp, const char* format, ...) 50 __attribute__ ((format(printf, 2, 3)))
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_audio_c.h | 27 extern Uint16 SDL_FirstAudioFormat(Uint16 format);
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxmodes_c.h | 31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ;
|
/external/icu4c/i18n/unicode/ |
choicfmt.h | 18 * 07/22/98 stephen Removed operator!= (implemented in Format) 29 * \brief C++ API: Choice Format. 37 #include "unicode/format.h" 85 * <p><em>String</em> is the format string for this range, with special 207 * fmt.format(x, str); 234 * Format* testFormats[] = 245 * pattform.format(testArgs, 2, str, fp, status ); 333 * Clone this Format object polymorphically. The caller owns the 339 virtual Format* clone(void) const; 342 * Return true if the given Format objects are semantically equal 722 ChoiceFormat::format(const Formattable& obj, function in class:ChoiceFormat 731 ChoiceFormat::format(double number, function in class:ChoiceFormat 737 ChoiceFormat::format(int32_t number, function in class:ChoiceFormat [all...] |