| /external/elfutils/ |
| D | NEWS | 1 Version 0.97: 6 Version 0.96: 10 Version 0.95: 26 Version 0.94: 30 Version 0.93: 38 Version 0.92: 42 Version 0.91: 48 Version 0.90: 53 Version 0.89: 57 Version 0.88: [all …]
|
| /external/webkit/Tools/Scripts/webkitpy/python24/ |
| D | versioning.py | 23 """Supports Python version checking.""" 30 # The minimum Python version the webkitpy package supports. 35 """Compare the current Python version with a target version. 38 sysmodule: An object with version and version_info data attributes 39 used to detect the current Python version. The attributes 40 should have the same semantics as sys.version and 43 target_version: A string representing the Python version to compare 44 the current version against. The string should have 46 Defaults to the minimum version that the webkitpy 53 current version with the target version. A positive [all …]
|
| /external/webkit/LayoutTests/storage/indexeddb/ |
| D | set_version_queue-expected.txt | 7 IndexedDB.open('set-version-queue') 8 IndexedDB.open('set-version-queue') 9 IndexedDB.open('set-version-queue') 10 IndexedDB.open('set-version-queue') 11 connections[0].setVersion('version 0') 12 connections[1].setVersion('version 1') 13 connections[2].setVersion('version 2') 14 connections[3].setVersion('version 3') 16 PASS event.version.length > 0 is true 17 connection[1] received versionChangeEvent: version 0 [all …]
|
| /external/libpng/ |
| D | CHANGES | 4 version 0.2 8 version 0.3 19 version 0.4 30 version 0.5 35 version 0.6 41 version 0.7 47 version 0.71 [June, 1995] 51 version 0.8 61 added version info 68 version 0.81 [August, 1995] [all …]
|
| /external/apache-http/src/org/apache/http/ |
| D | ProtocolVersion.java | 11 * to you under the Apache License, Version 2.0 (the 39 * Represents a protocol version, as specified in RFC 2616. 42 * for the protocol name. It defines a protocol version "SIP/2.0". 46 * This class defines a protocol version as a combination of 47 * protocol name, major version number, and minor version number. 54 * @version $Revision: 609106 $ 64 /** Major version number of the protocol */ 67 /** Minor version number of the protocol */ 72 * Create a protocol version designator. 75 * @param major the major version number of the protocol [all …]
|
| /external/webkit/LayoutTests/storage/ |
| D | change-version.html | 14 …tx.executeSql("CREATE table if not exists info (version INTEGER);", [], emptyFunction, emptyFuncti… 20 log("Successfully changed version to " + db1.version + ". Reloading."); 46 …log("Finished tests with version " + db1.version + "; expected version: " + EXPECTED_VERSION_AFTER… 48 // Reset the DB version or the next run might fail. 49 db1.changeVersion(db1.version, "1"); 71 // Make sure the version change has propagated to db2 too. 73 if (db2.version != db1.version) { 74 …log("FAIL: changing db1's version (" + db1.version + ") did not change db2's version (" + db2.vers… 80 log("FAIL: The DB version changed, all transactions on db2 should fail."); 84 // Make sure any new handle to the same DB sees the new version [all …]
|
| /external/openssl/crypto/des/ |
| D | VERSION | 7 Version 4.04 16 Version 4.03 20 for a version of kerberised login. Anyway, this was pointed out 26 Version 4.02 31 Version 4.01 41 Version 4.00 42 After a bit of a pause, I'll up the major version number since this 53 Version 3.26 73 Version 3.25 17/07/96 83 Version 3.24 20/04/96 [all …]
|
| /external/webkit/Source/WebKit/mac/icu/unicode/ |
| D | uversion.h | 14 * Contains all the important version numbers for ICU. 19 /* Main ICU version information */ 25 /** IMPORTANT: When updating version, the following things need to be done: */ 27 /** patchlevel, suffix, version, short version constants, namespace, */ 54 /** The current ICU major version as an integer. 60 /** The current ICU minor version as an integer. 66 /** The current ICU patchlevel version as an integer. 72 /** Glued version suffix for renamers 78 /** The current ICU library version as a dotted-decimal string. The patchlevel 85 /** The current ICU library major/minor version as a string without dots, for library name suffixes… [all …]
|
| /external/webkit/Source/JavaScriptGlue/icu/unicode/ |
| D | uversion.h | 14 * Contains all the important version numbers for ICU. 19 /* Main ICU version information */ 25 /** IMPORTANT: When updating version, the following things need to be done: */ 27 /** patchlevel, suffix, version, short version constants, namespace, */ 54 /** The current ICU major version as an integer. 60 /** The current ICU minor version as an integer. 66 /** The current ICU patchlevel version as an integer. 72 /** Glued version suffix for renamers 78 /** The current ICU library version as a dotted-decimal string. The patchlevel 85 /** The current ICU library major/minor version as a string without dots, for library name suffixes… [all …]
|
| /external/webkit/Source/JavaScriptCore/icu/unicode/ |
| D | uversion.h | 14 * Contains all the important version numbers for ICU. 19 /* Main ICU version information */ 25 /** IMPORTANT: When updating version, the following things need to be done: */ 27 /** patchlevel, suffix, version, short version constants, namespace, */ 54 /** The current ICU major version as an integer. 60 /** The current ICU minor version as an integer. 66 /** The current ICU patchlevel version as an integer. 72 /** Glued version suffix for renamers 78 /** The current ICU library version as a dotted-decimal string. The patchlevel 85 /** The current ICU library major/minor version as a string without dots, for library name suffixes… [all …]
|
| /external/webkit/Source/WebCore/icu/unicode/ |
| D | uversion.h | 14 * Contains all the important version numbers for ICU. 19 /* Main ICU version information */ 25 /** IMPORTANT: When updating version, the following things need to be done: */ 27 /** patchlevel, suffix, version, short version constants, namespace, */ 54 /** The current ICU major version as an integer. 60 /** The current ICU minor version as an integer. 66 /** The current ICU patchlevel version as an integer. 72 /** Glued version suffix for renamers 78 /** The current ICU library version as a dotted-decimal string. The patchlevel 85 /** The current ICU library major/minor version as a string without dots, for library name suffixes… [all …]
|
| /external/v8/ |
| D | ChangeLog | 1 2011-04-13: Version 3.2.10 8 2011-04-11: Version 3.2.9 27 2011-04-06: Version 3.2.8 34 2011-04-04: Version 3.2.7 44 2011-03-30: Version 3.2.6 58 2011-03-28: Version 3.2.5 67 2011-03-23: Version 3.2.4 80 2011-03-17: Version 3.2.3 95 2011-03-14: Version 3.2.2 104 2011-03-10: Version 3.2.1 [all …]
|
| /external/gtest/scripts/ |
| D | gtest-config.in | 5 version="@PACKAGE_VERSION@" 23 only one installation query may be made at a time. The version queries and 25 version queries are always combined with logical "and" semantics, and only the 31 gtest-config --min-version=1.0 || echo "Insufficient Google Test version." 58 --version the version of the Google Test installation 60 Version Queries: 61 --min-version=VERSION return 0 if the version is at least VERSION 62 --exact-version=VERSION return 0 if the version is exactly VERSION 63 --max-version=VERSION return 0 if the version is at most VERSION 74 # This function bounds our version with a min and a max. It uses some clever [all …]
|
| /external/chromium/testing/gtest/scripts/ |
| D | gtest-config.in | 5 version="@PACKAGE_VERSION@" 23 only one installation query may be made at a time. The version queries and 25 version queries are always combined with logical "and" semantics, and only the 31 gtest-config --min-version=1.0 || echo "Insufficient Google Test version." 58 --version the version of the Google Test installation 60 Version Queries: 61 --min-version=VERSION return 0 if the version is at least VERSION 62 --exact-version=VERSION return 0 if the version is exactly VERSION 63 --max-version=VERSION return 0 if the version is at most VERSION 74 # This function bounds our version with a min and a max. It uses some clever [all …]
|
| /external/protobuf/gtest/scripts/ |
| D | gtest-config.in | 5 version="@PACKAGE_VERSION@" 23 only one installation query may be made at a time. The version queries and 25 version queries are always combined with logical "and" semantics, and only the 31 gtest-config --min-version=1.0 || echo "Insufficient Google Test version." 58 --version the version of the Google Test installation 60 Version Queries: 61 --min-version=VERSION return 0 if the version is at least VERSION 62 --exact-version=VERSION return 0 if the version is exactly VERSION 63 --max-version=VERSION return 0 if the version is at most VERSION 74 # This function bounds our version with a min and a max. It uses some clever [all …]
|
| /external/chromium/app/sql/ |
| D | meta_table.h | 27 // new tables, it will initialize the version number to |version| and the 28 // compatible version number to |compatible_version|. 29 bool Init(Connection* db, int version, int compatible_version); 34 // The version number of the database. This should be the version number of 35 // the creator of the file. The version number will be 0 if there is no 36 // previously set version number. 39 void SetVersionNumber(int version); 42 // The compatible version number is the lowest version of the code that this 46 // For example, if an optional column is added to a table in version 3, the 47 // new code will set the version to 3, and the compatible version to 2, since [all …]
|
| /external/bluetooth/glib/docs/reference/glib/tmpl/ |
| D | version.sgml | 2 Version Information 5 Variables and functions to check the GLib version 9 GLib provides version information, primarily useful in configure checks 24 The major version number of the GLib library. 25 (e.g. in GLib version 1.2.5 this is 1.) 31 #GLIB_MAJOR_VERSION macro, which represents the major version of the 38 The minor version number of the GLib library. 39 (e.g. in GLib version 1.2.5 this is 2.) 45 #GLIB_MINOR_VERSION macro, which represents the minor version of the 52 The micro version number of the GLib library. [all …]
|
| /external/chromium/testing/gmock/scripts/ |
| D | gmock-config.in | 5 version="@PACKAGE_VERSION@" 23 only one installation query may be made at a time. The version queries and 25 version queries are always combined with logical "and" semantics, and only the 31 gmock-config --min-version=1.0 || echo "Insufficient Google Mock version." 58 --version the version of the Google Mock installation 60 Version Queries: 61 --min-version=VERSION return 0 if the version is at least VERSION 62 --exact-version=VERSION return 0 if the version is exactly VERSION 63 --max-version=VERSION return 0 if the version is at most VERSION 74 # This function bounds our version with a min and a max. It uses some clever [all …]
|
| /external/chromium/chrome/common/ |
| D | service_process_util.cc | 19 #include "base/version.h" 31 // This should be more than enough to hold a version string assuming each part 32 // of the version string is an int64. 42 // version. The name is not versioned. 56 std::string version; in GetServiceProcessRunningState() local 57 if (!GetServiceProcessData(&version, pid_out)) in GetServiceProcessRunningState() 69 // At this time we have a version string. Set the out param if it exists. in GetServiceProcessRunningState() 71 *service_version_out = version; in GetServiceProcessRunningState() 73 scoped_ptr<Version> service_version(Version::GetVersionFromString(version)); in GetServiceProcessRunningState() 74 // If the version string is invalid, treat it like an older version. in GetServiceProcessRunningState() [all …]
|
| /external/chromium/chrome/browser/chromeos/ |
| D | version_loader.cc | 21 // File to look for version number in. 24 // TODO(rkc): Remove once we change over the Chrome OS version format. 34 // Beginning of line we look for that gives full version number. 40 // Same but for short version (x.x.xx.x). 44 // Beginning of line we look for that gives the firmware version. 45 const char VersionLoader::kFirmwarePrefix[] = "version"; 94 // Split the lines and look for the one that starts with prefix. The version in ParseVersion() 100 std::string version = lines[i].substr(std::string(prefix).size()); in ParseVersion() local 101 if (version.size() > 1 && version[0] == '"' && in ParseVersion() 102 version[version.size() - 1] == '"') { in ParseVersion() [all …]
|
| /external/libvpx/examples/includes/geshi/geshi/ |
| D | teraterm.php | 7 * Release Version: 1.0.8.3 13 * This version of ttl.php was created for Tera Term 4.60 and LogMeTT 2.9.4. 33 * the Free Software Foundation; either version 2 of the License, or 34 * (at your option) any later version. 60 'Break', // (version 4.53 or later) 62 'CallMenu', // (version 4.56 or later) 65 'Clipb2Var', //(version 4.46 or later) 70 'CRC32', // (version 4.60 or later) 71 'CRC32File', // (version 4.60 or later) 72 'CygConnect', // (version 4.57 or later) [all …]
|
| /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
| D | RC5ParameterSpecTest.java | 5 * The ASF licenses this file to You under the Apache License, Version 2.0 38 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) method 44 int version = 1; in testRC5ParameterSpec1() local 50 new RC5ParameterSpec(version, rounds, wordSize, null); in testRC5ParameterSpec1() 57 new RC5ParameterSpec(version, rounds, wordSize+8, iv); in testRC5ParameterSpec1() 64 new RC5ParameterSpec(version, rounds, wordSize, new byte[] {1, 2, 3}); in testRC5ParameterSpec1() 70 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, in testRC5ParameterSpec1() 79 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv, int 85 int version = 1; in testRC5ParameterSpec2() local 92 new RC5ParameterSpec(version, rounds, wordSize, null, offset); in testRC5ParameterSpec2() [all …]
|
| /external/icu4c/common/unicode/ |
| D | uvernum.h | 17 * IMPORTANT: When updating version, the following things need to be done: 19 * patchlevel, suffix, version, short version constants, namespace, 34 * the new major/minor combination and the Unicode version. 47 /** The current ICU major version as an integer. 53 /** The current ICU minor version as an integer. 59 /** The current ICU patchlevel version as an integer. 65 /** The current ICU build level version as an integer. 73 /** Glued version suffix for renamers 79 /** Glued version suffix function for renamers 89 /** The current ICU library version as a dotted-decimal string. The patchlevel [all …]
|
| /external/chromium/base/ |
| D | 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); 33 // Creates a copy of this version. Caller takes ownership. [all …]
|
| /external/chromium/chrome/browser/sync/glue/ |
| D | extension_util.cc | 12 #include "base/version.h" 55 ss << "version: " << specifics.version() << ", "; in ExtensionSpecificsToString() 70 scoped_ptr<Version> version( in IsExtensionSpecificsValid() local 71 Version::GetVersionFromString(specifics.version())); in IsExtensionSpecificsValid() 72 if (!version.get()) { in IsExtensionSpecificsValid() 93 // TODO(akalin): Figure out if we have to worry about version/URL in AreExtensionSpecificsEqual() 96 (a.version() == b.version()) && in AreExtensionSpecificsEqual() 169 scoped_ptr<Version> version( in MergeExtensionSpecifics() local 170 Version::GetVersionFromString(specifics.version())); in MergeExtensionSpecifics() 171 CHECK(version.get()); in MergeExtensionSpecifics() [all …]
|