Home
last modified time | relevance | path

Searched defs:Version (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/
Dllvm.go38 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/
DVersion.h61 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/
Dcommonflags.go82 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/
DVersion.h15 struct Version struct
24 bool operator==(const Version &a, const Version &b); argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVersion.h15 struct Version struct
24 bool operator==(const Version &a, const Version &b); argument
/third_party/grpc/include/grpcpp/security/
Dalts_context.h37 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/
DPDBSymbolCompilandDetails.h25 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/
Drelease.go27 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/
DDWARFExpression.h64 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/
DAMDGPUBaseInfo.cpp228 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/
Dversion_cc.cc25 std::string Version() { return "1.36.1"; } in Version() function
/third_party/mindspore/mindspore/lite/java/java/common/src/main/java/com/mindspore/lite/
DVersion.java24 public class Version { class
/third_party/vk-gl-cts/framework/egl/
DegluDefs.hpp62 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/
Dversion.h31 inline String Version() { in Version() function
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/
Dversion.h31 inline String Version() { in Version() function
/third_party/lz4/doc/
Dlz4_Frame_format.md17 ### Version subsection in LZ4 Frame Format Description
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dtransport_security_common.proto32 message Version { message
/third_party/grpc/src/proto/grpc/gcp/
Dtransport_security_common.proto38 message Version { message
/third_party/grpc/src/core/tsi/alts/handshaker/proto/
Dtransport_security_common.proto32 message Version { message
/third_party/qrcodegen/rust/src/
Dlib.rs208minversion: 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/
Dfeature_support_util.cpp235 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/
Dcode_generator.h59 class Version; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.h75 std::string Version() const { return zone_->Version(); } in Version() function
/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_impl.h75 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/
DCodeViewYAMLTypeHashing.h44 uint16_t Version; member

12345678910>>...12