Searched refs:version (Results 251 - 275 of 2312) sorted by relevance

<<11121314151617181920>>

/external/openssl/crypto/x509/
H A Dx509_set.c53 * The licence and distribution terms for any publically available version or
66 int X509_set_version(X509 *x, long version) argument
69 if (x->cert_info->version == NULL)
71 if ((x->cert_info->version=M_ASN1_INTEGER_new()) == NULL)
74 return(ASN1_INTEGER_set(x->cert_info->version,version));
H A Dx509cset.c66 int X509_CRL_set_version(X509_CRL *x, long version) argument
69 if (x->crl->version == NULL)
71 if ((x->crl->version=M_ASN1_INTEGER_new()) == NULL)
74 return(ASN1_INTEGER_set(x->crl->version,version));
/external/replicaisland/src/com/replica/replicaisland/
H A DEventReporter.java21 public int version; field in class:EventReporter.Event
55 public void addEvent(int eventType, float x, float y, float time, String level, int version, long session) { argument
61 event.version = version;
92 + "&version=" + event.version
/external/smack/src/org/jivesoftware/smack/packet/
H A DRosterPacket.java39 private String version; field in class:RosterPacket
53 return version;
56 public void setVersion(String version){ argument
57 this.version = version;
85 if(version!=null){
86 buf.append(" ver=\""+version+"\" ");
/external/tcpdump/
H A Dprint-bfd.c174 u_int8_t version; local
178 version = BFD_EXTRACT_VERSION(bfd_header->version_diag);
180 switch (port << 8 | version) {
187 version,
195 version,
220 version,
229 version,
H A Dprint-slow.c42 u_int8_t version; member in struct:slow_common_header
142 slow_com_header->version != LACP_VERSION) {
143 printf("LACP version %u packet not supported",slow_com_header->version);
147 slow_com_header->version != MARKER_VERSION) {
148 printf("MARKER version %u packet not supported",slow_com_header->version);
154 slow_com_header->version,
/external/chromium/net/tools/testserver/
H A Dchromiumsync_test.py47 proto.version = 0
50 self.assertEqual(1, proto.version)
53 self.assertEqual(2, proto.version)
54 proto.version = 0
56 self.assertEqual(2, self.model._entries[proto.id_string].version)
130 version, changes, remaining = (
134 self.assertEqual(expected_count, version)
139 self.assertEqual(change.version, change.sync_timestamp)
140 self.assertTrue(change.version <= version)
[all...]
/external/webkit/Source/WebCore/storage/
H A DIDBDatabaseBackendImpl.cpp44 static PassRefPtr<PendingSetVersionCall> create(const String& version, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<IDBDatabaseCallbacks> databaseCallbacks) argument
46 return adoptRef(new PendingSetVersionCall(version, callbacks, databaseCallbacks));
48 String version() { return m_version; } function in class:WebCore::IDBDatabaseBackendImpl::PendingSetVersionCall
53 PendingSetVersionCall(const String& version, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<IDBDatabaseCallbacks> databaseCallbacks) argument
54 : m_version(version)
165 void IDBDatabaseBackendImpl::setVersion(const String& version, PassRefPtr<IDBCallbacks> prpCallbacks, PassRefPtr<IDBDatabaseCallbacks> prpDatabaseCallbacks, ExceptionCode& ec) argument
170 callbacks->onError(IDBDatabaseError::create(IDBDatabaseException::ABORT_ERR, "Connection was closed before set version transaction was created"));
175 (*it)->onVersionChange(version);
179 RefPtr<PendingSetVersionCall> pendingSetVersionCall = PendingSetVersionCall::create(version, callbacks, databaseCallbacks);
187 if (!transaction->scheduleTask(createCallbackTask(&IDBDatabaseBackendImpl::setVersionInternal, database, version, callback
193 setVersionInternal(ScriptExecutionContext*, PassRefPtr<IDBDatabaseBackendImpl> database, const String& version, PassRefPtr<IDBCallbacks> callbacks, PassRefPtr<IDBTransactionBackendInterface> transaction) argument
269 resetVersion(ScriptExecutionContext*, PassRefPtr<IDBDatabaseBackendImpl> database, const String& version) argument
[all...]
/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 DMakefile.am7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
26 EXTRA_DIST = .prev-version .version \
42 # See comments in build-aux/git-version-gen. However, we make .version depend
43 # on configure so that .version and VERSION/PACKAGE_VERSION stay in sync in the
46 # efficiency (even if we were to replace VERSION/PACKAGE_VERSION with .version
48 # a developer might naively reference .version in a test case while the bison
51 BUILT_SOURCES = $(top_srcdir)/.version
[all...]
/external/bison/build-aux/
H A Dvc-list-files2 # List version-controlled file names.
4 # Print a version string.
11 # the Free Software Foundation, either version 3 of the License, or
12 # (at your option) any later version.
23 # List the specified version-controlled files.
25 # list the version-controlled files in that directory.
35 Output a list of version-controlled files in DIR (default .), relative to
40 --version print version number, then exit
47 --version)
[all...]
H A Dgit-version-gen2 # Print a version string.
9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version.
24 # - from a non-git-repo directory containing a .tarball-version file, which
25 # presumes this script is invoked like "./git-version-gen .tarball-version".
27 # In order to use intra-version strings in your project, you will need two
28 # separate generated version string files:
30 # .tarball-version - present only in a distribution tarball, and not in
32 # the last time autoconf was run, and used by git-version
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedPublish.emf.properties25 version=2.3.0
37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%version%%/%%buildID%%/
43 releaseNotesURL=http://www.eclipse.org/emf/news/release-notes.php?version=%%version%%
60 JUnitTestURL=http://www.eclipse.org/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%version%%/%%buildID%%/testResults.php
H A DfeedPublish.uml2.properties25 version=2.1.0
37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/mdt/uml2-uml/downloads/drops/%%version%%/%%buildID%%/
43 releaseNotesURL=http://www.eclipse.org/modeling/mdt/news/release-notes.php?project=uml2-uml&amp;version=%%version%%
60 JUnitTestURL=http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/mdt/uml2-uml/downloads/drops/%%version%%/%%buildID%%/testResults.php
/external/quake/quake/src/WinQuake/
H A Dquake-data.spec.sh3 # $1 is version
8 %define version ${1}
10 %define builddir \$RPM_BUILD_DIR/%{name}-%{version}
12 Version: %{version}
17 Source: quake-data-%{version}.tar.gz
22 BuildRoot: /var/tmp/%{name}-%{version}
H A Dquake-shareware.spec.sh3 # $1 is version
8 %define version ${1}-shareware
10 %define builddir \$RPM_BUILD_DIR/%{name}-%{version}
12 Version: %{version}
17 Source: quake-%{version}.tar.gz
21 BuildRoot: /var/tmp/%{name}-%{version}
H A Dquake.spec.sh3 # $1 is version
8 %define version ${1}
10 %define builddir \$RPM_BUILD_DIR/%{name}-%{version}
12 Version: %{version}
17 Source: quake-%{version}.tar.gz
21 BuildRoot: /var/tmp/%{name}-%{version}
/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);
75 version = (ASN1Integer)e.nextElement();
107 return version;
144 * version Version,
164 v.add(version);
/external/chromium/chrome/browser/policy/
H A Dcloud_policy_cache_base.cc79 bool CloudPolicyCacheBase::GetPublicKeyVersion(int* version) { argument
81 *version = public_key_version_.version;
111 public_key_version_.version = temp_public_key_version.version;
172 public_key_version->version = policy_data.public_key_version();
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dimageinfo.js77 version : "",
87 var version = data.getStringAt(3,3);
95 version : version,
132 version : "",
147 version : "",
/external/chromium/net/tools/dump_cache/
H A Ddump_cache.cc36 "\nIn order to use the upgrade function, a version of this tool that\n"
38 "instance, to upgrade files saved with file format 3.4 to version 5.2,\n"
39 "a version of this program that was compiled with version 3.4 has to be\n"
41 "executable should be compiled with version 5.2 being the current one.";
56 // Upgrade an old version to the current one.
75 const std::wstring& pipe_number, int version) {
87 new_program = base::StringPrintf(L"%ls%d", L"dump_cache_", version);
101 printf("Unable to launch the needed version of this tool: %ls\n",
142 int version local
74 LaunchSlave(const CommandLine& command_line, const std::wstring& pipe_number, int version) argument
[all...]
/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/harfbuzz_ng/src/
H A Dhb-open-file-private.hh140 FixedVersion version; /* Version of the TTC Header (1.0), member in struct:OT::TTCHeaderVersion1
157 switch (u.header.version.major) {
158 case 2: /* version 2 is compatible with version 1 */
165 switch (u.header.version.major) {
166 case 2: /* version 2 is compatible with version 1 */
174 if (unlikely (!u.header.version.sanitize (c))) return TRACE_RETURN (false);
175 switch (u.header.version.major) {
176 case 2: /* version
186 FixedVersion version; /* Version of the TTC Header (1.0 or 2.0), member in struct:OT::TTCHeader::__anon6459::__anon6460
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs10/
H A DCertificationRequestInfoTest.java46 int version = 2;// X.509 v3
56 version, subject, spki, attributes);
59 assertEquals(version, certReqInfo.getVersion());
/external/chromium/chrome/browser/extensions/
H A Dexternal_registry_extension_loader_win.cc11 #include "base/version.h"
27 // Registry value of that key that defines the current version of the .crx file.
28 const wchar_t kRegistryExtensionVersion[] = L"version";
77 scoped_ptr<Version> version; local
78 version.reset(Version::GetVersionFromString(
80 if (!version.get()) {
81 LOG(ERROR) << "Invalid version value " << extension_version

Completed in 581 milliseconds

<<11121314151617181920>>