HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 1 - 25 of 8104) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatTestICU.java 32 DecimalFormat format; field in class:OldDecimalFormatTestICU
35 format = (DecimalFormat) NumberFormat.getNumberInstance();
40 DecimalFormat format = (DecimalFormat) NumberFormat local
43 format.applyPattern("@@@");
44 assertEquals("sigDigit doesn't work", "12300", format.format(12345));
45 assertEquals("sigDigit doesn't work", "0.123", format.format(0.12345));
47 format.applyPattern("@@##");
48 assertEquals("sigDigit doesn't work", "3.142", format.format(3.14159))
    [all...]
OldDecimalFormatTest.java 163 DecimalFormat format = new DecimalFormat(); local
165 format.isParseIntegerOnly());
167 format.setParseIntegerOnly(true);
168 assertTrue(format.isParseIntegerOnly());
170 Number result = format.parse("123.123");
176 format.setParseIntegerOnly(false);
177 assertFalse(format.isParseIntegerOnly());
179 Number result = format.parse("123.123");
192 DecimalFormat format = new DecimalFormat(pattern); local
193 assertFalse(format.isGroupingUsed())
196 DecimalFormat format = new DecimalFormat("###,####"); local
251 DecimalFormat format = new DecimalFormat(); local
269 DecimalFormat format = new DecimalFormat(); local
287 DecimalFormat format = new DecimalFormat(); local
304 DecimalFormat format = new DecimalFormat(); local
323 DecimalFormat format = new DecimalFormat(); local
340 DecimalFormat format = new DecimalFormat(); local
355 DecimalFormat format = new DecimalFormat(); local
403 DecimalFormat format = new DecimalFormat("'$'0000.0000"); local
494 DecimalFormat format = new DecimalFormat(); local
527 DecimalFormat format = new DecimalFormat("#.#"); local
583 DecimalFormat format = (DecimalFormat) DecimalFormat local
842 DecimalFormat format = (DecimalFormat) NumberFormat local
920 DecimalFormat format = (DecimalFormat) NumberFormat local
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
package-info.java 4 package android.filterfw.format;
  /external/clang/test/CodeGen/
2006-01-13-Includes.c 4 int printf(const char * restrict format, ...);
2002-02-18-64bitConstant.c 5 int printf(const char * restrict format, ...);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_table.py 97 for format in formats:
99 print 'util_format_%s_description = {' % (format.short_name(),)
100 print " %s," % (format.name,)
101 print " \"%s\"," % (format.name,)
102 print " \"%s\"," % (format.short_name(),)
103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
104 print " %s," % (layout_map(format.layout),)
105 print " %u,\t/* nr_channels */" % (format.nr_channels(),
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 97 for format in formats:
99 print 'util_format_%s_description = {' % (format.short_name(),)
100 print " %s," % (format.name,)
101 print " \"%s\"," % (format.name,)
102 print " \"%s\"," % (format.short_name(),)
103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
104 print " %s," % (layout_map(format.layout),)
105 print " %u,\t/* nr_channels */" % (format.nr_channels(),
    [all...]
  /external/clang/test/Sema/
block-sentinel-attribute.c 3 void (^e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1))); variable
6 void (^bbad) (int arg, const char * format) __attribute__ ((__sentinel__)) ; // expected-warning {{'sentinel' attribute only supported for variadic blocks}} local
7 bbad = ^void (int arg, const char * format) __attribute__ ((__sentinel__)) {} ; // expected-warning {{'sentinel' attribute only supported for variadic blocks}}
8 void (^b) (int arg, const char * format, ...) __attribute__ ((__sentinel__)) = // expected-note {{block has been explicitly marked sentinel here}} local
9 ^ __attribute__ ((__sentinel__)) (int arg, const char * format, ...) {};
10 void (^z) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (2))) = ^ __attribute__ ((__sentinel__ (2))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel here}} local
13 void (^y) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (5))) = ^ __attribute__ ((__sentinel__ (5))) (int arg, const char * format, ...) {}; // expected-note {{block has been explicitly marked sentinel here}} local
  /external/harfbuzz/src/
harfbuzz-debug.c 11 const char* function, const char* format, ...) {
12 if (format[0] == '\n' && format[1] == '\0')
15 va_start(args, format);
16 android_vprintLog(ANDROID_LOG_DEBUG, NULL, LOG_TAG, format, args);
  /external/chromium_org/third_party/skia/src/ports/
SkDebug_stdio.cpp 15 void SkDebugf(const char format[], ...) {
17 va_start(args, format);
18 vfprintf(stderr, format, args);
SkDebug_android.cpp 23 void SkDebugf(const char format[], ...) {
25 va_start(args, format);
26 __android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, format, args);
31 vprintf(format, args);
  /external/chromium_org/tools/gyp/test/sibling/
gyptest-all.py 24 if test.format in ('make', 'ninja'):
27 if test.format == 'xcode':
33 if test.format == 'xcode':
gyptest-relocate.py 26 if test.format in ('make', 'ninja'):
29 if test.format == 'xcode':
35 if test.format == 'xcode':
  /external/skia/src/ports/
SkDebug_stdio.cpp 15 void SkDebugf(const char format[], ...) {
17 va_start(args, format);
18 vfprintf(stderr, format, args);
SkDebug_android.cpp 23 void SkDebugf(const char format[], ...) {
25 va_start(args, format);
26 __android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, format, args);
31 vprintf(format, args);
  /system/core/libnl_2/
dbg.c 4 void libnl_printf(int level, char *format, ...)
9 va_start(ap, format);
10 __android_log_vprint(level, "libnl_2", format, ap);
  /external/clang/test/Preprocessor/
macro_paste_commaext.c 7 #define debug(format, ...) format, ## __VA_ARGS__)
  /packages/inputmethods/LatinIME/native/jni/src/utils/
log_utils.h 27 static void logToJava(JNIEnv *const env, const char *const format, ...)
29 __attribute__ ((format (printf, 2, 3)))
  /cts/tools/vm-tests-tf/src/dot/junit/format/f1/d/
T_f1_0.java 17 package dot.junit.format.f1.d;
  /external/chromium_org/third_party/angle_dx11/src/compiler/
debug.cpp 21 void Trace(const char *format, ...) {
22 if (!format) return;
28 va_start(args, format);
29 vsnprintf(buf, kTraceBufferLen, format, args);
  /external/chromium_org/tools/gyp/test/custom-generator/
gyptest-custom-generator.py 6 """Test that custom generators can be passed to --format
11 test = TestGyp.TestGypCustom(format='mygenerator.py')
  /external/clang/test/CodeGenCXX/
debug-info-rvalue-ref.cpp 4 extern int printf(const char * format, ...);
  /external/clang/test/Modules/Inputs/System/usr/include/
stdio.h 2 int fprintf(FILE*restrict, const char* restrict format, ...);
  /external/linux-tools-perf/util/include/asm/
bug.h 6 #define WARN(condition, format...) ({ \
9 __WARN_printf(format); \
13 #define WARN_ONCE(condition, format...) ({ \
18 if (WARN(!__warned, format)) \
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
DecoderUtil.java 25 public static boolean isAudioFormat(MediaFormat format) {
26 return format.getString(MediaFormat.KEY_MIME).startsWith("audio/");
29 public static boolean isVideoFormat(MediaFormat format) {
30 return format.getString(MediaFormat.KEY_MIME).startsWith("video/");

Completed in 972 milliseconds

1 2 3 4 5 6 7 8 91011>>