Searched refs:other_context (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/drd/ |
D | drd_error.h | 149 ExeContext* other_context; member
|
D | drd_error.c | 383 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/ |
D | test_ssl.py | 3022 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()
|