Home
last modified time | relevance | path

Searched refs:other_context (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/drd/
Ddrd_error.h149 ExeContext* other_context; member
Ddrd_error.c383 if (bei->other_context) { in drd_tool_error_pp()
388 VG_(pp_ExeContext)(bei->other_context); in drd_tool_error_pp()
/external/python/cpython2/Lib/test/
Dtest_ssl.py3022 other_context = ssl.SSLContext(ssl.PROTOCOL_TLSv1)
3023 other_context.load_cert_chain(SIGNED_CERTFILE2)
3027 return server_context, other_context, client_context
3036 server_context, other_context, client_context = self.sni_contexts()
3041 ssl_sock.context = other_context
3075 server_context, other_context, client_context = self.sni_contexts()
3090 server_context, other_context, client_context = self.sni_contexts()
3108 server_context, other_context, client_context = self.sni_contexts()