/external/v8/src/s390/ |
D | disasm-s390.cc | 77 void Format(Instruction* instr, const char* format); 465 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder 488 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown() 496 Format(instr, buffer); in UnknownFormat() 509 Format(instr, "ar\t'r1,'r2"); in DecodeTwoByte() 512 Format(instr, "sr\t'r1,'r2"); in DecodeTwoByte() 515 Format(instr, "mr\t'r1,'r2"); in DecodeTwoByte() 518 Format(instr, "dr\t'r1,'r2"); in DecodeTwoByte() 521 Format(instr, "or\t'r1,'r2"); in DecodeTwoByte() 524 Format(instr, "nr\t'r1,'r2"); in DecodeTwoByte() [all …]
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 76 void Format(Instruction* instr, const char* format); 334 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder 359 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown() 368 Format(instr, buffer); in UnknownFormat() 394 Format(instr, "bnelr'l'cr"); in DecodeExt1() 397 Format(instr, "blelr'l'cr"); in DecodeExt1() 400 Format(instr, "bgelr'l'cr"); in DecodeExt1() 403 Format(instr, "bnsolr'l'cr"); in DecodeExt1() 419 Format(instr, "beqlr'l'cr"); in DecodeExt1() 422 Format(instr, "bgtlr'l'cr"); in DecodeExt1() [all …]
|
/external/v8/src/mips64/ |
D | disasm-mips64.cc | 112 void Format(Instruction* instr, const char* format); 779 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder 796 Format(instr, "unknown"); in Unknown() 804 Format(instr, "break, code: 'code"); in DecodeBreakInstr() 816 Format(instr, "break, code: 'code"); in DecodeBreakInstr() 825 Format(instr, "rint.'t 'fd, 'fs"); in DecodeTypeRegisterRsType() 828 Format(instr, "sel.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType() 831 Format(instr, "seleqz.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType() 834 Format(instr, "selnez.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType() 837 Format(instr, "movz.'t 'fd, 'fs, 'rt"); in DecodeTypeRegisterRsType() [all …]
|
/external/v8/src/mips/ |
D | disasm-mips.cc | 110 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/ |
D | 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>… 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/v8/src/arm/ |
D | disasm-arm.cc | 93 void Format(Instruction* instr, const char* format); 691 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder 717 Format(instr, "unknown"); in Unknown() 733 Format(instr, "mul'cond's 'rn, 'rm, 'rs"); in DecodeType01() 740 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd"); in DecodeType01() 746 Format(instr, "mls'cond's 'rn, 'rm, 'rs, 'rd"); in DecodeType01() 756 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs"); in DecodeType01() 764 Format(instr, "ldrex'cond 'rt, ['rn]"); in DecodeType01() 767 Format(instr, "ldrexb'cond 'rt, ['rn]"); in DecodeType01() 770 Format(instr, "ldrexh'cond 'rt, ['rn]"); in DecodeType01() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | 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_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/gemmlowp/internal/ |
D | kernel_reference.h | 34 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/ |
D | 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>(g… 30 inline tcu::Format::Enum<int, 2> getBoolDontCareStr (int value) { return tcu::Format::Enum<int, … 31 inline tcu::Format::Enum<int, 2> getAPIStr (int value) { return tcu::Format::Enum<int, 2>(getA… 32 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>(ge… 33 inline tcu::Format::Enum<int, 2> getContextAttribStr (int value) { return tcu::Format::Enum<int,… 34 inline tcu::Format::Enum<int, 2> getConfigAttribStr (int value) { return tcu::Format::Enum<int, … 35 inline tcu::Format::Enum<int, 2> getSurfaceAttribStr (int value) { return tcu::Format::Enum<int,… 36 inline tcu::Format::Enum<int, 2> getYuvOrderStr (int value) { return tcu::Format::Enum<int, 2>(… [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtil.inl | 44 …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 …]
|
D | vkStrUtilImpl.inl | 838 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 …]
|
/external/icu/icu4c/source/i18n/ |
D | format.cpp | 70 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/ |
D | 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)*; 76 $MidNumEx = $MidNum ($Extend | $Format)*; [all …]
|
D | 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)*; 76 $MidNumEx = $MidNum ($Extend | $Format)*; [all …]
|
D | 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)*; 43 $STermEx = $STerm ($Extend | $Format)*; [all …]
|
D | 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)*; 43 $STermEx = $STerm ($Extend | $Format)*; [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 11 // 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/ |
D | TextureFormatTest.java | 22 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/ |
D | TargetInstrInfo.td | 44 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/ |
D | format.h | 94 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
|
D | msgfmt.h | 323 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/lldb/include/lldb/Interpreter/ |
D | OptionValueFormat.h | 24 OptionValueFormat (lldb::Format value) : in OptionValueFormat() 31 OptionValueFormat (lldb::Format current_value, in OptionValueFormat() 32 lldb::Format default_value) : in OptionValueFormat() 76 lldb::Format 82 lldb::Format 89 SetCurrentValue (lldb::Format value) in SetCurrentValue() 95 SetDefaultValue (lldb::Format value) in SetDefaultValue() 101 lldb::Format m_current_value; 102 lldb::Format m_default_value;
|
/external/lldb/utils/test/ |
D | README-disasm | 147 Opcode=2305 Name=tPUSH Format=ARM_FORMAT_THUMBFRM(25) 154 Opcode=2305 Name=tPUSH Format=ARM_FORMAT_THUMBFRM(25) 161 Opcode=2228 Name=tADDrSPi Format=ARM_FORMAT_THUMBFRM(25) 168 Opcode=2328 Name=tSUBspi Format=ARM_FORMAT_THUMBFRM(25) 175 Opcode=2228 Name=tADDrSPi Format=ARM_FORMAT_THUMBFRM(25) 182 Opcode=1963 Name=t2LDR_POST Format=ARM_FORMAT_THUMBFRM(25) 189 Opcode=2324 Name=tSTRspi Format=ARM_FORMAT_THUMBFRM(25) 196 Opcode=2275 Name=tLDRpci Format=ARM_FORMAT_THUMBFRM(25) 203 Opcode=2223 Name=tADDhirr Format=ARM_FORMAT_THUMBFRM(25) 210 Opcode=2274 Name=tLDRi Format=ARM_FORMAT_THUMBFRM(25) [all …]
|
/external/skia/src/utils/ |
D | SkTextureCompressor.h | 20 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/clang/lib/Format/ |
D | FormatToken.cpp | 94 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 …]
|