Home
last modified time | relevance | path

Searched refs:new_version (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/scripts/
H A Dabi_check.py122 def __init__(self, old_version, new_version, configuration):
126 new_version: RepoVersion containing details to check
144 self.new_version = new_version
423 "-new", self.new_version.abi_dumps[mbed_module],
441 self.new_version.revision
506 and the new ABI. ABI dumps from self.old_version and self.new_version
510 self._pretty_revision(self.new_version)
516 set(self.new_version.modules.keys()))
525 self.new_version
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py128 'path package current_version new_version')
324 new_version = new_pkg['version']
325 if (old_pkg['package'] == new_pkg['package'] and old_version != new_version):
326 logging.debug('Roll dependency %s to %s', path, new_version)
327 yield ChangedCipdPackage(path, old_pkg['package'], old_version, new_version)
462 commit_msg.append('* %s: %s..%s' % (c.path, c.current_version, c.new_version))
547 update = '%s:%s@%s' % (dep.path, package, dep.new_version)
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c335 int new_version; in min_max_proto() local
343 if ((new_version = protocol_from_string(value)) < 0) in min_max_proto()
345 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()
/third_party/openssl/ssl/
H A Dssl_conf.c335 int new_version; in min_max_proto() local
343 if ((new_version = protocol_from_string(value)) < 0) in min_max_proto()
345 return ssl_set_version_bound(method_version, new_version, bound); in min_max_proto()

Completed in 6 milliseconds