HomeSort by relevance Sort by last modified time
    Searched defs:version (Results 526 - 550 of 4293) sorted by null

<<21222324252627282930>>

  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_sdp.c 6 * Licensed under the Apache License, Version 2.0 (the "License");
94 UINT16 version; local
120 version = HFP_VERSION_1_6;
122 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version);
230 bta_hf_client_cb.scb.peer_version = HFP_VERSION_1_1; /* Default version */
254 /* get profile version (if failure, version parameter is not updated) */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
SignerInfo.java 25 * version Version,
45 * version CMSVersion,
78 private ASN1Integer version; field in class:SignerInfo
134 this.version = new ASN1Integer(3);
138 this.version = new ASN1Integer(1);
168 this.version = new ASN1Integer(3);
172 this.version = new ASN1Integer(1);
191 version = (ASN1Integer)e.nextElement();
223 return version;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PrivateKeyInfo.java 79 BigInteger version = ((ASN1Integer)e.nextElement()).getValue(); local
80 if (version.intValue() != 0)
82 throw new IllegalArgumentException("wrong version for private key info");
137 * version Version,
142 * Version ::= INTEGER {v1(0)} (v1,...)
SignedData.java 22 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/
AttributeCertificateInfo.java 16 private ASN1Integer version; field in class:AttributeCertificateInfo
57 if (seq.getObjectAt(0) instanceof ASN1Integer) // in version 1 certs version is DEFAULT v1(0)
59 this.version = ASN1Integer.getInstance(seq.getObjectAt(0));
64 this.version = new ASN1Integer(0);
92 return version;
139 * version AttCertVersion -- version is v2,
157 if (version.getValue().intValue() != 0)
159 v.add(version);
    [all...]
Holder.java 52 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)
143 this.version = version;
149 * @return The version of the attribute certificate.
153 return version;
    [all...]
V1TBSCertificateGenerator.java 11 * Generator for Version 1 TBSCertificateStructures.
14 * 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/
conf.py 23 # 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.9' variable
52 # The full version, including alpha/beta/rc tags.
  /external/chromium_org/chrome/browser/extensions/
extension_sync_data.h 10 #include "base/version.h"
54 // Version-independent properties (i.e., used even when the
55 // version of the currently-installed extension doesn't match
56 // |version|).
63 // Version-dependent properties (i.e., should be used only when the
64 // version of the currenty-installed extension matches |version|).
65 const Version& version() const { return version_; } function in class:extensions::ExtensionSyncData
80 Version version_
    [all...]
pending_extension_info.h 11 #include "base/version.h"
33 const Version& version,
52 const Version& version() const { return version_; } function in class:extensions::PendingExtensionInfo
72 // |other|, respectively. "Equal" precedence means that the version and the
73 // install source match. "Higher" precedence means that the version is newer,
74 // or the version matches but the install source has higher priority.
82 Version version_;
  /external/chromium_org/chrome/browser/extensions/updater/
local_extension_cache.h 20 // version of the extensions. Only one instance of LocalExtensionCache can work
56 // |version| for the extension. Extension will be marked as used with current
60 std::string* version);
62 // Put extension with |id| and |version| into local cache. Older version in
69 const std::string& version,
89 std::string version; member in struct:extensions::LocalExtensionCache::CacheItemInfo
94 CacheItemInfo(const std::string& version,
158 const std::string& version,
  /external/chromium_org/chrome/browser/plugins/
plugin_metadata.cc 42 void PluginMetadata::AddVersion(const Version& version,
44 DCHECK(versions_.find(version) == versions_.end());
45 versions_[version] = status;
100 Version version; local
101 content::WebPluginInfo::CreateVersionFromString(plugin.version, &version);
102 if (!version.IsValid())
103 version = Version("0")
    [all...]
  /external/chromium_org/chrome/browser/search/
contextual_search_promo_source_android.cc 153 webui::UseVersion2 version; local
  /external/chromium_org/chrome/installer/util/
google_update_settings.h 14 #include "base/version.h"
50 // The currently installed version.
51 std::string version; member in struct:GoogleUpdateSettings::ProductData
179 // Return a human readable modifier for the version string, e.g.
272 // Returns the version of Google Update that is installed.
273 static Version GetGoogleUpdateVersion(bool system_install);
285 // Returns true if the |version| and |last_updated| fields in |data|
installation_state.cc 10 #include "base/version.h"
65 version_.reset(new Version(base::UTF16ToASCII(version_str)));
70 // Attempt to read the other values even if the "pv" version value was
75 old_version_.reset(new Version(base::UTF16ToASCII(version_str)));
151 const Version& ProductState::version() const { function in class:installer::ProductState
158 version_.reset(other.version_.get() ? new Version(*other.version_) : NULL);
160 other.old_version_.get() ? new Version(*other.old_version_) : NULL);
  /external/chromium_org/chrome/utility/importer/
nss_decryptor.cc 29 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
31 * The contents of this file are subject to the Mozilla Public License Version
51 * either the GNU General Public License Version 2 or later (the "GPL"), or
52 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
54 * 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
127 // The first line is the file version. We skip the unknown versions.
130 int version; local
132 version = 1
    [all...]
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h 65 // Profile version.
66 scoped_ptr<uint16> version; member in struct:chromeos::BluetoothProfileManagerClient::Options
  /external/chromium_org/components/component_updater/
update_response.h 16 // Parses responses for the update protocol version 3.
21 // <?xml version="1.0" encoding="UTF-8"?>
34 // <manifest version="13.0.782.112" prodversionmin="2.0.143.0">
54 // the minimum version of the chrome browser that the update applies to.
83 std::string version; member in struct:component_updater::UpdateResponse::Result::Manifest
  /external/chromium_org/components/crash/app/
crash_keys_win.cc 84 base::string16 version, product; local
91 &version, local
99 base::UTF16ToWide(version).c_str()));
  /external/chromium_org/content/browser/gamepad/
gamepad_provider_unittest.cc 98 base::subtle::Atomic32 version; local
100 version = hwbuf->sequence.ReadBegin();
102 } while (hwbuf->sequence.ReadRetry(version));
  /external/chromium_org/content/browser/indexed_db/
indexed_db_metadata.h 70 const base::string16& version,
77 base::string16 version; member in struct:content::IndexedDBDatabaseMetadata
  /external/chromium_org/content/public/common/
webplugininfo.h 16 class Version;
71 // Parse a version string as used by a plug-in. This method is more lenient
72 // in accepting weird version strings than base::Version::GetFromString()
74 base::Version* parsed_version);
82 // The version number of the plugin file (may be OS-specific)
83 base::string16 version; member in struct:content::WebPluginInfo
85 // A description of the plugin that we get from its version info.
  /external/chromium_org/extensions/common/
update_manifest.h 17 // <?xml version="1.0" encoding="UTF-8"?>
22 // hash="12345" size="9854" status="ok" version="1.2.3.4"
36 // the minimum version of the chrome browser that the update applies to.
47 std::string version; member in struct:UpdateManifest::Result
  /external/chromium_org/gpu/command_buffer/service/
mailbox_synchronizer.h 81 unsigned int version; member in struct:gpu::gles2::MailboxSynchronizer::TextureVersion
  /external/chromium_org/media/cast/net/rtp/
rtp_header_parser.cc 51 const uint8 version = rtp_data_begin_[0] >> 6; local
52 if (version != 2) {

Completed in 2041 milliseconds

<<21222324252627282930>>