Home
last modified time | relevance | path

Searched refs:Version (Results 1 – 25 of 7563) sorted by relevance

12345678910>>...303

/external/v8/
DChangeLog1 2018-08-27: Version 7.0.276
6 2018-08-27: Version 7.0.275
11 2018-08-26: Version 7.0.274
16 2018-08-25: Version 7.0.273
21 2018-08-25: Version 7.0.272
26 2018-08-25: Version 7.0.271
31 2018-08-25: Version 7.0.270
36 2018-08-24: Version 7.0.269
41 2018-08-24: Version 7.0.268
46 2018-08-24: Version 7.0.267
[all …]
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DRpcProtocolVersionsUtilTest.java25 import io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version;
38 Version.newBuilder().setMajor(3).setMinor(2).build(), in compareVersions()
39 Version.newBuilder().setMajor(2).setMinor(1).build())); in compareVersions()
42 Version.newBuilder().setMajor(3).setMinor(2).build(), in compareVersions()
43 Version.newBuilder().setMajor(2).setMinor(1).build())); in compareVersions()
46 Version.newBuilder().setMajor(3).setMinor(2).build(), in compareVersions()
47 Version.newBuilder().setMajor(3).setMinor(2).build())); in compareVersions()
50 Version.newBuilder().setMajor(2).setMinor(3).build(), in compareVersions()
51 Version.newBuilder().setMajor(3).setMinor(2).build())); in compareVersions()
54 Version.newBuilder().setMajor(3).setMinor(1).build(), in compareVersions()
[all …]
/external/libchrome/base/
Dversion.h20 class BASE_EXPORT Version {
24 Version();
26 Version(const Version& other);
31 explicit Version(const std::string& version_str);
35 explicit Version(std::vector<uint32_t> components);
37 ~Version();
49 int CompareTo(const Version& other) const;
66 BASE_EXPORT bool operator==(const Version& v1, const Version& v2);
67 BASE_EXPORT bool operator!=(const Version& v1, const Version& v2);
68 BASE_EXPORT bool operator<(const Version& v1, const Version& v2);
[all …]
Dversion.cc80 Version::Version() = default;
82 Version::Version(const Version& other) = default;
84 Version::~Version() = default;
86 Version::Version(const std::string& version_str) { in Version() function in base::Version
94 Version::Version(std::vector<uint32_t> components) in Version() function in base::Version
97 bool Version::IsValid() const { in IsValid()
102 bool Version::IsValidWildcardString(const std::string& wildcard_string) { in IsValidWildcardString()
107 Version version(version_string); in IsValidWildcardString()
111 int Version::CompareToWildcardString(const std::string& wildcard_string) const { in CompareToWildcardString()
113 DCHECK(Version::IsValidWildcardString(wildcard_string)); in CompareToWildcardString()
[all …]
/external/elfutils/
DNEWS1 Version 0.176
11 Version 0.175
29 Version 0.174
45 Version 0.173
63 Version 0.172
72 Version 0.171
110 Version 0.170
123 Version 0.169
130 Version 0.168
140 Version 0.167
[all …]
/external/deqp/framework/egl/
DegluDefs.cpp77 bool Version::operator< (const Version& v) const in operator <()
87 bool Version::operator== (const Version& v) const in operator ==()
94 bool Version::operator!= (const Version& v) const in operator !=()
99 bool Version::operator> (const Version& v) const in operator >()
104 bool Version::operator<= (const Version& v) const in operator <=()
109 bool Version::operator>= (const Version& v) const in operator >=()
DegluDefs.hpp62 class Version class
65 Version (int major, int minor) : m_major(major), m_minor(minor) {} in Version() function in eglu::Version
70 bool operator< (const Version& v) const;
71 bool operator== (const Version& v) const;
73 bool operator!= (const Version& v) const;
74 bool operator> (const Version& v) const;
75 bool operator<= (const Version& v) const;
76 bool operator>= (const Version& v) const;
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/
DTransportSecurityCommon.java148 io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version getMaxRpcVersion(); in getMaxRpcVersion()
173 io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version getMinRpcVersion(); in getMinRpcVersion()
234 …io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version.Builder subBuilder = nul… in RpcProtocolVersions()
238 …essage(io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version.parser(), extensi… in RpcProtocolVersions()
247 …io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version.Builder subBuilder = nul… in RpcProtocolVersions()
251 …essage(io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version.parser(), extensi… in RpcProtocolVersions()
304 public static final class Version extends class in TransportSecurityCommon.RpcProtocolVersions
310 private Version(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Version() method in TransportSecurityCommon.RpcProtocolVersions.Version
313 private Version() { in Version() method in TransportSecurityCommon.RpcProtocolVersions.Version
323 private Version( in Version() method in TransportSecurityCommon.RpcProtocolVersions.Version
[all …]
/external/v8/src/
Dversion.cc19 int Version::major_ = V8_MAJOR_VERSION;
20 int Version::minor_ = V8_MINOR_VERSION;
21 int Version::build_ = V8_BUILD_NUMBER;
22 int Version::patch_ = V8_PATCH_LEVEL;
23 const char* Version::embedder_ = V8_EMBEDDER_STRING;
24 bool Version::candidate_ = (V8_IS_CANDIDATE_VERSION != 0);
25 const char* Version::soname_ = SONAME;
26 const char* Version::version_string_ = V8_VERSION_STRING;
29 void Version::GetString(Vector<char> str) { in GetString()
42 void Version::GetSONAME(Vector<char> str) { in GetSONAME()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/
Dtag-icon-cursor.test12 ; CHECK-NEXT: Version (major): 0
13 ; CHECK-NEXT: Version (minor): 0
31 ; CHECK-NEXT: Version (major): 0
32 ; CHECK-NEXT: Version (minor): 0
45 ; CHECK-NEXT: Version (major): 0
46 ; CHECK-NEXT: Version (minor): 0
64 ; CHECK-NEXT: Version (major): 0
65 ; CHECK-NEXT: Version (minor): 0
78 ; CHECK-NEXT: Version (major): 0
79 ; CHECK-NEXT: Version (minor): 0
[all …]
Dtag-dialog.test9 ; DIALOG-NEXT: Version (major): 0
10 ; DIALOG-NEXT: Version (minor): 0
23 ; DIALOG-NEXT: Version (major): 0
24 ; DIALOG-NEXT: Version (minor): 0
70 ; DIALOG-NEXT: Version (major): 0
71 ; DIALOG-NEXT: Version (minor): 0
131 ; DIALOG-NEXT: Version (major): 0
132 ; DIALOG-NEXT: Version (minor): 0
145 ; DIALOG-NEXT: Version (major): 0
146 ; DIALOG-NEXT: Version (minor): 0
[all …]
Dtag-stringtable.test9 ; CHECK-NEXT: Version (major): 0
10 ; CHECK-NEXT: Version (minor): 32
24 ; CHECK-NEXT: Version (major): 0
25 ; CHECK-NEXT: Version (minor): 0
39 ; CHECK-NEXT: Version (major): 0
40 ; CHECK-NEXT: Version (minor): 100
56 ; CHECK-NEXT: Version (major): 0
57 ; CHECK-NEXT: Version (minor): 50
71 ; CHECK-NEXT: Version (major): 0
72 ; CHECK-NEXT: Version (minor): 101
[all …]
/external/golang-protobuf/protoc-gen-go/plugin/
Dplugin.pb.go34 type Version struct { struct
46 func (m *Version) Reset() { *m = Version{} } argument
47 func (m *Version) String() string { return proto.CompactTextString(m) } argument
48 func (*Version) ProtoMessage() {} argument
49 func (*Version) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } argument
50 func (m *Version) Unmarshal(b []byte) error { argument
53 func (m *Version) Marshal(b []byte, deterministic bool) ([]byte, error) { argument
56 func (dst *Version) XXX_Merge(src proto.Message) { argument
59 func (m *Version) XXX_Size() int { argument
62 func (m *Version) XXX_DiscardUnknown() { argument
[all …]
/external/syzkaller/vendor/google.golang.org/appengine/internal/modules/
Dmodules_service.pb.go135 Version []string `protobuf:"bytes,1,rep,name=version" json:"version,omitempty"` member
145 return m.Version
167 Version *string `protobuf:"bytes,1,req,name=version" json:"version,omitempty"` member
176 if m != nil && m.Version != nil {
177 return *m.Version
184 Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"` member
200 if m != nil && m.Version != nil {
201 return *m.Version
224 Version *string `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"` member
241 if m != nil && m.Version != nil {
[all …]
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DRpcProtocolVersionsUtil.java21 import io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version;
34 RpcProtocolVersions.Version.newBuilder()
39 RpcProtocolVersions.Version.newBuilder()
55 static boolean isGreaterThanOrEqualTo(Version first, Version second) { in isGreaterThanOrEqualTo()
70 Version maxCommonVersion; in checkRpcProtocolVersions()
71 Version minCommonVersion; in checkRpcProtocolVersions()
96 @Nullable private final Version highestCommonVersion;
107 Version getHighestCommonVersion() { in getHighestCommonVersion()
113 @Nullable private Version highestCommonVersion = null;
120 public Builder setHighestCommonVersion(Version highestCommonVersion) { in setHighestCommonVersion()
/external/catch2/include/internal/
Dcatch_version.h16 struct Version { struct
17 Version( Version const& ) = delete;
18 Version& operator=( Version const& ) = delete; argument
19 Version( unsigned int _majorVersion,
33 friend std::ostream& operator << ( std::ostream& os, Version const& version ); argument
36 Version const& libraryVersion();
/external/llvm/test/tools/llvm-readobj/
Delf-versioninfo.test9 CHECK: Version symbols {
16 CHECK-NEXT: Version: 0
20 CHECK-NEXT: Version: 1
24 CHECK-NEXT: Version: 1
28 CHECK-NEXT: Version: 3
32 CHECK-NEXT: Version: 1
36 CHECK-NEXT: Version: 2
40 CHECK-NEXT: Version: 2
44 CHECK-NEXT: Version: 3
52 CHECK-NEXT: Version: 1
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Delf-versioninfo.test9 CHECK: Version symbols {
16 CHECK-NEXT: Version: 0
20 CHECK-NEXT: Version: 1
24 CHECK-NEXT: Version: 1
28 CHECK-NEXT: Version: 3
32 CHECK-NEXT: Version: 1
36 CHECK-NEXT: Version: 2
40 CHECK-NEXT: Version: 2
44 CHECK-NEXT: Version: 3
52 CHECK-NEXT: Version: 1
[all …]
/external/libpng/
DCHANGES71 Version 0.81 [August, 1995]
74 Version 0.82 [September, 1995]
77 Version 0.85 [December, 1995]
83 Version 0.86 [January, 1996]
87 Version 0.87 [January, 1996]
92 Version 0.88 [January, 1996]
98 Version 0.89 [June 5, 1996]
125 Version 0.89c [June 17, 1996]
128 Version 0.90 [January, 1997]
150 Version 0.95 [March, 1997]
[all …]
/external/javaparser/
Dchangelog.md1 Version 3.5.15
8 Version 3.5.14
16 Version 3.5.13
21 Version 3.5.12
26 Version 3.5.11
35 Version 3.5.10
41 Version 3.5.9
48 Version 3.5.8
53 Version 3.5.7
57 Version 3.5.6
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h63 DwarfVersion Version; ///< Dwarf version where the Op was introduced. member
66 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA,
68 : Version(Version) { in Version() function
87 bool extract(DataExtractor Data, uint16_t Version, uint8_t AddressSize,
106 !Op.extract(Expr->Data, Expr->Version, Expr->AddressSize, Offset); in iterator()
114 !Op.extract(Expr->Data, Expr->Version, Expr->AddressSize, Offset);
126 DWARFExpression(DataExtractor Data, uint16_t Version, uint8_t AddressSize) in DWARFExpression() argument
127 : Data(Data), Version(Version), AddressSize(AddressSize) { in DWARFExpression()
139 uint16_t Version; variable
/external/glide/third_party/disklrucache/
DCHANGELOG.md4 Version 2.0.2 *(2013-06-18)*
10 Version 2.0.1 *(2013-04-27)*
17 Version 2.0.0 *(2013-04-13)*
28 Version 1.3.1 *(2013-01-02)*
35 Version 1.3.0 *(2012-12-24)*
43 Version 1.2.1 *(2012-10-08)*
50 Version 1.2.0 *(2012-09-30)*
58 Version 1.1.0 *(2012-01-07)*
64 Version 1.0.0 *(2012-01-04)*
/external/skia/src/sfnt/
DSkOTTable_OS_2.h27 union Version { union
45 static_assert(sizeof(SkOTTableOS2::Version::VA) == 68, "sizeof_SkOTTableOS2__VA_not_68");
46 static_assert(sizeof(SkOTTableOS2::Version::V0) == 78, "sizeof_SkOTTableOS2__V0_not_78");
47 static_assert(sizeof(SkOTTableOS2::Version::V1) == 86, "sizeof_SkOTTableOS2__V1_not_86");
48 static_assert(sizeof(SkOTTableOS2::Version::V2) == 96, "sizeof_SkOTTableOS2__V2_not_96");
49 static_assert(sizeof(SkOTTableOS2::Version::V3) == 96, "sizeof_SkOTTableOS2__V3_not_96");
50 static_assert(sizeof(SkOTTableOS2::Version::V4) == 96, "sizeof_SkOTTableOS2__V4_not_96");
/external/skqp/src/sfnt/
DSkOTTable_OS_2.h27 union Version { union
45 static_assert(sizeof(SkOTTableOS2::Version::VA) == 68, "sizeof_SkOTTableOS2__VA_not_68");
46 static_assert(sizeof(SkOTTableOS2::Version::V0) == 78, "sizeof_SkOTTableOS2__V0_not_78");
47 static_assert(sizeof(SkOTTableOS2::Version::V1) == 86, "sizeof_SkOTTableOS2__V1_not_86");
48 static_assert(sizeof(SkOTTableOS2::Version::V2) == 96, "sizeof_SkOTTableOS2__V2_not_96");
49 static_assert(sizeof(SkOTTableOS2::Version::V3) == 96, "sizeof_SkOTTableOS2__V3_not_96");
50 static_assert(sizeof(SkOTTableOS2::Version::V4) == 96, "sizeof_SkOTTableOS2__V4_not_96");
/external/python/rsa/
DCHANGELOG.txt4 Version 4.0 - released 2018-09-16
27 Version 3.4.2 - released 2016-03-29
33 Version 3.4.1 - released 2016-03-26
40 Version 3.4 - released 2016-03-17
62 Version 3.3 - released 2016-01-13
74 Version 3.2.3 - released 2015-11-05
80 Version 3.2.1 - released 2015-11-05
88 Version 3.2 - released 2015-07-29
94 Version 3.1.4 - released 2014-02-22
100 Version 3.1.3 - released 2014-02-02
[all …]

12345678910>>...303