Searched defs:test_max (Results 1 - 14 of 14) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate.size.pass.cpp20 void test_max(size_t count) function
35 test_max<T> (a.max_size() + 1); // just barely too large
36 test_max<T> (a.max_size() * 2); // significantly too large
37 test_max<T> (((size_t) -1) / sizeof(T) + 1); // multiply will overflow
38 test_max<T> ((size_t) -1); // way too large
44 test_max<T> (a.max_size() + 1); // just barely too large
45 test_max<T> (a.max_size() * 2); // significantly too large
46 test_max<T> (((size_t) -1) / sizeof(T) + 1); // multiply will overflow
47 test_max<T> ((size_t) -1); // way too large
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate.size.pass.cpp20 void test_max(size_t count) function
35 test_max<T> (a.max_size() + 1); // just barely too large
36 test_max<T> (a.max_size() * 2); // significantly too large
37 test_max<T> (((size_t) -1) / sizeof(T) + 1); // multiply will overflow
38 test_max<T> ((size_t) -1); // way too large
44 test_max<T> (a.max_size() + 1); // just barely too large
45 test_max<T> (a.max_size() * 2); // significantly too large
46 test_max<T> (((size_t) -1) / sizeof(T) + 1); // multiply will overflow
47 test_max<T> ((size_t) -1); // way too large
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_audioop.py41 def test_max(self): member in class:TestAudioop
H A Dtest_builtin.py851 def test_max(self): member in class:BuiltinTest
H A Dtest_decimal.py2008 def test_max(self): member in class:ContextAPItests
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_audioop.py41 def test_max(self): member in class:TestAudioop
H A Dtest_builtin.py851 def test_max(self): member in class:BuiltinTest
H A Dtest_decimal.py2008 def test_max(self): member in class:ContextAPItests
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_audioop.py41 def test_max(self): member in class:TestAudioop
H A Dtest_builtin.py851 def test_max(self): member in class:BuiltinTest
H A Dtest_decimal.py2008 def test_max(self): member in class:ContextAPItests
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_audioop.py41 def test_max(self): member in class:TestAudioop
H A Dtest_builtin.py851 def test_max(self): member in class:BuiltinTest
H A Dtest_decimal.py2008 def test_max(self): member in class:ContextAPItests

Completed in 768 milliseconds