Searched defs:identical (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Tools/scripts/
H A Dtreesync.py129 if identical(sf, mf):
157 def identical(sf, mf): function
/external/python/cpython2/Lib/test/
H A Dtest_float.py1015 # identical to those used in the Decimal module.
1029 def identical(self, x, y): member in class:HexFloatTestCase
1030 # check that floats x and y are identical, or that both
1037 self.fail('%r not identical to %r' % (x, y))
1040 self.identical(self.MIN, ldexp(1.0, -1022))
1041 self.identical(self.TINY, ldexp(1.0, -1074))
1042 self.identical(self.EPS, ldexp(1.0, -52))
1043 self.identical(self.MAX, 2.*(ldexp(1.0, 1023) - ldexp(1.0, 970)))
1132 self.identical(got, expected)
1142 self.identical(fromHe
[all...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 269 milliseconds