Home
last modified time | relevance | path

Searched refs:test_protocol (Results 1 – 4 of 4) sorted by relevance

/external/OpenCSD/decoder/tests/source/
Dc_api_pkt_print_test.c103 static ocsd_trace_protocol_t test_protocol = OCSD_PROTOCOL_ETMV4I; // ETMV4 protocl variable
146 test_protocol = OCSD_PROTOCOL_ETMV3; in process_cmd_line()
152 test_protocol = OCSD_PROTOCOL_PTM; in process_cmd_line()
158 test_protocol = OCSD_PROTOCOL_STM; in process_cmd_line()
434 … if(ocsd_pkt_str(test_protocol,p_packet_in,packet_str+offset,PACKET_STR_LEN-offset) == OCSD_OK) in packet_handler()
514 … if(ocsd_pkt_str(test_protocol,p_packet_in,packet_str+offset,PACKET_STR_LEN-offset) == OCSD_OK) in packet_monitor()
793 test_protocol = p_ext_fact->protocol_id; in register_extern_decoder()
814 switch(test_protocol) in create_decoder()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_protocols.py18 def test_protocol(self): member in ProtocolsAbsTests
/external/python/cpython2/Lib/test/
Dtest_ssl.py761 def test_protocol(self): member in ContextTests
/external/python/cpython3/Lib/test/
Dtest_ssl.py1101 def test_protocol(self): member in ContextTests