/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
DecimalFormatTest.java | 50 df.format(Double.NaN); 79 DecimalFormat format = new DecimalFormat(); local 80 assertFalse("Default value of isParseIntegerOnly is true", format.isParseIntegerOnly()); 82 format.setParseIntegerOnly(true); 83 assertTrue(format.isParseIntegerOnly()); 84 Number result = format.parse("123.123"); 87 format.setParseIntegerOnly(false); 88 assertFalse(format.isParseIntegerOnly()); 89 result = format.parse("123.123"); 399 form.format(12.3) 559 DecimalFormat format = (DecimalFormat) NumberFormat.getInstance(Locale.US); local 646 DecimalFormat format = (DecimalFormat) NumberFormat.getInstance(Locale.US); local 682 DecimalFormat format = new DecimalFormat(); local 697 DecimalFormat format = new DecimalFormat(); local 712 DecimalFormat format = new DecimalFormat(); local 726 DecimalFormat format = new DecimalFormat(); local 741 DecimalFormat format = new DecimalFormat(); local 795 DecimalFormat format = new DecimalFormat("'$'0000.0000"); local 871 DecimalFormat format = new DecimalFormat("#.#"); local 939 DecimalFormat format = new DecimalFormat(); local 967 DecimalFormat format = new DecimalFormat(); local 979 DecimalFormat format = new DecimalFormat(); local 998 DecimalFormat format = (DecimalFormat) NumberFormat.getInstance(Locale.US); local 1472 DecimalFormat format = new DecimalFormat("#0.#", dfs); local 1634 DecimalFormat format = new DecimalFormat("#0.#", dfs); local 1771 DecimalFormat format = (DecimalFormat) NumberFormat.getNumberInstance(Locale.ENGLISH); local 1830 DecimalFormat format = (DecimalFormat) NumberFormat.getNumberInstance(Locale.ENGLISH); local 1866 DecimalFormat format = new DecimalFormat(); local 1972 DecimalFormat format = (DecimalFormat) NumberFormat.getInstance(); local 1982 DecimalFormat format = (DecimalFormat) NumberFormat.getInstance(); local 1992 DecimalFormat format = (DecimalFormat) NumberFormat.getInstance(); local 2562 public void format(DecimalFormat format, String expected, double value) { method in class:DecimalFormatTest.FormatTester 2571 public void format(DecimalFormat format, String expected, int value) { method in class:DecimalFormatTest.FormatTester [all...] |
/frameworks/support/v17/leanback/tests/ |
generatev4.py | 28 print "copy {}Fragment to {}SupportFragment".format(w, w) 30 file = open('java/android/support/v17/leanback/app/{}Fragment.java'.format(w), 'r') 31 outfile = open('java/android/support/v17/leanback/app/{}SupportFragment.java'.format(w), 'w') 33 outfile.write("/* This file is auto-generated from {}Fragment.java. DO NOT MODIFY. */\n\n".format(w)) 37 line = line.replace('{}Fragment'.format(w), '{}SupportFragment'.format(w)) 47 print "copy {}FrgamentTest to {}SupportFragmentTest".format(w, w) 49 file = open('java/android/support/v17/leanback/app/{}FragmentTest.java'.format(w), 'r') 50 outfile = open('java/android/support/v17/leanback/app/{}SupportFragmentTest.java'.format(w), 'w') 52 outfile.write("/* This file is auto-generated from {}FrgamentTest.java. DO NOT MODIFY. */\n\n".format(w) [all...] |
/external/deqp/framework/common/ |
tcuDefs.cpp | 34 void die (const char* format, ...) 37 va_start(args, format); 38 qpDiev(format, args); 42 void print (const char* format, ...) 45 va_start(args, format); 46 qpPrintv(format, args);
|
/external/fio/t/ |
log.c | 5 int log_err(const char *format, ...) 11 va_start(args, format); 12 len = vsnprintf(buffer, sizeof(buffer), format, args); 19 int log_info(const char *format, ...) 25 va_start(args, format); 26 len = vsnprintf(buffer, sizeof(buffer), format, args);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tile.h | 32 gl_format format, unsigned width, unsigned height); 36 gl_format format, unsigned width, unsigned height); 38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/ |
InstanceAdapter.java | 24 private final String format; field in class:InstanceAdapter 26 public InstanceAdapter(String format) { 27 this.format = format; 32 view.setText(String.format(format, text, "foo", "bar", "baz")); 37 view.setText(String.format(format, text, text2, "foo", "bar")); 42 view.setText(String.format(format, oldText, text, "foo", "bar")) [all...] |
/external/mdnsresponder/mDNSShared/ |
mDNSDebug.c | 52 mDNSexport void verbosedebugf_(const char *format, ...) 56 va_start(ptr,format); 57 buffer[mDNS_vsnprintf(buffer, sizeof(buffer), format, ptr)] = 0; 64 mDNSlocal void LogMsgWithLevelv(mDNSLogLevel_t logLevel, const char *format, va_list ptr) 67 buffer[mDNS_vsnprintf((char *)buffer, sizeof(buffer), format, ptr)] = 0; 74 va_start(ptr,format); \ 75 LogMsgWithLevelv(L, format, ptr); \ 81 void LogMsg_(const char *format, ...) LOG_HELPER_BODY(MDNS_LOG_MSG) 82 void LogOperation_(const char *format, ...) LOG_HELPER_BODY(MDNS_LOG_OPERATION) 83 void LogSPS_(const char *format, ...) LOG_HELPER_BODY(MDNS_LOG_SPS [all...] |
/external/mesa3d/src/mesa/main/ |
format_pack.h | 51 _mesa_get_pack_ubyte_rgba_function(gl_format format); 55 _mesa_get_pack_float_rgba_function(gl_format format); 59 _mesa_get_pack_float_z_func(gl_format format); 63 _mesa_get_pack_uint_z_func(gl_format format); 67 _mesa_get_pack_ubyte_stencil_func(gl_format format); 72 _mesa_pack_float_rgba_row(gl_format format, GLuint n, 76 _mesa_pack_ubyte_rgba_row(gl_format format, GLuint n, 81 _mesa_pack_ubyte_rgba_rect(gl_format format, GLuint width, GLuint height, 86 _mesa_pack_float_z_row(gl_format format, GLuint n, 90 _mesa_pack_uint_z_row(gl_format format, GLuint n [all...] |
format_unpack.h | 28 _mesa_unpack_rgba_row(gl_format format, GLuint n, 32 _mesa_unpack_ubyte_rgba_row(gl_format format, GLuint n, 36 _mesa_unpack_uint_rgba_row(gl_format format, GLuint n, 40 _mesa_unpack_rgba_block(gl_format format, 46 _mesa_unpack_float_z_row(gl_format format, GLuint n, 51 _mesa_unpack_uint_z_row(gl_format format, GLuint n, 55 _mesa_unpack_ubyte_stencil_row(gl_format format, GLuint n, 59 _mesa_unpack_uint_24_8_depth_stencil_row(gl_format format, GLuint n,
|
/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); 37 public void debugNoln(String format, Object... args) { 39 String s = String.format(format, args); 44 public void info(String format, Object... args) { 45 String s = String.format(format, args); 49 public void error(String format, Object... args) { 50 String s = String.format(format, args) [all...] |
/external/clang/test/SemaCXX/ |
attr-format.cpp | 3 static void f(const char*, ...) __attribute__((format(printf, 1, 2))); 7 // the format argument is argument 2 here. 8 void g(const char*, ...) __attribute__((format(printf, 2, 3))); 11 void h(const char*, ...) __attribute__((format(printf, 1, 4))); // \ 12 expected-error{{implicit this argument as the format string}} 13 void h2(const char*, ...) __attribute__((format(printf, 2, 1))); // \ 18 void operator() (const char*, ...) __attribute__((format(printf, 2, 3))); 22 struct A { void a(const char*,...) __attribute((format(printf,2,3))); }; 32 __attribute__((format(printf, 2, 3)));
|
/external/compiler-rt/lib/builtins/ |
eprintf.c | 29 __eprintf(const char* format, const char* assertion_expression, 32 fprintf(stderr, format, assertion_expression, line, file);
|
/external/e2fsprogs/intl/ |
printf.c | 1 /* Formatted output to strings, using POSIX/XSI format strings with positions. 80 libintl_vfprintf (FILE *stream, const char *format, va_list args) 82 if (strchr (format, '$') == NULL) 83 return vfprintf (stream, format, args); 87 char *result = libintl_vasnprintf (NULL, &length, format, args); 101 libintl_fprintf (FILE *stream, const char *format, ...) 106 va_start (args, format); 107 retval = libintl_vfprintf (stream, format, args); 114 libintl_vprintf (const char *format, va_list args) 116 return libintl_vfprintf (stdout, format, args) [all...] |
/external/elfutils/backends/ |
alpha_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) 43 *format = "b"
|
arm_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) 43 *format = "b"
|
i386_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) 43 *format = "b"
|
ppc_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) 43 *format = "b"
|
sparc_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) 43 *format = "b"
|
/external/libexif/libexif/ |
exif-format.c | 1 /* exif-format.c 23 #include <libexif/exif-format.h> 28 /*! Table of data format types, descriptions and sizes. 33 ExifFormat format; member in struct:__anon16212 53 exif_format_get_name (ExifFormat format) 67 if (ExifFormatTable[i].format == format) 73 exif_format_get_size (ExifFormat format) 78 if (ExifFormatTable[i].format == format) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_sampler.h | 45 enum pipe_format format); 50 enum pipe_format format);
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_format.h | 31 nv30_format_info(struct pipe_screen *pscreen, enum pipe_format format) 33 return &nv30_format_info_table[format]; 38 nv30_format(struct pipe_screen *pscreen, enum pipe_format format) 40 return &nv30_format_table[format]; 45 nv30_vtxfmt(struct pipe_screen *pscreen, enum pipe_format format) 47 return &nv30_vtxfmt_table[format]; 52 nv30_texfmt(struct pipe_screen *pscreen, enum pipe_format format) 54 return &nv30_texfmt_table[format];
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
log.hpp | 60 virtual void print(const char *format, ...) = 0; 66 virtual void print(const char * /*format*/, ...) {} 72 virtual void print(const char *format, ...);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
DisplayQuery.h | 25 static bool isVideoFormat(uint32_t format); 26 static int getOverlayLumaStrideAlignment(uint32_t format);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
cons-1.d | 3 .*: file format elf64-mmix
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mt/ |
relocs.d | 2 relocs.x: file format .*
|