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

12

/external/chromium_org/net/quic/
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_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
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.cc622 QuicVersionVector versions; local
623 versions.push_back(version);
624 return 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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 389 milliseconds

12