Home
last modified time | relevance | path

Searched defs:add_interface (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_symbol_table.cpp32 bool add_interface(const glsl_type *i, enum ir_variable_mode mode) in add_interface() function in symbol_table_entry
175 bool glsl_symbol_table::add_interface(const char *name, const glsl_type *i, in add_interface() function in glsl_symbol_table
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/border_router/
H A Dtest_firewall.py111 … def host_ping_ether(dest, interface, ttl=10, add_interface=False, add_route=False, gateway=None): argument
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c27 static struct interfaces * add_interface(struct dl_list *list, in add_interface() function
/aosp_15_r20/external/libpcap/
H A Dsf-pcapng.c593 add_interface(pcap_t *p, struct interface_description_block *idbp, in add_interface() function
/aosp_15_r20/external/autotest/client/common_lib/cros/network/
H A Diw_runner.py406 def add_interface(self, phy, interface, interface_type): member in IwRunner