Searched defs:versions (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/content/common/
H A Dwebplugininfo_unittest.cc18 // Some real-world plugin versions (spaces, commata, parentheses, 'r', oh my)
19 const char* versions[][2] = { local
33 for (size_t i = 0; i < arraysize(versions); i++) {
36 base::ASCIIToUTF16(versions[i][0]), &version);
39 EXPECT_EQ(versions[i][1], version.GetString());
/external/chromium_org/net/quic/test_tools/
H A Dsimple_quic_framer.h56 void SetSupportedVersions(const QuicVersionVector& versions) { argument
57 framer_.SetSupportedVersions(versions);
H A Dquic_connection_peer.cc241 QuicVersionVector versions) {
242 connection->framer_.SetSupportedVersions(versions);
240 SetSupportedVersions(QuicConnection* connection, QuicVersionVector versions) argument
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_finder_unittest.cc55 const base::ListValue* versions = NULL; local
56 if (!plugin->GetList("versions", &versions))
59 for (base::ListValue::const_iterator it = versions->begin();
60 it != versions->end(); ++it) {
H A Dplugin_finder.cc103 const base::ListValue* versions = NULL; local
104 if (plugin_dict->GetList("versions", &versions)) {
105 for (base::ListValue::const_iterator it = versions->begin();
106 it != versions->end(); ++it) {
/external/chromium_org/net/tools/quic/
H A Dquic_client_bin.cc107 // Populate version vector with all versions if none specified.
108 net::QuicVersionVector versions; local
110 versions = net::QuicSupportedVersions();
112 versions.push_back(static_cast<net::QuicVersion>(FLAGS_quic_version));
117 << " with supported versions "
118 << QuicVersionVectorToString(versions);
136 versions, true, config, &epoll_server); local
H A Dquic_client.h166 void SetSupportedVersions(const QuicVersionVector& versions) { argument
167 supported_versions_ = versions;
258 // This vector contains QUIC versions which we currently support.
260 // element, with subsequent elements in descending order (versions can be
/external/chromium_org/net/quic/
H A Dquic_headers_stream_test.cc77 QuicVersionVector versions; local
78 versions.push_back(QuicVersionMax());
79 return versions;
H A Dreliable_quic_stream_test.cc107 void set_supported_versions(const QuicVersionVector& versions) { argument
108 supported_versions_ = versions;
430 // TODO(rjshade): Remove this test when we no longer have any versions <
435 QuicVersionVector versions; local
437 versions.push_back(kTestQuicVersions[i]);
439 set_supported_versions(versions);
H A Dquic_framer.h190 // list of supported QUIC versions. |quic_version_| is set to the maximum
369 void SetSupportedVersions(const QuicVersionVector& versions) { argument
370 supported_versions_ = versions;
371 quic_version_ = versions[0];
512 // This vector contains QUIC versions which we currently support.
514 // element, with subsequent elements in descending order (versions can be
H A Dquic_http_stream_test.cc58 TestQuicConnection(const QuicVersionVector& versions, argument
69 versions) {
H A Dquic_connection_logger.cc220 base::ListValue* versions = new base::ListValue(); local
221 dict->Set("versions", versions);
222 for (QuicVersionVector::const_iterator it = packet->versions.begin();
223 it != packet->versions.end(); ++it) {
224 versions->AppendString(QuicVersionToString(*it));
H A Dquic_framer_test.cc510 // Run all framer tests with all supported versions of QUIC.
897 EXPECT_EQ(GetParam(), visitor_.header_->public_header.versions[0]);
1497 EXPECT_EQ(GetParam(), visitor_.header_->public_header.versions[0]);
3224 EXPECT_EQ(2u, visitor_.version_negotiation_packet_->versions.size());
3225 EXPECT_EQ(GetParam(), visitor_.version_negotiation_packet_->versions[0]);
3641 QuicVersionVector versions; local
3642 versions.push_back(GetParam());
3644 framer_.BuildVersionNegotiationPacket(header, versions));
H A Dquic_protocol.cc70 versions(other.versions) {
211 string QuicVersionVectorToString(const QuicVersionVector& versions) { argument
213 for (size_t i = 0; i < versions.size(); ++i) {
217 result.append(QuicVersionToString(versions[i]));
231 for (size_t i = 0; i < header.public_header.versions.size(); ++i) {
232 os << header.public_header.versions[0] << " ";
/external/chromium_org/chrome/browser/component_updater/
H A Dwidevine_cdm_component_installer.cc89 // Interface versions are lists of integers (e.g. "1" or "1,2,4").
91 // All match the interface versions from content_decryption_module.h that the
94 const char kCdmModuleVersionsName[] = "x-cdm-module-versions";
96 const char kCdmInterfaceVersionsName[] = "x-cdm-interface-versions";
98 const char kCdmHostVersionsName[] = "x-cdm-host-versions";
159 std::vector<std::string> versions; local
160 base::SplitString(versions_string, kCdmValueDelimiter, &versions);
162 for (size_t i = 0; i < versions.size(); ++i) {
164 if (base::StringToInt(versions[i], &version))
174 // Returns whether the CDM's API versions, a
[all...]
/external/chromium_org/extensions/browser/api/socket/
H A Dtls_socket.cc250 core_api::socket::TLSVersionConstraints* versions = local
252 if (versions->min.get()) {
253 version_min = SSLProtocolVersionFromString(*versions->min.get());
255 if (versions->max.get()) {
256 version_max = SSLProtocolVersionFromString(*versions->max.get());
/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dclientinfo_unittest.cpp154 const uint32_t *versions,
172 memcpy(gl_versions, versions, sizeof(uint32_t) * num_versions * 2);
189 const uint32_t *versions,
207 memcpy(gl_versions, versions, sizeof(uint32_t) * num_versions * 3);
567 * OpenGL 2.1 is backwards compatible with all earlier versions."
623 * OpenGL 2.1 is backwards compatible with all earlier versions."
148 xcb_glx_set_client_info_arb(xcb_connection_t *c, uint32_t major_version, uint32_t minor_version, uint32_t num_versions, uint32_t gl_str_len, uint32_t glx_str_len, const uint32_t *versions, const char *gl_string, const char *glx_string) argument
183 xcb_glx_set_client_info_2arb(xcb_connection_t *c, uint32_t major_version, uint32_t minor_version, uint32_t num_versions, uint32_t gl_str_len, uint32_t glx_str_len, const uint32_t *versions, const char *gl_string, const char *glx_string) argument
/external/lldb/include/lldb/Symbol/
H A DObjectFile.h128 /// Scans all loaded plug-in interfaces that implement versions of
161 /// Scans all loaded plug-in interfaces that implement versions of
571 /// will extract the versions from object files if they are available.
573 /// If \a versions is NULL, or if \a num_versions is 0, the return
576 /// function with a value of \a versions and \a num_versions that
579 /// @param[out] versions
583 /// to this function so that all versions can be retrieved. If
585 /// existing versions numbers will be filled into \a versions.
586 /// If there is no version information available, \a versions
606 GetVersion(uint32_t *versions, uint32_t num_versions) argument
[all...]
/external/mesa3d/src/glx/tests/
H A Dclientinfo_unittest.cpp154 const uint32_t *versions,
172 memcpy(gl_versions, versions, sizeof(uint32_t) * num_versions * 2);
189 const uint32_t *versions,
207 memcpy(gl_versions, versions, sizeof(uint32_t) * num_versions * 3);
567 * OpenGL 2.1 is backwards compatible with all earlier versions."
623 * OpenGL 2.1 is backwards compatible with all earlier versions."
148 xcb_glx_set_client_info_arb(xcb_connection_t *c, uint32_t major_version, uint32_t minor_version, uint32_t num_versions, uint32_t gl_str_len, uint32_t glx_str_len, const uint32_t *versions, const char *gl_string, const char *glx_string) argument
183 xcb_glx_set_client_info_2arb(xcb_connection_t *c, uint32_t major_version, uint32_t minor_version, uint32_t num_versions, uint32_t gl_str_len, uint32_t glx_str_len, const uint32_t *versions, const char *gl_string, const char *glx_string) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_assets_manager_chromeos.cc445 std::vector<std::string> versions; local
446 versions.reserve(extension_info->size());
450 versions.push_back(it.key());
454 for (std::vector<std::string>::const_iterator it = versions.begin();
455 it != versions.end(); it++) {
506 std::vector<std::string> versions; local
507 versions.reserve(extension_info->size());
510 versions.push_back(it.key());
513 for (std::vector<std::string>::const_iterator it = versions.begin();
514 it != versions
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_internals_ui.cc237 const std::vector<ServiceWorkerVersionInfo>& versions) {
240 versions.begin();
241 it != versions.end();
236 GetVersionListValue( const std::vector<ServiceWorkerVersionInfo>& versions) argument
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py28 import commands.compare2 # compare one page in two versions of same browser namespace
/external/libexif/libexif/
H A Dexif-entry.c845 } versions[] = { local
948 for (i = 0; *versions[i].label; i++) {
949 if (!memcmp (e->data, versions[i].label, 4)) {
952 versions[i].major,
953 versions[i].minor);
/external/chromium_org/net/quic/crypto/
H A Dcrypto_server_test.cc183 const QuicTag* versions; local
185 server_hello.GetTaglist(kVER, &versions, &num_versions);
188 EXPECT_EQ(QuicVersionToQuicTag(QuicSupportedVersions()[i]), versions[i]);
/external/lldb/source/API/
H A DSBModule.cpp640 SBModule::GetVersion (uint32_t *versions, uint32_t num_versions) argument
644 return module_sp->GetVersion(versions, num_versions);
647 if (versions && num_versions)
650 versions[i] = UINT32_MAX;

Completed in 1555 milliseconds

12