/external/chromium-trace/catapult/telemetry/telemetry/internal/results/ |
csv_pivot_table_output_formatter_unittest.py | 59 def Format(self): 60 self._formatter.Format(self._results) 74 self.assertEqual(expected, self.Format()) 100 csv_string = self.Format() 121 output = self.Format().split(self._LINE_SEPARATOR)
|
/external/icu/icu4c/source/i18n/ |
selfmt.cpp | 51 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), 71 SelectFormat::format(const Formattable& obj, function in class:SelectFormat 80 return format(obj.getString(status), appendTo, pos, status); 88 SelectFormat::format(const UnicodeString& keyword, function in class:SelectFormat 154 Format* SelectFormat::clone() const 168 SelectFormat::operator==(const Format& other) const { 172 if (!Format::operator==(other)) { 180 SelectFormat::operator!=(const Format& other) const {
|
msgfmt.cpp | 203 void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) { 205 formatter->format(arg, s, ec); 210 void formatAndAppend(const Format* formatter, const Formattable& arg, 300 Format(that), 376 Format::operator=(that); 392 MessageFormat::operator==(const Format& rhs) const 399 if (!Format::operator==(rhs) || 426 const Format* format = (const Format*)uhash_iget(cachedFormatters, cur->key.integer) local 871 MessageFormat::format(const Formattable* source, function in class:MessageFormat 886 MessageFormat::format( const UnicodeString& pattern, function in class:MessageFormat 902 MessageFormat::format(const Formattable& source, function in class:MessageFormat 919 MessageFormat::format(const UnicodeString* argumentNames, function in class:MessageFormat 941 MessageFormat::format(const Formattable* arguments, function in class:MessageFormat 1001 void MessageFormat::format(int32_t msgStart, const void *plNumber, function in class:MessageFormat 1858 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, function in class:MessageFormat::DummyFormat 1867 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, function in class:MessageFormat::DummyFormat 1877 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, function in class:MessageFormat::DummyFormat [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
measfmt.h | 20 #include "unicode/format.h" 58 * Completely omit measure units when possible. For example, format 93 * @see Format 97 class U_I18N_API MeasureFormat : public Format { 99 using Format::parseObject; 100 using Format::format; 138 * Return true if given Format objects are semantically equal. 141 virtual UBool operator==(const Format &other) const; 147 virtual Format *clone() const [all...] |
plurfmt.h | 84 * <code>applyPattern()</code> method. The <code>format()</code> 126 * If you need a custom format and have a non-zero offset, then you need to pass the 135 * constructor, this locale will be used to format the number in the message 146 class U_I18N_API PluralFormat : public Format { 304 * Sets the pattern used by this plural format. 305 * The method parses the pattern and creates a map of format strings 309 * @param pattern the pattern for this plural format 318 using Format::format; 332 UnicodeString format(int32_t number, UErrorCode& status) const [all...] |
/external/swiftshader/src/OpenGL/libGLES_CM/ |
Renderbuffer.h | 52 virtual sw::Format getInternalFormat() const = 0; 80 virtual sw::Format getInternalFormat() const; 88 // is called. The specific concrete type depends on whether the internal format is 104 virtual sw::Format getInternalFormat() const; 110 GLenum format; member in class:es1::RenderbufferStorage 111 sw::Format internalFormat; 139 sw::Format getInternalFormat() const; 158 Colorbuffer(GLsizei width, GLsizei height, GLenum format, GLsizei samples);
|
/frameworks/base/rs/java/android/renderscript/ |
ProgramFragmentFixedFunction.java | 123 * Format describes the pixel format of textures in the fixed 127 public enum Format { 146 Format(int id) { 153 Format format; field in class:ProgramFragmentFixedFunction.Builder.Slot 154 Slot(EnvMode _env, Format _fmt) { 156 format = _fmt; 184 switch (mSlots[i].format) { 200 switch (mSlots[i].format) { [all...] |
/libcore/ojluni/src/main/java/java/text/ |
MessageFormat.java | 64 * <code>MessageFormat</code> differs from the other <code>Format</code> 115 * (<i>SubformatPattern</i> with underline) will produce a number format 117 * "$#31,45"}. Refer to each {@code Format} subclass documentation for 130 * format patterns unfortunately have shown to be somewhat confusing. 141 * {@code arguments} array passed to the {@code format} methods 145 * a {@code Format} instance for the format element. The following 146 * table shows how the values map to {@code Format} instances. Combinations not 148 * be a valid pattern string for the {@code Format} subclass used. 150 * <table border=1 summary="Shows how FormatType and FormatStyle values map to Format instances" 822 public final StringBuffer format(Object[] arguments, StringBuffer result, method in class:MessageFormat 843 public static String format(String pattern, Object ... arguments) { method in class:MessageFormat 866 public final StringBuffer format(Object arguments, StringBuffer result, method in class:MessageFormat [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
ntstrsafe.h | 139 IN LPCSTR Format, 148 Return = _vsnprintf(Destination, MaxLength, Format, argList); 226 IN LPCSTR Format, 239 va_start(argList, Format); 243 Format, 258 IN LPCSTR Format, 277 Status = RtlStringExValidateSrcA(&Format, 285 if (*Format != ANSI_NULL) 299 va_start(argList, Format); 303 Format, [all...] |
/prebuilts/tools/common/m2/repository/io/opentracing/opentracing-api/0.13.0/ |
opentracing-api-0.13.0.jar | |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
otTables.py | 40 if self.Format == 1: 43 elif self.Format == 2: 76 assert 0, "unknown format: %s" % self.Format 77 del self.Format # Don't need this anymore 83 format = 1 87 # find out whether Format 2 is more compact or not 101 # Format 2 is more compact 117 format = 2 120 # fallthrough; Format 1 is more compac [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_depth.c | 220 if (rb->Format == MESA_FORMAT_Z32) { 229 const GLint bpp = _mesa_get_format_bytes(rb->Format); 234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]); 255 if (rb->Format == MESA_FORMAT_Z32) { 265 gl_pack_uint_z_func packZ = _mesa_get_pack_uint_z_func(rb->Format); 266 const GLint bpp = _mesa_get_format_bytes(rb->Format); 287 const GLint bpp = _mesa_get_format_bytes(rb->Format); 295 GLuint zBits = _mesa_get_format_bits(rb->Format, GL_DEPTH_BITS); 303 if (rb->Format == MESA_FORMAT_Z16 && !(span->arrayMask & SPAN_XY)) { 308 else if (rb->Format == MESA_FORMAT_Z32 && !(span->arrayMask & SPAN_XY)) [all...] |
/external/vixl/src/aarch64/ |
disasm-aarch64.cc | 107 Format(instr, mnemonic, form); 157 Format(instr, mnemonic, form); 200 Format(instr, mnemonic, form); 240 Format(instr, mnemonic, form); 251 // The immediate encoded in the instruction is not in the expected format. 252 Format(instr, "unallocated", "(LogicalImmediate)"); 288 Format(instr, mnemonic, form); 379 Format(instr, mnemonic, form); 399 Format(instr, mnemonic, form); 419 Format(instr, mnemonic, form) [all...] |
/external/llvm/lib/ProfileData/ |
SampleProfWriter.cpp | 38 /// The format used here is more structured and deliberate because 203 /// \brief Create a sample profile file writer based on the specified format. 207 /// \param Writer The writer to instantiate according to the specified format. 209 /// \param Format Encoding format for the profile file. 213 SampleProfileWriter::create(StringRef Filename, SampleProfileFormat Format) { 216 if (Format == SPF_Binary) 223 return create(OS, Format); 226 /// \brief Create a sample profile stream writer based on the specified format. 230 /// \param Writer The writer to instantiate according to the specified format [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_fbo.c | 48 rb->Format = MESA_FORMAT_XRGB8888; 54 rb->Format = MESA_FORMAT_ARGB8888; 59 rb->Format = MESA_FORMAT_RGB565; 64 rb->Format = MESA_FORMAT_Z16; 72 rb->Format = MESA_FORMAT_Z24_S8; 79 s->format = rb->Format; 98 rb->Format, width, height); 187 nouveau_renderbuffer_dri_new(GLenum format, __DRIdrawable *drawable) 197 if (!set_renderbuffer_format(rb, format)) { [all...] |
/external/swiftshader/src/OpenGL/libGLESv2/ |
Renderbuffer.h | 57 virtual sw::Format getInternalFormat() const = 0; 89 virtual sw::Format getInternalFormat() const; 119 virtual sw::Format getInternalFormat() const; 149 virtual sw::Format getInternalFormat() const; 161 // is called. The specific concrete type depends on whether the internal format is 177 virtual sw::Format getInternalFormat() const; 183 GLenum format; member in class:es2::RenderbufferStorage 184 sw::Format internalFormat; 215 sw::Format getInternalFormat() const; 236 Colorbuffer(GLsizei width, GLsizei height, GLenum format, GLsizei samples) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
MessageFormatTest.java | 30 import java.text.Format; 50 private void checkSerialization(MessageFormat format) { 54 out.writeObject(format); 59 assertTrue("Not equal: " + format.toPattern(), format.equals(read)); 61 fail("Format: " + format.toPattern() 64 fail("Format: " + format.toPattern() 123 Format[] formats = f1.getFormats() 310 MessageFormat format = new MessageFormat("Date: {0,date} Currency: {1, number, currency} Integer: {2, number, integer}", mk); local 318 MessageFormat format = new MessageFormat( local 390 MessageFormat format = new MessageFormat("test"); local 528 MessageFormat format = new MessageFormat("'{'choice'}'{0}"); local 558 MessageFormat format = new MessageFormat("{1,number,integer}"); local 601 MessageFormat format = new MessageFormat(pattern, Locale.US); local 841 MessageFormat format = new MessageFormat("date is {0,date,MMM d, yyyy}"); local 878 MessageFormat format = new MessageFormat("date {0,date}"); local 960 final MessageFormat format = new MessageFormat(pattern, Locale.ENGLISH); local [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/ |
MouseHid.c | 55 // Bit format of prefix byte:
67 HidItem->Format = HID_ITEM_FORMAT_LONG;
80 HidItem->Format = HID_ITEM_FORMAT_SHORT;
262 if (HidItem.Format != HID_ITEM_FORMAT_SHORT) {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/ |
MouseHid.c | 55 // Bit format of prefix byte:
67 HidItem->Format = HID_ITEM_FORMAT_LONG;
80 HidItem->Format = HID_ITEM_FORMAT_SHORT;
262 if (HidItem.Format != HID_ITEM_FORMAT_SHORT) {
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/ |
Nt32OemHookStatusCodeLib.c | 119 CHAR8 *Format;
156 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
163 Format,
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/ |
Nt32OemHookStatusCodeLib.c | 128 CHAR8 *Format;
165 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
172 Format,
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/ |
CpuExceptionCommon.c | 59 Get ASCII format string exception name by exception type.
63 @return ASCII format string exception name.
80 @param Format Format string for the message to print.
82 based on the format string specified by Format.
88 IN CONST CHAR8 *Format,
98 VA_START (Marker, Format);
99 AsciiVSPrint (Buffer, sizeof (Buffer), Format, Marker);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
EfiVariable.h | 71 UINT8 Format;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/EfiOemBadging/ |
EfiOemBadging.h | 63 OUT EFI_BADGING_FORMAT *Format,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Protocol/ |
OEMBadging.h | 55 @param Format The format of the image. Examples: BMP, JPEG.
57 supports the .bmp file format.
72 OUT EFI_BADGING_FORMAT *Format,
|