HomeSort by relevance Sort by last modified time
    Searched refs:max_version (Results 1 - 13 of 13) sorted by null

  /external/boringssl/src/ssl/test/
test_config.h 65 int max_version = 0; member in struct:TestConfig
test_config.cc 119 { "-max-version", &TestConfig::max_version },
bssl_shim.cc 644 if (config->max_version != 0) {
645 SSL_set_max_version(ssl.get(), (uint16_t)config->max_version);
  /external/google-breakpad/src/testing/gtest/scripts/
gtest-config.in 110 max_version="$2"
111 max_major_version=${max_version%%.*}
114 if test "${max_version#*.}" != "${max_version}"; then
115 max_minor_version=${max_version#*.}
118 if test "${max_version#*.*.}" != "${max_version}"; then
119 max_point_version=${max_version#*.*.}
175 max_version=${1#--max-version=}
260 check_versions ${min_version:-0.0.0} ${max_version:-9999.9999.9999
    [all...]
  /external/google-breakpad/src/testing/scripts/
gmock-config.in 110 max_version="$2"
111 max_major_version=${max_version%%.*}
114 if test "${max_version#*.}" != "${max_version}"; then
115 max_minor_version=${max_version#*.}
118 if test "${max_version#*.*.}" != "${max_version}"; then
119 max_point_version=${max_version#*.*.}
175 max_version=${1#--max-version=}
289 check_versions ${min_version:-0.0.0} ${max_version:-9999.9999.9999
    [all...]
  /external/protobuf/gtest/scripts/
gtest-config.in 110 max_version="$2"
111 max_major_version=${max_version%%.*}
114 if test "${max_version#*.}" != "${max_version}"; then
115 max_minor_version=${max_version#*.}
118 if test "${max_version#*.*.}" != "${max_version}"; then
119 max_point_version=${max_version#*.*.}
175 max_version=${1#--max-version=}
260 check_versions ${min_version:-0.0.0} ${max_version:-9999.9999.9999
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 262 s->max_version = ctx->max_version;
1327 uint16_t max_version = ssl3_get_max_server_version(s); local
2711 uint16_t max_version; local
    [all...]
ssl_test.cc 466 return ctx->min_version == version && ctx->max_version == version;
s3_clnt.c 588 uint16_t max_version = ssl3_get_max_client_version(s); local
590 if (max_version == 0) {
594 s->version = max_version;
595 s->client_version = max_version;
    [all...]
  /external/v8/tools/push-to-trunk/
bump_up_version.py 153 max_version = max(self["trunk_version"],
159 map(str, map(int, max_version.split("."))))
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 179 const unsigned max_version = local
184 if (req_version > max_version) {
  /external/mesa3d/src/glsl/
linker.cpp 2424 unsigned max_version = 0; local
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 872 uint16_t max_version; member in struct:ssl_ctx_st
1298 uint16_t max_version; member in struct:ssl_st
    [all...]

Completed in 583 milliseconds