Searched refs:versions (Results 26 - 50 of 119) sorted by relevance

12345

/external/chromium_org/chrome/browser/sync_file_system/
H A Dremote_file_sync_service.h123 const std::vector<Version>& versions)>
/external/chromium_org/net/quic/test_tools/
H A Dquic_connection_peer.h120 QuicVersionVector versions);
H A Dquic_test_utils.cc622 QuicVersionVector versions; local
623 versions.push_back(version);
624 return versions;
/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/API/
H A DSBModule.h228 /// will extract the versions from object files if they are available.
230 /// If \a versions is NULL, or if \a num_versions is 0, the return
233 /// function with a value of \a versions and \a num_versions that
236 /// @param[out] versions
240 /// to this function so that all versions can be retrieved. If
242 /// existing versions numbers will be filled into \a versions.
243 /// If there is no version information available, \a versions
248 /// The maximum number of entries to fill into \a versions. If
252 /// \a versions t
[all...]
/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;
/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/test/chromedriver/test/
H A Drun_all_tests.py143 'Default is to run tests against all of these versions.'
192 versions = [
199 for version in versions:
/external/chromium_org/net/quic/
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_headers_stream_test.cc77 QuicVersionVector versions; local
78 versions.push_back(QuicVersionMax());
79 return versions;
H A Dquic_dispatcher.cc249 !framer_.IsSupportedVersion(header.versions.front())) {
255 QuicVersion version = header.version_flag ? header.versions.front() :
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));
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dsse4.asm105 ; To get the SSE4 versions we need to disable the SSE2 versions
/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 ...
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h153 GetVersion (uint32_t *versions, uint32_t num_versions);
/external/chromium_org/net/tools/quic/
H A Dquic_dispatcher.cc254 !framer_.IsSupportedVersion(header.versions.front())) {
260 QuicVersion version = header.version_flag ? header.versions.front() :
/external/f2fs-tools/
H A DAndroid.mk6 # The versions depend on $(LOCAL_PATH)/VERSION
/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/compiler-rt/make/platform/
H A Ddarwin_bni.mk8 # and the resulting lib will just have generic versions for anything unknown.
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm69 restrictions on versions, and an indication whether these required modules are
/external/bison/lib/
H A Dobstack.c42 # include <gnu-versions.h>
374 /* Older versions of libc used a function _obstack_free intended to be
/external/lldb/include/lldb/Core/
H A DModule.h657 GetVersion (uint32_t *versions, uint32_t num_versions);
/external/lldb/scripts/
H A Dsed-sources23 all files will be transformed and overwritten with new versions. Use the B<-p>

Completed in 639 milliseconds

12345