/external/clang/test/CXX/temp/temp.param/ |
p15-cxx0x.cpp | 60 template<place...> struct places {}; struct in namespace:ParameterPackExpansions 64 struct append_places<places<X1...>, places<X2...>> { 65 typedef places<X1...,X2...> type; 71 template<> struct make_places<0> { typedef places<> type; }; 72 template<> struct make_places<1> { typedef places<_> type; }; 79 template<place...X> struct takedrop_impl<places<X...>> {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
test_assertions.py | 15 self.assertAlmostEqual(1.1, 1.0, places=0)
17 self.assertAlmostEqual, 1.1, 1.0, places=1)
19 self.assertAlmostEqual(0, .1+.1j, places=0)
20 self.assertNotAlmostEqual(0, .1+.1j, places=1)
22 self.assertAlmostEqual, 0, .1+.1j, places=1)
24 self.assertNotAlmostEqual, 0, .1+.1j, places=0)
42 1.1, 1.0, places=2, delta=2)
44 1.1, 1.0, places=2, delta=2)
183 ["^1 != 2 within 7 places$", "^oops$",
184 "^1 != 2 within 7 places$", "^1 != 2 within 7 places : oops$"]) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/ |
test_assertions.py | 15 self.assertAlmostEqual(1.1, 1.0, places=0) 17 self.assertAlmostEqual, 1.1, 1.0, places=1) 19 self.assertAlmostEqual(0, .1+.1j, places=0) 20 self.assertNotAlmostEqual(0, .1+.1j, places=1) 22 self.assertAlmostEqual, 0, .1+.1j, places=1) 24 self.assertNotAlmostEqual, 0, .1+.1j, places=0) 42 1.1, 1.0, places=2, delta=2) 44 1.1, 1.0, places=2, delta=2) 183 ["^1 != 2 within 7 places$", "^oops$", 184 "^1 != 2 within 7 places$", "^1 != 2 within 7 places : oops$"] [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/ |
test_assertions.py | 15 self.assertAlmostEqual(1.1, 1.0, places=0) 17 self.assertAlmostEqual, 1.1, 1.0, places=1) 19 self.assertAlmostEqual(0, .1+.1j, places=0) 20 self.assertNotAlmostEqual(0, .1+.1j, places=1) 22 self.assertAlmostEqual, 0, .1+.1j, places=1) 24 self.assertNotAlmostEqual, 0, .1+.1j, places=0) 42 1.1, 1.0, places=2, delta=2) 44 1.1, 1.0, places=2, delta=2) 183 ["^1 != 2 within 7 places$", "^oops$", 184 "^1 != 2 within 7 places$", "^1 != 2 within 7 places : oops$"] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_assertions.py | 15 self.assertAlmostEqual(1.1, 1.0, places=0) 17 self.assertAlmostEqual, 1.1, 1.0, places=1) 19 self.assertAlmostEqual(0, .1+.1j, places=0) 20 self.assertNotAlmostEqual(0, .1+.1j, places=1) 22 self.assertAlmostEqual, 0, .1+.1j, places=1) 24 self.assertNotAlmostEqual, 0, .1+.1j, places=0) 42 1.1, 1.0, places=2, delta=2) 44 1.1, 1.0, places=2, delta=2) 183 ["^1 != 2 within 7 places$", "^oops$", 184 "^1 != 2 within 7 places$", "^1 != 2 within 7 places : oops$"] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_assertions.py | 15 self.assertAlmostEqual(1.1, 1.0, places=0) 17 self.assertAlmostEqual, 1.1, 1.0, places=1) 19 self.assertAlmostEqual(0, .1+.1j, places=0) 20 self.assertNotAlmostEqual(0, .1+.1j, places=1) 22 self.assertAlmostEqual, 0, .1+.1j, places=1) 24 self.assertNotAlmostEqual, 0, .1+.1j, places=0) 42 1.1, 1.0, places=2, delta=2) 44 1.1, 1.0, places=2, delta=2) 183 ["^1 != 2 within 7 places$", "^oops$", 184 "^1 != 2 within 7 places$", "^1 != 2 within 7 places : oops$"] [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_difflib.py | 11 self.assertAlmostEqual(sm.ratio(), 0.995, places=3)
16 self.assertAlmostEqual(sm.ratio(), 0.995, places=3)
24 self.assertAlmostEqual(sm.ratio(), 0.994, places=3)
40 self.assertAlmostEqual(sm.ratio(), 0, places=3)
44 self.assertAlmostEqual(sm.ratio(), 0.9975, places=3)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_difflib.py | 11 self.assertAlmostEqual(sm.ratio(), 0.995, places=3) 16 self.assertAlmostEqual(sm.ratio(), 0.995, places=3) 24 self.assertAlmostEqual(sm.ratio(), 0.994, places=3) 40 self.assertAlmostEqual(sm.ratio(), 0, places=3) 44 self.assertAlmostEqual(sm.ratio(), 0.9975, places=3)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_difflib.py | 11 self.assertAlmostEqual(sm.ratio(), 0.995, places=3) 16 self.assertAlmostEqual(sm.ratio(), 0.995, places=3) 24 self.assertAlmostEqual(sm.ratio(), 0.994, places=3) 40 self.assertAlmostEqual(sm.ratio(), 0, places=3) 44 self.assertAlmostEqual(sm.ratio(), 0.9975, places=3)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_difflib.py | 11 self.assertAlmostEqual(sm.ratio(), 0.995, places=3) 16 self.assertAlmostEqual(sm.ratio(), 0.995, places=3) 24 self.assertAlmostEqual(sm.ratio(), 0.994, places=3) 40 self.assertAlmostEqual(sm.ratio(), 0, places=3) 44 self.assertAlmostEqual(sm.ratio(), 0.9975, places=3)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_difflib.py | 11 self.assertAlmostEqual(sm.ratio(), 0.995, places=3) 16 self.assertAlmostEqual(sm.ratio(), 0.995, places=3) 24 self.assertAlmostEqual(sm.ratio(), 0.994, places=3) 40 self.assertAlmostEqual(sm.ratio(), 0, places=3) 44 self.assertAlmostEqual(sm.ratio(), 0.9975, places=3)
|
/tools/test/connectivity/acts/framework/acts/ |
asserts.py | 63 places=7, 72 :param places: For floating points, how many decimal places to look into 84 first, second, places=places, msg=msg)
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
list_of_scalar_values_unittest.py | 31 164.71186, places=4) 45 places=4) 52 places=4) 105 self.assertAlmostEqual(156.88849, vM.std, places=4) 176 self.assertAlmostEqual(d['std'], 0.7071, places=4) 193 self.assertAlmostEqual(d['std'], 156.88849, places=4)
|
/external/valgrind/massif/tests/ |
thresholds_0_10.post.exp | 53 | ->06.50% (5,200B) in 3+ places, all below ms_print's threshold (10.00%) 58 | ->13.00% (10,400B) in 3+ places, all below ms_print's threshold (10.00%) 60 ->00.50% (400B) in 1+ places, all below ms_print's threshold (10.00%)
|
thresholds_10_10.post.exp | 53 | ->06.50% (5,200B) in 1+ places, all below ms_print's threshold (10.00%) 58 | ->13.00% (10,400B) in 3 places, all below massif's threshold (10.00%) 60 ->00.50% (400B) in 1+ places, all below ms_print's threshold (10.00%)
|
thresholds_5_10.post.exp | 53 | ->06.50% (5,200B) in 2+ places, all below ms_print's threshold (10.00%) 58 | ->13.00% (10,400B) in 2+ places, all below ms_print's threshold (10.00%) 60 ->00.50% (400B) in 1+ places, all below ms_print's threshold (10.00%)
|
peak2.post.exp | 45 ->00.85% (16B) in 1+ places, all below ms_print's threshold (01.00%) 57 ->00.44% (16B) in 1+ places, all below ms_print's threshold (01.00%) 69 ->00.30% (16B) in 1+ places, all below ms_print's threshold (01.00%) 81 ->00.23% (16B) in 1+ places, all below ms_print's threshold (01.00%) 93 ->00.18% (16B) in 1+ places, all below ms_print's threshold (01.00%) 105 ->00.15% (16B) in 1+ places, all below ms_print's threshold (01.00%) 117 ->00.13% (16B) in 1+ places, all below ms_print's threshold (01.00%) 129 ->00.11% (16B) in 1+ places, all below ms_print's threshold (01.00%) 141 ->00.10% (16B) in 1+ places, all below ms_print's threshold (01.00%) 153 ->00.09% (16B) in 1+ places, all below ms_print's threshold (01.00% [all...] |
ignoring.post.exp | 51 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 64 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 92 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 107 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 122 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 137 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 152 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 168 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 188 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 208 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00% [all...] |
zero1.post.exp | 49 ->00.00% (0B) in 5 places, all below massif's threshold (1.00%) 65 ->00.00% (0B) in 10 places, all below massif's threshold (1.00%)
|
zero2.post.exp | 49 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 65 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
|
peak.post.exp | 45 ->00.85% (16B) in 1+ places, all below ms_print's threshold (01.00%) 57 ->00.44% (16B) in 1+ places, all below ms_print's threshold (01.00%) 69 ->00.30% (16B) in 1+ places, all below ms_print's threshold (01.00%) 81 ->00.23% (16B) in 1+ places, all below ms_print's threshold (01.00%) 93 ->00.18% (16B) in 1+ places, all below ms_print's threshold (01.00%) 105 ->00.15% (16B) in 1+ places, all below ms_print's threshold (01.00%) 117 ->00.13% (16B) in 1+ places, all below ms_print's threshold (01.00%) 129 ->00.11% (16B) in 1+ places, all below ms_print's threshold (01.00%) 141 ->00.10% (16B) in 1+ places, all below ms_print's threshold (01.00%) 153 ->00.09% (16B) in 1+ places, all below ms_print's threshold (01.00% [all...] |
ignored.post.exp | 45 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
|
long-time.post.exp | 45 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 59 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 86 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 97 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 112 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 127 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 138 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 154 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 172 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%) 190 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00% [all...] |
thresholds_10_0.post.exp | 53 | ->06.50% (5,200B) in 3 places, all below massif's threshold (10.00%) 58 | ->13.00% (10,400B) in 3 places, all below massif's threshold (10.00%)
|
thresholds_5_0.post.exp | 55 | ->01.50% (1,200B) in 2 places, all below massif's threshold (5.00%) 63 | ->04.00% (3,200B) in 2 places, all below massif's threshold (5.00%)
|