Home
last modified time | relevance | path

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

12345678910>>...48

/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) {
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/
Dversion.rs22 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/
Dversion.rs10 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/
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/rust/android-crates-io/crates/vulkano/src/
Dversion.rs23 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/
Dbuild.rs29 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/
Dplugin.pb.go115 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/
Dversion.rs6 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/
Dversion.rs6 pub struct Version { struct
7 pub minor: u16,
8 pub patch: u16,
9 pub channel: Channel,
/external/rust/android-crates-io/crates/rustversion/src/
Dversion.rs6 pub struct Version { struct
7 pub minor: u16,
8 pub patch: u16,
9 pub channel: Channel,
/external/rust/android-crates-io/crates/smccc/src/
Darch.rs25 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/
Dversion.rs26 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/
Dversion.rs26 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/
DVersion.h15 struct Version struct
24 bool operator==(const Version &a, const Version &b); argument
/external/flatbuffers/include/codegen/
Dpython.h64 struct Version { struct
74 std::set<std::string> Keywords(const Version &version); argument
/external/rust/android-crates-io/crates/portable-atomic/
Dversion.rs26 pub(crate) struct Version { struct
33 impl Version { implementation
/external/rust/android-crates-io/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 { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/semver-1.0.23/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 { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/semver-1.0.23/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 { implementation
/external/rust/android-crates-io/crates/rusb/src/
Dfields.rs158 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/
Dalts_context.h37 struct Version { struct
38 int major_version;
39 int minor_version;
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/security/
Dalts_context.h37 struct Version { struct
38 int major_version;
39 int minor_version;
/external/grpc-grpc/include/grpcpp/security/
Dalts_context.h37 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/
Drustc.rs12 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/
Drustc.rs12 pub struct Version { struct
13 pub minor: u16,
14 pub patch: u16,
15 pub channel: Channel,
92 impl Debug for Version { implementation

12345678910>>...48