HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 276 - 300 of 1259) sorted by null

<<11121314151617181920>>

  /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 259 ok = rmesa->vtbl.check_blit(rb->Format, rrb->pitch / rrb->cpp);
282 rb->Format, rrb->pitch / rrb->cpp,
286 rb->Format, rrb->map_pitch / rrb->cpp,
314 if (rb->Format == MESA_FORMAT_S8_Z24 || rb->Format == MESA_FORMAT_X8_Z24) {
319 if (rb->Format == MESA_FORMAT_Z16) {
423 if (rb->Format == MESA_FORMAT_S8_Z24 || rb->Format == MESA_FORMAT_X8_Z24) {
427 if (rb->Format == MESA_FORMAT_Z16) {
443 rb->Format, rrb->map_pitch / rrb->cpp
    [all...]
  /external/mesa3d/src/mesa/main/
framebuffer.c 517 const GLenum baseFormat = _mesa_get_format_base_format(rb->Format);
518 const gl_format fmt = rb->Format;
545 const gl_format fmt = rb->Format;
557 const gl_format fmt = rb->Format;
565 const gl_format fmt = rb->Format;
573 const gl_format fmt = rb->Format;
747 * \param format a basic image format such as GL_RGB, GL_RGBA, GL_ALPHA,
756 GLenum format,
770 switch (format) {
    [all...]
readpix.c 71 if (_mesa_get_format_datatype(rb->Format) != GL_UNSIGNED_NORMALIZED)
74 if (!((type == GL_UNSIGNED_SHORT && rb->Format == MESA_FORMAT_Z16) ||
92 _mesa_unpack_uint_z_row(rb->Format, width, map, (GLuint *)dst);
94 ASSERT(type == GL_UNSIGNED_SHORT && rb->Format == MESA_FORMAT_Z16);
107 * Read pixels for format=GL_DEPTH_COMPONENT.
151 _mesa_unpack_float_z_row(rb->Format, width, map, depthValues);
169 * Read pixels for format=GL_STENCIL_INDEX.
201 _mesa_unpack_ubyte_stencil_row(rb->Format, width, map, stencil);
228 GLenum format, GLenum type,
239 if (rb->Format == MESA_FORMAT_RGBA8888_REV &
    [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 73 GLenum format; /*< User-specified context format */ member in struct:osmesa_context
204 if (osmesa->format != OSMESA_RGBA &&
205 osmesa->format != OSMESA_BGRA &&
206 osmesa->format != OSMESA_ARGB) return NULL;
302 if (osmesa->format != OSMESA_RGBA &&
303 osmesa->format != OSMESA_BGRA &&
304 osmesa->format != OSMESA_ARGB) return (swrast_tri_func) NULL;
367 bytesPerRow = rowlength * _mesa_get_format_bytes(osmesa->srb->Base.Format);
410 /* Given the user-provided format and type, figure out which MESA_FORMAT_
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 72 rb->Format = MESA_FORMAT_RGB888;
84 rb->Format = MESA_FORMAT_RGBA8888_REV;
86 rb->Format = MESA_FORMAT_RGBA8888;
91 rb->Format = MESA_FORMAT_SIGNED_RGBA_16;
98 rb->Format = MESA_FORMAT_S8;
102 rb->Format = MESA_FORMAT_Z16;
105 rb->Format = MESA_FORMAT_X8_Z24;
108 rb->Format = MESA_FORMAT_Z32;
112 rb->Format = MESA_FORMAT_Z24_S8;
115 /* unsupported format */
    [all...]
s_stencil.c 58 * For example, if the format is Z24+S8, the position of the stencil bits
62 get_stencil_offset(gl_format format)
66 GLint bpp = _mesa_get_format_bytes(format);
69 assert(_mesa_get_format_bits(format, GL_STENCIL_BITS) == 8);
71 _mesa_pack_ubyte_stencil_row(format, 1, &one, pixel);
301 if (rb->Format == MESA_FORMAT_S8) {
310 const GLint bpp = _mesa_get_format_bytes(rb->Format);
315 _mesa_unpack_ubyte_stencil_row(rb->Format, 1, src, &stencil[i]);
332 _mesa_get_pack_ubyte_stencil_func(rb->Format);
354 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/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");
  /external/swiftshader/src/OpenGL/libGL/
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/vixl/src/aarch64/
debugger-aarch64.cc 86 // Format: wn or xn with 0 <= n < 32 or a name in the aliases list.
113 // Format: sn or dn with 0 <= n < 32.
131 // Format: Alphanumeric string starting with a letter.
156 // Format: 0x... with up to 16 hexadecimal digits.
175 // Format: n.
191 // Format: .ln
225 class Format : public FormatToken {
227 Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {}
372 PrintCommand(Token* name, Token* target, FormatToken* format)
373 : DebugCommand(name), target_(target), format_(format) {}
380 FormatToken* format() { return format_; } function in class:vixl::aarch64::PrintCommand
409 FormatToken* format() { return format_; } function in class:vixl::aarch64::ExamineCommand
1155 Token* format = FormatToken::Tokenize(dot + 1); local
1367 FormatToken* format = new Format<uint32_t>("%08" PRIx32, 'i'); local
1437 FormatToken* format = NULL; local
1535 FormatToken* format = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/
ReportStatusCodeLib.c 202 by ErrorLevel, Marker, and Format. If type GUID in Data is
204 Format from the optional data area of the status code buffer specified by Data.
207 the Format. If the DEBUG() information could be extracted from Data, then
213 If Format is NULL, then ASSERT().
217 @param Marker Pointer to the variable argument list associated with Format.
218 @param Format Pointer to a Null-terminated ASCII format string of a
222 specified by ErrorLevel, Marker, and Format.
233 OUT CHAR8 **Format
241 ASSERT (Format != NULL);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/
ReportStatusCodeLib.c 132 by ErrorLevel, Marker, and Format. If type GUID in Data is
134 Format from the optional data area of the status code buffer specified by Data.
137 the Format. If the DEBUG() information could be extracted from Data, then
143 If Format is NULL, then ASSERT().
147 @param Marker Pointer to the variable argument list associated with Format.
148 @param Format Pointer to a Null-terminated ASCII format string of a
152 specified by ErrorLevel, Marker, and Format.
163 OUT CHAR8 **Format
171 ASSERT (Format != NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Option.c 18 /// A list of the format of DHCP Options sorted by option tag
112 Binary search the DhcpOptionFormats array to find the format
117 @return The point to the option's format, NULL if not found.
151 Validate whether a single DHCP option is valid according to its format.
153 @param[in] Format The option's format
163 IN DHCP_OPTION_FORMAT *Format,
174 switch (Format->Type) {
208 if (((Format->MinOccur != -1) && (Occur < Format->MinOccur)) ||
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
legacy_html_output_formatter_unittest.py 71 formatter.Format(results)
125 formatter.Format(results)
217 formatter.Format(results)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestSimpleDateFormatAPI.java 17 * Port From: JDK 1.4b1 : java.text.Format.IntlTestSimpleDateFormatAPI
18 * Source File: java/text/format/IntlTestSimpleDateFormatAPI.java
21 package android.icu.dev.test.format;
24 import java.text.Format;
37 * @summary test International Simple Date Format API
68 Format clone = (Format) def.clone();
70 errln("ERROR: Format clone or equals failed");
73 // ======= Test various format() methods
75 logln("Testing various format() methods")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestSimpleDateFormatAPI.java 16 * Port From: JDK 1.4b1 : java.text.Format.IntlTestSimpleDateFormatAPI
17 * Source File: java/text/format/IntlTestSimpleDateFormatAPI.java
20 package com.ibm.icu.dev.test.format;
23 import java.text.Format;
36 * @summary test International Simple Date Format API
67 Format clone = (Format) def.clone();
69 errln("ERROR: Format clone or equals failed");
72 // ======= Test various format() methods
74 logln("Testing various format() methods")
    [all...]

Completed in 1084 milliseconds

<<11121314151617181920>>