HomeSort by relevance Sort by last modified time
    Searched refs:test_max (Results 1 - 21 of 21) sorted by null

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/default.allocator/allocator.members/
allocate.size.pass.cpp 20 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
  /external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
allocate.size.pass.cpp 22 void test_max(size_t count) function
37 test_max<T> (a.max_size() + 1); // just barely too large
38 test_max<T> (a.max_size() * 2); // significantly too large
39 test_max<T> (((size_t) -1) / sizeof(T) + 1); // multiply will overflow
40 test_max<T> ((size_t) -1); // way too large
  /external/lisa/libs/utils/
report.py 310 test_max = _results[tid][test_idx]['energy'][cpus]['max']
311 if base_max == 0 or test_max == 0:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_audioop.py 32 def test_max(self): member in class:TestAudioop
test_builtin.py 847 def test_max(self): member in class:BuiltinTest
    [all...]
test_decimal.py 1996 def test_max(self): member in class:ContextAPItests
    [all...]
  /external/python/cpython2/Lib/test/
test_audioop.py 41 def test_max(self): member in class:TestAudioop
test_builtin.py 798 def test_max(self): member in class:BuiltinTest
    [all...]
test_decimal.py 2020 def test_max(self): member in class:ContextAPItests
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_audioop.py 41 def test_max(self): member in class:TestAudioop
test_builtin.py 851 def test_max(self): member in class:BuiltinTest
    [all...]
test_decimal.py 2008 def test_max(self): member in class:ContextAPItests
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_audioop.py 41 def test_max(self): member in class:TestAudioop
test_builtin.py 851 def test_max(self): member in class:BuiltinTest
    [all...]
test_decimal.py 2008 def test_max(self): member in class:ContextAPItests
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_audioop.py 41 def test_max(self): member in class:TestAudioop
test_builtin.py 851 def test_max(self): member in class:BuiltinTest
    [all...]
test_decimal.py 2008 def test_max(self): member in class:ContextAPItests
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_audioop.py 41 def test_max(self): member in class:TestAudioop
test_builtin.py 851 def test_max(self): member in class:BuiltinTest
    [all...]
test_decimal.py 2008 def test_max(self): member in class:ContextAPItests
    [all...]

Completed in 399 milliseconds