Home
last modified time | relevance | path

Searched refs:_family (Results 1 – 10 of 10) sorted by relevance

/external/iproute2/include/
Dlibgenl.h6 #define GENL_REQUEST(_req, _bufsiz, _family, _hdrsiz, _ver, _cmd, _flags) \ argument
13 .nlmsg_type = (_family), \
/external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
Dnetwork_ChromeCellularNetworkProperties.py187 if self._family == '3GPP':
213 elif self._family == 'CDMA':
280 self._family = family
/external/autotest/client/cros/netprotos/
Dfake_host.py40 self._family = family
Dzeroconf_unittest.py81 self.assertEqual(sock._family, socket.AF_INET) # IPv4
/external/libnl/python/netlink/
Dcore.py643 self._family = family
646 return capi.nl_af2str(self._family, 32)[0]
649 return self._family
/external/ImageMagick/Magick++/lib/
DDrawable.cpp779 _family(), in DrawableFont()
790 _family(family_), in DrawableFont()
799 _family(original_._family), in DrawableFont()
816 if(_family.length()) in operator ()()
819 (void) DrawSetFontFamily( context_, _family.c_str() ); in operator ()()
/external/python/cpython2/Lib/multiprocessing/
Dconnection.py262 self._family = family
/external/libnl/include/netlink-private/
Dtypes.h472 uint32_t pre ##_family; \
/external/python/cpython3/Lib/multiprocessing/
Dconnection.py587 self._family = family
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h1082 std::string _family; variable