/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/bipartite/tests/ |
test_spectral_bipartivity.py | 28 assert_almost_equal(sb(G),0.843,places=3) 32 assert_almost_equal(sb(G),0.871,places=3) 36 assert_almost_equal(sb(G),0.890,places=3) 43 assert_almost_equal(sb(G),0.769,places=3) 47 assert_almost_equal(sb(G),0.829,places=3) 52 assert_almost_equal(sb(G),0.731,places=3) 58 assert_almost_equal(sb(G),0.692,places=3) 64 assert_almost_equal(sb(G),0.645,places=3) 70 assert_almost_equal(sb(G),0.645,places=3) 77 assert_almost_equal(sb(G),0.597,places=3 [all...] |
test_centrality.py | 91 assert_almost_equal(value, deg[node], places=2) 129 assert_almost_equal(value, bet[node], places=2) 167 assert_almost_equal(value, clos[node], places=2)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/tests/ |
test_load_centrality.py | 45 assert_almost_equal(result[n], b[n], places=3) 46 assert_almost_equal(result[n], nx.load_centrality(self.D, n), places=3) 62 assert_almost_equal(c[n],d[n],places=3) 71 assert_almost_equal(c[n],d[n],places=3) 84 assert_almost_equal(c[n],d[n],places=3) 101 assert_almost_equal(c[n],d[n],places=3) 122 assert_almost_equal(c[n],d[n],places=3) 134 assert_almost_equal(c[n],d[n],places=3) 143 assert_almost_equal(c[n],d[n],places=3) 161 assert_almost_equal(c[n],d[n],places=3 [all...] |
test_closeness_centrality.py | 34 assert_almost_equal(c[n],d[n],places=3) 42 assert_almost_equal(c[n],d[n],places=3) 57 assert_almost_equal(c[n],d[n],places=3) 77 assert_almost_equal(c[n],d[n],places=3) 92 assert_almost_equal(c[n],d[n],places=3)
|
test_communicability.py | 26 assert_almost_equal(answer[k],result[k],places=7) 37 assert_almost_equal(answer1[k],result1[k],places=7) 40 assert_almost_equal(answer1[k],result1[k],places=7) 47 assert_almost_equal(answer[k],result[k],places=7) 59 assert_almost_equal(answer1[k],result1[k],places=7) 83 assert_almost_equal(answer[k1][k2],result[k1][k2],places=7) 123 assert_almost_equal(answer[k1][k2],result[k1][k2],places=7) 128 assert_almost_equal(answer[k1][k2],result[k1][k2],places=7) 134 assert_almost_equal(answer,result,places=7)
|
test_katz_centrality.py | 31 assert_almost_equal(b[n], b_answer[n], places=4) 47 assert_almost_equal(b[n], b_answer[n], places=4) 57 assert_almost_equal(b[n], b_answer[n], places=4) 78 assert_almost_equal(b[n], b_answer[alpha][n], places=4) 122 assert_almost_equal(b[n], b_answer[n], places=3) 132 assert_almost_equal(b[n], b_answer[n], places=4) 143 assert_almost_equal(b[n], b_answer[n], places=4) 154 assert_almost_equal(b[n], b_answer[n], places=4) 175 assert_almost_equal(b[n], b_answer[alpha][n], places=4)
|
/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...>> {
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/link_analysis/tests/ |
test_hits.py | 36 assert_almost_equal(h[n],G.h[n],places=4) 38 assert_almost_equal(a[n],G.a[n],places=4) 56 assert_almost_equal(h[n],G.h[n],places=4) 58 assert_almost_equal(a[n],G.a[n],places=4) 70 assert_almost_equal(h[n],G.h[n],places=4) 72 assert_almost_equal(a[n],G.a[n],places=4)
|
test_pagerank.py | 32 assert_almost_equal(p[n],G.pagerank[n],places=4) 37 assert_almost_equal(p[n],G.pagerank[n],places=4) 52 assert_almost_equal(p[n],G.pagerank[n],places=4) 85 assert_almost_equal(p[n],G.pagerank[n],places=4) 99 assert_almost_equal(p[n],answer[n],places=4)
|
/external/lldb/test/unittest2/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) 50 1.1, 1.0, places=2, delta=2) 52 1.1, 1.0, places=2, delta=2) 145 ["^1 != 2 within 7 places$", "^oops$", 146 "^1 != 2 within 7 places$", "^1 != 2 within 7 places : oops$"] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/tests/ |
test_boundary.py | 100 assert_almost_equals(cheeger(P,1),3.00,places=2) 101 assert_almost_equals(cheeger(P,2),2.00,places=2) 102 assert_almost_equals(cheeger(P,3),1.67,places=2) 103 assert_almost_equals(cheeger(P,4),1.00,places=2) 104 assert_almost_equals(cheeger(P,5),0.80,places=2)
|
/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...] |
/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)
|
/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%)
|
/external/clang/tools/driver/ |
Android.mk | 106 # remove when we can use PIE binaries in all places again
|