Searched refs:version (Results 176 - 200 of 2312) sorted by relevance

1234567891011>>

/external/llvm/utils/lit/
H A Dsetup.py7 version = lit.__version__, variable
/external/nist-pkits/
H A Dgenerate-tests.sh92 echo Writing pkits.version ...
93 echo "# sha256sum of PKITS" > pkits.version
94 shasum_file "${PDF}" >> pkits.version
95 shasum_file "${ZIP}" >> pkits.version
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSipRequestLine.java27 * Get the SIP version.
52 public abstract void setSipVersion(String version); argument
57 *@return String major version number
62 * Get the minor version number.
64 *@return String minor version number
/external/oprofile/
H A Dautogen.sh24 if $AUTOMAKE --version | grep -q 1.4
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio_mcsn.h8 version 2 of the License, or (at your option) any later version.
34 unsigned short version; /* Version */ member in struct:__anon11342
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxwm.c9 version 2 of the License, or (at your option) any later version.
51 if (info -> version.major <= SDL_MAJOR_VERSION) {
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_tveille.h8 version 2 of the License, or (at your option) any later version.
38 unsigned long version; member in struct:__anon11580
/external/skia/src/sfnt/
H A DSkOTTable_maxp_CFF.h17 SK_OT_Fixed version; member in struct:SkOTTableMaximumProfile_CFF
/external/smack/src/org/jivesoftware/smackx/entitycaps/provider/
H A DCapsExtensionProvider.java36 String version = null;
41 version = parser.getAttributeValue(null, "ver");
54 if (hash != null && version != null && node != null) {
55 return new CapsExtension(node, version, hash);
/external/smack/src/org/jivesoftware/smackx/provider/
H A DCapsExtensionProvider.java36 String version = null;
42 version = parser.getAttributeValue(null, "ver");
59 if (hash != null && version != null && node != null) {
60 return new CapsExtension(node, version, hash);
/external/tcpdump/
H A Dprint-vrrp.c7 * - print version, type string and packet length
90 int version, type, auth_type; local
94 version = (bp[0] & 0xf0) >> 4;
97 printf("VRRPv%u, %s", version, type_s);
100 if (version != 2 || type != VRRP_TYPE_ADVERTISEMENT)
/external/webkit/Source/WebCore/storage/
H A DIDBDatabaseCallbacks.h40 virtual void onVersionChange(const String& version) = 0;
/external/webkit/Source/WebKit2/Shared/
H A DAPIClient.h40 if (client && !client->version)
/external/webrtc/src/modules/audio_processing/ns/interface/
H A Dnoise_suppression.h23 * This function returns the version number of the code.
26 * - version : Pointer to a character array where the version
28 * - length : Length of version.
33 int WebRtcNs_get_version(char* version, short length);
H A Dnoise_suppression_x.h23 * This function returns the version number of the code.
26 * - version : Pointer to a character array where the version
28 * - length : Length of version.
33 int WebRtcNsx_get_version(char* version, short length);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DCertificationRequestInfo.java19 * version INTEGER { v1(0) } (v1,...),
36 ASN1Integer version = new ASN1Integer(0); field in class:CertificationRequestInfo
65 if ((subject == null) || (version == null) || (subjectPKInfo == null))
83 if ((subject == null) || (version == null) || (subjectPKInfo == null))
92 version = (ASN1Integer)seq.getObjectAt(0);
107 if ((subject == null) || (version == null) || (subjectPKInfo == null))
115 return version;
137 v.add(version);
/external/smack/src/org/xbill/DNS/
H A DOPTRecord.java44 * @param version The EDNS version that this DNS implementation supports.
51 OPTRecord(int payloadSize, int xrcode, int version, int flags, List options) { argument
55 checkU8("version", version);
57 ttl = ((long)xrcode << 24) + ((long)version << 16) + flags;
71 * @param version The EDNS version that this DNS implementation supports.
76 OPTRecord(int payloadSize, int xrcode, int version, int flags) { argument
77 this(payloadSize, xrcode, version, flag
85 OPTRecord(int payloadSize, int xrcode, int version) argument
[all...]
/external/bison/
H A DGNUmakefile12 # the Free Software Foundation, either version 3 of the License, or
13 # (at your option) any later version.
47 _have-git-version-gen := \
48 $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
49 ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL))
55 && $(_build-aux)/git-version-gen \
56 .tarball-version \
57 $(git-version-gen-tag-sed-script))
60 $(info WARNING: unable to verify if $(VERSION) is the correct version)
64 # recompilation after 'make all'. But as long as changing the version
[all...]
/external/chromium/third_party/libevent/
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
65 # If it does not exist, or fails to run (possibly an outdated version),
78 -v, --version output version information and exit
97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
108 if test -z "$run" && ($1 --version) > /de
[all...]
/external/elfutils/libdw/
H A Dlibdw_findcu.c8 Free Software Foundation; version 2 of the License.
38 exception to your version of the file, but you are not obligated to do
40 you must delete this exception statement from your version and license
119 /* XXX We need the version number but dwarf_nextcu swallows it. */
122 uint16_t version = read_2ubyte_unaligned (dbg, bytes); local
124 /* We only know how to handle the DWARF version 2 and 3 formats. */
125 if (unlikely (version != 2) && unlikely (version != 3))
136 newp->version = version;
[all...]
/external/elfutils/libelf/
H A Dgelf_fsize.c8 Free Software Foundation; version 2 of the License.
38 exception to your version of the file, but you are not obligated to do
40 you must delete this exception statement from your version and license
101 gelf_fsize (elf, type, count, version)
105 unsigned int version;
112 if (version == EV_NONE || version >= EV_NUM)
125 return count * __libelf_type_sizes[version - 1][elf->class - 1][type];
/external/openssl/apps/
H A Dversion.c1 /* apps/version.c */
53 * The licence and distribution terms for any publically available version or
143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local
151 if (argc == 1) version=1;
155 version=1;
167 date=version=cflags=options=platform=dir=1;
170 BIO_printf(bio_err,"usage:version -[avbofpd]\n");
176 if (version)
/external/srtp/include/
H A Dsrtp_priv.h75 unsigned char version:2; /* protocol version */ member in struct:__anon13582
86 unsigned char version:2; /* protocol version */ member in struct:__anon13583
117 unsigned char version:2; /* protocol version */ member in struct:__anon13585
134 unsigned char version:2; /* protocol version */ member in struct:__anon13587
143 unsigned int version:2; /* protocol version */ member in struct:__anon13588
[all...]
/external/webkit/Source/WebCore/html/
H A DCollectionCache.cpp7 * version 2 of the License, or (at your option) any later version.
27 : version(0)
41 : version(other.version)
55 std::swap(version, other.version);
/external/webkit/Source/WebCore/inspector/front-end/
H A DDatabase.js29 WebInspector.Database = function(id, domain, name, version)
34 this._version = version;
53 get version()
58 set version(x)
119 payload.version);

Completed in 4994 milliseconds

1234567891011>>