Home
last modified time | relevance | path

Searched defs:local_type (Results 1 – 4 of 4) sorted by relevance

/external/curl/tests/python_dependencies/impacket/
Dnmb.py679 …_type = TYPE_SERVER, sess_port = NETBIOS_SESSION_PORT, timeout = None, local_type = TYPE_WORKSTATI… argument
786 def _request_session(self, remote_type, local_type, timeout = None): argument
830 …_type = TYPE_SERVER, sess_port = NETBIOS_SESSION_PORT, timeout = None, local_type = TYPE_WORKSTATI… argument
858 def _request_session(self, remote_type, local_type, timeout = None): argument
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc190 std::string local_type; member
409 const std::string& local_type = LocalCandidate(ep1_ch1())->type(); in CheckCandidate1() local
434 const std::string& local_type = LocalCandidate(ep1_ch1())->type(); in ExpectCandidate1() local
448 const std::string& local_type = LocalCandidate(ep2_ch1())->type(); in CheckCandidate2() local
480 const std::string& local_type = LocalCandidate(ep2_ch1())->type(); in ExpectCandidate2() local
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h675 VkFlags local_type = 0; in layer_create_report_callback() local
892 VkFlags local_type = 0; in will_log_msg() local
947 VkFlags local_type = 0; in log_msg() local
/external/v8/src/wasm/baseline/
Dliftoff-assembler.h565 ValueType local_type(uint32_t index) { in local_type() function