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

/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 ASCIIToUTF16(versions[i][0]), &version);
39 EXPECT_EQ(versions[i][1], version.GetString());
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_finder_unittest.cc55 const ListValue* versions = NULL; local
56 if (!plugin->GetList("versions", &versions))
59 for (ListValue::const_iterator it = versions->begin();
60 it != versions->end(); ++it) {
H A Dplugin_finder.cc109 const ListValue* versions = NULL; local
110 if (plugin_dict->GetList("versions", &versions)) {
111 for (ListValue::const_iterator it = versions->begin();
112 it != versions->end(); ++it) {
/external/jmonkeyengine/engine/src/core/com/jme3/export/
H A DSavableClassUtil.java97 int[] versions = new int[versionList.size()];
99 versions[i] = versionList.get(i);
101 return versions;
120 return 0; // not using versions
124 public static int getSavedSavableVersion(Object savable, Class<? extends Savable> desiredClass, int[] versions, int formatVersion){ argument
141 }else if (count >= versions.length){
143 return 0; // for buggy versions of j3o
151 return versions[count];
/external/chromium_org/net/quic/
H A Dquic_packet_creator_test.cc211 QuicVersionVector versions; local
212 versions.push_back(QuicVersionMax());
214 creator_.SerializeVersionNegotiationPacket(versions));
H A Dquic_protocol.cc72 versions(other.versions) {
82 versions = other.versions;
173 string QuicVersionArrayToString(const QuicVersion versions[], argument
177 const QuicVersion& version = versions[i];
191 for (size_t i = 0; i < header.public_header.versions.size(); ++i) {
192 os << header.public_header.versions[0] << " ";
H A Dquic_framer_test.cc422 // Run all framer tests with all supported versions of QUIC.
807 EXPECT_EQ(QUIC_VERSION_7, visitor_.header_->public_header.versions[0]);
1521 EXPECT_EQ(QUIC_VERSION_7, visitor_.header_.get()->public_header.versions[0]);
2320 EXPECT_EQ(2u, visitor_.version_negotiation_packet_->versions.size());
2322 visitor_.version_negotiation_packet_->versions[0]);
2686 QuicVersionVector versions; local
2687 versions.push_back(QUIC_VERSION_7);
2689 framer_.BuildVersionNegotiationPacket(header, versions));
H A Dquic_protocol.h180 // The available versions of QUIC. Guaranteed that the integer value of the enum
194 // This vector contains QUIC versions which we currently support.
196 // element, with subsequent elements in descending order (versions can be
203 // Upper limit on versions we support.
206 // Lower limit on versions we support.
226 const QuicVersion versions[], int num_versions);
400 QuicVersionVector versions; member in struct:net::QuicPacketPublicHeader
/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/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/tools/site_compare/
H A Dsite_compare.py28 import commands.compare2 # compare one page in two versions of same browser namespace
/external/elfutils/src/
H A Dldscript.c205 static void add_versions (struct version *versions);
2589 add_versions (struct version *versions)
2591 struct version *lastp = versions;
2593 if (versions == NULL)
2597 versions = versions->next;
2598 assert (versions != NULL);
2605 add_id_list (versions->versionname, versions->local_names, true);
2606 add_id_list (versions
2586 add_versions(struct version *versions) argument
[all...]
/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/ ...

Completed in 1091 milliseconds