/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
formats.c | 45 * Base format is one of GL_RED, GL_RG, GL_RGB, GL_RGBA, GL_ALPHA, 76 * Info about each format. [all...] |
/external/mesa3d/src/mesa/main/ |
formats.c | 45 * Base format is one of GL_RED, GL_RG, GL_RGB, GL_RGBA, GL_ALPHA, 76 * Info about each format. [all...] |
/external/icu4c/i18n/unicode/ |
choicfmt.h | 18 * 07/22/98 stephen Removed operator!= (implemented in Format) 29 * \brief C++ API: Choice Format. 36 #include "unicode/format.h" 154 * fmt.format(x, str); 243 * Clones this Format object. The caller owns the 249 virtual Format* clone(void) const; 252 * Returns true if the given Format objects are semantically equal. 259 virtual UBool operator==(const Format& other) const; 300 * parsed with that format,and should be in 304 * @param formatsToCopy The format strings you want to use for each limit 663 ChoiceFormat::format(const Formattable& obj, function in class:ChoiceFormat 672 ChoiceFormat::format(double number, function in class:ChoiceFormat 678 ChoiceFormat::format(int32_t number, function in class:ChoiceFormat [all...] |
numfmt.h | 35 #include "unicode/format.h" 57 * NumberFormat helps you to format and parse numbers for any locale. 60 * decimal digits used, or whether the number format is even decimal. 62 * To format a number for the current Locale, use one of the static 70 * nf->format(myNumber, myString); 78 * the format and use it multiple times so that the system doesn't 90 * nf->format(a[i], myString); 96 * To format a number for a different Locale, specify it in the 111 * Use createInstance to get the normal number format for that country. 113 * to get the currency number format for that country. Use getPercen 1131 NumberFormat::format(const Formattable& obj, function in class:NumberFormat [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
Support_DecimalFormat.java | 43 DecimalFormat format = (DecimalFormat) NumberFormat local 48 t_FormatWithField(0, format, number, text, NumberFormat.Field.CURRENCY, 50 t_FormatWithField(1, format, number, text, NumberFormat.Field.INTEGER, 52 t_FormatWithField(2, format, number, text, 54 t_FormatWithField(3, format, number, text, 56 t_FormatWithField(4, format, number, text, NumberFormat.Field.FRACTION, 60 t_FormatWithField(5, format, number, text, NumberFormat.Field.SIGN, 0, 62 t_FormatWithField(6, format, number, text, NumberFormat.Field.EXPONENT, 64 t_FormatWithField(7, format, number, text, 66 t_FormatWithField(8, format, number, text 152 DecimalFormat format = new DecimalFormat("###0.##\\u2030"); local [all...] |
/external/chromium_org/v8/src/arm/ |
disasm-arm.cc | 104 int FormatVFPRegister(Instruction* instr, const char* format); 106 int FormatVFPinstruction(Instruction* instr, const char* format); 119 void Format(Instruction* instr, const char* format); 328 int Decoder::FormatRegister(Instruction* instr, const char* format) { 329 ASSERT(format[0] == 'r'); 330 if (format[1] == 'n') { // 'rn: Rn register 334 } else if (format[1] == 'd') { // 'rd: Rd register 338 } else if (format[1] == 's') { // 'rs: Rs register 342 } else if (format[1] == 'm') { // 'rm: Rm registe [all...] |
/external/v8/src/arm/ |
disasm-arm.cc | 104 int FormatVFPRegister(Instruction* instr, const char* format); 106 int FormatVFPinstruction(Instruction* instr, const char* format); 117 void Format(Instruction* instr, const char* format); 322 int Decoder::FormatRegister(Instruction* instr, const char* format) { 323 ASSERT(format[0] == 'r'); 324 if (format[1] == 'n') { // 'rn: Rn register 328 } else if (format[1] == 'd') { // 'rd: Rd register 332 } else if (format[1] == 's') { // 'rs: Rs register 336 } else if (format[1] == 'm') { // 'rm: Rm registe [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_screen.c | 348 enum pipe_format format, 357 boolean is_color2101010 = format == PIPE_FORMAT_R10G10B10A2_UNORM || 358 format == PIPE_FORMAT_R10G10B10X2_SNORM || 359 format == PIPE_FORMAT_B10G10R10A2_UNORM || 360 format == PIPE_FORMAT_R10SG10SB10SA2U_NORM; 361 boolean is_ati1n = format == PIPE_FORMAT_RGTC1_UNORM || 362 format == PIPE_FORMAT_RGTC1_SNORM || 363 format == PIPE_FORMAT_LATC1_UNORM || 364 format == PIPE_FORMAT_LATC1_SNORM; 365 boolean is_ati2n = format == PIPE_FORMAT_RGTC2_UNORM | [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_screen.c | 348 enum pipe_format format, 357 boolean is_color2101010 = format == PIPE_FORMAT_R10G10B10A2_UNORM || 358 format == PIPE_FORMAT_R10G10B10X2_SNORM || 359 format == PIPE_FORMAT_B10G10R10A2_UNORM || 360 format == PIPE_FORMAT_R10SG10SB10SA2U_NORM; 361 boolean is_ati1n = format == PIPE_FORMAT_RGTC1_UNORM || 362 format == PIPE_FORMAT_RGTC1_SNORM || 363 format == PIPE_FORMAT_LATC1_UNORM || 364 format == PIPE_FORMAT_LATC1_SNORM; 365 boolean is_ati2n = format == PIPE_FORMAT_RGTC2_UNORM | [all...] |
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
CachedFrameManager.java | 44 public Frame newFrame(FrameFormat format) { 45 Frame result = findAvailableFrame(format, Frame.NO_BINDING, 0); 47 result = super.newFrame(format); 54 public Frame newBoundFrame(FrameFormat format, int bindingType, long bindingId) { 55 Frame result = findAvailableFrame(format, bindingType, bindingId); 57 result = super.newBoundFrame(format, bindingType, bindingId); 130 private Frame findAvailableFrame(FrameFormat format, int bindingType, long bindingId) { 131 // Look for a frame that is compatible with the requested format 135 // Check that format is compatible 136 if (frame.getFormat().isReplaceableBy(format)) { [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdio-write.c | 67 printf (const char *format, ...) 72 va_start (args, format); 73 retval = vfprintf (stdout, format, args); 82 fprintf (FILE *stream, const char *format, ...) 87 va_start (args, format); 88 retval = vfprintf (stream, format, args); 97 vprintf (const char *format, va_list args) 99 return vfprintf (stdout, format, args); 105 vfprintf (FILE *stream, const char *format, va_list args) 108 CALL_WITH_SIGPIPE_EMULATION (int, vfprintf (stream, format, args), ret == EOF [all...] |
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/ |
TextureUtil.java | 9 import com.jme3.texture.Image.Format; 15 public static int convertTextureFormat(Format fmt){ 44 throw new UnsupportedOperationException("Unsupported depth format: " + fmt); 47 throw new UnsupportedOperationException("Unsupported format: " + fmt); 49 throw new UnsupportedOperationException("Unrecognized format: " + fmt); 132 Image.Format fmt = img.getFormat(); 146 int format = -1; local 152 format = GLES20.GL_ALPHA; 156 format = GLES20.GL_LUMINANCE; 160 format = GLES20.GL_LUMINANCE_ALPHA [all...] |
/frameworks/base/media/java/android/media/ |
MediaFormat.java | 24 * Encapsulates the information describing the format of media data, 27 * The format of the media data is specified as string/value pairs. 33 * <tr><td>{@link #KEY_MIME}</td><td>String</td><td>The type of the format.</td></tr> 44 * for encoders, readable in the output format of decoders</b></td></tr> 74 * <tr><td>{@link #KEY_MIME}</td><td>String</td><td>The type of the format.</td></tr> 94 * A key describing the sample rate of an audio format. 100 * A key describing the number of channels in an audio format. 106 * A key describing the width of the content in a video format. 112 * A key describing the height of the content in a video format. 119 * decoder format, in case there are resolution changes in the video content 372 MediaFormat format = new MediaFormat(); local 391 MediaFormat format = new MediaFormat(); local 408 MediaFormat format = new MediaFormat(); local [all...] |
/cts/tools/dex-tools/src/dex/reader/ |
TypeFormatter.java | 45 public String format(String typeName) { method in class:TypeFormatter 72 return format(typeName.substring(1)) + "[]"; 79 public String format(List<String> typeNames) { method in class:TypeFormatter 82 types.add(format(type)); method 84 return format(types, ", "); 88 return format(new ArrayList<DexAnnotation>(annotations), "\n") + "\n"; 91 private String format(List<?> elements, String separator) { method in class:TypeFormatter
|
/external/chromium_org/cc/resources/ |
resource_pool.cc | 13 GLenum format) 16 format, 19 format), 45 gfx::Size size, GLenum format) { 58 if (resource->format() != format) 67 Resource* resource = new Resource(resource_provider_, size, format);
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/ |
renderer9_utils.cpp | 240 D3DFORMAT ConvertRenderbufferFormat(GLenum format) 242 switch (format) 328 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format) 333 return (format == GL_LUMINANCE); 335 return (format == GL_LUMINANCE_ALPHA); 337 return (format == GL_COMPRESSED_RGBA_S3TC_DXT1_EXT || format == GL_COMPRESSED_RGB_S3TC_DXT1_EXT); 339 return (format == GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE); 341 return (format == GL_COMPRESSED_RGBA_S3TC_DXT5_ANGLE); 345 return (format == GL_RGBA || format == GL_BGRA_EXT) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_debug_describe.c | 44 util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0)); 47 util_sprintf(buf, "pipe_texture1d<%u,%s,%u>", ptr->width0, util_format_short_name(ptr->format), ptr->last_level); 50 util_sprintf(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level); 53 util_sprintf(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name(ptr->format)); 56 util_sprintf(buf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level); 59 util_sprintf(buf, "pipe_texture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_format_short_name(ptr->format), ptr->last_level); 80 util_sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format));
|
/external/droiddriver/src/com/google/android/droiddriver/util/ |
Logs.java | 34 String.format("Invoking %s.%s(%s)", self.getClass().getSimpleName(), method, 57 public static void logfmt(int priority, String format, Object... args) { 59 Log.println(priority, TAG, String.format(format, args)); 63 public static void logfmt(int priority, Throwable e, String format, Object... args) { 65 Log.println(priority, TAG, String.format(format, args) + '\n' + Log.getStackTraceString(e));
|
/external/jmonkeyengine/engine/src/android/com/jme3/asset/ |
AndroidImageInfo.java | 7 import com.jme3.texture.Image.Format; 23 protected Format format; field in class:AndroidImageInfo 45 public Format getFormat(){ 46 return format; 69 format = Image.Format.Alpha8; 72 format = Image.Format.ARGB4444; 75 format = Image.Format.RGBA8 [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug_describe.c | 44 util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0)); 47 util_sprintf(buf, "pipe_texture1d<%u,%s,%u>", ptr->width0, util_format_short_name(ptr->format), ptr->last_level); 50 util_sprintf(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level); 53 util_sprintf(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name(ptr->format)); 56 util_sprintf(buf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level); 59 util_sprintf(buf, "pipe_texture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_format_short_name(ptr->format), ptr->last_level); 80 util_sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format));
|
/external/smack/src/org/xbill/DNS/ |
FormattedTime.java | 6 * Routines for converting time values to and from YYYYMMDDHHMMSS format. 36 format(Date date) { method in class:FormattedTime 41 sb.append(w4.format(c.get(Calendar.YEAR))); 42 sb.append(w2.format(c.get(Calendar.MONTH)+1)); 43 sb.append(w2.format(c.get(Calendar.DAY_OF_MONTH))); 44 sb.append(w2.format(c.get(Calendar.HOUR_OF_DAY))); 45 sb.append(w2.format(c.get(Calendar.MINUTE))); 46 sb.append(w2.format(c.get(Calendar.SECOND)));
|
/frameworks/av/media/mtp/ |
MtpDatabase.h | 34 MtpObjectFormat format, 45 MtpObjectFormat format, 49 MtpObjectFormat format, 53 MtpObjectFormat format, 60 virtual MtpObjectPropertyList* getSupportedObjectProperties(MtpObjectFormat format) = 0; 80 uint32_t format, uint32_t property, 102 MtpObjectFormat format) = 0;
|
/frameworks/base/core/java/android/text/format/ |
Formatter.java | 17 package android.text.format; 76 value = String.format("%.2f", result); 79 value = String.format("%.1f", result); 81 value = String.format("%.2f", result); 85 value = String.format("%.0f", result); 87 value = String.format("%.2f", result); 90 value = String.format("%.0f", result); 98 * Returns a string in the canonical IPv4 format ###.###.###.### from a packed integer 100 * format (LSB first). That is, 0x01020304 will return "4.3.2.1".
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
JPEGOutputStream.java | 38 int format) { 40 setConfig(width, height, quality, format); 43 public boolean setConfig(int width, int height, int quality, int format) { 47 // Make sure format is valid 48 switch (format) { 62 mFormat = format; 82 throw new ArrayIndexOutOfBoundsException(String.format( 135 native private int setup(OutputStream out, int width, int height, int format, int quality);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/ |
SDL_dmaaudio.c | 250 static int DMA_ReopenAudio(_THIS, const char *audiodev, int format, int stereo, 280 /* Set the audio format */ 281 value = format; 283 (value != format) ) { 284 SDL_SetError("Couldn't set audio format"); 311 int format; local 331 SDL_SetError("Couldn't get audio format list"); 335 /* Try for a closest match on audio format */ 336 format = 0; 337 for ( test_format = SDL_FirstAudioFormat(spec->format); [all...] |