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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/junit/runner/
Version.java 4 * This class defines the current version of JUnit
6 public class Version {
7 private Version() {
  /frameworks/base/test-runner/src/junit/runner/
Version.java 4 * This class defines the current version of JUnit
6 public class Version {
7 private Version() {
  /cts/tools/signature-tools/src/signature/
Version.java 4 * Licensed under the Apache License, Version 2.0 (the "License");
20 * {@code Version} defines the VERSION constant of the signature tools.
22 public class Version {
24 * The program version of the signature tools.
26 public static final String VERSION = "0.1";
  /external/junit/src/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.7";
  /external/chromium/base/
version.h 16 // Version represents a dotted version number, like "1.2.3.4", supporting
19 class BASE_API Version {
21 // Exposed only so that a Version can be stored in STL containers;
22 // any call to the methods below on a default-constructed Version
24 Version();
26 ~Version();
28 // The version string must be made up of 1 or more uint16's separated
30 // Caller is responsible for freeing the Version object once done.
31 static Version* GetVersionFromString(const std::string& version_str)
    [all...]
version.cc 5 #include "base/version.h"
15 Version::Version() : is_valid_(false) {}
17 Version::~Version() {}
20 Version* Version::GetVersionFromString(const std::string& version_str) {
21 Version* vers = new Version();
30 Version* Version::Clone() const
    [all...]
version_unittest.cc 6 #include "base/version.h"
13 Version v;
43 scoped_ptr<Version> vers(Version::GetVersionFromString(cases[i].input));
70 scoped_ptr<Version> lhs(Version::GetVersionFromString(cases[i].lhs));
71 scoped_ptr<Version> rhs(Version::GetVersionFromString(cases[i].rhs));
  /external/v8/test/cctest/
test-version.cc 30 #include "version.h"
41 Version::major_ = major;
42 Version::minor_ = minor;
43 Version::build_ = build;
44 Version::patch_ = patch;
45 Version::candidate_ = candidate;
46 Version::soname_ = soname;
59 // Test version without specific SONAME.
61 Version::GetString(version_str);
63 Version::GetSONAME(soname_str)
    [all...]
  /external/v8/src/
version.cc 30 #include "version.h"
32 // These macros define the version number for the current version.
44 // shared library instead the generic SONAME generated from the V8 version
70 int Version::major_ = MAJOR_VERSION;
71 int Version::minor_ = MINOR_VERSION;
72 int Version::build_ = BUILD_NUMBER;
73 int Version::patch_ = PATCH_LEVEL;
74 bool Version::candidate_ = (IS_CANDIDATE_VERSION != 0);
75 const char* Version::soname_ = SONAME
    [all...]
version.h 34 class Version {
36 // Return the various version components.
43 // Calculate the V8 version string.
52 // NOTE: can't make these really const because of test-version.cc.
61 // In test-version.cc.
  /external/chromium/chrome/browser/extensions/
external_extension_provider_interface.h 15 class Version;
22 // caller what extensions are registered, and which |id|, |version| and |path|
23 // they have. See also VisitRegisteredExtension below. Ownership of |version|
30 const Version* version,
66 scoped_ptr<Version>* version) const = 0;
extension_sync_data.h 11 #include "base/version.h"
21 // Version-independent properties (i.e., used even when the
22 // version of the currently-installed extension doesn't match
23 // |version|).
28 // Version-dependent properties (i.e., should be used only when the
29 // version of the currenty-installed extension matches |version|).
30 Version version; member in struct:ExtensionSyncData
external_extension_provider_impl.h 18 class Version;
59 scoped_ptr<Version>* version) const;
  /external/chromium/base/win/
windows_version.h 17 // The running version of Windows. This is declared outside OSInfo for
21 enum Version {
70 Version version() const { return version_; } function in class:base::win::OSInfo
87 Version version_;
101 BASE_API Version GetVersion();
  /external/webrtc/src/modules/interface/
module.h 12 // Returns version of the module and its components.
13 virtual int32_t Version(char* version,
  /sdk/assetstudio/src/com/android/assetstudiolib/
NotificationIconGenerator.java 4 * Licensed under the Eclipse Public License, Version 1.0 (the "License");
42 if (notificationOptions.version == Version.OLDER) {
45 } else if (notificationOptions.version == Version.V11) {
49 assert notificationOptions.version == Version.V9;
65 if (notificationOptions.version == Version.OLDER) {
75 } else if (notificationOptions.version == Version.V11)
    [all...]
  /external/clang/
clang-version-inc.mk 2 ## Generate clang/Basic/Version.inc
12 # Compute the Clang version from the LLVM version, unless specified explicitly.
25 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/Version.inc
26 $(intermediates)/include/clang/Basic/Version.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Version.inc.in
27 @echo "Updating Clang version info."
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
release_src.sh 4 # Licensed under the Apache License, Version 2.0 (the "License");
19 version=`grep '^\$VERSION' iexploder-$$/src/version.rb | cut -d\" -f2`
20 echo "Version: $version"
21 mv iexploder-$$ iexploder-$version
22 cd iexploder-$version
27 GZIP="-9" tar -zcvf iexploder-${version}.tgz iexploder-${version}/
    [all...]
  /external/chromium/chrome/common/
chrome_version_info.h 25 // In the rare case where we fail to get the version info,
34 // Version number, e.g. "6.0.490.1".
35 std::string Version() const;
40 // Whether this is an "official" release of the current Version():
41 // whether knowing Version() is enough to completely determine what
chrome_version_info.cc 16 // On Windows and Mac, we get the Chrome version info by querying
38 std::string VersionInfo::Version() const {
57 // We get chrome version information from chrome_version_info_posix.h,
76 std::string VersionInfo::Version() const {
  /external/apache-xml/src/main/java/org/apache/xalan/
Version.src 6 * to you under the Apache License, Version 2.0 (the "License");
24 * Administrative class to keep track of the version number of
27 * org.apache.project-name.Version.getVersion() be a standard way
28 * to get version information. This class will replace the older
29 * org.apache.xalan.processor.Version class.</P>
31 * information about the version of the XSLT spec we support.</P>
34 public class Version
38 * Get the basic version string for the current Xalan release.
39 * Version String formatted like
42 * Futurework: have this read version info from jar manifest.
    [all...]
Version.java 6 * to you under the Apache License, Version 2.0 (the "License");
19 * $Id: Version.java 577939 2007-09-20 21:45:37Z minchau $
24 * Administrative class to keep track of the version number of
27 * org.apache.project-name.Version.getVersion() be a standard way
28 * to get version information. This class will replace the older
29 * org.apache.xalan.processor.Version class.</P>
31 * information about the version of the XSLT spec we support.</P>
34 public class Version
38 * Get the basic version string for the current Xalan release.
39 * Version String formatted like
    [all...]
  /external/mesa3d/docs/
MESA_release_buffers.spec 17 Version
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Version.java 6 * to you under the Apache License, Version 2.0 (the "License");
19 * $Id: Version.java 477252 2006-11-20 16:52:00Z minchau $
24 * Administrative class to keep track of the version number of
27 * org.apache.project-name.Version.getVersion() be a standard way
28 * to get version information.</P>
31 public final class Version
35 * Get the basic version string for the current Serializer.
36 * Version String formatted like
39 * Futurework: have this read version info from jar manifest.
41 * @return String denoting our current version
    [all...]

Completed in 982 milliseconds

1 2 3 4 5 6 7 8 91011>>