Searched refs:format (Results 376 - 400 of 6114) sorted by relevance

<<11121314151617181920>>

/external/qemu/android/utils/
H A Ddebug.h90 extern void dprint( const char* format, ... );
91 extern void dprintn( const char* format, ... );
92 extern void dprintnv( const char* format, va_list args );
93 extern void dwarning( const char* format, ... );
94 extern void derror( const char* format, ... );
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowColorMatrix.java64 String format = String.format("%.2f", f);
65 format = format.replace(".00", "");
66 floats.add(format);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_glyph_info.cc25 int32_t format)
31 format_(format) {
37 int32_t format)
43 format_(format) {
57 return (format_ == rhs->format() &&
21 BitmapGlyphInfo(int32_t glyph_id, int32_t block_offset, int32_t start_offset, int32_t length, int32_t format) argument
34 BitmapGlyphInfo(int32_t glyph_id, int32_t start_offset, int32_t length, int32_t format) argument
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestoverlay2.c118 p+=s->format->BytesPerPixel;
151 p+=s->format->BytesPerPixel;
184 p+=s->format->BytesPerPixel;
220 p+=s->format->BytesPerPixel;
256 p+=s->format->BytesPerPixel;
271 fprintf(stderr, " -format <fmt> (one of the: YV12, IYUV, YUY2, UYVY, YVYU)\n");
329 if (strcmp(argv[1], "-format") == 0)
345 fprintf(stderr, "The -format option %s is not recognized, see help for info.\n", argv[2]);
353 fprintf(stderr, "The -format option requires an argument, default is YUY2.\n");
439 SDL_PixelFormat format; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmapts.cpp156 // ======= Test various format() methods
159 logln("Testing various format() methods");
168 res1 = fr->format(d, res1, pos1, status);
170 errln("ERROR: format() failed (French)");
174 res2 = it->format(d, res2, pos2);
177 res3 = de->format(d, res3);
273 * Test hiding of parse() and format() APIs in the Format hierarchy.
296 dateFmt->format(dateObj, str, status);
297 dateFmt->format(dateObj, str, fpos, status);
311 sdf.format(dateOb
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtfmapts.cpp156 // ======= Test various format() methods
159 logln("Testing various format() methods");
168 res1 = fr->format(d, res1, pos1, status);
170 errln("ERROR: format() failed (French)");
174 res2 = it->format(d, res2, pos2);
177 res3 = de->format(d, res3);
273 * Test hiding of parse() and format() APIs in the Format hierarchy.
296 dateFmt->format(dateObj, str, status);
297 dateFmt->format(dateObj, str, fpos, status);
311 sdf.format(dateOb
[all...]
/external/chromium_org/third_party/icu/source/samples/date/
H A Ddate.c47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
72 const char *format = NULL; local
98 /* display date in long format */
102 /* display date in medium format */
106 /* display date in short format */
110 else if(strcmp(arg, "-F") == 0 || strcmp(arg, "--format") == 0) {
113 format = argv[optInd];
161 when = getWhen(millis, seconds, format, style, parse, tz, &status);
163 format
240 date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status ) argument
291 getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/samples/date/
H A Ddate.c47 static void date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status);
48 static UDate getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status);
72 const char *format = NULL; local
98 /* display date in long format */
102 /* display date in medium format */
106 /* display date in short format */
110 else if(strcmp(arg, "-F") == 0 || strcmp(arg, "--format") == 0) {
113 format = argv[optInd];
161 when = getWhen(millis, seconds, format, style, parse, tz, &status);
163 format
240 date(UDate when, const UChar *tz, UDateFormatStyle style, const char *format, UErrorCode *status ) argument
291 getWhen(const char *millis, const char *seconds, const char *format, UDateFormatStyle style, const char *parse, const UChar *tz, UErrorCode *status) argument
[all...]
/external/bison/lib/
H A Dfprintf.c36 fprintf (FILE *fp, const char *format, ...) argument
44 va_start (args, format);
45 output = vasnprintf (buf, &lenbuf, format, args);
H A Dsnprintf.c37 snprintf (char *str, size_t size, const char *format, ...) argument
44 va_start (args, format);
45 output = vasnprintf (str, &lenbuf, format, args);
H A Dsprintf.c40 sprintf (char *str, const char *format, ...) argument
57 va_start (args, format);
58 output = vasnprintf (str, &lenbuf, format, args);
/external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
H A Dexample.js19 function changeFormat(format) {
20 common.naclModule.postMessage({command:'format', format: format});
/external/chromium_org/ppapi/tests/
H A Dtest_flash_clipboard.h23 bool ReadStringVar(uint32_t format, std::string* result);
24 bool WriteStringVar(uint32_t format, const std::string& text);
25 bool IsFormatAvailableMatches(uint32_t format, bool expected);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.c30 * Pixel format accessor functions.
45 util_format_is_float(enum pipe_format format) argument
47 const struct util_format_description *desc = util_format_description(format);
55 i = util_format_get_first_non_void_channel(format);
65 * Return the number of logical channels in the given format by
88 /** Test if the format contains RGB, but not alpha */
90 util_format_is_rgb_no_alpha(enum pipe_format format) argument
93 util_format_description(format);
105 util_format_is_luminance(enum pipe_format format) argument
108 util_format_description(format);
122 util_format_is_pure_integer(enum pipe_format format) argument
136 util_format_is_pure_sint(enum pipe_format format) argument
149 util_format_is_pure_uint(enum pipe_format format) argument
194 util_format_is_luminance_alpha(enum pipe_format format) argument
212 util_format_is_intensity(enum pipe_format format) argument
230 util_format_is_supported(enum pipe_format format, unsigned bind) argument
250 util_format_read_4f(enum pipe_format format, float *dst, unsigned dst_stride, const void *src, unsigned src_stride, unsigned x, unsigned y, unsigned w, unsigned h) argument
272 util_format_write_4f(enum pipe_format format, const float *src, unsigned src_stride, void *dst, unsigned dst_stride, unsigned x, unsigned y, unsigned w, unsigned h) argument
294 util_format_read_4ub(enum pipe_format format, uint8_t *dst, unsigned dst_stride, const void *src, unsigned src_stride, unsigned x, unsigned y, unsigned w, unsigned h) argument
313 util_format_write_4ub(enum pipe_format format, const uint8_t *src, unsigned src_stride, void *dst, unsigned dst_stride, unsigned x, unsigned y, unsigned w, unsigned h) argument
331 util_format_read_4ui(enum pipe_format format, unsigned *dst, unsigned dst_stride, const void *src, unsigned src_stride, unsigned x, unsigned y, unsigned w, unsigned h) argument
352 util_format_write_4ui(enum pipe_format format, const unsigned int *src, unsigned src_stride, void *dst, unsigned dst_stride, unsigned x, unsigned y, unsigned w, unsigned h) argument
373 util_format_read_4i(enum pipe_format format, int *dst, unsigned dst_stride, const void *src, unsigned src_stride, unsigned x, unsigned y, unsigned w, unsigned h) argument
394 util_format_write_4i(enum pipe_format format, const int *src, unsigned src_stride, void *dst, unsigned dst_stride, unsigned x, unsigned y, unsigned w, unsigned h) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dreadpix.h39 GLenum format, GLenum type,
45 GLenum format, GLenum type, GLvoid *pixels );
49 GLenum format, GLenum type, GLsizei bufSize,
H A Dtexcompress.h37 _mesa_gl_compressed_format_base_format(GLenum format);
43 _mesa_glenum_to_compressed_format(GLenum format);
54 _mesa_decompress_image(gl_format format, GLuint width, GLuint height,
H A Dtexgetimage.h38 GLenum format, GLenum type, GLvoid *pixels,
51 GLenum format, GLenum type, GLvoid *pixels );
53 _mesa_GetnTexImageARB( GLenum target, GLint level, GLenum format,
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_format.h52 GLenum format, GLenum type,
63 GLenum format, GLenum type, GLboolean renderable);
68 GLenum format, GLenum type);
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_FactoryRegistrar.cpp51 Format format = curr->factory()(stream); local
57 if (format != kUnknown_Format) {
58 return format;
/external/chromium_org/tools/android/forwarder2/
H A Dcommon.h66 int Append(const char* format, ...) PRINTF_FORMAT(/* + 1 for 'this' */ 2, 3) {
70 va_start(ap, format);
72 write_ptr_, BufferSize - (write_ptr_ - buffer_), format, ap);
/external/chromium_org/tools/gyp/test/actions/
H A Dgyptest-default.py24 if test.format in ['ninja', 'android']:
50 if test.format == 'xcode':
62 if test.format == 'xcode':
/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-depth.py46 if test.format == 'xcode':
50 if test.format == 'xcode':
54 if test.format == 'xcode':
H A Dgyptest-relocate.py48 if test.format == 'xcode':
52 if test.format == 'xcode':
56 if test.format == 'xcode':
H A Dgyptest-top-all.py42 if test.format == 'xcode':
46 if test.format == 'xcode':
50 if test.format == 'xcode':
/external/chromium_org/tools/gyp/test/rules/
H A Dgyptest-all.py30 if test.format == 'xcode':
41 if test.format == 'xcode':
67 if test.format == 'xcode':

Completed in 583 milliseconds

<<11121314151617181920>>