/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) { 108 func (v Version) DownloadInfoForOS(os string) (url, sig, key string, err error) { 154 Version Version member 162 func (l Toolchains) Find(v Version) *Toolchain { 172 func (l Toolchains) FindAtLeast(v Version) *Toolchain {
|
/external/rust/android-crates-io/crates/pkcs1/src/ |
D | version.rs | 22 pub enum Version { enum 30 impl Version { implementation 43 impl TryFrom<u8> for Version { implementation 45 fn try_from(byte: u8) -> Result<Version, Error> { in try_from() 54 impl<'a> Decode<'a> for Version { implementation 60 impl Encode for Version { implementation 70 impl FixedTag for Version { implementation
|
/external/rust/android-crates-io/crates/pkcs8/src/ |
D | version.rs | 10 pub enum Version { enum 18 impl Version { impl 28 impl<'a> Decode<'a> for Version { implementation 34 impl Encode for Version { implementation 50 impl TryFrom<u8> for Version { implementation 52 fn try_from(byte: u8) -> Result<Version, Error> { in try_from() 61 impl FixedTag 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/rust/android-crates-io/crates/vulkano/src/ |
D | version.rs | 23 pub struct Version { struct 32 impl Version { impl 43 pub const fn major_minor(major: u32, minor: u32) -> Version { in major_minor() 52 impl Default for Version { implementation 59 impl From<u32> for Version { implementation 85 impl FromStr for Version { implementation 103 impl Debug for Version { implementation 109 impl Display for Version { implementation
|
/external/rust/android-crates-io/crates/httparse/ |
D | build.rs | 29 fn enable_new_features(version: Version) { in enable_new_features() 33 fn enable_simd(version: Version) { in enable_simd() 98 struct Version (u32, u32, u32); struct 100 impl Version { impl 101 fn parse(s: &str) -> Result<Version, String> { in parse()
|
/external/golang-protobuf/types/pluginpb/ |
D | plugin.pb.go | 115 type Version struct { struct 116 state protoimpl.MessageState 117 sizeCache protoimpl.SizeCache 118 unknownFields protoimpl.UnknownFields 120 Major *int32 `protobuf:"varint,1,opt,name=major" json:"major,omitempty"` 121 Minor *int32 `protobuf:"varint,2,opt,name=minor" json:"minor,omitempty"` 122 Patch *int32 `protobuf:"varint,3,opt,name=patch" json:"patch,omitempty"` 125 Suffix *string `protobuf:"bytes,4,opt,name=suffix" json:"suffix,omitempty"` 128 func (x *Version) Reset() { 137 func (x *Version) String() string { [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/src/ |
D | version.rs | 6 pub struct Version { struct 7 pub minor: u16, 8 pub patch: u16, 9 pub channel: Channel,
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/src/ |
D | version.rs | 6 pub struct Version { struct 7 pub minor: u16, 8 pub patch: u16, 9 pub channel: Channel,
|
/external/rust/android-crates-io/crates/rustversion/src/ |
D | version.rs | 6 pub struct Version { struct 7 pub minor: u16, 8 pub patch: u16, 9 pub channel: Channel,
|
/external/rust/android-crates-io/crates/smccc/src/ |
D | arch.rs | 25 pub struct Version { struct 30 impl Display for Version { implementation 36 impl Debug for Version { implementation 42 impl TryFrom<i32> for Version { implementation 67 Version, enumerator
|
/external/rust/android-crates-io/crates/http/src/ |
D | version.rs | 26 pub struct Version(Http); struct 28 impl Version { impl 55 impl Default for Version { implementation 62 impl fmt::Debug for Version { implementation
|
/external/rust/android-crates-io/extra_versions/crates/http/src/ |
D | version.rs | 26 pub struct Version(Http); struct 28 impl Version { implementation 55 impl Default for Version { implementation 62 impl fmt::Debug for Version { implementation
|
/external/angle/src/libANGLE/ |
D | Version.h | 15 struct Version struct 24 bool operator==(const Version &a, const Version &b); argument
|
/external/flatbuffers/include/codegen/ |
D | python.h | 64 struct Version { struct 74 std::set<std::string> Keywords(const Version &version); argument
|
/external/rust/android-crates-io/crates/portable-atomic/ |
D | version.rs | 26 pub(crate) struct Version { struct 33 impl Version { implementation
|
/external/rust/android-crates-io/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 { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/semver-1.0.23/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 { implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/semver-1.0.23/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 { implementation
|
/external/rust/android-crates-io/crates/rusb/src/ |
D | fields.rs | 158 pub struct Version(pub u8, pub u8, pub u8); struct 160 impl Version { implementation 182 let Version(major, _, _) = self; in major() localVariable 188 let Version(_, minor, _) = self; in minor() localVariable 194 let Version(_, _, sub_minor) = self; in sub_minor() localVariable 199 impl std::fmt::Display for Version { implementation
|
/external/rust/android-crates-io/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/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/security/ |
D | alts_context.h | 37 struct Version { struct 38 int major_version; 39 int minor_version;
|
/external/grpc-grpc/include/grpcpp/security/ |
D | alts_context.h | 37 struct Version { struct 38 int major_version; 39 int minor_version;
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rustversion-1.0.18/build/ |
D | rustc.rs | 12 pub struct Version { struct 13 pub minor: u16, 14 pub patch: u16, 15 pub channel: Channel, 92 impl Debug for Version { implementation
|
/external/rust/android-crates-io/crates/rustversion/build/ |
D | rustc.rs | 12 pub struct Version { struct 13 pub minor: u16, 14 pub patch: u16, 15 pub channel: Channel, 92 impl Debug for Version { implementation
|