Searched refs:version (Results 26 - 50 of 2312) sorted by relevance

1234567891011>>

/external/kernel-headers/original/linux/
H A Dutsname.h10 char version[9]; member in struct:oldold_utsname
20 char version[65]; member in struct:old_utsname
28 char version[65]; member in struct:new_utsname
/external/openssh/regress/
H A Dproto-version.sh1 # $OpenBSD: proto-version.sh,v 1.3 2002/03/15 13:08:56 markus Exp $
4 tid="sshd version with different protocol combinations"
9 version=$1
11 banner=`echon | ${SSHD} -o "Protocol=${version}" -i -f ${OBJ}/sshd_proxy`
27 fail "wrong protocol version ${banner} for ${version}"
/external/webkit/LayoutTests/storage/
H A Dchange-version-handle-reuse.js12 db = openDatabaseWithSuffix("ChangeVersion", "", "Test that changing a database version doesn't kill our handle to it", 1);
13 var version = db.version;
14 var newVersion = version ? (parseInt(version) + 1).toString() : "1";
15 db.changeVersion(version, newVersion, function(tx) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DAbstractFullBox.java30 private int version; field in class:AbstractFullBox
42 return version;
45 public void setVersion(int version) { argument
46 this.version = version;
59 * Parses the version/flags header and returns the remaining box size.
65 version = IsoTypeReader.readUInt8(content);
71 IsoTypeWriter.writeUInt8(bb, version);
H A DVersion.java9 * The classic version object.
16 LineNumberReader lnr = new LineNumberReader(new InputStreamReader(Version.class.getResourceAsStream("/version.txt")));
17 String version;
19 version = lnr.readLine();
22 version = "unknown";
24 VERSION = version;
/external/smack/src/org/jivesoftware/smackx/packet/
H A DVersion.java26 * A Version IQ packet, which is used by XMPP clients to discover version information
29 * An example to discover the version of the server:
31 * // Request the version from the server.
54 private String version; field in class:Version
78 * Returns the specific version of the software. This property will always be
81 * @return the specific version of the software.
84 return version;
88 * Sets the specific version of the software. This message should only be
91 * @param version the specific version o
93 setVersion(String version) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_syswm.h8 version 2.1 of the License, or (at your option) any later version.
73 SDL_version version; member in struct:SDL_SysWMmsg
85 SDL_version version; member in struct:SDL_SysWMinfo
121 SDL_version version; member in struct:SDL_SysWMmsg
127 SDL_version version ; member in struct:SDL_SysWMinfo
137 SDL_version version; member in struct:SDL_SysWMmsg
146 SDL_version version; member in struct:SDL_SysWMinfo
155 SDL_version version; member in struct:SDL_SysWMmsg
162 SDL_version version; member in struct:SDL_SysWMinfo
174 SDL_version version; member in struct:SDL_SysWMmsg
180 SDL_version version; member in struct:SDL_SysWMinfo
187 SDL_version version; member in struct:SDL_SysWMmsg
192 SDL_version version; member in struct:SDL_SysWMinfo
200 SDL_version version; member in struct:SDL_SysWMmsg
206 SDL_version version; member in struct:SDL_SysWMinfo
[all...]
/external/smali/
H A Dbuild.gradle34 version = file('version').readLines().get(0)
36 def jarVersion = version
54 def baseVersion = version
55 version = baseVersion + '-' + versionSuffix
66 version = parent.version
69 version = jarVersion
/external/apache-xml/src/main/java/org/apache/xalan/
H A DVersion.src24 * Administrative class to keep track of the version number of
28 * to get version information. This class will replace the older
31 * information about the version of the XSLT spec we support.</P>
38 * Get the basic version string for the current Xalan release.
42 * Futurework: have this read version info from jar manifest.
44 * @return String denoting our current version
55 * Print the processor version to the command line.
82 * Major version number.
86 * version.
94 return @version
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLProcessorVersion.src24 * Administrative class to keep track of the version number of
34 * Print the processor version to the command line.
54 * Major version number.
58 * version.
64 public static final int VERSION = @version.VERSION@;
74 public static final int RELEASE = @version.RELEASE@;
85 public static final int MAINTENANCE = @version.MINOR@;
109 * <P>Semantics of the version string are identical to the Xerces project.</P>
/external/webkit/Source/WebCore/storage/
H A DIDBVersionChangeEvent.h42 static PassRefPtr<IDBVersionChangeEvent> create(const String& version, const AtomicString& eventType);
48 virtual String version();
51 IDBVersionChangeEvent(const String& version, const AtomicString& eventType);
H A DIDBVersionChangeRequest.cpp36 PassRefPtr<IDBVersionChangeRequest> IDBVersionChangeRequest::create(ScriptExecutionContext* context, PassRefPtr<IDBAny> source, const String& version) argument
38 return adoptRef(new IDBVersionChangeRequest(context, source, version));
41 IDBVersionChangeRequest::IDBVersionChangeRequest(ScriptExecutionContext* context, PassRefPtr<IDBAny> source, const String& version) argument
43 , m_version(version)
/external/chromium/sdch/open-vcdiff/
H A Dmkinstalldirs21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
41 --version)
76 # from a parallel make. We use --version in the probe to restrict
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 "
[all...]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dsetup.py35 version='2.0', variable
/external/e2fsprogs/contrib/python-uuid/
H A Dsetup.py9 version = '1.0', variable
/external/e2fsprogs/lib/blkid/
H A Dversion.c2 * version.c --- Return the version of the blkid library
20 #include "../../version.h"
28 int version = 0; local
35 version = (version * 10) + (*cp - '0');
37 return version;
/external/grub/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
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 "
[all...]
/external/libffi/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
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 "
[all...]
/external/libpng/contrib/pngminim/encoder/
H A Ddummy_inflate.c16 int ZEXPORT inflateInit_(strm, version, stream_size)
18 const char *version;
22 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
25 const char *version;
/external/libpng/
H A Dmkinstalldirs21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
41 --version)
76 # from a parallel make. We use --version in the probe to restrict
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 "
[all...]
/external/llvm/autoconf/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
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 "
[all...]
/external/llvm/projects/sample/autoconf/
H A Dmkinstalldirs18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
38 --version)
73 # from a parallel make. We use --version in the probe to restrict
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 "
[all...]
/external/open-vcdiff/
H A Dmkinstalldirs21 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
41 --version)
76 # from a parallel make. We use --version in the probe to restrict
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 "
[all...]
/external/webkit/Source/WebCore/platform/win/
H A DSystemInfo.cpp37 static WindowsVersion version; local
55 version = static_cast<WindowsVersion>(WindowsCE1 + (majorVersion - 1));
57 version = (majorVersion < 1) ? WindowsCE1 : WindowsCE7;
60 version = Windows3_1;
63 version = Windows95;
65 version = (minorVersion == 10) ? Windows98 : WindowsME;
69 version = Windows2000;
71 version = (minorVersion == 1) ? WindowsXP : WindowsServer2003;
74 version = (majorVersion == 6 && !minorVersion) ? WindowsVista : Windows7;
76 version
93 WindowsVersion version = windowsVersion(&major, &minor); local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/
H A Drakefile8 self.version = ANTLR3::VERSION_STRING

Completed in 4486 milliseconds

1234567891011>>