HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 301 - 325 of 1402) sorted by null

<<11121314151617181920>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 25 import java.text.Format;
59 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
71 * <p>An argument might not specify any format type. In this case,
77 * Format object is created, cached and used.
83 * <p>After construction, a custom Format object can be set for
98 * (or using a custom Format object if one was set).
153 * a <code>Format</code> instance for the format element. The following
154 * table shows how the values map to Format instances. Combinations not
156 * be a valid pattern string for the Format subclass used
918 public final StringBuffer format(Object[] arguments, StringBuffer result, method in class:MessageFormat
921 format(arguments, null, new AppendableWrapper(result), pos); method
952 public final StringBuffer format(Map<String, Object> arguments, StringBuffer result, method in class:MessageFormat
954 format(null, arguments, new AppendableWrapper(result), pos); method
973 public static String format(String pattern, Object... arguments) { method in class:MessageFormat
990 public static String format(String pattern, Map<String, Object> arguments) { method in class:MessageFormat
1030 public final StringBuffer format(Object arguments, StringBuffer result, method in class:MessageFormat
1033 format(arguments, new AppendableWrapper(result), pos); method
1081 format(arguments, wrapper, null); method
1565 private void format(int msgStart, PluralSelectorContext pluralNumber, method in class:MessageFormat
1724 format(msgStart, pluralNumber, args, argsMap, dest, null); method
2079 private void format(Object arguments, AppendableWrapper result, FieldPosition fp) { method in class:MessageFormat
2081 format(null, (Map<String, Object>)arguments, result, fp); method
2083 format((Object[])arguments, null, result, fp); method
2094 private void format(Object[] arguments, Map<String, Object> argsMap, method in class:MessageFormat
    [all...]
  /external/icu/icu4c/source/i18n/
reldtfmt.h 17 * \brief C++ API: Format and parse relative dates and times.
69 * Clone this Format object polymorphically. The caller owns the result and
74 virtual Format* clone(void) const;
77 * Return true if the given Format objects are semantically equal. Objects
80 * @return true if the given Format objects are semantically equal.
83 virtual UBool operator==(const Format& other) const;
86 using DateFormat::format;
89 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
104 virtual UnicodeString& format( Calendar& cal,
109 * Format an object to produce a string. This method handles Formattabl
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 24 import java.text.Format;
58 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
70 * <p>An argument might not specify any format type. In this case,
76 * Format object is created, cached and used.
82 * <p>After construction, a custom Format object can be set for
97 * (or using a custom Format object if one was set).
152 * a <code>Format</code> instance for the format element. The following
153 * table shows how the values map to Format instances. Combinations not
155 * be a valid pattern string for the Format subclass used
940 public final StringBuffer format(Object[] arguments, StringBuffer result, method in class:MessageFormat
943 format(arguments, null, new AppendableWrapper(result), pos); method
975 public final StringBuffer format(Map<String, Object> arguments, StringBuffer result, method in class:MessageFormat
977 format(null, arguments, new AppendableWrapper(result), pos); method
997 public static String format(String pattern, Object... arguments) { method in class:MessageFormat
1015 public static String format(String pattern, Map<String, Object> arguments) { method in class:MessageFormat
1057 public final StringBuffer format(Object arguments, StringBuffer result, method in class:MessageFormat
1060 format(arguments, new AppendableWrapper(result), pos); method
1109 format(arguments, wrapper, null); method
1609 private void format(int msgStart, PluralSelectorContext pluralNumber, method in class:MessageFormat
1768 format(msgStart, pluralNumber, args, argsMap, dest, null); method
2123 private void format(Object arguments, AppendableWrapper result, FieldPosition fp) { method in class:MessageFormat
2125 format(null, (Map<String, Object>)arguments, result, fp); method
2127 format((Object[])arguments, null, result, fp); method
2138 private void format(Object[] arguments, Map<String, Object> argsMap, method in class:MessageFormat
    [all...]
  /external/skia/include/core/
SkMask.h 17 the 3-channel 3D format. These are passed to SkMaskFilter objects.
22 enum Format {
37 Format fFormat;
79 * this asserts that the mask's format is kLCD16_Format, and that (x,y)
92 * this asserts that the mask's format is 32bits, and that (x,y)
105 * at runtime based on the mask format. This will be slightly slower than
106 * using one of the routines where the format is implied by the name
  /external/swiftshader/src/OpenGL/libGL/
Device.hpp 60 Image *createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool discard);
61 Image *createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable);
Renderbuffer.cpp 118 sw::Format RenderbufferTexture2D::getInternalFormat() const
174 sw::Format RenderbufferTextureCubeMap::getInternalFormat() const
235 sw::Format Renderbuffer::getInternalFormat() const
287 format = GL_RGBA4;
315 return format;
318 sw::Format RenderbufferStorage::getInternalFormat() const
337 format = sw2es::ConvertBackBufferFormat(internalFormat);
342 Colorbuffer::Colorbuffer(int width, int height, GLenum format, GLsizei samples) : mRenderTarget(nullptr)
346 sw::Format requestedFormat = es2sw::ConvertRenderbufferFormat(format);
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Device.hpp 52 egl::Image *createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool discard);
53 egl::Image *createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable);
  /external/vulkan-validation-layers/layers/
parameter_name.h 30 * a format string and a vector of index values, and performs string formatting when an accessor function is called to
39 * With the ParameterName class, a format string and a vector of format values are stored by the ParameterName object that is
49 /// Format specifier for the parameter name string, to be replaced by an index value. The parameter name string must contain
50 /// one format specifier for each index value specified.
57 * @param source Paramater name string without format specifiers.
59 * @pre The source string must not contain the %i format specifier.
66 * @param source Paramater name string without format specifiers.
68 * @pre The source string must not contain the %i format specifier.
75 * @param source Paramater name string without format specifiers
113 std::stringstream format; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
ColorDescriptors.java 21 import com.android.ide.common.api.IAttributeInfo.Format;
80 new AttributeInfo(ATTR_COLOR, Format.COLOR_SET)).setTooltip(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ReferenceAttributeDescriptor.java 21 import com.android.ide.common.api.IAttributeInfo.Format;
54 new AttributeInfo(xmlLocalName, Format.REFERENCE_SET));
  /frameworks/native/include/input/
KeyCharacterMap.h 58 enum Format {
75 static status_t load(const String8& filename, Format format, sp<KeyCharacterMap>* outMap);
79 const char* contents, Format format, sp<KeyCharacterMap>* outMap);
205 Format mFormat;
210 Parser(KeyCharacterMap* map, Tokenizer* tokenizer, Format format);
243 static status_t load(Tokenizer* tokenizer, Format format, sp<KeyCharacterMap>* outMap)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 254 ok = rmesa->vtbl.check_blit(rb->Format, rrb->pitch / rrb->cpp);
277 rb->Format, rrb->pitch / rrb->cpp,
281 rb->Format, rrb->map_pitch / rrb->cpp,
309 if (rb->Format == MESA_FORMAT_Z24_UNORM_S8_UINT || rb->Format == MESA_FORMAT_Z24_UNORM_X8_UINT) {
314 if (rb->Format == MESA_FORMAT_Z_UNORM16) {
418 if (rb->Format == MESA_FORMAT_Z24_UNORM_S8_UINT || rb->Format == MESA_FORMAT_Z24_UNORM_X8_UINT) {
422 if (rb->Format == MESA_FORMAT_Z_UNORM16) {
439 rb->Format, rrb->map_pitch / rrb->cpp
    [all...]
  /external/mesa3d/src/mesa/main/
framebuffer.c 487 const GLenum baseFormat = _mesa_get_format_base_format(rb->Format);
488 const mesa_format fmt = rb->Format;
515 const mesa_format fmt = rb->Format;
527 const mesa_format fmt = rb->Format;
535 const mesa_format fmt = rb->Format;
543 const mesa_format fmt = rb->Format;
717 * \param format a basic image format such as GL_RGB, GL_RGBA, GL_ALPHA,
726 GLenum format,
740 switch (format) {
853 const mesa_format format = ctx->ReadBuffer->_ColorReadBuffer->Format; local
890 const GLenum format = ctx->ReadBuffer->_ColorReadBuffer->Format; local
    [all...]
readpix.c 85 GLenum format, GLenum type,
90 GLenum dstBaseFormat = _mesa_unpack_format_to_base_format(format);
92 if (format == GL_DEPTH_COMPONENT ||
93 format == GL_DEPTH_STENCIL ||
94 format == GL_STENCIL_INDEX) {
101 if (_mesa_is_enum_format_integer(format)) {
122 /* If the format is unsigned normalized, we can ignore clamping
141 * NOTE: This doesn't take swizzling and format conversions between
145 _mesa_readpixels_needs_slow_path(const struct gl_context *ctx, GLenum format,
149 _mesa_get_read_renderbuffer_for_format(ctx, format);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 22 import com.android.ide.common.api.IAttributeInfo.Format;
64 /** Map from format name (lower case) to the uppercase version */
65 private Map<String, Format> mFormatNames = new HashMap<String, Format>(10);
68 * Map of all (constant, value) pairs for attributes of format enum or flag.
138 // Pre-compute the set of format names such that we don't have to compute the uppercase
139 // version of the same format string names again and again
140 for (Format f : Format.values()) {
211 String xmlName = String.format("%1$s_%2$s", //$NON-NLS-1
510 Format format = mFormatNames.get(f); local
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
MessageFormat.java 24 import java.text.Format;
57 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
69 * <p>An argument might not specify any format type. In this case,
75 * Format object is created, cached and used.
81 * <p>After construction, a custom Format object can be set for
96 * (or using a custom Format object if one was set).
151 * a <code>Format</code> instance for the format element. The following
152 * table shows how the values map to Format instances. Combinations not
154 * be a valid pattern string for the Format subclass used
895 public final StringBuffer format(Object[] arguments, StringBuffer result, method in class:MessageFormat
898 format(arguments, null, new AppendableWrapper(result), pos); method
930 public final StringBuffer format(Map<String, Object> arguments, StringBuffer result, method in class:MessageFormat
932 format(null, arguments, new AppendableWrapper(result), pos); method
952 public static String format(String pattern, Object... arguments) { method in class:MessageFormat
970 public static String format(String pattern, Map<String, Object> arguments) { method in class:MessageFormat
1011 public final StringBuffer format(Object arguments, StringBuffer result, method in class:MessageFormat
1014 format(arguments, new AppendableWrapper(result), pos); method
1062 format(arguments, wrapper, null); method
1521 private void format(int msgStart, PluralSelectorContext pluralNumber, method in class:MessageFormat
1673 format(msgStart, pluralNumber, args, argsMap, nameValuePairs, dest, null); method
2031 private void format(Object arguments, AppendableWrapper result, FieldPosition fp) { method in class:MessageFormat
2033 format(null, (Map<String, Object>)arguments, result, fp); method
2035 format((Object[])arguments, null, result, fp); method
2046 private void format(Object[] arguments, Map<String, Object> argsMap, method in class:MessageFormat
    [all...]
  /external/swiftshader/src/D3D9/
Direct3D9Ex.cpp 99 unsigned int Direct3D9Ex::GetAdapterModeCount(unsigned int adapter, D3DFORMAT format)
101 TRACE("unsigned int adapter = %d, D3DFORMAT format = %d", adapter, format);
103 return Direct3D9::GetAdapterModeCount(adapter, format);
106 long Direct3D9Ex::EnumAdapterModes(unsigned int adapter, D3DFORMAT format, unsigned int index, D3DDISPLAYMODE *mode)
108 TRACE("unsigned int adapter = %d, D3DFORMAT format = %d, unsigned int index = %d, D3DDISPLAYMODE *mode = 0x%0.8p", adapter, format, index, mode);
110 return Direct3D9::EnumAdapterModes(adapter, format, index, mode);
259 fullscreenDisplayMode.Format = presentParameters->BackBufferFormat;
272 return Direct3D9::GetAdapterModeCount(adapter, filter->Format); // FIXM
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 77 GLenum format; /*< User-specified context format */ member in struct:osmesa_context
219 if (osmesa->format != OSMESA_RGBA &&
220 osmesa->format != OSMESA_BGRA &&
221 osmesa->format != OSMESA_ARGB) {
330 if (osmesa->format != OSMESA_RGBA &&
331 osmesa->format != OSMESA_BGRA &&
332 osmesa->format != OSMESA_ARGB) {
400 bytesPerRow = rowlength * _mesa_get_format_bytes(osmesa->srb->Base.Format);
443 /* Given the user-provided format and type, figure out which MESA_FORMAT_
676 GLenum format = OSMESA_RGBA; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 72 rb->Format = MESA_FORMAT_BGR_UNORM8;
84 rb->Format = MESA_FORMAT_R8G8B8A8_UNORM;
86 rb->Format = MESA_FORMAT_A8B8G8R8_UNORM;
91 rb->Format = MESA_FORMAT_RGBA_SNORM16;
98 rb->Format = MESA_FORMAT_S_UINT8;
102 rb->Format = MESA_FORMAT_Z_UNORM16;
105 rb->Format = MESA_FORMAT_Z24_UNORM_X8_UINT;
108 rb->Format = MESA_FORMAT_Z_UNORM32;
112 rb->Format = MESA_FORMAT_S8_UINT_Z24_UNORM;
115 /* unsupported format */
    [all...]
s_stencil.c 60 * For example, if the format is Z24+S8, the position of the stencil bits
64 get_stencil_offset(mesa_format format)
68 GLint bpp = _mesa_get_format_bytes(format);
71 assert(_mesa_get_format_bits(format, GL_STENCIL_BITS) == 8);
73 _mesa_pack_ubyte_stencil_row(format, 1, &one, pixel);
303 if (rb->Format == MESA_FORMAT_S_UINT8) {
312 const GLint bpp = _mesa_get_format_bytes(rb->Format);
317 _mesa_unpack_ubyte_stencil_row(rb->Format, 1, src, &stencil[i]);
334 _mesa_get_pack_ubyte_stencil_func(rb->Format);
356 const GLint stencilOffset = get_stencil_offset(rb->Format);
    [all...]
s_clear.c 50 const GLuint pixelSize = _mesa_get_format_bytes(rb->Format);
79 _mesa_pack_float_rgba_row(rb->Format, 1, clearColor, &pixel); \
81 _mesa_pack_colormask(rb->Format, colorMask, &pixelMask); \
107 _mesa_pack_float_rgba_row(rb->Format, 1, clearColor, pixel); \
109 _mesa_pack_colormask(rb->Format, colorMask, pixelMask); \
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/EblCmdLib/
EblCmdLib.c 42 Argv[1] - Optional quoted format string
62 CHAR8 *Format;
71 Format = Argv[1];
75 Format = "add-symbol-file %a 0x%x";
78 Format = "load /a /ni /np %a &0x%x";
104 AsciiPrint (Format, Pdb, ImageBase);
284 "symboltable [\"format string\"] [PECOFF]",
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Library/EblCmdLib/
EblCmdLib.c 42 Argv[1] - Optional quoted format string
62 CHAR8 *Format;
71 Format = Argv[1];
75 Format = "add-symbol-file %a 0x%x";
78 Format = "load /a /ni /np %a &0x%x";
104 AsciiPrint (Format, Pdb, ImageBase);
284 "symboltable [\"format string\"] [PECOFF]",
  /external/gemmlowp/internal/
kernel_neon.h 37 Format;
297 Format;
671 Format;
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table.cc 126 case Format::FORMAT_1:
128 case Format::FORMAT_2:
130 case Format::FORMAT_3:
132 case Format::FORMAT_4:
134 case Format::FORMAT_5:
138 throw IllegalArgumentException("Invalid index subtable format");
180 // Unknown format and unable to process.
182 throw IllegalArgumentException("Invalid Index Subtable Format");

Completed in 1326 milliseconds

<<11121314151617181920>>