Searched defs:Version (Results 1 - 25 of 151) sorted by path

1234567

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs60 public static readonly string Version = "3"; field in class:Antlr.Runtime.Debug.Profiler
400 buf.Append(Version);
475 stats.Version = Version;
494 buf.Append("ANTLR Runtime Report; Profile Version ");
495 buf.Append(stats.Version);
665 public string Version; field in class:Antlr.Runtime.Debug.Profiler.ProfileStats
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs60 public static readonly string Version = "3"; field in class:Antlr.Runtime.Debug.Profiler
445 buf.Append(Version);
522 stats.Version = Version;
545 buf.Append("ANTLR Runtime Report; Profile Version ");
546 buf.Append(stats.Version);
727 public string Version; field in class:Antlr.Runtime.Debug.Profiler.ProfileStats
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java45 public String Version; field in class:Profiler.ProfileStats
116 public static final String Version = "3"; field in class:Profiler
441 buf.append(Version);
514 stats.Version = Version;
531 buf.append("ANTLR Runtime Report; Profile Version ");
532 buf.append(stats.Version);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarReport.java42 public static final String Version = "5"; field in class:GrammarReport
90 data.version = Version;
354 buf.append("ANTLR Grammar Report; Stats Version ");
/external/apache-xml/src/main/java/org/apache/xalan/
H A DVersion.java6 * to you under the Apache License, Version 2.0 (the "License");
19 * $Id: Version.java 577939 2007-09-20 21:45:37Z minchau $
27 * org.apache.project-name.Version.getVersion() be a standard way
29 * org.apache.xalan.processor.Version class.</P>
34 public class Version class
39 * Version String formatted like
83 * Version number. This changes only when there is a
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DVersion.java6 * to you under the Apache License, Version 2.0 (the "License");
19 * $Id: Version.java 477252 2006-11-20 16:52:00Z minchau $
27 * org.apache.project-name.Version.getVersion() be a standard way
31 public final class Version class
36 * Version String formatted like
80 * Version number. This changes only when there is a
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
H A Dversion.rb22 module Version module in class:GLMatrix
27 VERSION = Version::STRING
/external/chromium_org/base/
H A Dversion.cc82 Version::Version() { function in class:base::Version
85 Version::~Version() {
88 Version::Version(const std::string& version_str) { function in class:base::Version
96 bool Version::IsValid() const {
101 bool Version::IsValidWildcardString(const std::string& wildcard_string) {
106 Version version(version_string);
110 bool Version
[all...]
H A Dversion.h16 // Version represents a dotted version number, like "1.2.3.4", supporting
18 class BASE_EXPORT Version { class in namespace:base
21 // Version object is assign to it.
22 Version();
24 ~Version();
29 explicit Version(const std::string& version_str);
37 // Version behavior (IsValid) if no wildcard is present.
46 bool Equals(const Version& other) const;
49 int CompareTo(const Version& other) const;
70 using base::Version;
[all...]
/external/chromium_org/base/win/
H A Dwindows_version.h22 enum Version { enum in namespace:base::win
84 Version version() const { return version_; }
103 Version version_;
118 BASE_EXPORT Version GetVersion();
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager_helper.cc32 std::string SafeBrowsingProtocolManagerHelper::Version() { function in class:SafeBrowsingProtocolManagerHelper
34 if (!version_info.is_valid() || version_info.Version().empty())
37 return version_info.Version();
/external/chromium_org/chrome/browser/sync_file_system/
H A Dremote_file_sync_service.h106 struct Version { struct in class:sync_file_system::RemoteFileSyncService
123 const std::vector<Version>& versions)>
/external/chromium_org/chrome/common/
H A Dchrome_version_info.cc21 return "Chrome/" + Version();
47 std::string VersionInfo::Version() const { function in class:chrome::VersionInfo
85 std::string VersionInfo::Version() const { function in class:chrome::VersionInfo
102 current_version += Version();
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
H A Djsunittest.js11 Version: '0.6.0',
/external/chromium_org/chrome_elf/
H A Dthunk_getter.cc15 enum Version { enum in namespace:__anon6053
98 Version version() const { return version_; }
103 Version version_;
/external/chromium_org/media/formats/mpeg/
H A Dmpeg1_audio_stream_parser.h26 enum Version { enum in class:media::MPEG1AudioStreamParser
41 Version version;
/external/chromium_org/net/cert/
H A Dsigned_certificate_timestamp.h91 // Version enum in RFC 6962, Section 3.2.
92 enum Version { enum in struct:net::ct::SignedCertificateTimestamp
112 Version version;
H A Dsigned_tree_head.h24 // Version enum in RFC 6962, Section 3.2. Note that while in the current
27 enum Version { V1 = 0, }; enum in struct:net::ct::SignedTreeHead
29 Version version;
/external/chromium_org/net/tools/quic/test_tools/
H A Dhttp_message.h21 enum Version { enum in class:net::tools::test::HttpConstants
47 typedef HttpConstants::Version Version; typedef in class:net::tools::test::HTTPMessage
52 static Version StringToVersion(base::StringPiece str);
56 static const char* VersionToString(Version version);
63 HTTPMessage(Version version, Method request, const std::string& path);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js11 Version: '1.7',
1551 'X-Prototype-Version': Prototype.Version,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js10 Version: '1.6.0.3',
1255 'X-Prototype-Version': Prototype.Version,
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DBuildExecutable.py84 from Cython.Compiler import Version, CmdLine, Main namespace
86 _debug('Using Cython %s to compile %s', Version.version, input_file)

Completed in 4314 milliseconds

1234567