Home
last modified time | relevance | path

Searched refs:err_ctx (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtls_libtls.c117 goto err_ctx; in ff_tls_open()
133 goto err_ctx; in ff_tls_open()
141 err_ctx: in ff_tls_open()
/third_party/python/Lib/test/
H A Dtest_contextlib.py1060 with self.assertRaises(UniqueException) as err_ctx:
1066 exc = err_ctx.exception
H A Dtest_compile.py206 with self.assertRaises(SyntaxError) as err_ctx:
208 exc = err_ctx.exception
H A Dtest_ast.py1180 with self.assertRaises(SyntaxError) as err_ctx:
1182 self.assertIn('Exceeds the limit ', str(err_ctx.exception))
1183 self.assertIn(' Consider hexadecimal ', str(err_ctx.exception))
H A Dtest_ssl.py5105 with self.assertRaises(OSError) as err_ctx:

Completed in 15 milliseconds