HomeSort by relevance Sort by last modified time
    Searched refs:Version (Results 1 - 25 of 2735) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syzkaller/vendor/google.golang.org/grpc/
version.go 5 * Licensed under the Apache License, Version 2.0 (the "License");
21 // Version is the current grpc version.
22 const Version = "1.14.0-dev"
  /external/catch2/include/internal/
catch_version.h 5 * Distributed under the Boost Software License, Version 1.0. (See accompanying
16 struct Version {
17 Version( Version const& ) = delete;
18 Version& operator=( Version const& ) = delete;
19 Version( unsigned int _majorVersion,
33 friend std::ostream& operator << ( std::ostream& os, Version const& version );
36 Version const& libraryVersion()
    [all...]
catch_version.cpp 5 * Distributed under the Boost Software License, Version 1.0. (See accompanying
14 Version::Version
27 std::ostream& operator << ( std::ostream& os, Version const& version ) {
28 os << version.majorVersion << '.'
29 << version.minorVersion << '.'
30 << version.patchNumber;
32 if (version.branchName[0]) {
33 os << '-' << version.branchNam
    [all...]
  /external/okhttp/okhttp/src/main/java-templates/com/squareup/okhttp/internal/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
18 public final class Version {
20 return "okhttp/${project.version}";
23 private Version() {
  /external/libchrome/base/
version.h 18 // Version represents a dotted version number, like "1.2.3.4", supporting
20 class BASE_EXPORT Version {
23 // Version object is assign to it.
24 Version();
26 Version(const Version& other);
28 // Initializes from a decimal dotted version number, like "0.1.1".
31 explicit Version(const std::string& version_str);
35 explicit Version(std::vector<uint32_t> components)
    [all...]
version.cc 5 #include "base/version.h"
21 // inside the version string and constructs a vector of valid integers. It stops
44 // StringToUint returns unsigned int but Version fields are uint32_t.
52 // Compares version components in |components1| with components in
80 Version::Version() = default;
82 Version::Version(const Version& other) = default;
84 Version::~Version() = default
    [all...]
  /external/junit/src/main/java/junit/runner/
Version.java 4 * This class defines the current version of JUnit
6 public class Version {
7 private Version() {
  /dalvik/dx/src/com/android/dx/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * Version number for dx.
22 public class Version {
23 /** {@code non-null;} version string */
24 public static final String VERSION = "1.16";
  /external/grpc-grpc/src/cpp/common/
version_cc.cc 5 * Licensed under the Apache License, Version 2.0 (the "License");
20 templates/src/core/surface/version.c.template */
25 grpc::string Version() { return "1.16.0-dev"; }
  /external/tensorflow/tensorflow/go/
version.go 4 Licensed under the Apache License, Version 2.0 (the "License");
23 // Version returns a string describing the version of the underlying TensorFlow
25 func Version() string { return C.GoString(C.TF_Version()) }
  /external/v8/src/
version.cc 5 #include "src/version.h"
7 #include "include/v8-version-string.h"
8 #include "include/v8-version.h"
12 // shared library instead the generic SONAME generated from the V8 version
19 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)
    [all...]
  /external/skia/src/sfnt/
SkOTTable_OS_2.h 27 union Version {
28 SK_OT_USHORT version; member in union:SkOTTableOS2::Version
39 } version; member in struct:SkOTTableOS2
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/
SkOTTable_OS_2.h 27 union Version {
28 SK_OT_USHORT version; member in union:SkOTTableOS2::Version
39 } version; member in struct:SkOTTableOS2
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/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
RpcProtocolVersionsUtilTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
25 import io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version;
38 Version.newBuilder().setMajor(3).setMinor(2).build(),
39 Version.newBuilder().setMajor(2).setMinor(1).build()));
42 Version.newBuilder().setMajor(3).setMinor(2).build(),
43 Version.newBuilder().setMajor(2).setMinor(1).build()));
46 Version.newBuilder().setMajor(3).setMinor(2).build(),
47 Version.newBuilder().setMajor(3).setMinor(2).build()));
50 Version.newBuilder().setMajor(2).setMinor(3).build(),
51 Version.newBuilder().setMajor(3).setMinor(2).build()))
    [all...]
  /external/deqp/framework/egl/
egluDefs.cpp 7 * Licensed under the Apache License, Version 2.0 (the "License");
77 bool Version::operator< (const Version& v) const
87 bool Version::operator== (const Version& v) const
94 bool Version::operator!= (const Version& v) const
99 bool Version::operator> (const Version& v) const
104 bool Version::operator<= (const Version& v) cons
    [all...]
egluDefs.hpp 9 * Licensed under the Apache License, Version 2.0 (the "License");
62 class Version
65 Version (int major, int minor) : m_major(major), m_minor(minor) {}
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/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
VersionTagsTuple.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 import org.yaml.snakeyaml.DumperOptions.Version;
26 private Version version; field in class:VersionTagsTuple
29 public VersionTagsTuple(Version version, Map<String, String> tags) {
30 this.version = version;
34 public Version getVersion() {
35 return version;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type00/
MiscBiosVendorFunction.c 64 VERSION_INFO *Version;
75 DEBUG ((EFI_D_ERROR, "[%a:%d] Version info HOB not found!\n", __FUNCTION__, __LINE__));
79 Version = GET_GUID_HOB_DATA (Hob);
83 Version->BuildTime.Month,
84 Version->BuildTime.Day,
85 Version->BuildTime.Year
95 VERSION_INFO *Version;
100 DEBUG ((EFI_D_ERROR, "[%a:%d] Version info HOB not found!\n", __FUNCTION__, __LINE__));
103 Version = GET_GUID_HOB_DATA (Hob);
104 return Version->String;
    [all...]
  /external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
RpcProtocolVersionsUtil.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
21 import io.grpc.alts.internal.TransportSecurityCommon.RpcProtocolVersions.Version;
34 RpcProtocolVersions.Version.newBuilder()
39 RpcProtocolVersions.Version.newBuilder()
51 * Returns true if first Rpc Protocol Version is greater than or equal to the second one. Returns
55 static boolean isGreaterThanOrEqualTo(Version first, Version second) {
65 * highest common version if there exists a common Rpc Protocol Version to use, and returns false
70 Version maxCommonVersion
    [all...]
  /external/ltp/
Makefile.release 8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
34 ifneq ($(wildcard $(top_srcdir)/Version),)
35 TARBALL_VERSION ?= $(shell $(top_srcdir)/Version)
38 TARBALL_VERSION ?= $(error you must either make Version via make $$PWD/Version or specify an LTP version via TARBALL_VERSION)
  /external/okhttp/android/src/main/java/com/squareup/okhttp/internal/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 public final class Version {
24 return agent != null ? agent : ("Java" + System.getProperty("java.version"));
27 private Version() {
  /external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internal/
Version.java 5 * Licensed under the Apache License, Version 2.0 (the "License");
24 public final class Version {
28 return agent != null ? agent : ("Java" + System.getProperty("java.version"));
31 private Version() {
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/parser/
VersionTagsTupleTest.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
22 import org.yaml.snakeyaml.DumperOptions.Version;
27 VersionTagsTuple tuple = new VersionTagsTuple(Version.V1_1, new HashMap<String, String>());
28 assertEquals("VersionTagsTuple<Version: 1.1, {}>", tuple.toString());
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
Version.java 9 * The classic version object.
11 public class Version {
12 private static final Logger LOG = Logger.getLogger(Version.class.getName());
13 public static final String VERSION;
16 LineNumberReader lnr = new LineNumberReader(new InputStreamReader(Version.class.getResourceAsStream("/version.txt")));
17 String version; external variable declarations
19 version = lnr.readLine();
22 version = "unknown";
24 VERSION = version
    [all...]
  /external/catch2/scripts/
developBuild.py 6 v = releaseCommon.Version()
10 print( "Updated Version.hpp, README and Conan to v{0}".format( v.getVersionString() ) )

Completed in 725 milliseconds

1 2 3 4 5 6 7 8 91011>>