HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 1 - 25 of 870) 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);
26 inline tcu::Format::Enum<int, 2> getBooleanStr (int value) { return tcu::Format::Enum<int, 2>(getBooleanName, value); }
27 inline tcu::Format::Enum<int, 2> getBoolDontCareStr (int value) { return tcu::Format::Enum<int, 2>(getBoolDontCareName, value); }
28 inline tcu::Format::Enum<int, 2> getAPIStr (int value) { return tcu::Format::Enum<int, 2>(getAPIName, value); }
29 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>(getErrorName, value);
    [all...]
egluStrUtil.inl 247 tcu::Format::Bitfield<16> getAPIBitsStr (int value)
249 static const tcu::Format::BitDesc s_desc[] =
251 tcu::Format::BitDesc(EGL_OPENGL_BIT, "EGL_OPENGL_BIT"),
252 tcu::Format::BitDesc(EGL_OPENGL_ES_BIT, "EGL_OPENGL_ES_BIT"),
253 tcu::Format::BitDesc(EGL_OPENGL_ES2_BIT, "EGL_OPENGL_ES2_BIT"),
254 tcu::Format::BitDesc(EGL_OPENGL_ES3_BIT_KHR, "EGL_OPENGL_ES3_BIT_KHR"),
255 tcu::Format::BitDesc(EGL_OPENVG_BIT, "EGL_OPENVG_BIT"),
257 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
260 tcu::Format::Bitfield<16> getSurfaceBitsStr (int value)
262 static const tcu::Format::BitDesc s_desc[]
    [all...]
  /external/deqp/framework/opengl/
gluStrUtilPrototypes.inl 77 tcu::Format::Bitfield<16> getBufferMaskStr (int value);
78 tcu::Format::Bitfield<16> getBufferMapFlagsStr (int value);
79 tcu::Format::Bitfield<16> getMemoryBarrierFlagsStr (int value);
80 tcu::Format::Bitfield<16> getShaderTypeMaskStr (int value);
81 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>(getErrorName, value); }
82 inline tcu::Format::Enum<int, 2> getTypeStr (int value) { return tcu::Format::Enum<int, 2>(getTypeName, value); }
83 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 9 import java.text.Format;
12 * An abstract class that extends {@link java.text.Format} to provide
14 * API. All ICU format classes are subclasses of this class.
22 public abstract class UFormat extends Format {
  /libcore/ojluni/src/main/java/java/text/
DontCareFieldPosition.java 30 * singleton is used for the format methods that don't take a
37 private final Format.FieldDelegate noDelegate = new Format.FieldDelegate() {
38 public void formatted(Format.Field attr, Object value, int start,
41 public void formatted(int fieldID, Format.Field attr, Object value,
50 Format.FieldDelegate getFieldDelegate() {
FieldPosition.java 42 * <code>FieldPosition</code> is a simple class used by <code>Format</code>
48 * subclasses of <code>Format</code>.
49 * <li>By a <code>Format.Field</code> constant, see <code>ERA_FIELD</code>
59 * One version of the <code>format</code> method in the various
60 * <code>Format</code> classes requires a <code>FieldPosition</code>
61 * object as an argument. You use this <code>format</code> method
67 * formatted string use the <code>Format</code> method
71 * @see java.text.Format
77 * The meaning depends on the subclass of Format.
96 private Format.Field attribute
    [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 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/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/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)
360 public final Format format; field in class:Opcode
    [all...]
Format.java 34 public enum Format {
75 private Format(int size) {
79 private Format(int size, boolean isPayloadFormat) {
  /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/skia/src/utils/
SkTextureCompressor.h 20 enum Format {
53 // desired compression format. If the width and height are not an appropriate
55 int GetCompressedDataSize(Format fmt, int width, int height);
59 // associated format, then we return nullptr. The caller is responsible for
61 SkData* CompressBitmapToFormat(const SkPixmap&, Format format);
65 // be large enough to hold the compressed data according to the format.
67 int width, int height, size_t rowBytes, Format format);
69 // Decompresses the given src data from the format specified into th
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldFormatFieldTest.java 20 import java.text.Format;
24 private class MockFormatField extends Format.Field {
  /external/deqp/external/vulkancts/framework/vulkan/
vkStrUtil.inl 44 inline tcu::Format::Enum<VkPipelineCacheHeaderVersion> getPipelineCacheHeaderVersionStr (VkPipelineCacheHeaderVersion value) { return tcu::Format::Enum<VkPipelineCacheHeaderVersion>(getPipelineCacheHeaderVersionName, value); }
45 inline tcu::Format::Enum<VkResult> getResultStr (VkResult value) { return tcu::Format::Enum<VkResult>(getResultName, value); }
46 inline tcu::Format::Enum<VkStructureType> getStructureTypeStr (VkStructureType value) { return tcu::Format::Enum<VkStructureType>(getStructureTypeName, value); }
47 inline tcu::Format::Enum<VkSystemAllocationScope> getSystemAllocationScopeStr (VkSystemAllocationScope value) { return tcu::Format::Enum<VkSystemAllocationScope>(getSystemAllocationScopeName, value); }
48 inline tcu::Format::Enum<VkInternalAllocationType> getInternalAllocationTypeStr (VkInternalAllocationType value) { return tcu::Format::Enum<VkInternalAllocationType>(getInternalAllocationTypeName, value);
    [all...]

Completed in 703 milliseconds

1 2 3 4 5 6 7 8 91011>>