Searched refs:version (Results 151 - 175 of 2312) sorted by relevance

1234567891011>>

/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLDocument27.js89 var version = "2.0";
96 state = doc.isSupported("cOrE",version);
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLBodyElement07.js90 var version = null;
100 state = body.isSupported("hTmL",version);
H A DHTMLBodyElement08.js90 var version = "2.0";
99 state = body.isSupported("hTmL",version);
H A DHTMLBodyElement11.js90 var version = null;
100 state = body.isSupported("cOrE",version);
H A DHTMLBodyElement12.js90 var version = "2.0";
99 state = body.isSupported("cOrE",version);
H A DHTMLDocument22.js89 var version = null;
97 state = doc.isSupported("hTmL",version);
H A DHTMLDocument23.js89 var version = "2.0";
96 state = doc.isSupported("hTmL",version);
H A DHTMLDocument26.js89 var version = null;
97 state = doc.isSupported("cOrE",version);
H A DHTMLDocument27.js89 var version = "2.0";
96 state = doc.isSupported("cOrE",version);
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
H A DOs.java36 System.getProperty("os.version").toLowerCase(Locale.ENGLISH);
49 * version of OS
51 private String version; field in class:Os
167 * Sets the desired OS version
169 * @param version The OS version
171 public void setVersion(String version) { argument
172 this.version = version.toLowerCase(Locale.ENGLISH);
184 return isOs(family, name, arch, version);
230 isVersion(String version) argument
245 isOs(String family, String name, String arch, String version) argument
[all...]
/external/apache-http/src/org/apache/http/cookie/
H A DSetCookie.java105 * Sets the version of the cookie specification to which this
108 * @param version the version of the cookie.
112 void setVersion(int version); argument
/external/bison/build-aux/
H A Ddo-release-commit-and-tag2 # In a git/autoconf/automake-enabled project with a NEWS file and a version-
3 # controlled .prev-version file, automate the procedure by which we record
4 # the date, release-type and version string in the NEWS file. That commit
14 # the Free Software Foundation, either version 3 of the License, or
15 # (at your option) any later version.
37 update in which the date, release-type and version string are
43 - you use git for version-control
44 - a version-controlled .prev-version file
52 --version prin
64 version() function
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Dextension_util.cc12 #include "base/version.h"
55 ss << "version: " << specifics.version() << ", ";
70 scoped_ptr<Version> version(
71 Version::GetVersionFromString(specifics.version()));
72 if (!version.get()) {
93 // TODO(akalin): Figure out if we have to worry about version/URL
96 (a.version() == b.version()) &&
169 scoped_ptr<Version> version(
[all...]
/external/chromium/webkit/glue/
H A Dglue_serialize.h26 const WebKit::WebHistoryItem& item, int version,
/external/clang/docs/analyzer/
H A Dconf.py23 # If your documentation needs a minimal Sphinx version, state it here.
46 # The version info for the project you're documenting, acts as replacement for
47 # |version| and |release|, also used in various other places throughout the
50 # The short X.Y version.
51 version = '3.3' variable
52 # The full version, including alpha/beta/rc tags.
/external/clang/docs/
H A Dconf.py23 # If your documentation needs a minimal Sphinx version, state it here.
46 # The version info for the project you're documenting, acts as replacement for
47 # |version| and |release|, also used in various other places throughout the
50 # The short X.Y version.
51 version = '3.3' variable
52 # The full version, including alpha/beta/rc tags.
/external/clang/test/CodeGen/
H A D2007-09-12-PragmaPack.c21 VERSION version; member in struct:__anon4303
/external/clang/test/Modules/Inputs/Module.framework/Headers/
H A DModule.h16 +(const char *)version; // retrieve module version
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
H A DfeedPublish.sh29 version="2.2.1";
37 cmd=$cmd" -Dbranch=$branch -Dversion=$version -DbuildID=$buildID -DbuildAlias=$buildAlias -DbuildType="${buildID:0:1};
/external/icu4c/layout/
H A DGlyphLookupTables.h22 fixed32 version; member in struct:GlyphLookupTableHeader
/external/iptables/extensions/
H A Dlibxt_TRACE.c13 .version = XTABLES_VERSION,
H A Dlibxt_standard.c15 .version = XTABLES_VERSION,
/external/libvorbis/
H A Dautogen.sh3 # (based on the version in enlightenment's cvs)
17 (autoconf --version) < /dev/null > /dev/null 2>&1 || {
40 if ($AUTOMAKE --version < /dev/null > /dev/null 2>&1); then
52 ($am --version < /dev/null > /dev/null 2>&1) || continue
53 ver=`$am --version < /dev/null | head -n 1 | $VERSIONGREP`
66 ($ac --version < /dev/null > /dev/null 2>&1) || continue
67 ver=`$ac --version < /dev/null | head -n 1 | $VERSIONGREP`
89 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 && break
97 ($LIBTOOLIZE --version) < /dev/null > /dev/null 2>&1 || {
/external/linux-tools-perf/util/
H A Dsetup.py18 version='0.1', variable
/external/llvm/autoconf/
H A DAutoRegen.sh33 autoconf --version | grep $want_autoconf_version > /dev/null
35 aclocal --version | grep '^aclocal.*'$want_aclocal_version > /dev/null
37 autoheader --version | grep '^autoheader.*'$want_autoheader_version > /dev/null
39 libtool --version | grep $want_libtool_version > /dev/null

Completed in 5870 milliseconds

1234567891011>>