/external/llvm-project/lldb/source/Host/common/ |
D | SocketAddress.cpp | 119 return GetFamilyLength(GetFamily()); in GetLength() 125 sa_family_t SocketAddress::GetFamily() const { in GetFamily() function in SocketAddress 138 switch (GetFamily()) { in GetIPAddress() 140 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv4.sin_addr, str, in GetIPAddress() 145 if (inet_ntop(GetFamily(), &m_socket_addr.sa_ipv6.sin6_addr, str, in GetIPAddress() 154 switch (GetFamily()) { in GetPort() 164 switch (GetFamily()) { in SetPort() 292 return (GetFamily() == AF_INET) in IsAnyAddr() 298 return (GetFamily() == AF_INET) in IsLocalhost() 305 if (GetFamily() != rhs.GetFamily()) in operator ==() [all …]
|
D | TCPSocket.cpp | 166 error = CreateSocket(address.GetFamily()); in Connect() 204 int fd = Socket::CreateSocket(address.GetFamily(), kType, IPPROTO_TCP, in Listen() 218 listen_address.SetToAnyAddress(address.GetFamily(), port); in Listen()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_colorspace.h | 84 int GetFamily() const { return m_Family; } in GetFamily() function 86 return GetFamily() == PDFCS_SEPARATION || GetFamily() == PDFCS_DEVICEN || in IsSpecial() 87 GetFamily() == PDFCS_INDEXED || GetFamily() == PDFCS_PATTERN; in IsSpecial()
|
D | cpdf_shadingpattern.cpp | 76 if (!m_pCS || m_pCS->GetFamily() == PDFCS_PATTERN) in Load() 101 if (m_pCS->GetFamily() == PDFCS_INDEXED) in Validate() 109 if (!m_pFunctions.empty() && m_pCS->GetFamily() == PDFCS_INDEXED) in Validate()
|
D | cpdf_patterncs.cpp | 34 if (m_pBaseCS->GetFamily() == PDFCS_PATTERN) in v_Load()
|
D | cpdf_colorspace.cpp | 640 return GetFamily() == PDFCS_DEVICEGRAY || GetFamily() == PDFCS_DEVICERGB || in IsNormal() 641 GetFamily() == PDFCS_DEVICECMYK || GetFamily() == PDFCS_CALGRAY || in IsNormal() 642 GetFamily() == PDFCS_CALRGB; in IsNormal() 1077 if (pAlterCS->GetFamily() == PDFCS_PATTERN) in FindAlternateProfile() 1141 int family = m_pBaseCS->GetFamily(); in v_Load()
|
D | cpdf_color.cpp | 28 return m_pCS->GetFamily() == PDFCS_PATTERN; in IsPatternInternal()
|
D | cpdf_devicecs.cpp | 34 SetComponentsForStockCS(ComponentsForFamily(GetFamily())); in CPDF_DeviceCS()
|
D | cpdf_dib.cpp | 96 if (pCS->GetFamily() == PDFCS_INDEXED) in ColorSpaceOptionFromColorSpace() 421 m_Family = m_pColorSpace->GetFamily(); in LoadColorInfo() 684 if (m_pColorSpace && m_pColorSpace->GetFamily() == PDFCS_INDEXED && in LoadJpxBitmap()
|
D | cpdf_docpagedata.cpp | 285 switch (pCS->GetFamily()) { in GetColorSpaceInternal()
|
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/objcxx/ |
D | PlatformiOSSimulatorCoreSimulatorSupport.mm | 255 if (lhs.GetFamily() != rhs.GetFamily()) 281 if (lhs.GetFamily() != rhs.GetFamily()) 308 if (lhs.GetFamily() != rhs.GetFamily()) 335 if (lhs.GetFamily() != rhs.GetFamily())
|
D | PlatformiOSSimulatorCoreSimulatorSupport.h | 63 std::string GetFamily() const { return m_family.c_str(); } in GetFamily() function
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | RNBSocket.cpp | 94 int sock_fd = ::socket(address.GetFamily(), SOCK_STREAM, IPPROTO_TCP); in Listen() 103 bind_address.SetToAnyAddress(bind_address.GetFamily(), port); in Listen() 224 m_fd = ::socket(address.GetFamily(), SOCK_STREAM, IPPROTO_TCP); in Connect()
|
/external/llvm-project/lldb/unittests/debugserver/ |
D | RNBSocketTest.cpp | 64 if (addresses.front().GetFamily() == AF_INET6) in TestSocketListen() 99 if (addresses.front().GetFamily() == AF_INET6) in TestSocketConnect()
|
/external/llvm-project/lldb/unittests/Host/ |
D | SocketAddressTest.cpp | 46 EXPECT_EQ(AF_INET, addr[0].GetFamily()); in TEST_F()
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | SocketAddress.h | 74 sa_family_t GetFamily() const;
|
/external/pdfium/fpdfsdk/ |
D | fpdf_editimg.cpp | 344 metadata->colorspace = pSource->GetColorSpace()->GetFamily(); in FPDFImageObj_GetImageMetadata()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagerenderer.cpp | 154 int format = pColorSpace->GetFamily(); in StartRenderDIBBase()
|
D | cpdf_renderstatus.cpp | 646 int format = pColorSpace->GetFamily(); in ProcessTransparency() 1701 int family = pCS->GetFamily(); in GetBackColor()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 2127 int csFamily = pPattern->GetCS()->GetFamily(); in DrawShading()
|