/third_party/flutter/engine/flutter/fml/ |
D | status.h | 54 fml::StatusCode code_; 58 inline Status::Status() : code_(fml::StatusCode::kOk), message_() {} in Status() 61 : code_(code), message_(message) {} in Status() 64 return code_; in code() 72 return code_ == fml::StatusCode::kOk; in ok()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MicroMipsInstrFormats.td | 245 bits<4> code_; 250 let Inst{3-0} = code_; 637 bits<10> code_; 640 let Inst{25-16} = code_; 646 bits<10> code_; 650 let Inst{25-16} = code_; 678 bits<4> code_; 685 let Inst{15-12} = code_; 925 bits<10> code_; 930 let Inst{25-16} = code_; [all …]
|
D | MipsInstrFormats.td | 523 bits<10> code_; 530 let Inst{15-6} = code_; 639 // System calls format <op|code_|funct> 644 bits<20> code_; 647 let Inst{25-6} = code_; 925 bits<20> code_; 930 let Inst{25-6} = code_; 986 bits<10> code_; 992 let Inst{20-11} = code_;
|
D | Mips32r6InstrFormats.td | 368 bits<20> code_; 373 let Inst{25-6} = code_; 607 bits<16> code_; 612 let Inst{15-0} = code_;
|
D | MicroMipsInstrInfo.td | 471 MicroMipsInst16<(outs), (ins uimm4:$code_), 472 !strconcat(opstr, "\t$code_"), 590 InstSE<(outs), (ins uimm10:$code_), 591 !strconcat(opstr, "\t$code_"), [], II_HYPCALL, FrmOther> { 699 InstSE<(outs), (ins uimm10:$code_), !strconcat(opstr, "\t$code_"), [],
|
D | Mips32r6InstrInfo.td | 809 dag InOperandList = (ins uimm20:$code_); 810 string AsmString = "sdbbp\t$code_"; 850 dag InOperandList = (ins uimm16:$code_); 851 string AsmString = "sigrie\t$code_";
|
D | MicroMips32r6InstrFormats.td | 763 bits<4> code_; 767 let Inst{9-6} = code_;
|
D | MicroMips32r6InstrInfo.td | 1166 dag InOperandList = (ins uimm20:$code_); 1167 string AsmString = !strconcat("sdbbp", "\t$code_"); 1174 dag InOperandList = (ins uimm16:$code_); 1175 string AsmString = !strconcat("sigrie", "\t$code_");
|
D | MipsInstrInfo.td | 1625 InstSE<(outs), (ins ImmOp:$code_), 1626 !strconcat(opstr, "\t$code_"), [], itin, FrmI, opstr>; 1665 InstSE<(outs), (ins RO:$rs, RO:$rt, ImmOp:$code_), 1666 !strconcat(opstr, "\t$rs, $rt, $code_"), [], itin, FrmI, opstr>; 2606 InstSE<(outs), (ins uimm10:$code_), 2607 !strconcat(opstr, "\t$code_"), [], II_HYPCALL, FrmOther, opstr> {
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_common.h | 119 int8_t code_; member 130 *code = prefix_code.code_; in VP8LPrefixEncodeBits() 142 *code = prefix_code.code_; in VP8LPrefixEncode()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_common.h | 119 int8_t code_; member 130 *code = prefix_code.code_; in VP8LPrefixEncodeBits() 142 *code = prefix_code.code_; in VP8LPrefixEncode()
|
/third_party/node/src/ |
D | node_http2.h | 389 int32_t code() const { return code_; } in code() 478 int32_t code_ = NGHTTP2_NO_ERROR; // The RST_STREAM code (if any) variable
|
D | node_http2.cc | 1973 code_ = code; in Close() 2148 code_ = code; in SubmitRstStream() 2188 code_), 0); in FlushRstStream()
|
/third_party/flutter/skia/third_party/externals/imgui/misc/fonts/ |
D | README.txt | 201 The tool optionally used Base85 encoding to reduce the size of _source code_ but the read-only arra…
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | FONTS.md | 297 - The tool can optionally output Base85 encoding to reduce the size of _source code_ but the read-o…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenMCCodeEmitter.inc | 3067 // op: code_ 3080 // op: code_ 3090 // op: code_ 3099 // op: code_ 3107 // op: code_ 3115 // op: code_ 3122 // op: code_ 5744 // op: code_ 6021 // op: code_
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | shaders.txt | 45 _Shader modules_ contain _shader code_ and one or more entry points.
|
D | shaders.adoc | 45 _Shader modules_ contain _shader code_ and one or more entry points.
|
D | textures.txt | 967 _residency code_ indicating whether any texels accessed by the instruction
|
D | textures.adoc | 988 _residency code_ indicating whether any texels accessed by the instruction
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 69327 … VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & code_ ) in ShaderModuleCreateInfo() 69328 : flags( flags_ ), codeSize( code_.size() * 4 ), pCode( code_.data() ) in ShaderModuleCreateInfo() 69368 …setCode( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & code_ ) VULKAN_HPP_… in setCode() 69370 codeSize = code_.size() * 4; in setCode() 69371 pCode = code_.data(); in setCode()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 89314 … VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & code_, in ShaderModuleCreateInfo() 89316 : pNext( pNext_ ), flags( flags_ ), codeSize( code_.size() * 4 ), pCode( code_.data() ) in ShaderModuleCreateInfo() 89356 …de( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & code_ ) VULKAN_HPP_NOEXC… in setCode() 89358 codeSize = code_.size() * 4; in setCode() 89359 pCode = code_.data(); in setCode()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 96252 uintptr_t code_; member in JS::ObjectOpResult 96260 ObjectOpResult() : code_(Uninitialized) {} in ObjectOpResult() 96265 return code_ == OkCode; in ok() 96272 code_ = OkCode; in succeed() 96278 code_ = msg; in fail() 96298 return uint32_t(code_); in failureCode()
|