Searched refs:testAnd (Results 1 – 5 of 5) sorted by relevance
5 void testAnd(int i, int *p) { in testAnd() function
71 public void testAnd() { in testAnd() method in PeriodTest
75 public void testAnd() { in testAnd() method in PeriodTest
62 public void testAnd() { in testAnd() method in MatcherTest
16 def testAnd(self): assert univ.Integer(1) & 0 == 0, '__and__() fails' member in IntegerTestCase