Searched refs:versions (Results 1 - 25 of 119) sorted by relevance

12345

/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/chrome/common/extensions/docs/server2/
H A Dtest_branch_utility.py14 def __init__(self, versions, channels):
15 ''' Parameters: |version| is a mapping of versions to branches, and
16 |channels| is a mapping of channels to versions.
18 self._versions = versions
50 versions = self._versions.keys()
51 index = versions.index(channel_info.version)
52 if index == len(versions) - 1:
54 version = versions[index + 1]
60 versions = self._versions.keys()
61 index = versions
[all...]
H A Dapp_yaml_helper.py40 versions = [line.strip()[len(key_colon):].strip()
43 if not versions:
44 raise ValueError('No versions found for %s in %s' % (
46 if len(set(versions)) > 1:
47 raise ValueError('Inconsistent versions found for %s in %s: %s' % (
48 key, app_yaml, versions))
49 return versions[0]
54 because versions are typically not numbers but rather 2-0-9, 2-0-12,
/external/llvm/lib/Support/Windows/
H A DTimeValue.inc40 // Old versions of mingw don't have _localtime64_s. Remove this once we drop support
/external/chromium_org/chrome/test/ispy/
H A Dispy_api_unittest.py27 'device', 'test', '1.1.1.1', 'versions.json',
29 self.ispy.UpdateExpectationVersion('1.1.1.1', 'versions.json')
31 'test1', 'device', 'test', '1.1.1.1', 'versions.json', self.white_img)
36 'test2', 'device', 'test', '1.1.1.1','versions.json', self.black_img)
40 self.ispy.UpdateExpectationVersion('1.0.0.0', 'versions.json')
41 self.ispy.UpdateExpectationVersion('1.0.4.0', 'versions.json')
42 self.ispy.UpdateExpectationVersion('2.1.5.0', 'versions.json')
43 self.ispy.UpdateExpectationVersion('1.1.5.0', 'versions.json')
44 self.ispy.UpdateExpectationVersion('0.0.0.0', 'versions.json')
45 self.ispy.UpdateExpectationVersion('1.1.5.0', 'versions
[all...]
/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/tools/gyp/pylib/gyp/
H A DMSVSVersion.py205 passed in that doesn't match a value in versions python will throw a error.
209 versions = {
295 return versions[str(name)]
307 """Collect the list of installed visual studio versions.
310 A list of visual studio versions installed in descending order of
313 Only versions 8-10 are considered.
329 versions = []
348 versions.append(_CreateVersion(version_to_year[version],
353 versions.append(_CreateVersion(version_to_year[version] + 'e',
364 versions
[all...]
/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/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/third_party/lcov/bin/
H A Dinstall.sh56 echo WARNING: Skipping uninstall for $TARGET - versions differ! >&2
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dnacl.scons9 # shared versions of this library
/external/elfutils/0.153/src/
H A Dldscript.y66 static void add_versions (struct version *versions);
791 add_versions (struct version *versions)
793 struct version *lastp = versions;
795 if (versions == NULL)
799 versions = versions->next;
800 assert (versions != NULL);
805 add_id_list (versions->versionname, versions->local_names, true);
806 add_id_list (versions
[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/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/lldb/scripts/Python/
H A Dpython-typemaps.swig318 // is necessary - this will break if more than 50 versions are ever returned
319 %typemap(typecheck) (uint32_t *versions, uint32_t num_versions) {
323 %typemap(in, numinputs=0) (uint32_t *versions) {
331 %typemap(argout) (uint32_t *versions, uint32_t num_versions) {
354 %typemap(freearg) (uint32_t *versions) {
/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/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/chromium_org/net/quic/
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] << " ";
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
/external/chromium_org/ppapi/generators/
H A Didl_release.py223 self.versions = sorted(self.version_to_release.keys())
229 return self.versions
241 return (self.versions[0], self.version[-1])
337 # Verify we can find the correct versions
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaRenamer.java181 int[] versions = new int[ropRegCount];
187 + versions[ropReg] + "]");
188 versions[ropReg]++;
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
H A Dgl-matrix.rb16 2. Altered source versions must be plainly marked as such, and must not

Completed in 1689 milliseconds

12345