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

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/framework/egl/
egluStrUtilPrototypes.inl 24 tcu::Format::Bitfield<16> getAPIBitsStr (int value);
25 tcu::Format::Bitfield<16> getSurfaceBitsStr (int value);
27 inline tcu::Format::Enum getBooleanStr (int value) { return tcu::Format::Enum(getBooleanName, value); }
28 inline tcu::Format::Enum getBoolDontCareStr (int value) { return tcu::Format::Enum(getBoolDontCareName, value); }
29 inline tcu::Format::Enum getAPIStr (int value) { return tcu::Format::Enum(getAPIName, value); }
30 inline tcu::Format::Enum getErrorStr (int value) { return tcu::Format::Enum(getErrorName, value);
    [all...]
  /external/deqp/framework/opengl/
gluStrUtilPrototypes.inl 71 tcu::Format::Bitfield<16> getBufferMaskStr (int value);
72 tcu::Format::Bitfield<16> getBufferMapFlagsStr (int value);
73 tcu::Format::Bitfield<16> getMemoryBarrierFlagsStr (int value);
75 inline tcu::Format::Enum getErrorStr (int value) { return tcu::Format::Enum(getErrorName, value); }
76 inline tcu::Format::Enum getTypeStr (int value) { return tcu::Format::Enum(getTypeName, value); }
77 inline tcu::Format::Enum getParamQueryStr (int value) { return tcu::Format::Enum(getParamQueryName, value); }
78 inline tcu::Format::Enum getProgramParamStr (int value) { return tcu::Format::Enum(getProgramParamName, val (…)
    [all...]
  /external/lldb/include/lldb/Interpreter/
OptionValueFormat.h 24 OptionValueFormat (lldb::Format value) :
31 OptionValueFormat (lldb::Format current_value,
32 lldb::Format default_value) :
76 lldb::Format
82 lldb::Format
89 SetCurrentValue (lldb::Format value)
95 SetDefaultValue (lldb::Format value)
101 lldb::Format m_current_value;
102 lldb::Format m_default_value;
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor.h 16 enum Format {
17 // Alpha only format.
26 // associated format, then we return NULL. The caller is responsible for
28 SkData* CompressBitmapToFormat(const SkBitmap& bitmap, Format format);
  /external/skia/src/utils/
SkTextureCompressor.h 18 enum Format {
19 // Alpha only format.
28 // associated format, then we return NULL. The caller is responsible for
30 SkData* CompressBitmapToFormat(const SkBitmap& bitmap, Format format);
34 // be large enough to hold the compressed data according to the format.
36 int width, int height, int rowBytes, Format format);
  /external/chromium_org/third_party/icu/source/i18n/
format.cpp 7 * File FORMAT.CPP
19 // This file was generated from the java source file Format.java
39 /* Format class implementation ---------------------------------------------- */
43 #include "unicode/format.h"
49 // class Format
66 Format::Format()
74 Format::~Format()
81 Format::Format(const Format &that
105 Format::format(const Formattable& obj, function in class:Format
121 Format::format(const Formattable& \/* unused obj *\/, function in class:Format
    [all...]
  /external/icu/icu4c/source/i18n/
format.cpp 7 * File FORMAT.CPP
19 // This file was generated from the java source file Format.java
43 /* Format class implementation ---------------------------------------------- */
47 #include "unicode/format.h"
53 // class Format
70 Format::Format()
78 Format::~Format()
85 Format::Format(const Format &that
109 Format::format(const Formattable& obj, function in class:Format
125 Format::format(const Formattable& \/* unused obj *\/, function in class:Format
    [all...]
  /external/icu/icu4c/source/data/brkitr/
sent.txt 20 $Format = [\p{Sentence_Break = Format}];
33 # incorporate trailing Extend or Format chars.
36 $SpEx = $Sp ($Extend | $Format)*;
37 $LowerEx = $Lower ($Extend | $Format)*;
38 $UpperEx = $Upper ($Extend | $Format)*;
39 $OLetterEx = $OLetter ($Extend | $Format)*;
40 $NumericEx = $Numeric ($Extend | $Format)*;
41 $ATermEx = $ATerm ($Extend | $Format)*;
42 $SContinueEx= $SContinue ($Extend | $Format)*;
    [all...]
sent_el.txt 20 $Format = [\p{Sentence_Break = Format}];
33 # incorporate trailing Extend or Format chars.
36 $SpEx = $Sp ($Extend | $Format)*;
37 $LowerEx = $Lower ($Extend | $Format)*;
38 $UpperEx = $Upper ($Extend | $Format)*;
39 $OLetterEx = $OLetter ($Extend | $Format)*;
40 $NumericEx = $Numeric ($Extend | $Format)*;
41 $ATermEx = $ATerm ($Extend | $Format)*;
42 $SContinueEx= $SContinue ($Extend | $Format)*;
    [all...]
word.txt 32 $Format = [\p{Word_Break = Format}];
65 # Rules 4 Ignore Format and Extend characters,
69 $KatakanaEx = $Katakana ($Extend | $Format)*;
70 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format)*;
71 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
72 $Single_QuoteEx = $Single_Quote ($Extend | $Format)*;
73 $Double_QuoteEx = $Double_Quote ($Extend | $Format)*;
74 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
75 $MidLetterEx = $MidLetter ($Extend | $Format)*;
    [all...]
word_POSIX.txt 32 $Format = [\p{Word_Break = Format}];
65 # Rules 4 Ignore Format and Extend characters,
69 $KatakanaEx = $Katakana ($Extend | $Format)*;
70 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format)*;
71 $ALetterEx = $ALetterPlus ($Extend | $Format)*;
72 $Single_QuoteEx = $Single_Quote ($Extend | $Format)*;
73 $Double_QuoteEx = $Double_Quote ($Extend | $Format)*;
74 $MidNumLetEx = $MidNumLet ($Extend | $Format)*;
75 $MidLetterEx = $MidLetter ($Extend | $Format)*;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
format.h 7 * File FORMAT.H
18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
60 * "$#,##0.00;($#,##0.00)", which is a common US English format for
66 * is not inherent to Format classes in general, and is not part of
71 * NumberFormat which allows the user to format different number ranges
74 * MessageFormat is a formatter which utilizes other Format objects to
75 * format a string containing with multiple values. For instance,
82 * the Format cannot format the type of object, otherwise if there i
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.hpp 43 enum Format
91 bool isASTCModeLDR; //!< \note Ignored if not ASTC format.
97 CompressedTexture (Format format, int width, int height, int depth = 1);
101 void setStorage (Format format, int width, int height, int depth = 1);
105 Format getFormat (void) const { return m_format; }
114 Format m_format;
121 bool isEtcFormat (CompressedTexture::Format fmt);
122 bool isASTCFormat (CompressedTexture::Format fmt)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
format.h 7 * File FORMAT.H
18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
60 * "$#,##0.00;($#,##0.00)", which is a common US English format for
66 * is not inherent to Format classes in general, and is not part of
71 * NumberFormat which allows the user to format different number ranges
74 * MessageFormat is a formatter which utilizes other Format objects to
75 * format a string containing with multiple values. For instance,
82 * the Format cannot format the type of object, otherwise if there i
    [all...]
  /external/chromium_org/cc/resources/
platform_color.h 24 static SourceDataFormat Format() {
28 // Returns the most efficient texture format for this platform.
30 switch (Format()) {
40 // Return true if the given texture format has the same component order
42 static bool SameComponentOrder(ResourceFormat format) {
43 switch (Format()) {
45 return format == RGBA_8888 || format == RGBA_4444;
47 return format == BGRA_8888;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 36 NOP((short)0x00, "nop", ReferenceType.NONE, Format.Format10x, Opcode.CAN_CONTINUE),
37 MOVE((short)0x01, "move", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
38 MOVE_FROM16((short)0x02, "move/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
39 MOVE_16((short)0x03, "move/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
40 MOVE_WIDE((short)0x04, "move-wide", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
41 MOVE_WIDE_FROM16((short)0x05, "move-wide/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
42 MOVE_WIDE_16((short)0x06, "move-wide/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER),
43 MOVE_OBJECT((short)0x07, "move-object", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
44 MOVE_OBJECT_FROM16((short)0x08, "move-object/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
45 MOVE_OBJECT_16((short)0x09, "move-object/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER)
328 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; }
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_config.h 21 // Pixel format
22 enum Format {
  /external/chromium_org/third_party/skia/src/opts/
SkBlitMask_opts_none.cpp 11 SkMask::Format maskFormat,
21 SkMask::Format maskFormat,
  /external/skia/src/opts/
SkBlitMask_opts_none.cpp 11 SkMask::Format maskFormat,
21 SkMask::Format maskFormat,

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011>>