Searched defs:version (Results 126 - 150 of 837) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/http/message/
H A DBasicLineFormatter.java61 * @version $Revision: 574185 $
99 * Formats a protocol version.
101 * @param version the protocol version to format
106 * @return the formatted protocol version
109 String formatProtocolVersion(final ProtocolVersion version, argument
113 return formatter.appendProtocolVersion(null, version).toString();
119 final ProtocolVersion version) {
120 if (version == null) {
122 ("Protocol version ma
118 appendProtocolVersion(final CharArrayBuffer buffer, final ProtocolVersion version) argument
153 estimateProtocolVersionLen(final ProtocolVersion 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/blktrace/btreplay/
H A Dbtrecord.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
66 * @version: Version information
72 __u64 version; member in struct:io_file_hdr
83 static inline void get_btversion(__u64 version, int *mjr, int *mnr, int *sub) argument
85 *mjr = (int)((version >> 16) & 0xff);
86 *mnr = (int)((version >> 8) & 0xff);
87 *sub = (int)((version >> 0) & 0xff);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DSignedData.java24 private ASN1Integer version; field in class:SignedData
55 this.version = calculateVersion(contentInfo.getContentType(), certificates, crls, signerInfos);
71 // THEN version MUST be 5
74 // (any version 2 attribute certificates are present)
75 // THEN version MUST be 4
78 // (any version 1 attribute certificates are present)) OR
79 // (any SignerInfo structures are version 3) OR
81 // THEN version MUST be 3
82 // ELSE version MUST be 1
185 version
[all...]
H A DSignerInfo.java21 private ASN1Integer version; field in class:SignerInfo
55 this.version = new ASN1Integer(3);
59 this.version = new ASN1Integer(1);
75 version = (ASN1Integer)e.nextElement();
107 return version;
144 * version Version,
164 v.add(version);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DSignedData.java22 private ASN1Integer version; field in class:SignedData
52 version = _version;
65 version = (ASN1Integer)e.nextElement();
102 return version;
134 * version Version,
149 v.add(version);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DAttributeCertificateInfo.java16 private ASN1Integer version; field in class:AttributeCertificateInfo
56 this.version = ASN1Integer.getInstance(seq.getObjectAt(0));
81 return version;
128 * version AttCertVersion -- version is v2,
146 v.add(version);
H A DV1TBSCertificateGenerator.java14 * version [ 0 ] Version DEFAULT v1(0),
27 DERTaggedObject version = new DERTaggedObject(true, 0, new ASN1Integer(0)); field in class:V1TBSCertificateGenerator
123 // seq.add(version); - not required as default value.
/external/chromium/app/sql/
H A Dmeta_table.cc14 // Key used in our meta table for version numbers.
15 static const char kVersionKey[] = "version";
30 bool MetaTable::Init(Connection* db, int version, int compatible_version) { argument
42 SetVersionNumber(version);
104 void MetaTable::SetVersionNumber(int version) { argument
105 SetValue(kVersionKey, version);
109 int version = 0; local
110 if (!GetValue(kVersionKey, &version))
112 return version;
115 void MetaTable::SetCompatibleVersionNumber(int version) { argument
120 int version = 0; local
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dversion_loader.cc21 // File to look for version number in.
24 // TODO(rkc): Remove once we change over the Chrome OS version format.
34 // Beginning of line we look for that gives full version number.
40 // Same but for short version (x.x.xx.x).
44 // Beginning of line we look for that gives the firmware version.
45 const char VersionLoader::kFirmwarePrefix[] = "version";
94 // Split the lines and look for the one that starts with prefix. The version
100 std::string version = lines[i].substr(std::string(prefix).size()); local
101 if (version.size() > 1 && version[
[all...]
/external/chromium/chrome/browser/importer/
H A Dnss_decryptor.cc54 * of those above. If you wish to allow use of your version of this file only
56 * use your version of this file under the terms of the MPL, indicate your
59 * the provisions above, a recipient may use your version of this file under
121 // The first line is the file version. We skip the unknown versions.
124 int version; local
126 version = 1;
128 version = 2;
130 version = 3;
219 if (version >= 2) {
225 if (version
[all...]
/external/chromium/chrome/browser/policy/
H A Dcloud_policy_cache_base.h65 // Get the version of the encryption key currently used for decoding policy.
66 // Returns true if the version is available, in which case |version| is filled
68 bool GetPublicKeyVersion(int* version);
71 // Wraps public key version and validity.
73 int version; member in struct:policy::CloudPolicyCacheBase::PublicKeyVersion
143 // Currently used public key version, if available.
/external/chromium/chrome/browser/sync/engine/
H A Dbuild_commit_command.cc144 // it should not be necessary to provide the old_parent_id: the version
152 int64 version = meta_entry.Get(syncable::BASE_VERSION); local
153 if (syncable::CHANGES_VERSION == version || 0 == version) {
/external/clang/test/SemaCXX/
H A Dconstructor.cpp25 int version; member in struct:__anon4875
/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/libdw/
H A Ddwarf_getaranges.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
121 2. A 2-byte version identifier containing the value 2 for
143 unsigned int version = read_2ubyte_unaligned_inc (dbg, readp); local
144 if (version != 2)
/external/elfutils/libelf/
H A Dcommon.h8 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
76 int version = (int) ((unsigned char *) buf)[EI_VERSION]; local
80 && version > EV_NONE && version < EV_NUM)
/external/elfutils/src/
H A Dldscript.y9 Free Software Foundation; version 2 of the License.
62 static struct version *new_version (struct id_list *local,
64 static struct version *merge_versions (struct version *one,
65 struct version *two);
66 static void add_versions (struct version *versions);
82 struct version *version;
132 %type <version> versionlist
133 %type <version> versio
403 version: '{' version_stmt_list '}' ';' label
[all...]
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java105 version ();
144 void version () throws IOException method in class:ClassDefParser.classParser
/external/freetype/src/sfnt/
H A Dttbdf.c85 FT_UInt version = FT_NEXT_USHORT( p ); local
92 if ( version != 0x0001 ||
/external/harfbuzz_ng/src/
H A Dhb-ot-head-table.hh56 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
60 FixedVersion version; /* Version of the head table--currently member in struct:OT::head
61 * 0x00010000 for version 1.0. */
H A Dhb-ot-hhea-table.hh49 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
53 FixedVersion version; /* 0x00010000 for version 1.0. */ member in struct:OT::hhea
/external/iproute2/include/
H A Dip6tables.h21 const char *version; member in struct:ip6tables_match
71 const char *version; member in struct:ip6tables_target
/external/iptables/extensions/
H A Dlibxt_set.h16 get_version(unsigned *version) argument
32 *version = req_version.version;
44 sockfd = get_version(&req.version);
73 sockfd = get_version(&req.version);
/external/javassist/sample/evolve/
H A DEvolution.java63 // classname is <updatableClassName>$$<version>.
73 int version;
75 version = Integer.parseInt(classname.substring(i + 2));
82 makeConcreteClass(clazz, updatableClass, version);
170 int version) throws CannotCompileException, NotFoundException {
169 makeConcreteClass(CtClass clazz, CtClass abstractClass, int version) argument

Completed in 772 milliseconds

1234567891011>>