Searched refs:version (Results 326 - 350 of 2312) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/resources/
H A Dcrashes.js18 * @param {string} version The browser version.
20 function updateCrashList(enabled, crashes, version) {
51 'Chrome%20Version:%20' + version + '%0A' +
/external/e2fsprogs/lib/ss/
H A Dss.h46 int version; member in struct:_ss_request_table
53 int version; /* SS_RP_V1 */ member in struct:_ss_rp_options
/external/elfutils/
H A DMakefile.am9 ## Free Software Foundation; version 2 of the License.
30 pkginclude_HEADERS = version.h
51 # Tell version 3.79 and up of GNU make to not build goals in this
/external/elfutils/src/
H A Dldscript.h10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
26 parser generator using the skeleton or a modified version thereof
34 version 2.2 of Bison. */
117 struct version *version; member in union:YYSTYPE
/external/grub/docs/
H A Dhelp2man3 # Generate a short man page from --help and --version output.
8 # the Free Software Foundation; either version 2, or (at your option)
9 # any later version.
42 `$this_program' generates a man page out of `--help' and `--version' output.
53 --version print version number, then exit
55 EXECUTABLE should accept `--help' and `--version' options.
73 version => sub { print $version_info; exit },
163 # Grab help and version info from executable.
167 } qw(help version);
[all...]
/external/grub/
H A Dmissing12 # the Free Software Foundation; either version 2, or (at your option)
13 # any later version.
53 # Exit code 63 means version mismatch. This often happens
54 # when the user try to use an ancient version of a tool on
55 # a file that requires a minimum version. In this case we
73 -v, --version output version information and exit
93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
107 # don't have it and --version was passed (most likely to detect
111 # Not GNU programs, they don't have --version
[all...]
/external/ipsec-tools/src/racoon/
H A Dnattraversal.h59 int version; member in struct:ph1natt_options
81 int natt_fill_options (struct ph1natt_options *opts, int version);
/external/iptables/extensions/
H A Dlibxt_socket.c60 .version = XTABLES_VERSION,
68 .version = XTABLES_VERSION,
/external/iptables/include/linux/netfilter/
H A Dxt_set.h4 /* The protocol version */
48 unsigned version; member in struct:ip_set_req_get_set
55 #define IP_SET_OP_VERSION 0x00000100 /* Ask kernel version */
58 unsigned version; member in struct:ip_set_req_version
/external/kernel-headers/original/linux/
H A Dncp_mount.h27 int version; member in struct:ncp_mount_data
47 int version; member in struct:ncp_mount_data_v4
/external/libffi/
H A Dmissing12 # the Free Software Foundation; either version 2, or (at your option)
13 # any later version.
53 # Exit code 63 means version mismatch. This often happens
54 # when the user try to use an ancient version of a tool on
55 # a file that requires a minimum version. In this case we
73 -v, --version output version information and exit
93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
107 # don't have it and --version was passed (most likely to detect
111 # Not GNU programs, they don't have --version
[all...]
/external/libogg/src/
H A DMakefile.am8 libogg_la_LDFLAGS = -no-undefined -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt37 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
39 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
41 * Win32_LIB_Debug\zlibd.lib static build (debug version)
43 * Win32_LIB_ASM_Debug\zlibd.lib static build using ASM code (debug version)
/external/libsepol/src/
H A Dprivate.h51 unsigned int version; member in struct:policydb_compat_info
57 extern struct policydb_compat_info *policydb_lookup_compat(unsigned int version,
/external/linux-tools-perf/config/
H A Dfeature-tests.mak13 #include <elfutils/version.h>
37 #include <gnu/libc-version.h>
41 const char *version = gnu_get_libc_version();
42 return (long)version;
/external/linux-tools-perf/util/
H A Dprobe-finder.h41 #include <elfutils/version.h>
47 #include <version.h>
/external/llvm/autoconf/m4/
H A Dcheck_gnu_make.m411 if ( sh -c "$a --version" 2> /dev/null | grep GNU 2>&1 > /dev/null )
17 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,
/external/llvm/autoconf/
H A Dmissing12 # the Free Software Foundation; either version 2, or (at your option)
13 # any later version.
53 # Exit code 63 means version mismatch. This often happens
54 # when the user try to use an ancient version of a tool on
55 # a file that requires a minimum version. In this case we
73 -v, --version output version information and exit
93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
107 # don't have it and --version was passed (most likely to detect
111 # Not GNU programs, they don't have --version
[all...]
/external/llvm/lib/Support/Windows/
H A DTimeValue.inc36 // (i) a future MinGW version other than 1.0 inherents the __time64_t type, or
/external/llvm/projects/sample/autoconf/m4/
H A Dcheck_gnu_make.m411 if ( sh -c "$a --version" 2> /dev/null | grep GNU 2>&1 > /dev/null )
17 dnl If there was a GNU version, then set @ifGNUmake@ to the empty string,
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DStatusLineParser.java33 * @version 1.2 $Revision: 1.7 $ $Date: 2009/07/17 18:58:05 $
77 String version = this.sipVersion();
78 retval.setSipVersion(version);
/external/openssl/crypto/x509/
H A Dx509_r2x.c53 * The licence and distribution terms for any publically available version or
85 if ((xi->version=M_ASN1_INTEGER_new()) == NULL) goto err;
86 if (!ASN1_INTEGER_set(xi->version,2)) goto err;
/external/oprofile/gui/
H A Doprof_start_config.cpp56 string const version(info.release);
57 string const vmlinux_path("/lib/modules/" + version
/external/qemu/android/
H A Dopengles.c4 ** License version 2, as published by the Free Software Foundation, and
116 derror("OpenGLES emulation library mismatch. Be sure to use the correct version!");
205 char* version, size_t versionBufSize)
210 assert(vendor != NULL && renderer != NULL && version != NULL);
214 vendor[0] = renderer[0] = version[0] = '\0';
229 extractBaseString(version, versionSrc, versionBufSize);
233 strncpy_safe(version, versionSrc, versionBufSize);
301 char* version, size_t versionBufSize)
304 assert(vendor != NULL && renderer != NULL && version != NULL);
305 vendor[0] = renderer[0] = version[
203 android_getOpenglesHardwareStrings(char* vendor, size_t vendorBufSize, char* renderer, size_t rendererBufSize, char* version, size_t versionBufSize) argument
299 android_getOpenglesHardwareStrings(char* vendor, size_t vendorBufSize, char* renderer, size_t rendererBufSize, char* version, size_t versionBufSize) argument
[all...]
/external/qemu/distrib/
H A Dupdate-audio.sh54 version=$($1 -v | grep GNU)
55 if test -n "$version"; then

Completed in 1039 milliseconds

<<11121314151617181920>>