/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/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/rust/crates/vulkano/src/ |
D | version.rs | 17 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/ |
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/types/pluginpb/ |
D | plugin.pb.go | 118 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/ |
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() 78 impl Debug for Version { implementation
|
/external/rust/crates/semver/src/ |
D | lib.rs | 162 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/ |
D | alts_context.h | 37 struct Version { struct 38 int major_version; 39 int minor_version;
|
/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/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/junit/src/main/java/junit/runner/ |
D | Version.java | 6 public class Version { class 7 private Version() { in Version() method in Version
|
/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/sl4a/Common/src/com/googlecode/android_scripting/ |
D | Version.java | 23 public class Version { class 25 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/armnn/profiling/common/include/ |
D | EncodeVersion.hpp | 29 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/ |
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/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/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/rust/crates/ring/src/ |
D | pkcs8.rs | 21 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/ |
D | InfoStream.h | 31 support::ulittle32_t Version; member 56 uint32_t Version; variable
|
/external/capstone/bindings/powershell/Capstone/ |
D | Capstone.psm1 | 6 $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
|