Home
last modified time | relevance | path

Searched refs:Format (Results 1 – 25 of 1182) sorted by relevance

12345678910>>...48

/external/v8/src/ppc/
Ddisasm-ppc.cc75 void Format(Instruction* instr, const char* format);
333 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
358 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown()
367 Format(instr, buffer); in UnknownFormat()
393 Format(instr, "bnelr'l'cr"); in DecodeExt1()
396 Format(instr, "blelr'l'cr"); in DecodeExt1()
399 Format(instr, "bgelr'l'cr"); in DecodeExt1()
402 Format(instr, "bnsolr'l'cr"); in DecodeExt1()
418 Format(instr, "beqlr'l'cr"); in DecodeExt1()
421 Format(instr, "bgtlr'l'cr"); in DecodeExt1()
[all …]
/external/v8/src/mips64/
Ddisasm-mips64.cc112 void Format(Instruction* instr, const char* format);
778 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
795 Format(instr, "unknown"); in Unknown()
803 Format(instr, "break, code: 'code"); in DecodeBreakInstr()
817 Format(instr, "break, code: 'code"); in DecodeBreakInstr()
826 Format(instr, "rint.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
829 Format(instr, "sel.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
832 Format(instr, "seleqz.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
835 Format(instr, "selnez.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
838 Format(instr, "movz.'t 'fd, 'fs, 'rt"); in DecodeTypeRegisterRsType()
[all …]
/external/v8/src/mips/
Ddisasm-mips.cc110 void Format(Instruction* instr, const char* format);
758 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
775 Format(instr, "unknown"); in Unknown()
782 Format(instr, "rint.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
785 Format(instr, "min.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
788 Format(instr, "max.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
791 Format(instr, "mina.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
794 Format(instr, "maxa.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
797 Format(instr, "sel.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
800 Format(instr, "seleqz.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
[all …]
/external/deqp/framework/opengl/
DgluStrUtilPrototypes.inl77 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>…
82 inline tcu::Format::Enum<int, 2> getTypeStr (int value) { return tcu::Format::Enum<int, 2>(…
83 inline tcu::Format::Enum<int, 2> getParamQueryStr (int value) { return tcu::Format::Enum<int,…
84 inline tcu::Format::Enum<int, 2> getProgramParamStr (int value) { return tcu::Format::Enum<in…
85 inline tcu::Format::Enum<int, 2> getUniformParamStr (int value) { return tcu::Format::Enum<in…
86 inline tcu::Format::Enum<int, 2> getFramebufferAttachmentStr (int value) { return tcu::Format::…
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java44 NOP(0x00, "nop", ReferenceType.NONE, Format.Format10x, Opcode.CAN_CONTINUE),
45 …MOVE(0x01, "move", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTE…
46 …MOVE_FROM16(0x02, "move/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE | Opcod…
47 …MOVE_16(0x03, "move/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_R…
48 …MOVE_WIDE(0x04, "move-wide", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SE…
49 …MOVE_WIDE_FROM16(0x05, "move-wide/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTIN…
50 …MOVE_WIDE_16(0x06, "move-wide/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opc…
51 …MOVE_OBJECT(0x07, "move-object", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Opcod…
52 …MOVE_OBJECT_FROM16(0x08, "move-object/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CO…
53 …MOVE_OBJECT_16(0x09, "move-object/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE |…
[all …]
/external/v8/src/arm/
Ddisasm-arm.cc92 void Format(Instruction* instr, const char* format);
670 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
696 Format(instr, "unknown"); in Unknown()
712 Format(instr, "mul'cond's 'rn, 'rm, 'rs"); in DecodeType01()
719 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd"); in DecodeType01()
725 Format(instr, "mls'cond's 'rn, 'rm, 'rs, 'rd"); in DecodeType01()
735 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs"); in DecodeType01()
745 Format(instr, "'memop'cond's 'rd, ['rn], -'rm"); in DecodeType01()
747 Format(instr, "'memop'cond's 'rd, ['rn], #-'off8"); in DecodeType01()
753 Format(instr, "'memop'cond's 'rd, ['rn], +'rm"); in DecodeType01()
[all …]
/external/gemmlowp/internal/
Dkernel_reference.h34 typedef tFormat Format; typedef
40 Format::Lhs::kCells, Format::Lhs::Cell::kWidth, in Name()
41 Format::Lhs::Cell::kDepth, in Name()
42 CellOrderName(Format::Lhs::Cell::kOrder), Format::Rhs::kCells, in Name()
43 Format::Rhs::Cell::kDepth, Format::Rhs::Cell::kWidth, in Name()
44 CellOrderName(Format::Rhs::Cell::kOrder)); in Name()
52 std::int32_t accumulator[Format::kRows * Format::kCols]; in Run()
55 const int run_depth_cells = static_cast<int>(run_depth / Format::kDepth); in Run()
61 for (int rc = 0; rc < Format::Lhs::kCells; rc++) { in Run()
63 (dc * Format::Lhs::kCells + rc) * in Run()
[all …]
/external/deqp/framework/egl/
DegluStrUtilPrototypes.inl24 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>(g…
27 inline tcu::Format::Enum<int, 2> getBoolDontCareStr (int value) { return tcu::Format::Enum<int, …
28 inline tcu::Format::Enum<int, 2> getAPIStr (int value) { return tcu::Format::Enum<int, 2>(getA…
29 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>(ge…
30 inline tcu::Format::Enum<int, 2> getContextAttribStr (int value) { return tcu::Format::Enum<int,…
31 inline tcu::Format::Enum<int, 2> getConfigAttribStr (int value) { return tcu::Format::Enum<int, …
32 inline tcu::Format::Enum<int, 2> getSurfaceAttribStr (int value) { return tcu::Format::Enum<int,…
33 inline tcu::Format::Enum<int, 2> getSurfaceTargetStr (int value) { return tcu::Format::Enum<int,…
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtil.inl44 …line tcu::Format::Enum<VkPipelineCacheHeaderVersion> getPipelineCacheHeaderVersionStr (VkPipelineC…
45 inline tcu::Format::Enum<VkResult> getResultStr (VkResult value) { return tcu::Forma…
46 inline tcu::Format::Enum<VkStructureType> getStructureTypeStr (VkStructureType value) { …
47 inline tcu::Format::Enum<VkSystemAllocationScope> getSystemAllocationScopeStr (VkSystemAllocatio…
48 inline tcu::Format::Enum<VkInternalAllocationType> getInternalAllocationTypeStr (VkInternalAlloca…
49 inline tcu::Format::Enum<VkFormat> getFormatStr (VkFormat value) { return tcu::Forma…
50 inline tcu::Format::Enum<VkImageType> getImageTypeStr (VkImageType value) { return tc…
51 inline tcu::Format::Enum<VkImageTiling> getImageTilingStr (VkImageTiling value) { retur…
52 inline tcu::Format::Enum<VkPhysicalDeviceType> getPhysicalDeviceTypeStr (VkPhysicalDeviceType v…
53 inline tcu::Format::Enum<VkQueryType> getQueryTypeStr (VkQueryType value) { return tc…
[all …]
DvkStrUtilImpl.inl838 tcu::Format::Bitfield<32> getFormatFeatureFlagsStr (VkFormatFeatureFlags value)
840 static const tcu::Format::BitDesc s_desc[] =
842 …tcu::Format::BitDesc(VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT, "VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT"…
843 …tcu::Format::BitDesc(VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT, "VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT"…
844 …tcu::Format::BitDesc(VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT, "VK_FORMAT_FEATURE_STORAGE_IMAGE…
845 …tcu::Format::BitDesc(VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT, "VK_FORMAT_FEATURE_UNIFORM_TEXEL…
846 …tcu::Format::BitDesc(VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT, "VK_FORMAT_FEATURE_STORAGE_TEXEL…
847 …tcu::Format::BitDesc(VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT, "VK_FORMAT_FEATURE_STORAGE…
848 …tcu::Format::BitDesc(VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT, "VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT"…
849 …tcu::Format::BitDesc(VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT, "VK_FORMAT_FEATURE_COLOR_ATTACHMENT…
[all …]
DvkDebugReportUtil.cpp35 tcu::Format::Bitfield<32> shortDebugFlagsStr (VkDebugReportFlagsEXT flags) in shortDebugFlagsStr()
37 static const tcu::Format::BitDesc s_bits[] = in shortDebugFlagsStr()
39 tcu::Format::BitDesc(VK_DEBUG_REPORT_INFORMATION_BIT_EXT, "INFO"), in shortDebugFlagsStr()
40 tcu::Format::BitDesc(VK_DEBUG_REPORT_WARNING_BIT_EXT, "WARNING"), in shortDebugFlagsStr()
41 tcu::Format::BitDesc(VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT, "PERFORMANCE"), in shortDebugFlagsStr()
42 tcu::Format::BitDesc(VK_DEBUG_REPORT_ERROR_BIT_EXT, "ERROR"), in shortDebugFlagsStr()
43 tcu::Format::BitDesc(VK_DEBUG_REPORT_DEBUG_BIT_EXT, "DEBUG"), in shortDebugFlagsStr()
46 return tcu::Format::Bitfield<32>(flags, DE_ARRAY_BEGIN(s_bits), DE_ARRAY_END(s_bits)); in shortDebugFlagsStr()
86 tcu::Format::Enum<VkDebugReportObjectTypeEXT> shortObjectTypeStr (VkDebugReportObjectTypeEXT object… in shortObjectTypeStr()
88 return tcu::Format::Enum<VkDebugReportObjectTypeEXT>(getShortObjectTypeName, objectType); in shortObjectTypeStr()
/external/icu/icu4c/source/i18n/
Dformat.cpp70 Format::Format() in Format() function in Format
78 Format::~Format() in ~Format()
85 Format::Format(const Format &that) in Format() function in Format
94 Format&
95 Format::operator=(const Format& that) in operator =()
109 Format::format(const Formattable& obj, in format()
125 Format::format(const Formattable& /* unused obj */, in format()
141 Format::parseObject(const UnicodeString& source, in parseObject()
157 Format::operator==(const Format& that) const in operator ==()
172 void Format::syntaxError(const UnicodeString& pattern, in syntaxError()
[all …]
/external/icu/icu4c/source/data/brkitr/
Dword.txt32 $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)*;
76 $MidNumEx = $MidNum ($Extend | $Format)*;
[all …]
Dword_POSIX.txt32 $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)*;
76 $MidNumEx = $MidNum ($Extend | $Format)*;
[all …]
Dsent_el.txt20 $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)*;
43 $STermEx = $STerm ($Extend | $Format)*;
[all …]
Dsent.txt20 $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)*;
43 $STermEx = $STerm ($Extend | $Format)*;
[all …]
/external/llvm/lib/Target/X86/
DX86InstrFormats.td11 // X86 Instruction Format Definitions.
14 // Format specifies the encoding used by the instruction. This is part of the
17 class Format<bits<7> val> {
21 def Pseudo : Format<0>; def RawFrm : Format<1>;
22 def AddRegFrm : Format<2>; def MRMDestReg : Format<3>;
23 def MRMDestMem : Format<4>; def MRMSrcReg : Format<5>;
24 def MRMSrcMem : Format<6>; def RawFrmMemOffs : Format<7>;
25 def RawFrmSrc : Format<8>; def RawFrmDst : Format<9>;
26 def RawFrmDstSrc: Format<10>;
27 def RawFrmImm8 : Format<11>;
[all …]
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DTextureFormatTest.java22 import com.badlogic.gdx.graphics.Pixmap.Format;
36 nonMipMapped[0] = new Texture(file, Format.Alpha, false); in create()
37 nonMipMapped[1] = new Texture(file, Format.LuminanceAlpha, false); in create()
38 nonMipMapped[2] = new Texture(file, Format.RGB888, false); in create()
39 nonMipMapped[3] = new Texture(file, Format.RGB565, false); in create()
40 nonMipMapped[4] = new Texture(file, Format.RGBA8888, false); in create()
41 nonMipMapped[5] = new Texture(file, Format.RGBA4444, false); in create()
43 mipMapped[0] = new Texture(file, Format.Alpha, true); in create()
44 mipMapped[1] = new Texture(file, Format.LuminanceAlpha, true); in create()
45 mipMapped[2] = new Texture(file, Format.RGB888, true); in create()
[all …]
/external/llvm/test/TableGen/
DTargetInstrInfo.td44 class Format<bits<5> val> {
48 def Pseudo : Format<0>; def RawFrm : Format<1>;
49 def AddRegFrm : Format<2>; def MRMDestReg : Format<3>;
50 def MRMDestMem : Format<4>; def MRMSrcReg : Format<5>;
51 def MRMSrcMem : Format<6>;
52 def MRM0r : Format<16>; def MRM1r : Format<17>; def MRM2r : Format<18>;
53 def MRM3r : Format<19>; def MRM4r : Format<20>; def MRM5r : Format<21>;
54 def MRM6r : Format<22>; def MRM7r : Format<23>;
55 def MRM0m : Format<24>; def MRM1m : Format<25>; def MRM2m : Format<26>;
56 def MRM3m : Format<27>; def MRM4m : Format<28>; def MRM5m : Format<29>;
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dformat.h94 class U_I18N_API Format : public UObject {
100 virtual ~Format();
110 virtual UBool operator==(const Format& other) const = 0;
119 UBool operator!=(const Format& other) const { return !operator==(other); }
127 virtual Format* clone() const = 0;
270 Format();
275 Format(const Format&); // Does nothing; for subclasses only
280 Format& operator=(const Format&); // Does nothing; for subclasses
Dmsgfmt.h323 class U_I18N_API MessageFormat : public Format {
401 virtual Format* clone(void) const;
410 virtual UBool operator==(const Format& other) const;
508 virtual void adoptFormats(Format** formatsToAdopt, int32_t count);
524 virtual void setFormats(const Format** newFormats, int32_t cnt);
541 virtual void adoptFormat(int32_t formatNumber, Format* formatToAdopt);
552 virtual void setFormat(int32_t formatNumber, const Format& format);
577 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status);
592 … virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status);
608 …virtual void adoptFormat(const UnicodeString& formatName, Format* formatToAdopt, UErrorCode& statu…
[all …]
/external/clang/lib/Format/
DFormatToken.cpp94 const ColumnFormat *Format = getColumnFormat(RemainingCodePoints); in formatAfterToken() local
98 if (!Format) in formatAfterToken()
112 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item]; in formatAfterToken()
118 if (Column == Format->Columns || State.NextToken->MustBreakBefore) { in formatAfterToken()
225 ColumnFormat Format; in precomputeFormattingInfos() local
226 Format.Columns = Columns; in precomputeFormattingInfos()
227 Format.ColumnSizes.resize(Columns); in precomputeFormattingInfos()
229 Format.LineCount = 1; in precomputeFormattingInfos()
235 ++Format.LineCount; in precomputeFormattingInfos()
242 Format.ColumnSizes[Column] = std::max(Format.ColumnSizes[Column], Length); in precomputeFormattingInfos()
[all …]
/external/jhead/
Dgpsinfo.c77 int format = GpsTags[i].Format; in GpsTagToTagTableEntry()
95 int format = GpsTags[i].Format; in GpsTagToFormatType()
143 unsigned Tag, Format, Components; in ProcessGpsInfo() local
156 Format = Get16u(DirEntry+2); in ProcessGpsInfo()
159 if ((Format-1) >= NUM_FORMATS) { in ProcessGpsInfo()
161 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag); in ProcessGpsInfo()
165 ComponentSize = BytesPerFormat[Format]; in ProcessGpsInfo()
169 … format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, Comp… in ProcessGpsInfo()
207 if (Format != FMT_URATIONAL){ in ProcessGpsInfo()
208 ErrNonfatal("Inappropriate format (%d) for GPS coordinates!", Format, 0); in ProcessGpsInfo()
[all …]
/external/skia/src/utils/
DSkTextureCompressor.h20 enum Format { enum
55 int GetCompressedDataSize(Format fmt, int width, int height);
61 SkData* CompressBitmapToFormat(const SkPixmap&, Format format);
67 int width, int height, size_t rowBytes, Format format);
81 int width, int height, Format format);
84 inline bool ExistsBlitterForFormat(Format format) { in ExistsBlitterForFormat()
100 SkTBlitterAllocator *allocator, Format format);
108 void GetBlockDimensions(Format format, int* dimX, int* dimY, bool matchSpec = false);
/external/deqp/framework/common/
DtcuFormatUtil.hpp34 namespace Format namespace
67 std::ostream& operator<< (std::ostream& stream, tcu::Format::Hex<NumDigits> hex) in operator <<()
83 #define TCU_BIT_DESC(BIT) tcu::Format::BitDesc(BIT, #BIT)
249 inline Format::Hex<NumDigits> toHex (T value) in toHex()
251 return Format::Hex<NumDigits>(toUint64(value)); in toHex()
256 inline Format::Hex<sizeof(T)*2> toHex (T value) in toHex()
258 return Format::Hex<sizeof(T)*2>(toUint64(value)); in toHex()
263 inline Format::Bitfield<sizeof(T)*8> formatBitfield (T value, const Format::BitDesc (&desc)[Size]) in formatBitfield()
265 return Format::Bitfield<sizeof(T)*8>((deUint64)value, &desc[0], &desc[Size]); in formatBitfield()
270 inline Format::Array<Iterator> formatArray (const Iterator& begin, const Iterator& end) in formatArray()
[all …]

12345678910>>...48