/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); 335 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder 360 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown() 369 Format(instr, buffer); in UnknownFormat() 395 Format(instr, "bnelr'l'cr"); in DecodeExt1() 398 Format(instr, "blelr'l'cr"); in DecodeExt1() 401 Format(instr, "bgelr'l'cr"); in DecodeExt1() 404 Format(instr, "bnsolr'l'cr"); in DecodeExt1() 420 Format(instr, "beqlr'l'cr"); in DecodeExt1() 423 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() 814 Format(instr, "break, code: 'code"); in DecodeBreakInstr() 823 Format(instr, "rint.'t 'fd, 'fs"); in DecodeTypeRegisterRsType() 826 Format(instr, "sel.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType() 829 Format(instr, "seleqz.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType() 832 Format(instr, "selnez.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType() 835 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 | 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>… 83 inline tcu::Format::Enum<int, 2> getTypeStr (int value) { return tcu::Format::Enum<int, 2>(… 84 inline tcu::Format::Enum<int, 2> getParamQueryStr (int value) { return tcu::Format::Enum<int,… 85 inline tcu::Format::Enum<int, 2> getProgramParamStr (int value) { return tcu::Format::Enum<in… 86 inline tcu::Format::Enum<int, 2> getUniformParamStr (int value) { return tcu::Format::Enum<in… 87 inline tcu::Format::Enum<int, 2> getFramebufferAttachmentStr (int value) { return tcu::Format::… [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 lhs_ptr + (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/v8/src/arm/ |
D | disasm-arm.cc | 93 void Format(Instruction* instr, const char* format); 693 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder 719 Format(instr, "unknown"); in Unknown() 735 Format(instr, "mul'cond's 'rn, 'rm, 'rs"); in DecodeType01() 742 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd"); in DecodeType01() 748 Format(instr, "mls'cond's 'rn, 'rm, 'rs, 'rd"); in DecodeType01() 758 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs"); in DecodeType01() 766 Format(instr, "ldrex'cond 'rt, ['rn]"); in DecodeType01() 769 Format(instr, "ldrexb'cond 'rt, ['rn]"); in DecodeType01() 772 Format(instr, "ldrexh'cond 'rt, ['rn]"); in DecodeType01() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 10 // Format specifies the encoding used by the instruction. This is part of the 13 class Format<bits<5> val> { 17 def Pseudo : Format<0>; 18 def EForm : Format<1>; 19 def IForm : Format<2>; 20 def RIForm : Format<3>; 21 def RIEForm : Format<4>; 22 def RILForm : Format<5>; 23 def RISForm : Format<6>; 24 def RRForm : Format<7>; [all …]
|
/external/icu/icu4c/source/i18n/ |
D | format.cpp | 72 Format::Format() in Format() function in Format 80 Format::~Format() in ~Format() 87 Format::Format(const Format &that) in Format() function in Format 96 Format& 97 Format::operator=(const Format& that) in operator =() 111 Format::format(const Formattable& obj, in format() 127 Format::format(const Formattable& /* unused obj */, in format() 143 Format::parseObject(const UnicodeString& source, in parseObject() 159 Format::operator==(const Format& that) const in operator ==() 174 void Format::syntaxError(const UnicodeString& pattern, in syntaxError() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtil.inl | 51 …ne tcu::Format::Enum<VkPipelineCacheHeaderVersion> getPipelineCacheHeaderVersionStr (VkPipelineC… 52 inline tcu::Format::Enum<VkResult> getResultStr (VkResult value) { return tcu::Fo… 53 inline tcu::Format::Enum<VkStructureType> getStructureTypeStr (VkStructureType value) … 54 inline tcu::Format::Enum<VkSystemAllocationScope> getSystemAllocationScopeStr (VkSystemAllocat… 55 inline tcu::Format::Enum<VkInternalAllocationType> getInternalAllocationTypeStr (VkInternalAllo… 56 inline tcu::Format::Enum<VkFormat> getFormatStr (VkFormat value) { return tcu::Fo… 57 inline tcu::Format::Enum<VkImageType> getImageTypeStr (VkImageType value) { return… 58 inline tcu::Format::Enum<VkImageTiling> getImageTilingStr (VkImageTiling value) { re… 59 inline tcu::Format::Enum<VkPhysicalDeviceType> getPhysicalDeviceTypeStr (VkPhysicalDeviceType… 60 inline tcu::Format::Enum<VkQueryType> getQueryTypeStr (VkQueryType value) { return… [all …]
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonFormatterTest.cs | 55 AssertJson("{ }", formatter.Format(new ForeignMessage())); in DefaultValues_WhenOmitted() 56 AssertJson("{ }", formatter.Format(new TestAllTypes())); in DefaultValues_WhenOmitted() 57 AssertJson("{ }", formatter.Format(new TestMap())); in DefaultValues_WhenOmitted() 64 AssertJson("{ 'c': 0 }", formatter.Format(new ForeignMessage())); in DefaultValues_WhenIncluded() 95 var actualText = JsonFormatter.Default.Format(message); in AllSingleFields() 129 … JsonFormatter.Default.Format(new TestAllTypes { RepeatedInt32 = { 1, 2, 3, 4, 5 } })); in RepeatedField() 136 …JsonFormatter.Default.Format(new TestMap { MapStringString = { { "with spaces", "bar" }, { "a", "b… in MapField_StringString() 144 … JsonFormatter.Default.Format(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } })); in MapField_Int32Int32() 152 … JsonFormatter.Default.Format(new TestMap { MapBoolBool = { { false, true }, { true, false } } })); in MapField_BoolBool() 162 string actualText = JsonFormatter.Default.Format(message); in DoubleRepresentations() [all …]
|
/external/skia/src/sksl/ir/ |
D | SkSLLayout.h | 34 enum class Format { enum 56 static const char* FormatToStr(Format format) { in FormatToStr() 58 case Format::kUnspecified: return ""; in FormatToStr() 59 case Format::kRGBA32F: return "rgba32f"; in FormatToStr() 60 case Format::kR32F: return "r32f"; in FormatToStr() 61 case Format::kRGBA16F: return "rgba16f"; in FormatToStr() 62 case Format::kR16F: return "r16f"; in FormatToStr() 63 case Format::kRGBA8: return "rgba8"; in FormatToStr() 64 case Format::kR8: return "r8"; in FormatToStr() 65 case Format::kRGBA8I: return "rgba8i"; in FormatToStr() [all …]
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | word_POSIX.txt | 36 $Format = [\p{Word_Break = Format}]; 76 # Rules 4 Ignore Format and Extend characters, 80 $KatakanaEx = $Katakana ($Extend | $Format | $ZWJ)*; 81 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format | $ZWJ)*; 82 $ALetterEx = $ALetterPlus ($Extend | $Format | $ZWJ)*; 83 $Single_QuoteEx = $Single_Quote ($Extend | $Format | $ZWJ)*; 84 $Double_QuoteEx = $Double_Quote ($Extend | $Format | $ZWJ)*; 85 $MidNumLetEx = $MidNumLet ($Extend | $Format | $ZWJ)*; 86 $MidLetterEx = $MidLetter ($Extend | $Format | $ZWJ)*; 87 $MidNumEx = $MidNum ($Extend | $Format | $ZWJ)*; [all …]
|
D | word.txt | 36 $Format = [\p{Word_Break = Format}]; 76 # Rules 4 Ignore Format and Extend characters, 80 $KatakanaEx = $Katakana ($Extend | $Format | $ZWJ)*; 81 $Hebrew_LetterEx = $Hebrew_Letter ($Extend | $Format | $ZWJ)*; 82 $ALetterEx = $ALetterPlus ($Extend | $Format | $ZWJ)*; 83 $Single_QuoteEx = $Single_Quote ($Extend | $Format | $ZWJ)*; 84 $Double_QuoteEx = $Double_Quote ($Extend | $Format | $ZWJ)*; 85 $MidNumLetEx = $MidNumLet ($Extend | $Format | $ZWJ)*; 86 $MidLetterEx = $MidLetter ($Extend | $Format | $ZWJ)*; 87 $MidNumEx = $MidNum ($Extend | $Format | $ZWJ)*; [all …]
|
D | sent.txt | 23 $Format = [\p{Sentence_Break = Format}]; 36 # incorporate trailing Extend or Format chars. 39 $SpEx = $Sp ($Extend | $Format)*; 40 $LowerEx = $Lower ($Extend | $Format)*; 41 $UpperEx = $Upper ($Extend | $Format)*; 42 $OLetterEx = $OLetter ($Extend | $Format)*; 43 $NumericEx = $Numeric ($Extend | $Format)*; 44 $ATermEx = $ATerm ($Extend | $Format)*; 45 $SContinueEx= $SContinue ($Extend | $Format)*; 46 $STermEx = $STerm ($Extend | $Format)*; [all …]
|
D | sent_el.txt | 23 $Format = [\p{Sentence_Break = Format}]; 36 # incorporate trailing Extend or Format chars. 39 $SpEx = $Sp ($Extend | $Format)*; 40 $LowerEx = $Lower ($Extend | $Format)*; 41 $UpperEx = $Upper ($Extend | $Format)*; 42 $OLetterEx = $OLetter ($Extend | $Format)*; 43 $NumericEx = $Numeric ($Extend | $Format)*; 44 $ATermEx = $ATerm ($Extend | $Format)*; 45 $SContinueEx= $SContinue ($Extend | $Format)*; 46 $STermEx = $STerm ($Extend | $Format)*; [all …]
|
/external/swiftshader/third_party/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<6> 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>; 25 def MRM0r : Format<16>; def MRM1r : Format<17>; def MRM2r : Format<18>; 26 def MRM3r : Format<19>; def MRM4r : Format<20>; def MRM5r : Format<21>; 27 def MRM6r : Format<22>; def MRM7r : Format<23>; [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/swiftshader/src/Renderer/ |
D | Surface.hpp | 51 enum Format : unsigned char enum 247 Format format; 254 Surface(int width, int height, int depth, Format format, void *pixels, int pitch, int slice); 255 …Surface(Resource *texture, int width, int height, int depth, Format format, bool lockable, bool re… 258 …static Surface *create(int width, int height, int depth, Format format, void *pixels, int pitch, i… 259 …static Surface *create(Resource *texture, int width, int height, int depth, Format format, bool lo… 268 inline Format getFormat(bool internal = false) const; 276 inline Format getExternalFormat() const; 284 inline Format getInternalFormat() const; 292 inline Format getStencilFormat() const; [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/swiftshader/third_party/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 | 96 class U_I18N_API Format : public UObject { 102 virtual ~Format(); 112 virtual UBool operator==(const Format& other) const = 0; 121 UBool operator!=(const Format& other) const { return !operator==(other); } 129 virtual Format* clone() const = 0; 272 Format(); 277 Format(const Format&); // Does nothing; for subclasses only 282 Format& operator=(const Format&); // Does nothing; for subclasses
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrFormats.td | 10 // Format specifies the encoding used by the instruction. This is part of the 13 class Format<bits<6> val> { 17 def FPseudo : Format<0>; 18 def FRRR : Format<1>; // ADD, OR, etc. 19 def FRRI : Format<2>; // ADDI, ORI, etc. 20 def FCRR : Format<3>; // PUTD, WDC, WIC, BEQ, BNE, BGE, etc. 21 def FCRI : Format<4>; // RTID, RTED, RTSD, BEQI, BNEI, BGEI, etc. 22 def FRCR : Format<5>; // BRLD, BRALD, GETD 23 def FRCI : Format<6>; // BRLID, BRALID, MSRCLR, MSRSET 24 def FCCR : Format<7>; // BR, BRA, BRD, etc. [all …]
|