Home
last modified time | relevance | path

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

12345678910>>...84

/external/v8/src/diagnostics/ppc/
Ddisasm-ppc.cc73 void Format(Instruction* instr, const char* format);
326 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
349 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown()
357 Format(instr, buffer); in UnknownFormat()
364 Format(instr, "vperm 'Dt, 'Da, 'Db, 'Dc"); in DecodeExt0()
368 Format(instr, "vmladduhm 'Dt, 'Da, 'Db, 'Dc"); in DecodeExt0()
374 Format(instr, "vspltb 'Dt, 'Db, 'UIM"); in DecodeExt0()
378 Format(instr, "vspltw 'Dt, 'Db, 'UIM"); in DecodeExt0()
382 Format(instr, "vsplth 'Dt, 'Db, 'UIM"); in DecodeExt0()
386 Format(instr, "vsro 'Dt, 'Da, 'Db"); in DecodeExt0()
[all …]
/external/v8/src/diagnostics/mips64/
Ddisasm-mips64.cc126 void Format(Instruction* instr, const char* format);
1012 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
1027 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown()
1033 Format(instr, "break, code: 'code"); in DecodeBreakInstr()
1042 Format(instr, "break, code: 'code"); in DecodeBreakInstr()
1050 Format(instr, "rint.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
1053 Format(instr, "sel.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
1056 Format(instr, "seleqz.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
1059 Format(instr, "selnez.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
1062 Format(instr, "movz.'t 'fd, 'fs, 'rt"); in DecodeTypeRegisterRsType()
[all …]
/external/v8/src/diagnostics/mips/
Ddisasm-mips.cc122 void Format(Instruction* instr, const char* format);
957 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
972 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown()
977 Format(instr, "rint.'t 'fd, 'fs"); in DecodeTypeRegisterRsType()
980 Format(instr, "min.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
983 Format(instr, "max.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
986 Format(instr, "mina.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
989 Format(instr, "maxa.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
992 Format(instr, "sel.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
995 Format(instr, "seleqz.'t 'fd, 'fs, 'ft"); in DecodeTypeRegisterRsType()
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Ddxgi_format_map_autogen.cpp270 const Format &GetFormat(DXGI_FORMAT dxgiFormat) in GetFormat()
279 return Format::Get(FormatID::A8_UNORM); in GetFormat()
285 return Format::Get(FormatID::B4G4R4A4_UNORM); in GetFormat()
287 return Format::Get(FormatID::B5G5R5A1_UNORM); in GetFormat()
289 return Format::Get(FormatID::B5G6R5_UNORM); in GetFormat()
291 return Format::Get(FormatID::B8G8R8A8_TYPELESS); in GetFormat()
293 return Format::Get(FormatID::B8G8R8A8_UNORM); in GetFormat()
295 return Format::Get(FormatID::B8G8R8A8_UNORM_SRGB); in GetFormat()
299 return Format::Get(FormatID::B8G8R8X8_UNORM); in GetFormat()
305 return Format::Get(FormatID::BC1_RGBA_UNORM_BLOCK); in GetFormat()
[all …]
Dtexture_format_table_autogen.cpp31 const Format &Format::Get(GLenum internalFormat, const Renderer11DeviceCaps &deviceCaps) in Get()
38 static constexpr Format info(GL_ALPHA16F_EXT, in Get()
52 static constexpr Format info(GL_ALPHA32F_EXT, in Get()
68 static constexpr Format info(GL_ALPHA8_EXT, in Get()
82 static constexpr Format info(GL_ALPHA8_EXT, in Get()
99 static constexpr Format info(GL_BGR565_ANGLEX, in Get()
113 static constexpr Format info(GL_BGR565_ANGLEX, in Get()
128 static constexpr Format info(GL_BGR5_A1_ANGLEX, in Get()
142 static constexpr Format info(GL_BGRA4_ANGLEX, in Get()
156 static constexpr Format info(GL_BGRA8_EXT, in Get()
[all …]
/external/deqp/framework/opengl/
DgluStrUtilPrototypes.inl78 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/
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/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 lhs_ptr + (dc * Format::Lhs::kCells + rc) * in Run()
[all …]
/external/v8/src/diagnostics/arm/
Ddisasm-arm.cc91 void Format(Instruction* instr, const char* format);
698 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
721 void Decoder::Unknown(Instruction* instr) { 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, "ldrexd'cond 'rt, ['rn]"); in DecodeType01()
772 Format(instr, "ldrexb'cond 'rt, ['rn]"); in DecodeType01()
[all …]
/external/deqp/framework/egl/
DegluStrUtilPrototypes.inl27 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/diagnostics/s390/
Ddisasm-s390.cc76 void Format(Instruction* instr, const char* format);
468 void Decoder::Format(Instruction* instr, const char* format) { in Format() function in v8::internal::Decoder
491 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); } in Unknown()
499 Format(instr, buffer); in UnknownFormat()
511 Format(instr, "bkpt"); in DecodeSpecial()
514 Format(instr, "dumy\t'r1, 'd2 ( 'r2d, 'r3 )"); in DecodeSpecial()
518 Format(instr, "ldr\t'f1,'f2"); in DecodeSpecial()
521 Format(instr, "bcr\t'm1,'r2"); in DecodeSpecial()
524 Format(instr, "or\t'r1,'r2"); in DecodeSpecial()
527 Format(instr, "cr\t'r1,'r2"); in DecodeSpecial()
[all …]
/external/icu/icu4c/source/i18n/
Dformat.cpp72 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/mesa3d/src/amd/compiler/
Daco_opcodes.py33 class Format(Enum): class
63 if self == Format.SOPK:
65 elif self == Format.SOPP:
68 elif self == Format.SMEM:
73 elif self == Format.DS:
77 elif self == Format.MTBUF:
88 elif self == Format.MUBUF:
100 elif self == Format.MIMG:
114 elif self == Format.EXP:
120 elif self == Format.PSEUDO_BRANCH:
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h56 struct Format final : private angle::NonCopyable
58 Format();
65 const angle::Format &intendedFormat() const { return angle::Format::Get(intendedFormatID); } in intendedFormat()
68 const angle::Format &actualImageFormat() const in actualImageFormat()
70 return angle::Format::Get(actualImageFormatID); in actualImageFormat()
74 const angle::Format &actualBufferFormat() const in actualBufferFormat()
76 return angle::Format::Get(actualBufferFormatID); in actualBufferFormat()
93 void initialize(RendererVk *renderer, const angle::Format &angleFormat);
116 bool operator==(const Format &lhs, const Format &rhs);
117 bool operator!=(const Format &lhs, const Format &rhs);
[all …]
/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs57 AssertJson("{ }", formatter.Format(new ForeignMessage())); in DefaultValues_WhenOmitted()
58 AssertJson("{ }", formatter.Format(new TestAllTypes())); in DefaultValues_WhenOmitted()
59 AssertJson("{ }", formatter.Format(new TestMap())); in DefaultValues_WhenOmitted()
66 AssertJson("{ 'c': 0 }", formatter.Format(new ForeignMessage())); in DefaultValues_WhenIncluded()
76 var actualText = JsonFormatter.Default.Format(message); in EnumAllowAlias()
90 var actualText = formatter.Format(message); in EnumAsInt()
126 var actualText = JsonFormatter.Default.Format(message); in AllSingleFields()
160 … JsonFormatter.Default.Format(new TestAllTypes { RepeatedInt32 = { 1, 2, 3, 4, 5 } })); in RepeatedField()
167 …JsonFormatter.Default.Format(new TestMap { MapStringString = { { "with spaces", "bar" }, { "a", "b… in MapField_StringString()
175 … JsonFormatter.Default.Format(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } })); in MapField_Int32Int32()
[all …]
/external/icu/icu4c/source/data/brkitr/rules/
Dsent_el.txt23 $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 …]
Dsent.txt23 $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/skia/src/sksl/ir/
DSkSLLayout.h57 enum class Format { enum
102 static const char* FormatToStr(Format format) { in FormatToStr()
104 case Format::kUnspecified: return ""; in FormatToStr()
105 case Format::kRGBA32F: return "rgba32f"; in FormatToStr()
106 case Format::kR32F: return "r32f"; in FormatToStr()
107 case Format::kRGBA16F: return "rgba16f"; in FormatToStr()
108 case Format::kR16F: return "r16f"; in FormatToStr()
109 case Format::kLUMINANCE16F: return "lum16f"; in FormatToStr()
110 case Format::kRGBA8: return "rgba8"; in FormatToStr()
111 case Format::kR8: return "r8"; in FormatToStr()
[all …]
/external/swiftshader/third_party/llvm-7.0/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>;
22 def RawFrm : Format<1>;
23 def AddRegFrm : Format<2>;
24 def RawFrmMemOffs : Format<3>;
25 def RawFrmSrc : Format<4>;
26 def RawFrmDst : Format<5>;
27 def RawFrmDstSrc : Format<6>;
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtil.inl95 …u::Format::Enum<VkPipelineCacheHeaderVersion> getPipelineCacheHeaderVersionStr (VkPipelin…
96 inline tcu::Format::Enum<VkResult> getResultStr (VkResult value) { retu…
97 inline tcu::Format::Enum<VkStructureType> getStructureTypeStr (VkStructureType valu…
98 …ne tcu::Format::Enum<VkSystemAllocationScope> getSystemAllocationScopeStr (VkSystemAll…
99 …ne tcu::Format::Enum<VkInternalAllocationType> getInternalAllocationTypeStr (VkInternal…
100 inline tcu::Format::Enum<VkFormat> getFormatStr (VkFormat value) { retu…
101 inline tcu::Format::Enum<VkImageType> getImageTypeStr (VkImageType value) …
102 inline tcu::Format::Enum<VkImageTiling> getImageTilingStr (VkImageTiling value) …
103 inline tcu::Format::Enum<VkPhysicalDeviceType> getPhysicalDeviceTypeStr (VkPhysicalDev…
104 inline tcu::Format::Enum<VkQueryType> getQueryTypeStr (VkQueryType value) …
[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/skqp/src/sksl/ir/
DSkSLLayout.h57 enum class Format { enum
96 static const char* FormatToStr(Format format) { in FormatToStr()
98 case Format::kUnspecified: return ""; in FormatToStr()
99 case Format::kRGBA32F: return "rgba32f"; in FormatToStr()
100 case Format::kR32F: return "r32f"; in FormatToStr()
101 case Format::kRGBA16F: return "rgba16f"; in FormatToStr()
102 case Format::kR16F: return "r16f"; in FormatToStr()
103 case Format::kRGBA8: return "rgba8"; in FormatToStr()
104 case Format::kR8: return "r8"; in FormatToStr()
105 case Format::kRGBA8I: return "rgba8i"; in FormatToStr()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2InstrFormats.td16 // Format specifies the encoding used by the instruction. This is part of the
19 class Format<bits<6> val> {
23 def Pseudo : Format<0>;
25 def FrmI : Format<1>;
26 def FrmR : Format<2>;
27 def FrmJ : Format<3>;
28 def FrmOther : Format<4>; // Instruction w/ a custom format
30 def FrmL26 : Format<5>; // corresponds to J format in R1
31 def FrmF2I16 : Format<6>; // corresponds to I format in R1
32 def FrmF2X4I12 : Format<7>;
[all …]
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/RSA/
DSigVer15EMTest.txt21 Result = F (4 - Format of the EM is incorrect - hash moved to left )
30 Result = F (5 - Format of the EM is incorrect - 00 on end of pad removed )
39 Result = F (5 - Format of the EM is incorrect - 00 on end of pad removed )
48 Result = F (4 - Format of the EM is incorrect - hash moved to left )
57 Result = F (4 - Format of the EM is incorrect - hash moved to left )
66 Result = F (5 - Format of the EM is incorrect - 00 on end of pad removed )
75 Result = F (5 - Format of the EM is incorrect - 00 on end of pad removed )
84 Result = F (4 - Format of the EM is incorrect - hash moved to left )
93 Result = F (5 - Format of the EM is incorrect - 00 on end of pad removed )
101 Result = F (4 - Format of the EM is incorrect - hash moved to left )
[all …]
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/trackselection/
DDefaultTrackSelectorTest.java38 import com.google.android.exoplayer2.Format;
83 private static final Format VIDEO_FORMAT =
84 new Format.Builder()
89 private static final Format AUDIO_FORMAT =
90 new Format.Builder()
95 private static final Format TEXT_FORMAT =
96 new Format.Builder().setSampleMimeType(MimeTypes.TEXT_VTT).build();
345 Format.Builder formatBuilder = AUDIO_FORMAT.buildUpon(); in selectTracksSelectTrackWithSelectionFlag()
346 Format audioFormat = formatBuilder.setSelectionFlags(0).build(); in selectTracksSelectTrackWithSelectionFlag()
347 Format formatWithSelectionFlag = in selectTracksSelectTrackWithSelectionFlag()
[all …]

12345678910>>...84