HomeSort by relevance Sort by last modified time
    Searched refs:places (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /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/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...]
  /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)
  /external/opencv3/modules/videoio/src/
cap_images.cpp 234 char places[10]; local
235 sprintf(places, "%dd", i);
237 strcat(name, places);
  /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%)
  /external/clang/tools/driver/
Android.mk 103 # remove when we can use PIE binaries in all places again
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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...]

Completed in 828 milliseconds

1 2 3 4 5 6 7