Home
last modified time | relevance | path

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

12345678910>>...25

/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/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/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/protoc-gen-go/plugin/
Dplugin.pb.go34 type Version struct { struct
35 Major *int32 `protobuf:"varint,1,opt,name=major" json:"major,omitempty"`
36 Minor *int32 `protobuf:"varint,2,opt,name=minor" json:"minor,omitempty"`
37 Patch *int32 `protobuf:"varint,3,opt,name=patch" json:"patch,omitempty"`
40 Suffix *string `protobuf:"bytes,4,opt,name=suffix" json:"suffix,omitempty"`
41 XXX_NoUnkeyedLiteral struct{} `json:"-"`
42 XXX_unrecognized []byte `json:"-"`
43 XXX_sizecache int32 `json:"-"`
46 func (m *Version) Reset() { *m = Version{} }
47 func (m *Version) String() string { return proto.CompactTextString(m) }
[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()
80 impl Debug for Version { implementation
/external/llvm-project/clang/lib/Driver/
DDistro.cpp33 Distro::DistroType Version = Distro::UnknownDistro; in DetectOsRelease() local
58 Distro::DistroType Version = Distro::UnknownDistro; in DetectLsbRelease() local
96 Distro::DistroType Version = Distro::UnknownDistro; in DetectDistro() local
179 int Version; in DetectDistro() local
/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/rust/crates/grpcio-sys/grpc/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/sl4a/Common/src/com/googlecode/android_scripting/
DVersion.java23 public class Version { class
25 private Version() { in Version() method in Version
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h25 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
29 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompilandDetails.h30 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion()
34 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
/external/junit/src/main/java/junit/runner/
DVersion.java6 public class Version { class
7 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/llvm-project/clang-tools-extra/clangd/
DDraftStore.cpp38 llvm::Optional<int64_t> Version) { in updateVersion()
50 int64_t DraftStore::addDraft(PathRef File, llvm::Optional<int64_t> Version, in addDraft()
61 PathRef File, llvm::Optional<int64_t> Version, in updateDraft()
/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/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/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/llvm-project/clang/include/clang/AST/
DAvailability.h34 VersionTuple Version; variable
42 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h153 const uint16_t Version; /// The Dwarf version number for this unit. variable
183 : Version(Version), Format(Format), AddrSize(AddrSize), SegSize(SegSize) { in Version() function
231 uint16_t Version; variable
267 uint16_t Version; variable
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DInfoStream.h31 support::ulittle32_t Version; member
56 uint32_t Version; variable

12345678910>>...25