/external/clang/www/timing-data/2009-03-02/ |
D | sketch.txt | 6 ccc version 1.0 (https://ddunbar@llvm.org/svn/llvm-project/cfe/trunk) 7 …d-in-bss" "--unwind-tables=1" "--mcpu=core2" "--fmath-errno=0" "-mmacosx-version-min=10.6.0" "-arc… 12 ccc version 1.0 (https://ddunbar@llvm.org/svn/llvm-project/cfe/trunk) 13 …-D__DYNAMIC__" "/dev/null" "-fPIC" "-quiet" "-dumpbase" "null" "-mmacosx-version-min=10.6.0" "-m64… 22 gcc version 4.2.1 (Apple Inc. build 5630) 23 …-D__DYNAMIC__" "/dev/null" "-fPIC" "-quiet" "-dumpbase" "null" "-mmacosx-version-min=10.6.0" "-m64… 33 { 'version' : 0, 46 { 'version' : 0, 59 { 'version' : 0, 72 { 'version' : 0, [all …]
|
D | 176.gcc.txt | 6 ccc version 1.0 (https://ddunbar@llvm.org/svn/llvm-project/cfe/trunk) 7 …d-in-bss" "--unwind-tables=1" "--mcpu=core2" "--fmath-errno=0" "-mmacosx-version-min=10.6.0" "-arc… 12 ccc version 1.0 (https://ddunbar@llvm.org/svn/llvm-project/cfe/trunk) 13 …-D__DYNAMIC__" "/dev/null" "-fPIC" "-quiet" "-dumpbase" "null" "-mmacosx-version-min=10.6.0" "-m64… 22 gcc version 4.2.1 (Apple Inc. build 5641) 23 …-D__DYNAMIC__" "/dev/null" "-fPIC" "-quiet" "-dumpbase" "null" "-mmacosx-version-min=10.6.0" "-m64… 33 { 'version' : 0, 46 { 'version' : 0, 59 { 'version' : 0, 72 { 'version' : 0, [all …]
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
D | RC5ParameterSpecTest.java | 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() 85 int version = 1; in testRC5ParameterSpec2() local 92 new RC5ParameterSpec(version, rounds, wordSize, null, offset); in testRC5ParameterSpec2() 99 new RC5ParameterSpec(version, rounds, wordSize+8, iv, offset); in testRC5ParameterSpec2() 106 new RC5ParameterSpec(version, rounds, wordSize, iv, offset+1); in testRC5ParameterSpec2() 113 new RC5ParameterSpec(version, rounds, wordSize, new byte[] { 1, 2, in testRC5ParameterSpec2() [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/clang/www/timing-data/2009-06-26/ |
D | sketch.txt | 5 clang version 1.0 (https://ddunbar@llvm.org/svn/llvm-project/cfe/trunk 70266M) 7 …l=1" "--disable-fp-elim" "--unwind-tables=1" "--fmath-errno=0" "-mmacosx-version-min=10.6.0" "-fdi… 16 gcc version 4.2.1 (Apple Inc. build 5646) 17 …-D__DYNAMIC__" "/dev/null" "-fPIC" "-quiet" "-dumpbase" "null" "-mmacosx-version-min=10.6.0" "-m64… 27 { 'version' : 0, 40 { 'version' : 0, 53 { 'version' : 0, 66 { 'version' : 0, 79 { 'version' : 0, 92 { 'version' : 0, [all …]
|
D | 176.gcc.txt | 5 clang version 1.0 (https://ddunbar@llvm.org/svn/llvm-project/cfe/trunk 70266M) 7 …l=1" "--disable-fp-elim" "--unwind-tables=1" "--fmath-errno=0" "-mmacosx-version-min=10.6.0" "-fdi… 16 gcc version 4.2.1 (Apple Inc. build 5646) 17 …-D__DYNAMIC__" "/dev/null" "-fPIC" "-quiet" "-dumpbase" "null" "-mmacosx-version-min=10.6.0" "-m64… 27 { 'version' : 0, 40 { 'version' : 0, 53 { 'version' : 0, 66 { 'version' : 0, 79 { 'version' : 0, 92 { 'version' : 0, [all …]
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_syswm.h | 73 SDL_version version; 85 SDL_version version; 121 SDL_version version; 127 SDL_version version ; 137 SDL_version version; 146 SDL_version version; 155 SDL_version version; 162 SDL_version version; 174 SDL_version version; 180 SDL_version version; [all …]
|
/external/webkit/Source/WebCore/platform/win/ |
D | SystemInfo.cpp | 37 static WindowsVersion version; in windowsVersion() local 55 version = static_cast<WindowsVersion>(WindowsCE1 + (majorVersion - 1)); in windowsVersion() 57 version = (majorVersion < 1) ? WindowsCE1 : WindowsCE7; in windowsVersion() 60 version = Windows3_1; in windowsVersion() 63 version = Windows95; in windowsVersion() 65 version = (minorVersion == 10) ? Windows98 : WindowsME; in windowsVersion() 69 version = Windows2000; in windowsVersion() 71 version = (minorVersion == 1) ? WindowsXP : WindowsServer2003; in windowsVersion() 74 version = (majorVersion == 6 && !minorVersion) ? WindowsVista : Windows7; in windowsVersion() 76 version = WindowsServer2008; in windowsVersion() [all …]
|
/external/chromium/chrome/browser/chromeos/ |
D | version_loader.cc | 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() 104 version = version.substr(1, version.size() - 2); in ParseVersion() 106 return version; in ParseVersion() 142 std::string version; in GetVersion() local 146 version = ParseVersion( in GetVersion() 154 if (version.size() > kTrimVersion) { in GetVersion() 155 version = version.substr(kTrimVersion); in GetVersion() 157 size_t first_dot = version.find("."); in GetVersion() [all …]
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/ |
D | release_src.sh | 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}/ 28 rm -Rf iexploder-${version}
|
/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 …]
|
D | mkinstalldirs | 41 --version) 80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 89 test -d ./--version && rmdir ./--version 93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 94 test ! -d ./--version; then 99 for d in ./-m ./-p ./--version "./$dirmode";
|
/external/chromium/chrome/browser/sync/glue/ |
D | extension_util.cc | 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() 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() 173 Version::GetVersionFromString(merged_specifics->version())); in MergeExtensionSpecifics() 175 if (version->CompareTo(*merged_version) >= 0) { in MergeExtensionSpecifics() [all …]
|
/external/chromium/app/sql/ |
D | meta_table.cc | 30 bool MetaTable::Init(Connection* db, int version, int compatible_version) { in Init() argument 42 SetVersionNumber(version); in Init() 104 void MetaTable::SetVersionNumber(int version) { in SetVersionNumber() argument 105 SetValue(kVersionKey, version); in SetVersionNumber() 109 int version = 0; in GetVersionNumber() local 110 if (!GetValue(kVersionKey, &version)) in GetVersionNumber() 112 return version; in GetVersionNumber() 115 void MetaTable::SetCompatibleVersionNumber(int version) { in SetCompatibleVersionNumber() argument 116 SetValue(kCompatibleVersionKey, version); in SetCompatibleVersionNumber() 120 int version = 0; in GetCompatibleVersionNumber() local [all …]
|
/external/chromium/net/tools/testserver/ |
D | chromiumsync_test.py | 47 proto.version = 0 50 self.assertEqual(1, proto.version) 53 self.assertEqual(2, proto.version) 54 proto.version = 0 56 self.assertEqual(2, self.model._entries[proto.id_string].version) 130 version, changes, remaining = ( 134 self.assertEqual(expected_count, version) 139 self.assertEqual(change.version, change.sync_timestamp) 140 self.assertTrue(change.version <= version) 143 version, changes, remaining = ( [all …]
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | ez_setup.py | 18 DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3] 60 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 83 egg = download_setuptools(version, download_base, to_dir, download_delay) 89 pkg_resources.require("setuptools>="+version) 97 ) % (version, e.args[0]) 101 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 112 egg_name = "setuptools-%s-py%s.egg" % (version,sys.version[:3]) 134 version, download_base, delay, url 147 def main(argv, version=DEFAULT_VERSION): argument 155 egg = download_setuptools(version, delay=0) [all …]
|
/external/llvm/projects/sample/autoconf/ |
D | mkinstalldirs | 38 --version) 77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 86 test -d ./--version && rmdir ./--version 90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 91 test ! -d ./--version; then 96 for d in ./-m ./-p ./--version "./$dirmode";
|
/external/llvm/autoconf/ |
D | mkinstalldirs | 38 --version) 77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 86 test -d ./--version && rmdir ./--version 90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 91 test ! -d ./--version; then 96 for d in ./-m ./-p ./--version "./$dirmode";
|
/external/grub/ |
D | mkinstalldirs | 38 --version) 77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 86 test -d ./--version && rmdir ./--version 90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 91 test ! -d ./--version; then 96 for d in ./-m ./-p ./--version "./$dirmode";
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | Holder.java | 52 private int version = V2_CERTIFICATE_HOLDER; field in Holder 90 version = 0; in Holder() 126 version = 1; in Holder() 140 public Holder(IssuerSerial baseCertificateID, int version) in Holder() argument 143 this.version = version; in Holder() 153 return version; in getVersion() 173 public Holder(GeneralNames entityName, int version) in Holder() argument 176 this.version = version; in Holder() 212 if (version == 1) in toASN1Primitive()
|
/external/bison/build-aux/ |
D | mkinstalldirs | 38 --version) 77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 86 test -d ./--version && rmdir ./--version 90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 91 test ! -d ./--version; then 96 for d in ./-m ./-p ./--version "./$dirmode";
|
/external/libffi/ |
D | mkinstalldirs | 38 --version) 77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 86 test -d ./--version && rmdir ./--version 90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 91 test ! -d ./--version; then 96 for d in ./-m ./-p ./--version "./$dirmode";
|
/external/chromium/sdch/open-vcdiff/ |
D | mkinstalldirs | 41 --version) 80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 89 test -d ./--version && rmdir ./--version 93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 94 test ! -d ./--version; then 99 for d in ./-m ./-p ./--version "./$dirmode";
|
/external/protobuf/python/ |
D | ez_setup.py | 23 DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3] 78 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 94 egg = download_setuptools(version, download_base, to_dir, download_delay) 102 pkg_resources.require("setuptools>="+version); return 110 ) % (version, e.args[0]) 119 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 130 egg_name = "setuptools-%s-py%s.egg" % (version,sys.version[:3]) 152 version, download_base, delay, url 200 def main(argv, version=DEFAULT_VERSION): argument 207 egg = download_setuptools(version, delay=0) [all …]
|
/external/apache-harmony/support/src/test/resources/tests/resources/manifest/ |
D | hyts_MANIFEST.MF | 7 com.ibm.ive.eccomm.service.registry; specification-version=1.0.0, 8 com.ibm.ive.eccomm.service.session; specification-version=1.0.0, 9 com.ibm.ive.eccomm.service.framework; specification-version=1.2.0, 10 org.osgi.framework; specification-version=1.0.0, 11 org.osgi.service.log; specification-version=1.0.0, 12 com.ibm.ive.eccomm.flash; specification-version=1.2.0, 19 Export-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0, 20 com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0, 21 com.ibm.ive.eccomm.common; specification-version=1.0.0, 22 com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0
|