/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...] |
/external/valgrind/main/massif/tests/ |
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...] |
/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/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/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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vtbl.c | 91 * places within the driver. 109 * many places within the driver. 133 /* The driver uses this in places that need to look up
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vtbl.c | 91 * places within the driver. 109 * many places within the driver. 133 /* The driver uses this in places that need to look up
|
/external/valgrind/main/docs/internals/ |
multiple-architectures.txt | 122 In places where compilation should happen twice (on a dual-arch 126 But there are also places where building must only happen once, 127 for the primary architecture. These places are (at least):
|
/bionic/libc/bionic/ |
hash.h | 51 this we have to clamp the result in some places to [0,2^32); no
|
/development/apps/launchperf/res/layout/ |
simple_layout.xml | 25 <!-- The top view is a layout manager that places its child views into
|
/development/samples/Compass/ |
AndroidManifest.xml | 50 <!-- This places this activity into the main app list. -->
|
/development/samples/Obb/res/layout/ |
obb_mount_activity.xml | 21 <!-- The top view is a layout manager that places its child views into
|
/external/chromium_org/cc/layers/ |
video_frame_provider.h | 47 // This function places a lock on the current frame and returns a pointer to
|
/external/chromium_org/chrome/browser/ |
browser_shutdown.h | 59 // except from appropriate places in BrowserList. To quit, use usual means,
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_view_unittest.mm | 81 // a few pixels from the lower left corner of the window, which places it in
|
/external/chromium_org/chrome/installer/mac/ |
make_signers.sh | 11 # The build places these in the "${mac_product_name} Packaging" directory next
|
/external/chromium_org/content/renderer/pepper/ |
plugin_object.h | 46 // returns true and places the class data into |*ppp_class_data| (which can
|
/external/chromium_org/ppapi/api/private/ |
ppb_flash_message_loop.idl | 43 * This function is used in places where Flash would normally enter a nested
|
/external/chromium_org/ppapi/api/trusted/ |
ppb_broker_trusted.idl | 60 * Returns PP_OK on success, and places the result into the given output
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
syscall_iterator.cc | 54 // we iterate; we return values from 0..0xFFFFFFFFu. But there are places,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
check-webkit-style | 34 The goal of this script is to identify places in the code that *may*
|
/external/chromium_org/third_party/libaddressinput/src/cpp/src/ |
retriever.h | 56 // then downloads the data and places it in storage. If the data in storage is
|
/external/chromium_org/third_party/opus/src/celt/ |
mdct.h | 39 and scaling in many places.
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/ |
font.h | 35 // Platform ids. These are used in a number of places within the font whenever 48 // Unicode encoding ids. These are used in a number of places within the font 62 // Windows encoding ids. These are used in a number of places within the font 78 // Macintosh encoding ids. These are used in a number of places within the
|