Searched refs:Version (Results 1 - 25 of 634) sorted by relevance

1234567891011>>

/external/r8/src/test/examples/multidex001/
H A DVersion.java8 public class Version { class
H A DClassForMainDex.java14 return Version.getVersion();
/external/okhttp/okhttp/src/main/java-templates/com/squareup/okhttp/internal/
H A DVersion.java4 * Licensed under the Apache License, Version 2.0 (the "License");
18 public final class Version { class
23 private Version() { method in class:Version
/external/libchrome/base/
H A Dversion.h18 // Version represents a dotted version number, like "1.2.3.4", supporting
20 class BASE_EXPORT Version { class in namespace:base
23 // Version object is assign to it.
24 Version();
26 Version(const Version& other);
28 ~Version();
33 explicit Version(const std::string& version_str);
41 // Version behavior (IsValid) if no wildcard is present.
45 int CompareTo(const Version
[all...]
H A Dversion.cc44 // StringToUint returns unsigned int but Version fields are uint32_t.
80 Version::Version() { function in class:base::Version
83 Version::Version(const Version& other) = default;
85 Version::~Version() {
88 Version::Version(cons function in class:base::Version
[all...]
/external/junit/src/main/java/junit/runner/
H A DVersion.java6 public class Version { class
7 private Version() { method in class:Version
/external/v8/src/
H A 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 bool Version::candidate_ = (V8_IS_CANDIDATE_VERSION != 0);
24 const char* Version::soname_ = SONAME;
25 const char* Version::version_string_ = V8_VERSION_STRING;
28 void Version::GetString(Vector<char> str) {
48 void Version::GetSONAME(Vector<char> str) {
/external/okhttp/android/main/java/com/squareup/okhttp/internal/
H A DVersion.java4 * Licensed under the Apache License, Version 2.0 (the "License");
18 public final class Version { class
24 private Version() { method in class:Version
/external/skia/src/sfnt/
H A DSkOTTable_OS_2.h27 union Version { union 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");
H A DSkOTTable_maxp.h24 union Version { union in struct:SkOTTableMaximumProfile
/external/deqp/framework/egl/
H A DegluDefs.cpp7 * 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
[all...]
H A DegluDefs.hpp9 * Licensed under the Apache License, Version 2.0 (the "License");
61 class Version class in namespace:eglu
64 Version (int major, int minor) : m_major(major), m_minor(minor) {} function in class:eglu::Version
69 bool operator< (const Version& v) const;
70 bool operator== (const Version& v) const;
72 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;
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
H A DVersionTagsTuple.java4 * Licensed under the Apache License, Version 2.0 (the "License");
20 import org.yaml.snakeyaml.DumperOptions.Version;
26 private Version version;
29 public VersionTagsTuple(Version version, Map<String, String> tags) {
34 public Version getVersion() {
/external/ltp/
H A DMakefile.release34 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/snakeyaml/src/test/java/org/yaml/snakeyaml/parser/
H A DVersionTagsTupleTest.java4 * 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/
H A DVersion.java11 public class Version { class
12 private static final Logger LOG = Logger.getLogger(Version.class.getName());
16 LineNumberReader lnr = new LineNumberReader(new InputStreamReader(Version.class.getResourceAsStream("/version.txt")));
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h30 void getFrontEndVersion(VersionInfo &Version) const {
31 RawSymbol->getFrontEndVersion(Version);
34 void getBackEndVersion(VersionInfo &Version) const {
35 RawSymbol->getBackEndVersion(Version);
/external/nanopb-c/generator/google/protobuf/internal/
H A Dapi_implementation.py86 def Version(): function
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
H A DDocumentStartEvent.java4 * Licensed under the Apache License, Version 2.0 (the "License");
20 import org.yaml.snakeyaml.DumperOptions.Version;
31 private final Version version;
34 public DocumentStartEvent(Mark startMark, Mark endMark, boolean explicit, Version version,
58 public Version getVersion() {
/external/sl4a/Common/src/com/googlecode/android_scripting/
H A DVersion.java4 * Licensed under the Apache License, Version 2.0 (the "License");
23 public class Version { class
25 private Version() { method in class:Version
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DInfoStream.cpp37 switch (H->Version) {
48 Version = H->Version;
69 return static_cast<PdbRaw_ImplVer>(Version);
84 H.Version = Version;
/external/clang/lib/Basic/
H A DObjCRuntime.cpp59 Version = VersionTuple(0);
71 Version = VersionTuple(1, 6);
77 Version = VersionTuple(0, 8);
85 if (Version.tryParse(verString))
89 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8))
90 Version = VersionTuple(0, 8);
/external/elfutils/tests/
H A Drun-readelf-macro.sh67 Version: 4
80 Version: 4
316 Version: 4
331 Version: 4
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DScriptAndLanguages13 ICU Version=58
/external/clang/include/clang/Lex/
H A DHeaderMapTypes.h31 uint16_t Version; // Version number -- currently 1. member in struct:clang::HMapHeader

Completed in 1115 milliseconds

1234567891011>>