Searched refs:versions (Results 51 - 75 of 119) sorted by relevance

12345

/external/stlport/test/eh/
H A DPrefix.h211 # error No configuration for earlier versions of MSL
/external/chromium_org/net/quic/
H A Dquic_connection.cc277 // versions, starting with the highest, and breaking out of the loop once we
400 if (std::find(packet.versions.begin(),
401 packet.versions.end(), version()) !=
402 packet.versions.end()) {
410 if (!SelectMutualVersion(packet.versions)) {
418 server_supported_versions_ = packet.versions;
493 DCHECK_EQ(1u, header.public_header.versions.size());
494 DCHECK_EQ(header.public_header.versions[0], version());
H A Dquic_protocol.h280 // The available versions of QUIC. Guaranteed that the integer value of the enum
298 // This vector contains QUIC versions which we currently support.
300 // element, with subsequent elements in descending order (versions can be
304 // http://sites/quic/adding-and-removing-versions
314 // Returns a vector of QUIC versions in kSupportedQuicVersions.
332 // values in the supplied |versions| vector.
334 const QuicVersionVector& versions);
568 QuicVersionVector versions; member in struct:net::QuicPacketPublicHeader
H A Dquic_packet_creator_test.cc146 // Run all packet creator tests with all supported versions of QUIC, and with
774 QuicVersionVector versions;
775 versions.push_back(test::QuicVersionMax());
777 creator_.SerializeVersionNegotiationPacket(versions));
H A Dquic_framer.cc561 public_header.versions[0] != quic_version_) {
562 if (!visitor_->OnProtocolVersionMismatch(public_header.versions[0])) {
591 public_header->versions.push_back(QuicTagToQuicVersion(version));
943 public_header->versions.push_back(version);
H A Dquic_packet_creator.cc440 header.versions = supported_versions;
H A Dquic_http_stream_test.cc58 TestQuicConnection(const QuicVersionVector& versions, argument
69 versions) {
H A Dquic_connection_test.cc391 void SetSupportedVersions(const QuicVersionVector& versions) { argument
392 framer_.SetSupportedVersions(versions);
538 void SetSupportedVersions(const QuicVersionVector& versions) { argument
539 QuicConnectionPeer::GetFramer(this)->SetSupportedVersions(versions);
540 writer()->SetSupportedVersions(versions);
1028 // Run all end to end tests with all supported versions.
3266 writer_->version_negotiation_packet()->versions.size());
3268 // We expect all versions in kSupportedQuicVersions to be
3272 writer_->version_negotiation_packet()->versions[i]);
3310 writer_->version_negotiation_packet()->versions
[all...]
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));
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm335 restrictions on versions, and an indication whether these required modules are
/external/lldb/source/Core/
H A DModule.cpp1490 Module::GetVersion (uint32_t *versions, uint32_t num_versions) argument
1494 return obj_file->GetVersion (versions, num_versions);
1496 if (versions && num_versions)
1499 versions[i] = UINT32_MAX;
/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/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/native_client_sdk/src/tools/
H A Dcommon.mk65 # The target for all versions
452 # Paths to Debug and Release versions of the Host Pepper plugins
/external/protobuf/
H A DAndroid.mk235 # These are the minimum versions and don't need to be update.
301 # These are the minimum versions and don't need to be update.
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec54 OpenGL implementations only supporting older versions.
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dconfigure.ac69 [do not build versions of libs with debugalloc])],
133 AC_CHECK_HEADERS(sys/malloc.h) # where some versions of OS X put malloc.h
189 # If AtomicWord != Atomic32, we need to define two versions of all the
381 # link in some windows versions of .o's instead of the unix versions.
/external/libunwind/doc/
H A Dlibunwind-ptrace.tex93 \Prog{libunwind}-versions configured for cross-unwinding.
/external/lldb/scripts/Python/interface/
H A DSBModule.i300 GetVersion (uint32_t *versions,
/external/llvm/lib/Support/Windows/
H A DSignals.inc48 // MinGW.org does not have updated support for the 64-bit versions of the
203 // versions of the APIs we need. If we cannot load up the APIs (which
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec54 OpenGL implementations only supporting older versions.
/external/elfutils/0.153/src/
H A Dldscript.c143 static void add_versions (struct version *versions);
2766 add_versions (struct version *versions) argument
2768 struct version *lastp = versions;
2770 if (versions == NULL)
2774 versions = versions->next;
2775 assert (versions != NULL);
2780 add_id_list (versions->versionname, versions->local_names, true);
2781 add_id_list (versions
[all...]
/external/libvorbis/doc/
H A D05-comment.tex104 versions of the same track title in a single collection. (e.g. remix
/external/elfutils/0.153/
H A Delfutils.spec472 ainstDSO versions also for symbols in nobits sections. Allow .rodata
478 ainstDSO versions also for symbols in nobits sections. Allow .rodata
483 ainstDSO versions also for symbols in nobits sections.
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp4127 ObjectFileMachO::GetVersion (uint32_t *versions, uint32_t num_versions)
4161 if (versions != NULL && num_versions > 0)
4164 versions[0] = (version & 0xFFFF0000ull) >> 16;
4166 versions[1] = (version & 0x0000FF00ull) >> 8;
4168 versions[2] = (version & 0x000000FFull);
4171 versions[i] = UINT32_MAX;

Completed in 631 milliseconds

12345