HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 501 - 525 of 4595) sorted by null

<<21222324252627282930>>

  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_MessageFormat.java 49 MessageFormat format = new MessageFormat(pattern, Locale.US); local
59 t_FormatWithField(1, format, objects, null, Field.ARGUMENT, 3, 15);
61 // test other format fields that are included in the formatted text
62 t_FormatWithField(2, format, objects, null, DateFormat.Field.AM_PM, 0,
64 t_FormatWithField(3, format, objects, null,
68 t_FormatWithField(4, format, objects, null, DateFormat.Field.ERA, 0, 0);
69 t_FormatWithField(5, format, objects, null,
76 MessageFormat format = new MessageFormat(pattern, Locale.US); local
83 t_Format(1, objects, format, getMessageVector1());
  /external/apache-http/src/org/apache/http/client/entity/
UrlEncodedFormEntity.java 57 super(URLEncodedUtils.format(parameters, encoding),
71 super(URLEncodedUtils.format(parameters, HTTP.DEFAULT_CONTENT_CHARSET),
  /external/bison/lib/
vfprintf.c 36 vfprintf (FILE *fp, const char *format, va_list args)
43 output = vasnprintf (buf, &lenbuf, format, args);
vsnprintf.c 39 vsnprintf (char *str, size_t size, const char *format, va_list args)
45 output = vasnprintf (str, &lenbuf, format, args);
vsprintf.c 40 vsprintf (char *str, const char *format, va_list args)
56 output = vasnprintf (str, &lenbuf, format, args);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
FiveRegisterDecodedInstruction.java 43 public FiveRegisterDecodedInstruction(InstructionCodec format, int opcode,
46 super(format, opcode, index, indexType, target, literal);
FourRegisterDecodedInstruction.java 40 public FourRegisterDecodedInstruction(InstructionCodec format, int opcode,
43 super(format, opcode, index, indexType, target, literal);
ThreeRegisterDecodedInstruction.java 37 public ThreeRegisterDecodedInstruction(InstructionCodec format, int opcode,
40 super(format, opcode, index, indexType, target, literal);
  /external/e2fsprogs/lib/et/
com_err.h 32 COM_ERR_ATTR((format(printf, 3, 4)));
36 COM_ERR_ATTR((format(printf, 3, 0)));
  /external/e2fsprogs/util/
gcc-wall-cleanup 18 /zero-length format string/d
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Platform.java 49 static String format(String template, Object... args) { method in class:Platform
50 return String.format(template, args);
  /external/junit/src/org/junit/runners/model/
MultipleFailureException.java 28 String.format("There were %d errors:", fErrors.size()));
30 sb.append(String.format("\n %s(%s)", e.getClass().getName(), e.getMessage()));
  /external/linux-tools-perf/util/ui/
helpline.c 54 int ui_helpline__show_help(const char *format, va_list ap)
61 sizeof(ui_helpline__last_msg) - backlog, format, ap);
  /external/llvm/lib/MC/
MCInstPrinter.cpp 15 #include "llvm/Support/Format.h"
58 return format("0x%" PRIx64, Value);
60 return format("%" PRId64, Value);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpDate.java 32 * Most websites serve cookies in the blessed format. Eagerly create the parser to ensure such
44 /** If we fail to parse a date in a non-standard format, try each of these formats in sequence. */
54 /* RI bug 6641315 claims a cookie of this format was once served by www.yahoo.com */
76 public static String format(Date value) { method in class:HttpDate
77 return STANDARD_DATE_FORMAT.get().format(value);
  /external/openssl/crypto/bio/
b_print.c 137 const char *format, va_list args);
139 /* format read states */
149 /* format flags - Bits */
175 const char *format,
192 ch = *format++;
204 ch = *format++;
210 ch = *format++;
214 ch = *format++;
218 ch = *format++;
222 ch = *format++
    [all...]
  /external/qemu/android/
charmap.c 64 /* Line format was bad. */
335 // Make sure token format was ok and value doesn't exceed unsigned short.
397 * returns BAD_FORMAT if line format was not recognized, SKIP_LINE if line
398 * format was ok, but it didn't contain key information, or KEY_ENTRY
424 derror("Invalid format of charmap file %s. Unknown key %s in line %d",
432 derror("Invalid format of charmap file %s. Invalid display value in line %d",
440 derror("Invalid format of charmap file %s. Invalid number value in line %d",
448 derror("Invalid format of charmap file %s. Invalid base value in line %d",
456 derror("Invalid format of charmap file %s. Invalid caps value in line %d",
464 derror("Invalid format of charmap file %s. Invalid fn value in line %d"
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
soundcommon.h 57 u8 channel,format; member in struct:__anon13307
66 extern void SoundSystemInit(u32 rate,u32 buffersize,u8 channel,u8 format);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_sw_c.h 29 extern SDL_Overlay *SDL_CreateYUV_SW(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.h 29 extern SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c 56 Uint32 format; local
67 /* Set the destination pixel format */
69 bpp = dst->format->BitsPerPixel;
70 format = dst->pitch | ((bpp+((bpp==8) ? 0 : 8)) << 13);
79 tdfx_out32(DSTFORMAT, format);
114 /* Set the source and destination pixel format */
116 bpp = src->format->BitsPerPixel;
119 bpp = dst->format->BitsPerPixel;
142 tdfx_out32(SRCCOLORKEYMIN, src->format->colorkey);
143 tdfx_out32(SRCCOLORKEYMAX, src->format->colorkey)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxmodes.c 31 SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags)
36 if (SDL_Visual.bpp == format -> BitsPerPixel) {
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_phyuv_c.h 42 long format; member in struct:private_yuvhwdata
56 extern SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv_c.h 29 extern SDL_Overlay *GS_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv_c.h 30 extern SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);

Completed in 2467 milliseconds

<<21222324252627282930>>