Searched defs:version (Results 76 - 100 of 837) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapeContainerCheckPrivate.h53 uint16_t version; member in struct:_WKNBrowserContainerCheckFuncs
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKCookieManager.h46 int version; member in struct:WKCookieManagerClient
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKView.h50 int version; member in struct:WKViewUndoClient
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundle.h43 int version; member in struct:WKBundleClient
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_methods.c61 * @version: Version of the EAP server method interface (set to
71 struct eap_method * eap_server_method_alloc(int version, int vendor, argument
78 eap->version = version;
110 method->version != EAP_SERVER_METHOD_INTERFACE_VERSION)
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_methods.c61 * @version: Version of the EAP server method interface (set to
71 struct eap_method * eap_server_method_alloc(int version, int vendor, argument
78 eap->version = version;
110 method->version != EAP_SERVER_METHOD_INTERFACE_VERSION)
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_methods.c61 * @version: Version of the EAP server method interface (set to
71 struct eap_method * eap_server_method_alloc(int version, int vendor, argument
78 eap->version = version;
110 method->version != EAP_SERVER_METHOD_INTERFACE_VERSION)
/external/apache-http/src/org/apache/http/cookie/
H A DSetCookie.java105 * Sets the version of the cookie specification to which this
108 * @param version the version of the cookie.
112 void setVersion(int version); argument
/external/apache-http/src/org/apache/http/params/
H A DHttpProtocolParams.java48 * @version $Revision: 576089 $
119 * Returns {@link ProtocolVersion protocol version} to be used per default.
121 * @return {@link ProtocolVersion protocol version}
136 * Assigns the {@link ProtocolVersion protocol version} to be used by the
139 * @param version the {@link ProtocolVersion protocol version}
141 public static void setVersion(final HttpParams params, final ProtocolVersion version) { argument
145 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, version);
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DHolder.java52 private int version = V2_CERTIFICATE_HOLDER; field in class:Holder
90 version = 0;
126 version = 1;
138 * @param version The version of the attribute certificate.
140 public Holder(IssuerSerial baseCertificateID, int version) argument
143 this.version = version;
149 * @return The version of the attribute certificate.
153 return version;
173 Holder(GeneralNames entityName, int version) argument
[all...]
/external/chromium/base/
H A Dsys_info_chromeos.cc95 std::string version = lsb_release.substr(start_index, length); local
96 StringTokenizer tokenizer(version, ".");
97 // TODO(rkc): Ignore the 0. here; fix this once we move Chrome OS version
/external/chromium/chrome/browser/importer/
H A Dimporter_list.cc59 // Detects which version of Firefox is installed.
62 int version = 0; local
64 version = GetCurrentFirefoxMajorVersionFromRegistry();
66 if (version < 2)
67 GetFirefoxVersionAndPathFromProfile(profile_path, &version, &app_path);
69 if (version == 2) {
71 } else if (version >= 3) {
/external/chromium/chrome/browser/
H A Dmemory_details.h29 // The process version
30 string16 version; member in struct:ProcessMemoryInformation
/external/chromium/net/spdy/
H A Dspdy_http_utils.cc24 std::string version; local
27 // The "status" and "version" headers are required.
34 // Grab the version. If not provided by the server,
35 it = headers.find("version");
38 version = it->second;
42 std::string raw_headers(version);
101 (*headers)["version"] = kHttpProtocolVersion;
H A Dspdy_protocol_test.cc96 EXPECT_EQ(kSpdyProtocolVersion, syn_frame->version());
110 EXPECT_EQ(kSpdyProtocolVersion, syn_reply->version());
119 EXPECT_EQ(kSpdyProtocolVersion, rst_frame->version());
130 EXPECT_EQ(kSpdyProtocolVersion, goaway_frame->version());
137 EXPECT_EQ(kSpdyProtocolVersion, window_update_frame->version());
194 EXPECT_EQ(kSpdyProtocolVersion, settings_frame->version());
211 EXPECT_EQ(kSpdyProtocolVersion, settings_frame->version());
273 // Set the version to various values, and make sure it does not affect the
277 EXPECT_EQ(0, frame.version());
296 uint16 version local
[all...]
/external/clang/docs/analyzer/
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 = '3.3' variable
52 # The full version, including alpha/beta/rc tags.
/external/clang/docs/
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 = '3.3' variable
52 # The full version, including alpha/beta/rc tags.
/external/e2fsprogs/lib/ss/
H A Dtest_ss.c32 static char version[] = "1.0"; variable
106 sci_idx = ss_create_invocation(subsystem_name, version,
120 version);
/external/harfbuzz_ng/contrib/python/
H A Dsetup.py22 version='0.0.1', variable
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DNetwork.java49 * @version $Revision: 8979 $
84 * @param version This is a game-specific verison that helps detect when out-of-date
91 public static Server createServer( String gameName, int version, int tcpPort, int udpPort ) throws IOException argument
96 return new DefaultServer( gameName, version, reliable, fast );
109 * game name and version must match the server or the client will be turned
112 public static NetworkClient createClient( String gameName, int version )
114 return new NetworkClientImpl(gameName, version);
139 public static Client connectToServer( String gameName, int version, argument
142 return connectToServer( gameName, version, host, hostPort, hostPort );
151 * @param version Thi
161 connectToServer( String gameName, int version, String host, int hostPort, int remoteUdpPort ) argument
174 NetworkClientImpl(String gameName, int version) argument
[all...]
/external/jpeg/
H A Djdapimin.c30 jpeg_CreateDecompress (j_decompress_ptr cinfo, int version, size_t structsize) argument
34 /* Guard against version mismatches between library and caller. */
36 if (version != JPEG_LIB_VERSION)
37 ERREXIT2(cinfo, JERR_BAD_LIB_VERSION, JPEG_LIB_VERSION, 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/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DMetaBox.java32 private int version = 0; field in class:MetaBox
71 version = -1;
75 version = IsoTypeReader.readUInt8(content);
93 IsoTypeWriter.writeUInt8(byteBuffer, version);
101 return version != -1 && flags != -1;
106 version = 0;
109 version = -1;
/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

Completed in 558 milliseconds

1234567891011>>