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

1 2 3 4 5 6 78 91011>>

  /libcore/ojluni/src/main/java/sun/invoke/util/
Wrapper.java 29 // wrapperType primitiveType char zero emptyArray format
30 BOOLEAN( Boolean.class, boolean.class, 'Z', (Boolean)false, new boolean[0], Format.unsigned( 1)),
32 BYTE ( Byte.class, byte.class, 'B', (Byte)(byte)0, new byte[0], Format.signed( 8)),
33 SHORT ( Short.class, short.class, 'S', (Short)(short)0, new short[0], Format.signed( 16)),
34 CHAR (Character.class, char.class, 'C', (Character)(char)0, new char[0], Format.unsigned(16)),
35 INT ( Integer.class, int.class, 'I', (Integer)/*(int)*/0, new int[0], Format.signed( 32)),
36 LONG ( Long.class, long.class, 'J', (Long)(long)0, new long[0], Format.signed( 64)),
37 FLOAT ( Float.class, float.class, 'F', (Float)(float)0, new float[0], Format.floating(32)),
38 DOUBLE ( Double.class, double.class, 'D', (Double)(double)0, new double[0], Format.floating(64)),
39 OBJECT ( Object.class, Object.class, 'L', null, new Object[0], Format.other( 1))
49 private final int format; field in class:Wrapper
81 static int format(int kind, int size, int slots) { method in class:Wrapper.Format
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtitvfmt.h 21 * \brief C++ API: Format and parse date interval in a language-independent manner.
51 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008"
112 * supported. And the interval format will be fall back to fall-back
175 * formatting: time zone, calendar type, pattern, date format symbols,
184 * the format style.
191 * Locale provides the timezone, calendar, and format symbols information.
200 * DateTime format.
216 * dtIntervalFmt->format(dtInterval, dateIntervalUnicodeString, pos, status);
222 class U_I18N_API DateIntervalFormat : public Format {
233 * @param skeleton the skeleton on which interval format based
    [all...]
tmutfmt.h 17 * \brief C++ API: Format and parse duration in single time unit
58 * Format or parse a TimeUnitAmount, using plural rules for the units where available.
66 * // create time unit format instance
67 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
68 * // format a time unit amount
73 * formatted = ((Format*)format)->format(formattable, formatted, status);
75 * ((Format*)format)->parseObject(formatted, result, status)
    [all...]
  /external/icu/icu4c/source/test/testdata/break_rules/
sentence.txt 15 Format = [\p{Sentence_Break = Format}];
28 ExtFmt = [Extend Format];
39 # SB5: ignore Format and Extend characters.
  /external/swiftshader/src/OpenGL/libGL/
Renderbuffer.h 54 virtual sw::Format getInternalFormat() const = 0;
80 virtual sw::Format getInternalFormat() const;
102 virtual sw::Format getInternalFormat() const;
111 // is called. The specific concrete type depends on whether the internal format is
125 virtual sw::Format getInternalFormat() const;
131 GLenum format; member in class:gl::RenderbufferStorage
132 sw::Format internalFormat;
158 sw::Format getInternalFormat() const;
177 Colorbuffer(GLsizei width, GLsizei height, GLenum format, GLsizei samples);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTShader.cpp 116 @Input Format shader binary format
125 const GLenum Format,
133 // and if (more then 0) find given Format among them
144 if(listFormats[i] == (int) Format) {
145 glShaderBinary(1, pObject, Format, ShaderData, (GLint)Size);
167 @Input Format shader binary format, or 0 for source shader
180 const GLenum Format,
195 if(Format && pszBinFile && uiDefArraySize == 0
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
SerialStatusCodeWorker.c 49 CHAR8 *Format;
72 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
79 Format,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
SerialStatusCodeWorker.c 47 CHAR8 *Format;
70 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
77 Format,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/
SerialStatusCodeWorker.c 52 CHAR8 *Format;
75 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
82 Format,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
SerialStatusCodeWorker.c 48 CHAR8 *Format;
71 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
78 Format,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/
SerialStatusCodeWorker.c 48 CHAR8 *Format;
71 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
78 Format,
  /external/compiler-rt/lib/scudo/
scudo_utils.cpp 28 extern int VSNPrintf(char *buff, int buff_length, const char *format,
35 FORMAT(1, 2)
36 void dieWithMessage(const char *Format, ...) {
40 va_start(Args, Format);
41 __sanitizer::VSNPrintf(Message, sizeof(Message), Format, Args);
scudo_utils.h 31 void dieWithMessage(const char *Format, ...);
  /external/flatbuffers/tests/FlatBuffers.Test/
Assert.cs 38 get { return string.Format("Expected {0} but saw {1}", _expected, _actual); }
57 get { return string.Format("Expected {0} at index {1} but saw {2}", _expected, _index, _actual); }
72 get { return string.Format("Expected exception of type {0}", _expected); }
  /libcore/ojluni/src/main/java/java/text/
CharacterIteratorFieldDelegate.java 30 * CharacterIteratorFieldDelegate combines the notifications from a Format
36 class CharacterIteratorFieldDelegate implements Format.FieldDelegate {
56 public void formatted(Format.Field attr, Object value, int start, int end,
95 public void formatted(int fieldID, Format.Field attr, Object value,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePrintLib/
PrintLib.c 70 based on a Null-terminated format string and a VA_LIST argument list.
72 VSPrint function to process format and place the results in Buffer. Since a
77 of Format into.
81 @param Format Null-terminated format string.
82 @param Marker Vararg list consumed by processing Format.
92 IN CONST CHAR8 *Format,
146 // Make sure format string cannot contain more than PcdMaximumUnicodeStringLength
149 ASSERT (StrSize ((CHAR16 *) Format) != 0);
154 // Make sure format string cannot contain more than PcdMaximumAsciiStringLength
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/
DebugLib.c 47 GetDebugPrintErrorLevel (), then print the message specified by Format and the
50 If Format is NULL, then ASSERT().
53 @param Format Format string for the debug message to print.
55 based on the format string specified by Format.
62 IN CONST CHAR8 *Format,
70 // If Format is NULL, then ASSERT().
84 // If Format is NULL, then ASSERT().
86 ASSERT (Format != NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibConOut/
DebugLib.c 34 GetDebugPrintErrorLevel (), then print the message specified by Format and the
37 If Format is NULL, then ASSERT().
40 @param Format Format string for the debug message to print.
42 based on the format string specified by Format.
49 IN CONST CHAR8 *Format,
57 // If Format is NULL, then ASSERT().
59 ASSERT (Format != NULL);
71 VA_START (Marker, Format);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibDebugPortProtocol/
DebugLib.c 91 GetDebugPrintErrorLevel (), then print the message specified by Format and the
94 If Format is NULL, then ASSERT().
97 @param Format Format string for the debug message to print.
99 based on the format string specified by Format.
106 IN CONST CHAR8 *Format,
114 // If Format is NULL, then ASSERT().
116 ASSERT (Format != NULL);
128 VA_START (Marker, Format);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDebugLibStdErr/
DebugLib.c 36 GetDebugPrintErrorLevel (), then print the message specified by Format and the
39 If Format is NULL, then ASSERT().
42 @param Format The format string for the debug message to print.
44 based on the format string specified by Format.
51 IN CONST CHAR8 *Format,
59 // If Format is NULL, then ASSERT().
61 ASSERT (Format != NULL);
73 VA_START (Marker, Format);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformDebugLibIoPort/
DebugLib.c 51 GetDebugPrintErrorLevel (), then print the message specified by Format and the
54 If Format is NULL, then ASSERT().
57 @param Format Format string for the debug message to print.
59 based on the format string specified by Format.
66 IN CONST CHAR8 *Format,
75 // If Format is NULL, then ASSERT().
77 ASSERT (Format != NULL);
89 VA_START (Marker, Format);
    [all...]
  /external/deqp/framework/common/
tcuArray.hpp 55 return stream << Format::Array<T*>(arr.getPtr(), arr.getPtr() + Size);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UFieldPosition.java 13 import java.text.Format.Field;
  /external/icu/icu4c/source/i18n/
currfmt.h 58 * Override Format API.
60 virtual Format* clone() const;
63 using MeasureFormat::format;
66 * Override Format API.
68 virtual UnicodeString& format(const Formattable& obj,
74 * Override Format API.
81 * Override Format API.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UFieldPosition.java 12 import java.text.Format.Field;

Completed in 517 milliseconds

1 2 3 4 5 6 78 91011>>