Home
last modified time | relevance | path

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

12345678910>>...19

/external/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 {
/external/catch2/include/internal/
Dcatch_version.h16 struct Version { struct
18 Version& operator=( Version const& ) = delete; argument
25 unsigned int const majorVersion; argument
26 unsigned int const minorVersion; argument
33 friend std::ostream& operator << ( std::ostream& os, Version const& version ); argument
/external/rust/crates/vulkano/src/
Dversion.rs17 pub struct Version { struct
26 impl Version { impl
33 pub const fn major_minor(major: u32, minor: u32) -> Version { in major_minor()
42 impl Default for Version { implementation
48 impl From<u32> for Version { implementation
74 impl fmt::Debug for Version { implementation
80 impl fmt::Display for Version { implementation
/external/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;
/external/golang-protobuf/types/pluginpb/
Dplugin.pb.go118 type Version struct { struct
119 state protoimpl.MessageState
120 sizeCache protoimpl.SizeCache
121 unknownFields protoimpl.UnknownFields
123 Major *int32 `protobuf:"varint,1,opt,name=major" json:"major,omitempty"`
124 Minor *int32 `protobuf:"varint,2,opt,name=minor" json:"minor,omitempty"`
125 Patch *int32 `protobuf:"varint,3,opt,name=patch" json:"patch,omitempty"`
128 Suffix *string `protobuf:"bytes,4,opt,name=suffix" json:"suffix,omitempty"`
131 func (x *Version) Reset() {
140 func (x *Version) String() string {
[all …]
/external/rust/crates/rustversion/src/
Dversion.rs6 pub struct Version { struct
7 pub minor: u16,
8 pub patch: u16,
9 pub channel: Channel,
/external/angle/src/libANGLE/
DVersion.h15 struct Version struct
24 bool operator==(const Version &a, const Version &b); argument
/external/rust/crates/rustversion/build/
Drustc.rs5 pub struct Version { struct
26 pub fn parse(string: &str) -> Option<Version> { in parse()
78 impl Debug for Version { implementation
/external/rust/crates/semver/src/
Dlib.rs162 pub struct Version { struct
163 pub major: u64,
164 pub minor: u64,
165 pub patch: u64,
189 pub struct VersionReq { argument
380 impl Version { impl
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/
Dalts_context.h37 struct Version { struct
38 int major_version;
39 int minor_version;
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/
Dalts_context.h37 struct Version { struct
38 int major_version;
39 int minor_version;
/external/okhttp/okhttp/src/main/java-templates/com/squareup/okhttp/internal/
DVersion.java18 public final class Version { class
23 private Version() { in Version() method in Version
/external/okhttp/android/src/main/java/com/squareup/okhttp/internal/
DVersion.java20 public final class Version { class
27 private Version() { in Version() method in Version
/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internal/
DVersion.java24 public final class Version { class
31 private Version() { in Version() method in Version
/external/junit/src/main/java/junit/runner/
DVersion.java6 public class Version { class
7 private Version() { in Version() method in Version
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h30 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
34 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
/external/sl4a/Common/src/com/googlecode/android_scripting/
DVersion.java23 public class Version { class
25 private Version() { in Version() method in Version
/external/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()
/external/armnn/profiling/common/include/
DEncodeVersion.hpp29 class Version class
32 Version(uint32_t encodedValue) in Version() function in arm::pipe::Version
39 Version(uint32_t major, uint32_t minor, uint32_t patch) : in Version() function in arm::pipe::Version
/external/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 …]
/external/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
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DVersion.java16 public class Version class
45 public Version(int major, int minor, int patchLevel, String snapshotInfo) in Version() method in Version
50 public Version(int major, int minor, int patchLevel, String snapshotInfo, in Version() method in Version
/external/rust/crates/ring/src/
Dpkcs8.rs21 pub(crate) enum Version { enum
72 version: Version, in unwrap_key()
90 version: Version, in unwrap_key_()
105 version: Version, in unwrap_key__()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DInfoStream.h31 support::ulittle32_t Version; member
56 uint32_t Version; variable
/external/capstone/bindings/powershell/Capstone/
DCapstone.psm16 $Version = [System.BitConverter]::GetBytes( in Get-CapstoneVersion() variable
11 $Version[1] in Get-CapstoneVersion() variable
12 $Version[0] in Get-CapstoneVersion() variable
319 [switch]$Version in Get-CapstoneDisassembly() variable
322 if ($Version) { in Get-CapstoneDisassembly() variable

12345678910>>...19