Searched refs:ver (Results 1 - 25 of 319) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds23_meth.c65 static const SSL_METHOD *ssl23_get_method(int ver);
66 static const SSL_METHOD *ssl23_get_method(int ver) argument
68 if (ver == SSL3_VERSION)
71 if (ver == TLS1_VERSION)
73 else if (ver == TLS1_1_VERSION)
75 else if (ver == TLS1_2_VERSION)
H A Ds3_meth.c65 static const SSL_METHOD *ssl3_get_method(int ver);
66 static const SSL_METHOD *ssl3_get_method(int ver) argument
68 if (ver == SSL3_VERSION)
H A Dd1_meth.c65 static const SSL_METHOD *dtls1_get_method(int ver);
66 static const SSL_METHOD *dtls1_get_method(int ver) argument
68 if (ver == DTLS1_VERSION)
70 else if (ver == DTLS1_2_VERSION)
H A Dt1_meth.c65 static const SSL_METHOD *tls1_get_method(int ver) argument
67 if (ver == TLS1_2_VERSION)
69 if (ver == TLS1_1_VERSION)
71 if (ver == TLS1_VERSION)
H A Dt1_clnt.c67 static const SSL_METHOD *tls1_get_client_method(int ver);
68 static const SSL_METHOD *tls1_get_client_method(int ver) argument
70 if (ver == TLS1_2_VERSION)
72 if (ver == TLS1_1_VERSION)
74 if (ver == TLS1_VERSION)
H A Dt1_srvr.c68 static const SSL_METHOD *tls1_get_server_method(int ver);
69 static const SSL_METHOD *tls1_get_server_method(int ver) argument
71 if (ver == TLS1_2_VERSION)
73 if (ver == TLS1_1_VERSION)
75 if (ver == TLS1_VERSION)
/external/openssl/ssl/
H A Ds23_meth.c63 static const SSL_METHOD *ssl23_get_method(int ver);
64 static const SSL_METHOD *ssl23_get_method(int ver) argument
67 if (ver == SSL2_VERSION)
72 if (ver == SSL3_VERSION)
77 if (ver == TLS1_VERSION)
79 else if (ver == TLS1_1_VERSION)
81 else if (ver == TLS1_2_VERSION)
H A Dd1_meth.c64 static const SSL_METHOD *dtls1_get_method(int ver);
65 static const SSL_METHOD *dtls1_get_method(int ver) argument
67 if (ver == DTLS1_VERSION)
H A Ds3_meth.c63 static const SSL_METHOD *ssl3_get_method(int ver);
64 static const SSL_METHOD *ssl3_get_method(int ver) argument
66 if (ver == SSL3_VERSION)
H A Dt1_meth.c63 static const SSL_METHOD *tls1_get_method(int ver) argument
65 if (ver == TLS1_2_VERSION)
67 if (ver == TLS1_1_VERSION)
69 if (ver == TLS1_VERSION)
H A Ds2_meth.c64 static const SSL_METHOD *ssl2_get_method(int ver);
65 static const SSL_METHOD *ssl2_get_method(int ver) argument
67 if (ver == SSL2_VERSION)
H A Dt1_clnt.c66 static const SSL_METHOD *tls1_get_client_method(int ver);
67 static const SSL_METHOD *tls1_get_client_method(int ver) argument
69 if (ver == TLS1_2_VERSION)
71 if (ver == TLS1_1_VERSION)
73 if (ver == TLS1_VERSION)
H A Dt1_srvr.c67 static const SSL_METHOD *tls1_get_server_method(int ver);
68 static const SSL_METHOD *tls1_get_server_method(int ver) argument
70 if (ver == TLS1_2_VERSION)
72 if (ver == TLS1_1_VERSION)
74 if (ver == TLS1_VERSION)
/external/chromium_org/third_party/libyuv/unit_test/
H A Dversion_test.cc27 const char *ver = strchr(LIBYUV_SVNREVISION, ':'); local
28 if (ver) {
29 ++ver;
31 ver = LIBYUV_SVNREVISION;
33 int svn_revision = atoi(ver); // NOLINT
/external/libyuv/files/unit_test/
H A Dversion_test.cc27 const char *ver = strchr(LIBYUV_SVNREVISION, ':'); local
28 if (ver) {
29 ++ver;
31 ver = LIBYUV_SVNREVISION;
33 int svn_revision = atoi(ver); // NOLINT
/external/e2fsprogs/lib/e2p/
H A Dsetversion.c29 int ver; local
31 ver = (int) version;
32 return ioctl (fd, EXT2_IOC_SETVERSION, &ver);
H A Dgetversion.c29 int r, ver; local
31 r = ioctl (fd, EXT2_IOC_GETVERSION, &ver);
32 *version = ver;
H A Dfgetversion.c43 int fd, r, ver, save_errno = 0; local
48 r = ioctl (fd, EXT2_IOC_GETVERSION, &ver);
51 *version = ver;
57 int ver=-1, err;
58 err = syscall(SYS_fsctl, name, EXT2_IOC_GETVERSION, &ver, 0);
59 *version = ver;
H A Dfsetversion.c43 int fd, r, ver, save_errno = 0; local
48 ver = (int) version;
49 r = ioctl (fd, EXT2_IOC_SETVERSION, &ver);
57 int ver = (int)version;
58 return syscall(SYS_fsctl, name, EXT2_IOC_SETVERSION, &ver, 0);
/external/smack/src/org/jivesoftware/smackx/entitycaps/packet/
H A DCapsExtension.java25 private String node, ver, hash; field in class:CapsExtension
32 this.ver = version;
53 return ver;
56 public void setVer(String ver) { argument
57 this.ver = ver;
72 * ver='QgayPKawpkPSDYmwT/WM94uAlu0='/>
79 "ver=\"" + ver + "\"/>";
/external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
H A DHttpsURLConnection_ImplTest.java33 HostnameVerifier ver = HttpsURLConnection.getDefaultHostnameVerifier();
34 if (!(ver instanceof DefaultHostnameVerifier)) {
37 if (ver.verify("localhost", null)) {
45 HostnameVerifier ver = con.getHostnameVerifier();
46 if (!(ver instanceof DefaultHostnameVerifier)) {
49 if (ver.verify("localhost", null)) {
/external/clang/lib/Basic/
H A DMakefile35 $(ObjDir)/.ver-svn .ver: $(ObjDir)/.dir
36 @if [ '$(SVN_REVISION) $(LLVM_REVISION)' != '$(shell cat $(ObjDir)/.ver-svn 2>/dev/null)' ]; then\
37 echo '$(SVN_REVISION) $(LLVM_REVISION)' > $(ObjDir)/.ver-svn; \
39 $(ObjDir)/.ver-svn: .ver
40 $(ObjDir)/Version.o: $(ObjDir)/.ver-svn
/external/compiler-rt/lib/interception/
H A Dinterception_linux.cc28 void *GetFuncAddrVer(const char *func_name, const char *ver) { argument
29 return dlvsym(RTLD_NEXT, func_name, ver);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLSL.cpp14 GrGLSLVersion ver = GrGLGetGLSLVersion(gl); local
15 if (GR_GLSL_INVALID_VER == ver) {
20 SkASSERT(ver >= GR_GLSL_VER(1,10));
21 if (ver >= GR_GLSL_VER(1,50)) {
23 } else if (ver >= GR_GLSL_VER(1,40)) {
25 } else if (ver >= GR_GLSL_VER(1,30)) {
32 // version 1.00 of ES GLSL based on ver 1.20 of desktop GLSL
33 SkASSERT(ver >= GR_GL_VER(1,00));
/external/skia/src/gpu/gl/
H A DGrGLSL.cpp14 GrGLSLVersion ver = GrGLGetGLSLVersion(gl); local
15 if (GR_GLSL_INVALID_VER == ver) {
20 SkASSERT(ver >= GR_GLSL_VER(1,10));
21 if (ver >= GR_GLSL_VER(1,50)) {
23 } else if (ver >= GR_GLSL_VER(1,40)) {
25 } else if (ver >= GR_GLSL_VER(1,30)) {
32 // version 1.00 of ES GLSL based on ver 1.20 of desktop GLSL
33 SkASSERT(ver >= GR_GL_VER(1,00));

Completed in 433 milliseconds

1234567891011>>