/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/ |
D | llvm.go | 38 type Version struct { struct 39 Major, Minor, Point int 42 func (v Version) String() string { 47 func (v Version) GreaterEqual(rhs Version) bool { 64 func (v Version) Download() ([]byte, error) { 69 func (v Version) DownloadForOS(osName string) ([]byte, error) { 106 func (v Version) DownloadInfoForOS(os string) (url, sig, key string, err error) { 138 Version Version member 146 func (l Toolchains) Find(v Version) *Toolchain { 156 func (l Toolchains) FindAtLeast(v Version) *Toolchain {
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | Version.h | 61 struct Version { struct 80 * Version string in the form MAJOR.MINOR.PATCH. argument 82 static constexpr const char * Text = OBOE_VERSION_TEXT; 88 static constexpr uint32_t Number = OBOE_VERSION_NUMBER;
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/commonflags/ |
D | commonflags.go | 82 type Version struct { struct 83 Major uint32 84 Minor uint16 85 Patch uint16 86 Extension string 102 func (v Version) String() string { 110 func (v Version) Uint64() uint64 {
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Version.h | 15 struct Version struct 24 bool operator==(const Version &a, const Version &b); argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Version.h | 15 struct Version struct 24 bool operator==(const Version &a, const Version &b); argument
|
/third_party/grpc/include/grpcpp/security/ |
D | alts_context.h | 37 struct Version { struct 38 int major_version; 39 int minor_version;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolCompilandDetails.h | 25 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() 29 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs/ |
D | release.go | 27 func genrelease(wuffsRoot string, langs []string, v cf.Version) error { 44 …uffsRoot string, revision string, commitDate, gitRevListCount string, v cf.Version, lang string) (…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFExpression.h | 64 DwarfVersion Version; ///< Dwarf version where the Op was introduced. member 69 : Version(Version) { in Version() function 130 DWARFExpression(DataExtractor Data, uint16_t Version, uint8_t AddressSize) in DWARFExpression() 145 uint16_t Version; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 228 auto Version = getIsaVersion(STI->getCPU()); in streamIsaVersion() local 328 IsaVersion Version = getIsaVersion(STI->getCPU()); in getSGPRAllocGranule() local 341 IsaVersion Version = getIsaVersion(STI->getCPU()); in getTotalNumSGPRs() local 351 IsaVersion Version = getIsaVersion(STI->getCPU()); in getAddressableNumSGPRs() local 362 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMinNumSGPRs() local 381 IsaVersion Version = getIsaVersion(STI->getCPU()); in getMaxNumSGPRs() local 399 IsaVersion Version = getIsaVersion(STI->getCPU()); in getNumExtraSGPRs() local 484 IsaVersion Version = getIsaVersion(STI->getCPU()); in initDefaultAMDKernelCodeT() local 520 IsaVersion Version = getIsaVersion(STI->getCPU()); in getDefaultAmdhsaKernelDescriptor() local 605 unsigned getVmcntBitMask(const IsaVersion &Version) { in getVmcntBitMask() [all …]
|
/third_party/grpc/src/cpp/common/ |
D | version_cc.cc | 25 std::string Version() { return "1.36.1"; } in Version() function
|
/third_party/mindspore/mindspore/lite/java/java/common/src/main/java/com/mindspore/lite/ |
D | Version.java | 24 public class Version { class
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluDefs.hpp | 62 class Version class 65 Version (int major, int minor) : m_major(major), m_minor(minor) {} in Version() function in eglu::Version
|
/third_party/mindspore/mindspore/lite/include/ |
D | version.h | 31 inline String Version() { in Version() function
|
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/ |
D | version.h | 31 inline String Version() { in Version() function
|
/third_party/lz4/doc/ |
D | lz4_Frame_format.md | 17 ### Version subsection in LZ4 Frame Format Description
|
/third_party/grpc/test/core/tsi/alts/fake_handshaker/ |
D | transport_security_common.proto | 32 message Version { message
|
/third_party/grpc/src/proto/grpc/gcp/ |
D | transport_security_common.proto | 38 message Version { message
|
/third_party/grpc/src/core/tsi/alts/handshaker/proto/ |
D | transport_security_common.proto | 32 message Version { message
|
/third_party/qrcodegen/rust/src/ |
D | lib.rs | 208 …minversion: Version, maxversion: Version, mask: Option<Mask>, boostecl: bool) -> Result<Self,DataT… in encode_segments_advanced() 282 …pub fn encode_codewords(ver: Version, ecl: QrCodeEcc, datacodewords: &[u8], mut mask: Option<Mask>… in encode_codewords() 328 pub fn version(&self) -> Version { in version() 731 fn get_num_data_codewords(ver: Version, ecl: QrCodeEcc) -> usize { in get_num_data_codewords() 739 fn table_get(table: &'static [[i8; 41]; 4], ver: Version, ecl: QrCodeEcc) -> usize { in table_get() 1246 pub struct Version(u8); struct 1248 impl Version { implementation
|
/third_party/flutter/skia/third_party/externals/angle2/src/feature_support_util/ |
D | feature_support_util.cpp | 235 class Version class 238 Version(uint32_t major, uint32_t minor, uint32_t subminor, uint32_t patch) in Version() function in angle::Version 241 Version(uint32_t major, uint32_t minor, uint32_t subminor) in Version() function in angle::Version 244 Version(uint32_t major, uint32_t minor) : mMajor(major), mMinor(minor), mWildcard(false) {} in Version() function in angle::Version 245 Version(uint32_t major) : mMajor(major), mWildcard(false) {} in Version() function in angle::Version 246 Version() : mWildcard(true) {} in Version() function in angle::Version 247 Version(const Version &toCopy) in Version() function in angle::Version
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | code_generator.h | 59 class Version; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_impl.h | 75 std::string Version() const { return zone_->Version(); } in Version() function
|
/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_impl.h | 75 std::string Version() const { return zone_->Version(); } in Version() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLTypeHashing.h | 44 uint16_t Version; member
|