HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 1 - 25 of 1083) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/opengl/
gluStrUtilPrototypes.inl 78 tcu::Format::Bitfield<16> getBufferMaskStr (int value);
79 tcu::Format::Bitfield<16> getBufferMapFlagsStr (int value);
80 tcu::Format::Bitfield<16> getMemoryBarrierFlagsStr (int value);
81 tcu::Format::Bitfield<16> getShaderTypeMaskStr (int value);
82 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>(getErrorName, value); }
83 inline tcu::Format::Enum<int, 2> getTypeStr (int value) { return tcu::Format::Enum<int, 2>(getTypeName, value); }
84 inline tcu::Format::Enum<int, 2> getParamQueryStr (int value) { return tcu::Format::Enum<int, 2>(getParamQueryName, value);
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
UFormat.java 11 import java.text.Format;
14 * An abstract class that extends {@link java.text.Format} to provide
16 * API. All ICU format classes are subclasses of this class.
24 public abstract class UFormat extends Format {
  /external/deqp/framework/egl/
egluStrUtilPrototypes.inl 27 tcu::Format::Bitfield<16> getAPIBitsStr (int value);
28 tcu::Format::Bitfield<16> getSurfaceBitsStr (int value);
29 inline tcu::Format::Enum<int, 2> getBooleanStr (int value) { return tcu::Format::Enum<int, 2>(getBooleanName, value); }
30 inline tcu::Format::Enum<int, 2> getBoolDontCareStr (int value) { return tcu::Format::Enum<int, 2>(getBoolDontCareName, value); }
31 inline tcu::Format::Enum<int, 2> getAPIStr (int value) { return tcu::Format::Enum<int, 2>(getAPIName, value); }
32 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>(getErrorName, value);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/
PrintWidth.h 30 #define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define UvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Unicode/
PrintWidth.h 30 #define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define UvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/
PrintWidth.h 30 #define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define UvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Unicode/
PrintWidth.h 30 #define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define UvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/
PrintWidth.h 30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define AvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
37 IN CONST CHAR16 *Format,
45 Process format and place the results in Buffer for wide chars.
49 StartOfBuffer - Wide char buffer to print the results of the parsing of Format into.
51 Format - Format string
52 Marker - Vararg list consumed by processing Format.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/
PrintWidth.h 30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define AvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
37 IN CONST CHAR16 *Format,
45 Process format and place the results in Buffer for wide chars.
49 StartOfBuffer - Wide char buffer to print the results of the parsing of Format into.
51 Format - Format string
52 Marker - Vararg list consumed by processing Format.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/
PrintWidth.h 30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define AvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
37 IN CONST CHAR16 *Format,
45 Process format and place the results in Buffer for wide chars.
49 StartOfBuffer - Wide char buffer to print the results of the parsing of Format into.
51 Format - Format string
52 Marker - Vararg list consumed by processing Format.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Ascii/
PrintWidth.h 30 #define ASPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format)
31 #define AvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker)
37 IN CONST CHAR16 *Format,
45 Process format and place the results in Buffer for wide chars.
49 StartOfBuffer - Wide char buffer to print the results of the parsing of Format into.
51 Format - Format string
52 Marker - Vararg list consumed by processing Format.
    [all...]
  /external/gemmlowp/internal/
kernel_reference.h 17 // to have any arbitrary format, allowing tests to cover all sorts of corner
30 // This kernel is templatized in an arbitrary Format template parameter,
31 // allowing it to have any arbitrary format.
34 typedef tFormat Format;
40 Format::Lhs::kCells, Format::Lhs::Cell::kWidth,
41 Format::Lhs::Cell::kDepth,
42 CellOrderName(Format::Lhs::Cell::kOrder), Format::Rhs::kCells,
43 Format::Rhs::Cell::kDepth, Format::Rhs::Cell::kWidth
    [all...]
  /external/icu/icu4c/source/i18n/
format.cpp 9 * File FORMAT.CPP
21 // This file was generated from the java source file Format.java
45 /* Format class implementation ---------------------------------------------- */
49 #include "unicode/format.h"
55 // class Format
72 Format::Format()
80 Format::~Format()
87 Format::Format(const Format &that
111 Format::format(const Formattable& obj, function in class:Format
127 Format::format(const Formattable& \/* unused obj *\/, function in class:Format
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
format.h 9 * File FORMAT.H
20 // This file was generated from the java source file Format.java
58 * Many of the concrete subclasses of Format employ the notion of
62 * "$#,##0.00;($#,##0.00)", which is a common US English format for
68 * is not inherent to Format classes in general, and is not part of
73 * NumberFormat which allows the user to format different number ranges
76 * MessageFormat is a formatter which utilizes other Format objects to
77 * format a string containing with multiple values. For instance,
84 * the Format cannot format the type of object, otherwise if there i
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 44 NOP(0x00, "nop", ReferenceType.NONE, Format.Format10x, Opcode.CAN_CONTINUE),
45 MOVE(0x01, "move", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
46 MOVE_FROM16(0x02, "move/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
47 MOVE_16(0x03, "move/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
48 MOVE_WIDE(0x04, "move-wide", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
49 MOVE_WIDE_FROM16(0x05, "move-wide/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
50 MOVE_WIDE_16(0x06, "move-wide/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
51 MOVE_OBJECT(0x07, "move-object", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
52 MOVE_OBJECT_FROM16(0x08, "move-object/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
53 MOVE_OBJECT_16(0x09, "move-object/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER)
351 public final Format format; field in class:Opcode
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction10t.java 34 import org.jf.dexlib2.Format;
43 public static final Format FORMAT = Format.Format10t;
50 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction10x.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format10x;
48 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction20t.java 34 import org.jf.dexlib2.Format;
43 public static final Format FORMAT = Format.Format20t;
50 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction30t.java 34 import org.jf.dexlib2.Format;
43 public static final Format FORMAT = Format.Format30t;
50 @Override public Format getFormat() { return FORMAT; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction10x.java 34 import org.jf.dexlib2.Format;
41 public static final Format FORMAT = Format.Format10x;
54 @Override public Format getFormat() { return FORMAT; }
ImmutableUnknownInstruction.java 34 import org.jf.dexlib2.Format;
39 public static final Format FORMAT = Format.Format10x;
55 @Override public Format getFormat() { return FORMAT; }
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 34 GetDebugPrintErrorLevel (), then print the message specified by Format and the
37 If Format is NULL, then ASSERT().
39 If the length of the message string specificed by Format is larger than the maximum allowable
43 @param Format Format string for the debug message to print.
45 based on the format string specified by Format.
52 IN CONST CHAR8 *Format,
66 // If Format is NULL, then ASSERT().
68 ASSERT (Format != NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/
DebugLib.c 34 GetDebugPrintErrorLevel (), then print the message specified by Format and the
37 If Format is NULL, then ASSERT().
39 If the length of the message string specificed by Format is larger than the maximum allowable
43 @param Format Format string for the debug message to print.
45 based on the format string specified by Format.
52 IN CONST CHAR8 *Format,
65 // If Format is NULL, then ASSERT().
67 ASSERT (Format != NULL);
    [all...]
  /external/icu/icu4c/source/data/brkitr/rules/
word.txt 38 $Format = [\p{Word_Break = Format}];
73 # Rules 4 Ignore Format and Extend characters,
77 $KatakanaEx = $Katakana ($Extend | $Format | $ZWJ)*;
78 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format | $ZWJ)*;
79 $ALetterEx = $ALetterPlus ($Extend | $Format | $ZWJ)*;
80 $Single_QuoteEx = $Single_Quote ($Extend | $Format | $ZWJ)*;
81 $Double_QuoteEx = $Double_Quote ($Extend | $Format | $ZWJ)*;
82 $MidNumLetEx = $MidNumLet ($Extend | $Format | $ZWJ)*;
83 $MidLetterEx = $MidLetter ($Extend | $Format | $ZWJ)*
    [all...]
word_POSIX.txt 38 $Format = [\p{Word_Break = Format}];
73 # Rules 4 Ignore Format and Extend characters,
77 $KatakanaEx = $Katakana ($Extend | $Format | $ZWJ)*;
78 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format | $ZWJ)*;
79 $ALetterEx = $ALetterPlus ($Extend | $Format | $ZWJ)*;
80 $Single_QuoteEx = $Single_Quote ($Extend | $Format | $ZWJ)*;
81 $Double_QuoteEx = $Double_Quote ($Extend | $Format | $ZWJ)*;
82 $MidNumLetEx = $MidNumLet ($Extend | $Format | $ZWJ)*;
83 $MidLetterEx = $MidLetter ($Extend | $Format | $ZWJ)*
    [all...]

Completed in 883 milliseconds

1 2 3 4 5 6 7 8 91011>>