/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/assortativity/tests/ |
test_connectivity.py | 86 assert_almost_equal(nd,3.222222,places=5) 88 assert_almost_equal(nd,3.222222,places=5)
|
test_neighbor_degree.py | 80 assert_almost_equal(nd,3.222222,places=5)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/tests/ |
test_betweenness_centrality.py | 90 assert_almost_equal(b[n],b_answer[n],places=3) 103 assert_almost_equal(b[n],b_answer[n],places=3) 130 assert_almost_equal(b[n],b_answer[n],places=3) 146 assert_almost_equal(b[n],b_answer[n],places=3) 244 assert_almost_equal(b[n],b_answer[n],places=3) 259 assert_almost_equal(b[n],b_answer[n],places=3) 287 assert_almost_equal(b[n],b_answer[n],places=3) 303 assert_almost_equal(b[n],b_answer[n],places=3)
|
test_eigenvector_centrality.py | 33 assert_almost_equal(b[n],b_answer[n],places=3) 42 assert_almost_equal(b[n],b_answer[n],places=4)
|
/external/valgrind/massif/tests/ |
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%)
|
custom_alloc.post.exp | 55 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
|
insig.post.exp | 55 ->00.54% (96B) in 1+ places, all below ms_print's threshold (01.00%) 73 ->01.34% (256B) in 16 places, all below massif's threshold (0.99%)
|
/external/lldb/test/unittest2/ |
case.py | 549 def assertAlmostEqual(self, first, second, places=None, msg=None, delta=None): 551 difference rounded to the given number of decimal places 555 Note that decimal places (from zero) are usually not the same 564 if delta is not None and places is not None: 565 raise TypeError("specify delta or places not both") 575 if places is None: 576 places = 7 578 if round(abs(second-first), places) == 0: 581 standardMsg = '%s != %s within %r places' % (safe_repr(first), 583 places) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 527 def assertAlmostEqual(self, first, second, places=None, msg=None, delta=None): 529 difference rounded to the given number of decimal places 533 Note that decimal places (from zero) are usually not the same 542 if delta is not None and places is not None: 543 raise TypeError("specify delta or places not both") 553 if places is None: 554 places = 7 556 if round(abs(second-first), places) == 0: 559 standardMsg = '%s != %s within %r places' % (safe_repr(first), 561 places) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 527 def assertAlmostEqual(self, first, second, places=None, msg=None, delta=None): 529 difference rounded to the given number of decimal places 533 Note that decimal places (from zero) are usually not the same 542 if delta is not None and places is not None: 543 raise TypeError("specify delta or places not both") 553 if places is None: 554 places = 7 556 if round(abs(second-first), places) == 0: 559 standardMsg = '%s != %s within %r places' % (safe_repr(first), 561 places) [all...] |
/external/v8/test/mjsunit/ |
no-semicolon.js | 29 // in various places.
|
/external/libunwind/doc/ |
unw_getcontext.tex | 35 initialized by \Func{unw\_getcontext()} in places where a structure
|
/external/v8/test/webkit/ |
function-constructor-newline-after-brace.js | 25 "This test checks that the Function constructor places a newline after the opening brace, for compatibility reasons. It passes if there are no syntax error exceptions."
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_callbacks.py | 20 self.assertAlmostEqual(result, arg, places=5) 28 self.assertAlmostEqual(result, arg, places=5)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_callbacks.py | 20 self.assertAlmostEqual(result, arg, places=5) 28 self.assertAlmostEqual(result, arg, places=5)
|
/frameworks/base/docs/html/ |
gms_navtree_data.js | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
SerializableTest.java | 111 private static Locale places[] = { field in class:SerializableTest 415 Currency currencies[] = new Currency[places.length]; 417 for (int i = 0; i < places.length; i += 1) { 418 currencies[i] = Currency.getInstance(places[i]); [all...] |
/external/valgrind/gdbserver_tests/ |
mchelp.stdoutB.exp | 43 shows places pointing inside <len> (default 1) bytes at <addr> 102 shows places pointing inside <len> (default 1) bytes at <addr>
|
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 98 to catch places where it might overrun. the RE code is still fragile. 208 gawk and mawk. there are still places where it doesn't work 337 /=/ and similar constructs more sensibly in more places. 491 fixed awful bug in new field splitting; didn't get all the places 521 instances of unsigned char have been removed; the handful of places 879 are evaluated before the function is called. Places [all...] |
/external/libvorbis/doc/ |
09-helper.tex | 8 The equations below are used in multiple places by the Vorbis codec
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cmath.py | 117 self.assertAlmostEqual(cmath.pi, pi_expected, places=9, 119 self.assertAlmostEqual(cmath.e, e_expected, places=9,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cmath.py | 117 self.assertAlmostEqual(cmath.pi, pi_expected, places=9, 119 self.assertAlmostEqual(cmath.e, e_expected, places=9,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Utility.java | 571 // This part of the loop places the next byte into the local [all...] |