Home
last modified time | relevance | path

Searched refs:test_max (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.size.pass.cpp22 void test_max(size_t count) in test_max() function
37 test_max<T> (a.max_size() + 1); // just barely too large in test()
38 test_max<T> (a.max_size() * 2); // significantly too large in test()
39 test_max<T> (((size_t) -1) / sizeof(T) + 1); // multiply will overflow in test()
40 test_max<T> ((size_t) -1); // way too large in test()
/external/lisa/libs/utils/
Dreport.py310 test_max = _results[tid][test_idx]['energy'][cpus]['max']
311 if base_max == 0 or test_max == 0:
/external/python/cpython2/Lib/test/
Dtest_audioop.py41 def test_max(self): member in TestAudioop
Dtest_builtin.py798 def test_max(self): member in BuiltinTest
Dtest_decimal.py2020 def test_max(self): member in ContextAPItests