Searched defs:version (Results 226 - 250 of 1371) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/src/eap_common/
H A Deap_peap_common.c15 int peap_prfplus(int version, const u8 *key, size_t key_len, argument
34 if (version == 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_peap_common.c15 int peap_prfplus(int version, const u8 *key, size_t key_len, argument
34 if (version == 0) {
/external/android-mock/src/com/google/android/testing/mocking/
H A DAndroidFrameworkMockGenerator.java38 * needed because a project might build against version X and then run against
39 * version Y, where the specification of the class being mocked will have
88 * class for a single version of the Android SDK.
90 public List<GeneratedClassFile> createMocksForClass(Class<?> clazz, SdkVersion version) argument
94 mocks.addAll(mockGenerator.createMocksForClass(clazz, version));
125 static String getJarFileNameForVersion(SdkVersion version) { argument
132 .append(version.getVersionName())
137 SdkVersion version, JarFile jar)
143 classes.addAll(mockGenerator.createMocksForClass(clazz, version));
148 private static JarFile getJarFile(SdkVersion version) throw argument
136 generateMocks( SdkVersion version, JarFile jar) argument
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DProviderTest.java57 assertEquals("Provider.id version", p
58 .getProperty("Provider.id version"), String.valueOf(p
149 if (key.equals("Provider.id version") && val.equals("1.0")) {
182 assertTrue(s1.contains("Provider.id version"));
304 MyProvider(String name, double version, String info) { argument
305 super(name, version, info);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DMessageDigest_Impl2Test.java177 MyProvider(String name, double version, String info) { argument
178 super(name, version, info);
/external/apache-http/src/org/apache/http/
H A DProtocolVersion.java39 * Represents a protocol version, as specified in RFC 2616.
42 * for the protocol name. It defines a protocol version "SIP/2.0".
46 * This class defines a protocol version as a combination of
47 * protocol name, major version number, and minor version number.
54 * @version $Revision: 609106 $
64 /** Major version number of the protocol */
67 /** Minor version number of the protocol */
72 * Create a protocol version designator.
75 * @param major the major version numbe
248 greaterEquals(ProtocolVersion version) argument
263 lessEquals(ProtocolVersion version) argument
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DRequestWrapper.java56 * @version $Revision: 674186 $
66 private ProtocolVersion version; field in class:RequestWrapper
80 this.version = null;
90 this.version = request.getProtocolVersion();
113 if (this.version != null) {
114 return this.version;
120 public void setProtocolVersion(final ProtocolVersion version) { argument
121 this.version = version;
/external/apache-http/src/org/apache/http/impl/cookie/
H A DRFC2109Spec.java151 int version = Integer.MAX_VALUE;
154 if (cookie.getVersion() < version) {
155 version = cookie.getVersion();
162 buffer.append(Integer.toString(version));
166 formatCookieAsVer(buffer, cookie, version);
176 int version = cookie.getVersion();
180 buffer.append(Integer.toString(version));
182 formatCookieAsVer(buffer, cookie, version);
191 * version 0
195 * @param version Th
197 formatParamAsVer(final CharArrayBuffer buffer, final String name, final String value, int version) argument
219 formatCookieAsVer(final CharArrayBuffer buffer, final Cookie cookie, int version) argument
[all...]
H A DRFC2965Spec.java182 final Cookie cookie, int version) {
183 super.formatCookieAsVer(buffer, cookie, version);
181 formatCookieAsVer(final CharArrayBuffer buffer, final Cookie cookie, int version) argument
/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 DSignerInfo.java21 private ASN1Integer version; field in class:SignerInfo
55 this.version = new ASN1Integer(3);
59 this.version = new ASN1Integer(1);
80 this.version = new ASN1Integer(3);
84 this.version = new ASN1Integer(1);
103 version = (ASN1Integer)e.nextElement();
135 return version;
172 * version Version,
192 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/ceres-solver/docs/source/
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 = '1.7' variable
52 # The full version, including alpha/beta/rc tags.
/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/chromium_org/base/test/expectations/
H A Dexpectation.cc92 base::win::Version version = base::win::GetVersion(); local
93 if (version == base::win::VERSION_XP)
95 else if (version == base::win::VERSION_VISTA)
97 else if (version == base::win::VERSION_WIN7)
99 else if (version == base::win::VERSION_WIN8)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeWebContentsDelegateAndroid.java15 * This file is the Java version of the native class of the same name.
50 int version, int numRects, RectF activeRect) {
51 return new FindMatchRectsDetails(version, new RectF[numRects], activeRect);
49 createFindMatchRectsDetails( int version, int numRects, RectF activeRect) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dversion_info_updater.cc124 void VersionInfoUpdater::OnVersion(const std::string& version) { argument
125 version_text_ = version;

Completed in 447 milliseconds

1234567891011>>