Home
last modified time | relevance | path

Searched refs:getFamily (Results 1 – 25 of 1283) sorted by relevance

12345678910>>...52

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/
H A DTestImportTsvParser.java70 assertNull(parser.getFamily(0)); in testTsvParserSpecParsing()
76 assertNull(parser.getFamily(0)); in testTsvParserSpecParsing()
78 assertBytesEquals(Bytes.toBytes("col1"), parser.getFamily(1)); in testTsvParserSpecParsing()
84 assertNull(parser.getFamily(0)); in testTsvParserSpecParsing()
86 assertBytesEquals(Bytes.toBytes("col1"), parser.getFamily(1)); in testTsvParserSpecParsing()
94 assertNull(parser.getFamily(0)); in testTsvParserSpecParsing()
106 assertNull(parser.getFamily(0)); in testTsvParserSpecParsing()
119 assertNull(parser.getFamily(0)); in testTsvParserSpecParsing()
138 assertNull(parser.getFamily(2)); in testTsvParser()
152 assertNull(parser.getFamily(0)); in testTsvParserWithTimestamp()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DSocketAddress.cpp372 switch (getFamily()) { in getActualSize()
412 switch (getFamily()) { in getPort()
424 switch (getFamily()) { in setPort()
503 switch (getFamily()) { in describe()
530 if (external_ != other.external_ || other.getFamily() != getFamily()) { in operator ==()
549 switch (getFamily()) { in operator ==()
563 if (other.getFamily() != getFamily()) { in prefixMatch()
567 switch (getFamily()) { in prefixMatch()
735 if (getFamily() != other.getFamily()) { in operator <()
736 return getFamily() < other.getFamily(); in operator <()
[all …]
H A DSocketAddress.h82 if (addr.getFamily() == AF_UNIX) { in SocketAddress()
92 if (addr.getFamily() != AF_UNIX) {
99 if (addr.getFamily() == AF_UNIX) {
131 bool isInitialized() const { return (getFamily() != AF_UNSPEC); } in isInitialized()
404 sa_family_t getFamily() const { in getFamily() function
409 bool empty() const { return getFamily() == AF_UNSPEC; } in empty()
457 return (getFamily() == AF_INET6 && storage_.addr.isIPv4Mapped()); in isIPv4Mapped()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolChemicalFeatures/
H A DtestFeatures.cpp145 TEST_ASSERT(featDef->getFamily() == "HDONOR"); in test2()
162 TEST_ASSERT(featDef->getFamily() == "HDONOR"); in test2()
179 TEST_ASSERT(featDef->getFamily() == "HDONOR"); in test2()
348 TEST_ASSERT(featSPtr->getFamily() == "HBondDonor"); in test5()
431 TEST_ASSERT(featSPtr->getFamily() == "ZnBinder"); in test6()
465 TEST_ASSERT(featDef->getFamily() == "HBondDonor"); in test7()
503 TEST_ASSERT(featDef->getFamily() == "HDONOR"); in testIssue224()
526 TEST_ASSERT(featDef->getFamily() == "HDONOR"); in testIssue224()
551 TEST_ASSERT(featDef->getFamily() == "HDONOR"); in testIssue224()
576 TEST_ASSERT(featDef->getFamily() == "HDONOR"); in testIssue224()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/asiolink/tests/
H A Dio_endpoint_unittest.cc34 EXPECT_EQ(AF_INET, ep->getFamily()); in TEST()
35 EXPECT_EQ(AF_INET, ep->getAddress().getFamily()); in TEST()
44 EXPECT_EQ(AF_INET, ep->getFamily()); in TEST()
45 EXPECT_EQ(AF_INET, ep->getAddress().getFamily()); in TEST()
55 EXPECT_EQ(AF_INET6, ep->getFamily()); in TEST()
56 EXPECT_EQ(AF_INET6, ep->getAddress().getFamily()); in TEST()
66 EXPECT_EQ(AF_INET6, ep->getFamily()); in TEST()
67 EXPECT_EQ(AF_INET6, ep->getAddress().getFamily()); in TEST()
248 virtual short getFamily() const { return (AF_UNSPEC); } in getFamily() function in __anondc5bd10f0111::TestIOEndpoint
/dports/databases/hbase/hbase-1.2.1/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/
H A DThriftUtilities.java121 out.addColumn(column.getFamily(), column.getQualifier()); in getFromThrift()
123 out.addFamily(column.getFamily()); in getFromThrift()
222 columnValue.getFamily(), columnValue.getQualifier(), columnValue.getValue()); in putFromThrift()
277 out.deleteColumns(column.getFamily(), column.getQualifier()); in deleteFromThrift()
279 out.deleteColumn(column.getFamily(), column.getQualifier()); in deleteFromThrift()
284 out.deleteFamily(column.getFamily(), column.getTimestamp()); in deleteFromThrift()
286 out.deleteFamily(column.getFamily()); in deleteFromThrift()
398 out.addColumn(column.getFamily(), column.getQualifier()); in scanFromThrift()
400 out.addFamily(column.getFamily()); in scanFromThrift()
438 out.addColumn(column.getFamily(), column.getQualifier(), column.getAmount()); in incrementFromThrift()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/ChemicalFeatures/
H A DtestChemicalFeatures.cpp27 TEST_ASSERT(f1.getFamily() == "foo"); in test1()
35 TEST_ASSERT(f2.getFamily() == "foo"); in test1()
44 TEST_ASSERT(f3.getFamily() == "foo"); in test1()
52 TEST_ASSERT(f4.getFamily() == "foo"); in test1()
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DSocketAddressTest.cpp47 EXPECT_EQ(addr.getFamily(), AF_INET); in TEST()
59 EXPECT_EQ(addr.getFamily(), AF_INET); in TEST()
84 EXPECT_EQ(addr.getFamily(), AF_INET); in TEST()
91 EXPECT_EQ(addr6.getFamily(), AF_INET6); in TEST()
100 EXPECT_EQ(addr.getFamily(), AF_INET); in TEST()
123 EXPECT_EQ(addr.getFamily(), AF_INET); in TEST()
173 EXPECT_EQ(addr.getFamily(), AF_INET6); in TEST()
179 EXPECT_EQ(addr.getFamily(), AF_INET); in TEST()
185 EXPECT_EQ(addr.getFamily(), AF_INET6); in TEST()
191 EXPECT_EQ(addr.getFamily(), AF_INET6); in TEST()
[all …]
/dports/science/molsketch/Molsketch-0.7.2/libmolsketch/actions/
H A Dabstractrecursiveitemaction.cpp29 QList<QGraphicsItem*> getFamily(const QList<QGraphicsItem*>& list) in getFamily() function
33 family += getFamily(item->childItems()); in getFamily()
44 foreach(QGraphicsItem *item, getFamily(list)) in filterItems()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/Features/
H A DtestFeatures.cpp40 TEST_ASSERT(f1.getFamily() == bazType); in test1()
49 TEST_ASSERT(f1.getFamily() == barType); in test1()
57 TEST_ASSERT(f1.getFamily() == barType); in test1()
88 TEST_ASSERT(f1.getFamily() == barType); in test2()
124 TEST_ASSERT(f1.getFamily() == "foob"); in test3()
130 TEST_ASSERT(f1.getFamily() == "bar"); in test3()
137 TEST_ASSERT(f1.getFamily() == "grm"); in test3()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/happyeyeballs/
H A DQuicHappyEyeballsFunctions.cpp45 if (peerAddress.getFamily() == AF_INET) { in happyEyeballsAddPeerAddress()
128 auto sockFamily = localAddress.has_value() ? localAddress->getFamily() in happyEyeballsSetUpSocket()
129 : peerAddress.getFamily(); in happyEyeballsSetUpSocket()
142 if (peerAddress.getFamily() == AF_INET) { in happyEyeballsSetUpSocket()
188 if (connection.peerAddress.getFamily() != peerAddress.getFamily()) { in happyEyeballsOnDataReceived()
/dports/net/kea/kea-2.0.1/src/lib/asiolink/
H A Dio_endpoint.cc45 getFamily() == other.getFamily() && in operator ==()
56 if (endpoint.getFamily() == AF_INET6) { in operator <<()
H A Dio_address.cc88 IOAddress::getFamily() const { in getFamily() function in isc::asiolink::IOAddress
130 if (a.getFamily() != b.getFamily()) { in subtract()
174 return (IOAddress::fromBytes(addr.getFamily(), &packed[0])); in increase()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DSocketAddress.h81 if (addr.getFamily() == AF_UNIX) { in SocketAddress()
91 if (addr.getFamily() != AF_UNIX) {
98 if (addr.getFamily() == AF_UNIX) {
131 return (getFamily() != AF_UNSPEC); in isInitialized()
404 sa_family_t getFamily() const { in getFamily() function
410 return getFamily() == AF_UNSPEC; in empty()
459 return (getFamily() == AF_INET6 && storage_.addr.isIPv4Mapped()); in isIPv4Mapped()
/dports/math/jags/JAGS-4.3.0/src/modules/glm/samplers/
H A DAuxMixBinomial.cc24 switch(getFamily(snode)) { in getDenominator()
91 return (getFamily(snode) == GLM_BINOMIAL || in canRepresent()
92 getFamily(snode) == GLM_BERNOULLI) && in canRepresent()
H A DIWLSOutcome.cc21 if (getFamily(snode) == GLM_BINOMIAL) { in getScale()
31 …ode, chain), _link(dynamic_cast<LinkNode const*>(snode->parents()[0])), _family(getFamily(snode)), in IWLSOutcome()
72 GLMFamily family = getFamily(snode); in canRepresent()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DFont.java438 public String getFamily () in getFamily() method in Font
440 return peer.getFamily (this); in getFamily()
787 public String getFamily (Locale lc) in getFamily() method in Font
789 return peer.getFamily (this, lc); in getFamily()
1210 f.getFamily ().equals (this.getFamily ()) && in equals()
1229 + ",family=" + getFamily () in toString()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/awt/
H A DFont.java438 public String getFamily () in getFamily() method in Font
440 return peer.getFamily (this); in getFamily()
787 public String getFamily (Locale lc) in getFamily() method in Font
789 return peer.getFamily (this, lc); in getFamily()
1210 f.getFamily ().equals (this.getFamily ()) && in equals()
1229 + ",family=" + getFamily () in toString()
/dports/devel/opendht/opendht-1.10.1/include/opendht/
H A Dsockaddr.h122 sa_family_t getFamily() const { return len ? addr->sa_family : AF_UNSPEC; } in getFamily() function
154 auto family = getFamily(); in setAny()
170 switch(getFamily()) { in getPort()
184 switch(getFamily()) { in setPort()
263 switch(a.getFamily()) { in operator()
/dports/devel/py-opendht/opendht-1.10.1/include/opendht/
H A Dsockaddr.h122 sa_family_t getFamily() const { return len ? addr->sa_family : AF_UNSPEC; } in getFamily() function
154 auto family = getFamily(); in setAny()
170 switch(getFamily()) { in getPort()
184 switch(getFamily()) { in setPort()
263 switch(a.getFamily()) { in operator()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/
H A DFont.java453 public String getFamily() in getFamily() method in Font
455 return peer.getFamily(this); in getFamily()
840 public String getFamily(Locale lc) in getFamily() method in Font
842 return peer.getFamily(this, lc); in getFamily()
1265 && f.getFamily().equals(this.getFamily()) in equals()
1297 + "[family=" + getFamily () in toString()
/dports/devel/opendht/opendht-1.10.1/src/
H A Dutils.cpp91 auto family = getFamily(); in setAddress()
134 switch (getFamily()) { in isUnspecified()
147 switch (getFamily()) { in isLoopback()
166 switch (getFamily()) { in isPrivate()
197 if (getFamily() != AF_INET6) in isMappedIPv4()
221 auto family = getFamily(); in getMappedIPv6()
/dports/devel/py-opendht/opendht-1.10.1/src/
H A Dutils.cpp91 auto family = getFamily(); in setAddress()
134 switch (getFamily()) { in isUnspecified()
147 switch (getFamily()) { in isLoopback()
166 switch (getFamily()) { in isPrivate()
197 if (getFamily() != AF_INET6) in isMappedIPv4()
221 auto family = getFamily(); in getMappedIPv6()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/FontClass/
H A DFontPrivilege.java38 new Font("Helvetica", Font.PLAIN, 12).getFamily(); in main()
39 new Font("foo bar", Font.PLAIN, 12).getFamily(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/FontClass/
H A DFontPrivilege.java38 new Font("Helvetica", Font.PLAIN, 12).getFamily(); in main()
39 new Font("foo bar", Font.PLAIN, 12).getFamily(); in main()

12345678910>>...52