Searched defs:initial_context (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_ssl.py | 2204 def servername_cb(ssl_sock, server_name, initial_context): argument 2226 def servername_cb(ssl_sock, server_name, initial_context): argument 4230 def servername_cb(ssl_sock, server_name, initial_context): argument 4268 def cb_returning_alert(ssl_sock, server_name, initial_context): argument 4281 def cb_raising(ssl_sock, server_name, initial_context): argument 4300 def cb_wrong_return_type(ssl_sock, server_name, initial_context): argument
|
D | test_urllib2_localnet.py | 602 def cb_sni(ssl_sock, server_name, initial_context): argument
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_ssl.py | 3050 def servername_cb(ssl_sock, server_name, initial_context): argument 3089 def cb_returning_alert(ssl_sock, server_name, initial_context): argument 3104 def cb_raising(ssl_sock, server_name, initial_context): argument 3122 def cb_wrong_return_type(ssl_sock, server_name, initial_context): argument
|
D | test_urllib2_localnet.py | 578 def cb_sni(ssl_sock, server_name, initial_context): argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_client_test.cc | 8121 auto initial_context = types::LeAudioContextType::SOUNDEFFECTS; in TEST_F() local 8292 auto initial_context = types::LeAudioContextType::NOTIFICATIONS; in TEST_F() local 8380 auto initial_context = types::LeAudioContextType::CONVERSATIONAL; in TEST_F() local
|