/external/catch2/include/internal/ |
D | catch_version.h | 16 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/ |
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 {
|
/external/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;
|
/external/golang-protobuf/protoc-gen-go/plugin/ |
D | plugin.pb.go | 34 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/ |
D | version.rs | 6 pub struct Version { struct 7 pub minor: u16, 8 pub patch: u16, 9 pub channel: Channel,
|
/external/angle/src/libANGLE/ |
D | Version.h | 15 struct Version struct 24 bool operator==(const Version &a, const Version &b); argument
|
/external/rust/crates/rustversion/build/ |
D | rustc.rs | 5 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/ |
D | Distro.cpp | 33 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/ |
D | alts_context.h | 37 struct Version { struct 38 int major_version; 39 int minor_version;
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/ |
D | alts_context.h | 37 struct Version { struct 38 int major_version; 39 int minor_version;
|
/external/okhttp/okhttp/src/main/java-templates/com/squareup/okhttp/internal/ |
D | Version.java | 18 public final class Version { class 23 private Version() { in Version() method in Version
|
/external/okhttp/android/src/main/java/com/squareup/okhttp/internal/ |
D | Version.java | 20 public final class Version { class 27 private Version() { in Version() method in Version
|
/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internal/ |
D | Version.java | 24 public final class Version { class 31 private Version() { in Version() method in Version
|
/external/sl4a/Common/src/com/googlecode/android_scripting/ |
D | Version.java | 23 public class Version { class 25 private Version() { in Version() method in Version
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolCompilandDetails.h | 25 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() 29 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolCompilandDetails.h | 30 void getFrontEndVersion(VersionInfo &Version) const { in getFrontEndVersion() 34 void getBackEndVersion(VersionInfo &Version) const { in getBackEndVersion()
|
/external/junit/src/main/java/junit/runner/ |
D | Version.java | 6 public class Version { class 7 private Version() { in Version() method in Version
|
/external/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()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | DraftStore.cpp | 38 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/ |
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
|
/external/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 …]
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | Version.java | 16 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/ |
D | Availability.h | 34 VersionTuple Version; variable 42 AvailabilitySpec(VersionTuple Version, StringRef Platform, in AvailabilitySpec()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.h | 153 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/ |
D | InfoStream.h | 31 support::ulittle32_t Version; member 56 uint32_t Version; variable
|