/external/v8/src/mips64/ |
D | disasm-mips64.cc | 99 void Format(Instruction* instr, const char* format); 432 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder 449 Format(instr, "unknown"); in Unknown() 457 Format(instr, "break, code: 'code"); in DecodeBreakInstr() 471 Format(instr, "break, code: 'code"); in DecodeBreakInstr() 482 Format(instr, "mfc1 'rt, 'fs"); in DecodeTypeRegister() 485 Format(instr, "dmfc1 'rt, 'fs"); in DecodeTypeRegister() 488 Format(instr, "mfhc1 'rt, 'fs"); in DecodeTypeRegister() 491 Format(instr, "mtc1 'rt, 'fs"); in DecodeTypeRegister() 494 Format(instr, "dmtc1 'rt, 'fs"); in DecodeTypeRegister() [all …]
|
/external/v8/src/mips/ |
D | disasm-mips.cc | 99 void Format(Instruction* instr, const char* format); 431 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder 448 Format(instr, "unknown"); in Unknown() 460 Format(instr, "mfc1 'rt, 'fs"); in DecodeTypeRegister() 463 Format(instr, "mfhc1 'rt, 'fs"); in DecodeTypeRegister() 466 Format(instr, "mtc1 'rt, 'fs"); in DecodeTypeRegister() 470 Format(instr, "ctc1 'rt, 'fs"); in DecodeTypeRegister() 473 Format(instr, "cfc1 'rt, 'fs"); in DecodeTypeRegister() 476 Format(instr, "mthc1 'rt, 'fs"); in DecodeTypeRegister() 481 Format(instr, "add.d 'fd, 'fs, 'ft"); in DecodeTypeRegister() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | 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_… 38 …MOVE_FROM16((short)0x02, "move/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN_CONTINUE … 39 …MOVE_16((short)0x03, "move/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode… 40 …MOVE_WIDE((short)0x04, "move-wide", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE | Op… 41 …MOVE_WIDE_FROM16((short)0x05, "move-wide/from16", ReferenceType.NONE, Format.Format22x, Opcode.CAN… 42 …MOVE_WIDE_16((short)0x06, "move-wide/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINU… 43 …MOVE_OBJECT((short)0x07, "move-object", ReferenceType.NONE, Format.Format12x, Opcode.CAN_CONTINUE … 44 …MOVE_OBJECT_FROM16((short)0x08, "move-object/from16", ReferenceType.NONE, Format.Format22x, Opcode… 45 …MOVE_OBJECT_16((short)0x09, "move-object/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CON… [all …]
|
/external/deqp/framework/opengl/ |
D | gluStrUtilPrototypes.inl | 76 tcu::Format::Bitfield<16> getBufferMaskStr (int value); 77 tcu::Format::Bitfield<16> getBufferMapFlagsStr (int value); 78 tcu::Format::Bitfield<16> getMemoryBarrierFlagsStr (int value); 79 tcu::Format::Bitfield<16> getShaderTypeMaskStr (int value); 80 inline tcu::Format::Enum<int, 2> getErrorStr (int value) { return tcu::Format::Enum<int, 2>… 81 inline tcu::Format::Enum<int, 2> getTypeStr (int value) { return tcu::Format::Enum<int, 2>(… 82 inline tcu::Format::Enum<int, 2> getParamQueryStr (int value) { return tcu::Format::Enum<int,… 83 inline tcu::Format::Enum<int, 2> getProgramParamStr (int value) { return tcu::Format::Enum<in… 84 inline tcu::Format::Enum<int, 2> getUniformParamStr (int value) { return tcu::Format::Enum<in… 85 inline tcu::Format::Enum<int, 2> getFramebufferAttachmentStr (int value) { return tcu::Format::… [all …]
|
/external/deqp/framework/egl/ |
D | 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>(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 …]
|
D | 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/v8/src/arm/ |
D | disasm-arm.cc | 93 void Format(Instruction* instr, const char* format); 671 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder 697 Format(instr, "unknown"); in Unknown() 713 Format(instr, "mul'cond's 'rn, 'rm, 'rs"); in DecodeType01() 720 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd"); in DecodeType01() 726 Format(instr, "mls'cond's 'rn, 'rm, 'rs, 'rd"); in DecodeType01() 736 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs"); in DecodeType01() 746 Format(instr, "'memop'cond's 'rd, ['rn], -'rm"); in DecodeType01() 748 Format(instr, "'memop'cond's 'rd, ['rn], #-'off8"); in DecodeType01() 754 Format(instr, "'memop'cond's 'rd, ['rn], +'rm"); in DecodeType01() [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_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 | 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 | 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/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/jhead/ |
D | gpsinfo.c | 77 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/clang/lib/Format/ |
D | FormatToken.cpp | 79 const ColumnFormat *Format = getColumnFormat(RemainingCodePoints); in formatAfterToken() local 83 if (!Format) in formatAfterToken() 97 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item]; in formatAfterToken() 103 if (Column == Format->Columns || State.NextToken->MustBreakBefore) { in formatAfterToken() 209 ColumnFormat Format; in precomputeFormattingInfos() local 210 Format.Columns = Columns; in precomputeFormattingInfos() 211 Format.ColumnSizes.resize(Columns); in precomputeFormattingInfos() 212 Format.LineCount = 1; in precomputeFormattingInfos() 218 ++Format.LineCount; in precomputeFormattingInfos() 225 Format.ColumnSizes[Column] = std::max(Format.ColumnSizes[Column], length); in precomputeFormattingInfos() [all …]
|
/external/deqp/framework/common/ |
D | tcuFormatUtil.hpp | 34 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 …]
|
/external/skia/src/utils/ |
D | SkTextureCompressor.h | 20 enum Format { enum 55 int GetCompressedDataSize(Format fmt, int width, int height); 61 SkData* CompressBitmapToFormat(const SkBitmap& bitmap, Format format); 67 int width, int height, size_t rowBytes, Format format, 82 int width, int height, Format format); 91 inline bool ExistsBlitterForFormat(Format format) { in ExistsBlitterForFormat() 107 SkTBlitterAllocator *allocator, Format format); 115 void GetBlockDimensions(Format format, int* dimX, int* dimY, bool matchSpec = false);
|
/external/jmonkeyengine/engine/src/core/com/jme3/post/ |
D | Filter.java | 42 import com.jme3.texture.Image.Format; 97 …public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBuffe… in init() 130 …public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBuffe… in init() 134 …public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBuffe… in init() 148 …public void init(Renderer renderer, int width, int height, Format textureFormat, Format depthBuffe… in init() 200 protected Format getDefaultPassTextureFormat() { in getDefaultPassTextureFormat() 201 return Format.RGBA8; in getDefaultPassTextureFormat() 208 protected Format getDefaultPassDepthFormat() { in getDefaultPassDepthFormat() 209 return Format.Depth; in getDefaultPassDepthFormat()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_depth.c | 220 if (rb->Format == MESA_FORMAT_Z32) { in get_z32_values() 229 const GLint bpp = _mesa_get_format_bytes(rb->Format); in get_z32_values() 234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]); in get_z32_values() 255 if (rb->Format == MESA_FORMAT_Z32) { in put_z32_values() 265 gl_pack_uint_z_func packZ = _mesa_get_pack_uint_z_func(rb->Format); in put_z32_values() 266 const GLint bpp = _mesa_get_format_bytes(rb->Format); in put_z32_values() 287 const GLint bpp = _mesa_get_format_bytes(rb->Format); in _swrast_depth_test_span() 295 GLuint zBits = _mesa_get_format_bits(rb->Format, GL_DEPTH_BITS); in _swrast_depth_test_span() 303 if (rb->Format == MESA_FORMAT_Z16 && !(span->arrayMask & SPAN_XY)) { in _swrast_depth_test_span() 308 else if (rb->Format == MESA_FORMAT_Z32 && !(span->arrayMask & SPAN_XY)) { in _swrast_depth_test_span() [all …]
|
/external/jmonkeyengine/engine/src/android/com/jme3/asset/ |
D | AndroidImageInfo.java | 7 import com.jme3.texture.Image.Format; 23 protected Format format; 45 public Format getFormat(){ in getFormat() 69 format = Image.Format.Alpha8; in loadBitmap() 72 format = Image.Format.ARGB4444; in loadBitmap() 75 format = Image.Format.RGBA8; in loadBitmap() 78 format = Image.Format.RGB565; in loadBitmap()
|