/external/dhcpcd-6.8.2/ |
D | ifaddrs.c | 35 struct ifaddrs *get_interface(const char *name, sa_family_t family) in get_interface() function 119 ifa = get_interface(de->d_name, AF_INET); in getifaddrs() 124 ifa = get_interface(de->d_name, AF_PACKET); in getifaddrs()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_symbol_table.cpp | 62 const glsl_type *get_interface(enum ir_variable_mode mode) in get_interface() function in symbol_table_entry 243 const glsl_type *glsl_symbol_table::get_interface(const char *name, in get_interface() function in glsl_symbol_table 247 return entry != NULL ? entry->get_interface(mode) : NULL; in get_interface()
|
D | glsl_symbol_table.h | 90 const glsl_type *get_interface(const char *name,
|
/external/toybox/toys/pending/ |
D | arping.c | 52 static void get_interface(char *interface, int *ifindex, uint32_t *oip, in get_interface() function 213 get_interface(TT.iface, &if_index, NULL, NULL); in arping_main() 255 get_interface(TT.iface, NULL, &oip, NULL); in arping_main()
|
D | dhcp.c | 281 static int get_interface( char *interface, int *ifindex, uint32_t *oip, uint8_t *mac) in get_interface() function 1305 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr)) in dhcp_main() 1333 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr)) in dhcp_main()
|
D | dhcpd.c | 359 static int get_interface(const char *interface, int *ifindex, void *oip, in get_interface() function 1658 if (get_interface(gconfig.interface, &gconfig.ifindex, in dhcpd_main() 1698 if (get_interface(gconfig.interface, &gconfig.ifindex, in dhcpd_main()
|
/external/freetype/include/freetype/internal/ |
D | sfnt.h | 569 FT_Module_Requester get_interface; member 748 clazz->get_interface = get_interface_; \
|
D | ftserv.h | 68 if ( module->clazz->get_interface ) \ 69 _tmp_ = module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \ 80 if ( module->clazz->get_interface ) \ 81 _tmp_ = module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
|
D | ftobjs.h | 1556 clazz->root.get_interface = get_interface_; 1610 clazz->get_interface = get_interface_; \
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_audio_ids.py | 162 def get_interface(port_id): function
|
D | chameleon_audio_helper.py | 45 self.interface = ids.get_interface(port_id)
|
/external/freetype/include/freetype/ |
D | ftmodapi.h | 229 FT_Module_Requester get_interface; member
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | netcap.c | 351 static void get_interface(unsigned int iface, char *ifc) in get_interface() function 412 get_interface(iface, ifc); in read_packet()
|
/external/autotest/server/ |
D | site_linux_router.py | 265 phy_name = self.iw_runner.get_interface(interface).phy 747 interface = self.iw_runner.get_interface( 1086 self.iw_runner.get_interface(interface).phy)
|
/external/freetype/src/truetype/ |
D | ttdriver.c | 604 return sfnt->get_interface( driver, tt_interface ); in FT_CALLBACK_DEF()
|
/external/freetype/src/base/ |
D | ftobjs.c | 4889 FT_ASSERT( module->clazz && module->clazz->get_interface ); in ft_module_get_service() 4892 if ( module->clazz->get_interface ) in ft_module_get_service() 4893 result = module->clazz->get_interface( module, service_id ); in ft_module_get_service() 4909 if ( cur[0]->clazz->get_interface ) in ft_module_get_service() 4911 result = cur[0]->clazz->get_interface( cur[0], service_id ); in ft_module_get_service() 5011 if ( !cur[0]->clazz->get_interface ) in ft_property_do() 5019 interface = cur[0]->clazz->get_interface( cur[0], in ft_property_do()
|
/external/autotest/client/common_lib/cros/network/ |
D | iw_runner.py | 297 def get_interface(self, interface_name): member in IwRunner
|
/external/freetype/src/cff/ |
D | cffdrivr.c | 1090 return sfnt ? sfnt->clazz->get_interface( sfnt, module_interface ) : 0; in FT_CALLBACK_DEF()
|
/external/freetype/ |
D | ChangeLog.21 | 4564 * include/freetype/internal/sfnt.h (SFNT_Interface): `get_interface' 5909 `get_interface'.
|