HomeSort by relevance Sort by last modified time
    Searched refs:Family (Results 1 - 25 of 52) sorted by null

1 2 3

  /frameworks/base/tools/split-select/
Abi.h 36 enum Family {
43 Family getFamily(Variant variant);
44 const android::Vector<Variant>& getVariants(Family family);
Abi.cpp 44 Family getFamily(Variant variant) {
62 const Vector<Variant>& getVariants(Family family) {
63 switch (family) {
SplitDescription.cpp 42 abi::Family family = abi::getFamily(abi); local
43 abi::Family oFamily = abi::getFamily(o.abi);
44 if (family != oFamily) {
45 return family != abi::Family_none;
57 abi::Family family = abi::getFamily(abi); local
58 abi::Family oFamily = abi::getFamily(o.abi);
59 if (family != oFamily) {
  /system/connectivity/shill/net/
ip_address.h 31 typedef unsigned char Family;
32 static const Family kFamilyUnknown;
33 static const Family kFamilyIPv4;
34 static const Family kFamilyIPv6;
39 explicit IPAddress(Family family);
45 // structure, depending on the family specified in |address_struct|. |size|
49 IPAddress(Family family, const ByteString& address);
50 IPAddress(Family family, const ByteString& address, unsigned int prefix)
96 Family family() const { return family_; } function in class:shill::IPAddress
    [all...]
ip_address.cc 41 const IPAddress::Family IPAddress::kFamilyUnknown = AF_UNSPEC;
43 const IPAddress::Family IPAddress::kFamilyIPv4 = AF_INET;
45 const IPAddress::Family IPAddress::kFamilyIPv6 = AF_INET6;
54 IPAddress::IPAddress(Family family, const ByteString& address)
55 : family_(family) ,
59 IPAddress::IPAddress(Family family,
62 : family_(family) ,
66 IPAddress::IPAddress(Family family
    [all...]
ip_address_unittest.cc 49 void TestAddress(IPAddress::Family family,
54 IPAddress good_addr(family);
57 EXPECT_EQ(IPAddress::GetAddressLength(family), good_addr.GetLength());
58 EXPECT_EQ(family, good_addr.family());
67 IPAddress good_addr_from_bytes(family, good_bytes);
71 EXPECT_EQ(family, good_addr_from_string.family());
73 IPAddress bad_addr(family);
216 IPAddress::Family family; member in struct:shill::PrefixMapping
282 IPAddress::Family family; member in struct:shill::BitOperationMapping
342 IPAddress::Family family; member in struct:shill::NetworkPartMapping
402 IPAddress::Family family; member in struct:shill::MinPrefixLengthMapping
437 IPAddress::Family family; member in struct:shill::CanReachAddressMapping
    [all...]
rtnl_message.h 156 IPAddress::Family family);
173 IPAddress::Family family() const { return family_; } function in class:shill::RTNLMessage
245 IPAddress::Family family_;
  /external/gemmlowp/internal/
kernel_default.h 28 template <KernelFamily Family, int ProductBits>
29 struct DefaultKernelImpl : DefaultKernelImpl<Family, ProductBits + 1> {
33 template <KernelFamily Family, typename BitDepthParams>
35 : DefaultKernelImpl<Family, BitDepthParams::LhsBitDepth::kBits +
  /system/connectivity/shill/
dns_client_factory.h 39 IPAddress::Family family,
dns_client_factory.cc 39 IPAddress::Family family,
45 return new DNSClient(family,
mock_dns_client_factory.h 40 DNSClient* (IPAddress::Family family,
mock_routing_table.h 37 IPAddress::Family family,
48 IPAddress::Family family,
routing_table.h 79 // Get the default route associated with an interface of a given addr family.
82 IPAddress::Family family,
100 // Create a blackhole route for a given IP family. Returns true
103 IPAddress::Family family,
160 // Get the default route associated with an interface of a given addr family.
163 IPAddress::Family family,
dns_client.h 58 DNSClient(IPAddress::Family family,
arp_packet.cc 84 IPAddress::Family family = IPAddress::kFamilyUnknown; local
86 family = IPAddress::kFamilyIPv4;
88 family = IPAddress::kFamilyIPv6;
99 size_t ip_address_length = IPAddress::GetAddressLength(family);
124 local_ip_address_ = IPAddress(family, packet.GetSubstring(
128 remote_ip_address_ = IPAddress(family, packet.GetSubstring(
139 if (local_ip_address_.family() != remote_ip_address_.family()) {
144 IPAddress::Family family = local_ip_address_.family() local
    [all...]
ipconfig.h 61 IPAddress::Family address_family;
mock_manager.h 121 std::vector<std::string>(IPAddress::Family family));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netioapi.h 109 ADDRESS_FAMILY Family;
369 ADDRESS_FAMILY Family,
404 ADDRESS_FAMILY Family,
417 ADDRESS_FAMILY Family,
434 ADDRESS_FAMILY Family,
439 ADDRESS_FAMILY Family
447 ADDRESS_FAMILY Family,
496 ADDRESS_FAMILY Family,
509 ADDRESS_FAMILY Family,
518 ADDRESS_FAMILY Family,
    [all...]
ws2tcpip.h 418 WINSOCK_API_LINKAGE LPCWSTR WSAAPI InetNtopW(INT Family, PVOID pAddr, LPWSTR pStringBuf, size_t StringBufSIze);
419 WINSOCK_API_LINKAGE LPCSTR WSAAPI InetNtopA(INT Family, PVOID pAddr, LPSTR pStringBuf, size_t StringBufSize);
425 WINSOCK_API_LINKAGE INT WSAAPI InetPtonW(INT Family, LPCWSTR pStringBuf, PVOID pAddr);
426 WINSOCK_API_LINKAGE INT WSAAPI InetPtonA(INT Family, LPCSTR pStringBuf, PVOID pAddr);
  /frameworks/base/graphics/java/android/graphics/
FontListParser.java 39 families = new ArrayList<Family>();
42 public List<Family> families;
76 public static class Family {
77 public Family(String name, List<Font> fonts, String lang, String variant) {
109 if (tag.equals("family")) {
120 private static Family readFamily(XmlPullParser parser)
135 return new Family(name, fonts, lang, variant);
Typeface.java 112 * Create a typeface object given a family name, and option style information.
117 * @param familyName May be null. The name of the font family.
132 * style from the same family of an existing typeface object. If family is
133 * null, this selects from the default font's family.
135 * @param family May be null. The name of the existing type face.
140 public static Typeface create(Typeface family, int style) {
145 if (family != null) {
147 if (family.mStyle == style) {
148 return family;
    [all...]
  /external/llvm/lib/Support/
Host.cpp 202 static void DetectX86FamilyModel(unsigned EAX, unsigned &Family,
204 Family = (EAX >> 8) & 0xf; // Bits 8 - 11
206 if (Family == 6 || Family == 0xf) {
207 if (Family == 0xf)
208 // Examine extended family ID if family ID is F.
209 Family += (EAX >> 20) & 0xff; // Bits 20 - 27
210 // Examine extended model ID if family ID is 6 or F.
219 unsigned Family = 0
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 68 unsigned Family : 29; // Rest of 32-bit word, currently just an allocation
69 // family.
71 RefState(Kind k, const Stmt *s, unsigned family)
72 : S(s), K(k), Family(family) {
73 assert(family != AF_None);
82 return (AllocationFamily)Family;
87 return K == X.K && S == X.S && Family == X.Family;
90 static RefState getAllocated(unsigned family, const Stmt *s)
    [all...]
  /system/connectivity/shill/cellular/
cellular_bearer.h 83 // |address_family| specifies the IP address family of the configuration.
88 IPAddress::Family address_family,
cellular_bearer.cc 98 IPAddress::Family address_family,

Completed in 1467 milliseconds

1 2 3