Home
last modified time | relevance | path

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

/external/strace/tests/
Dtest_printstrn.c49 test_printstrn_at(char *const p, const unsigned int test_max) in test_printstrn_at()
62 test_efault(const unsigned int test_max) in test_efault()
80 test_print_memory(char *const p, const unsigned int test_max) in test_print_memory()
89 test_printstrn(const unsigned int test_max) in test_printstrn()
Dtest_printpath.c41 test_printpath_at(char *const p, const unsigned int test_max) in test_printpath_at()
67 test_efault(const unsigned int test_max) in test_efault()
91 test_printpath(const unsigned int test_max) in test_printpath()
/external/strace/tests-mx32/
Dtest_printstrn.c49 test_printstrn_at(char *const p, const unsigned int test_max) in test_printstrn_at()
62 test_efault(const unsigned int test_max) in test_efault()
80 test_print_memory(char *const p, const unsigned int test_max) in test_print_memory()
89 test_printstrn(const unsigned int test_max) in test_printstrn()
Dtest_printpath.c41 test_printpath_at(char *const p, const unsigned int test_max) in test_printpath_at()
67 test_efault(const unsigned int test_max) in test_efault()
91 test_printpath(const unsigned int test_max) in test_printpath()
/external/strace/tests-m32/
Dtest_printstrn.c49 test_printstrn_at(char *const p, const unsigned int test_max) in test_printstrn_at()
62 test_efault(const unsigned int test_max) in test_efault()
80 test_print_memory(char *const p, const unsigned int test_max) in test_print_memory()
89 test_printstrn(const unsigned int test_max) in test_printstrn()
Dtest_printpath.c41 test_printpath_at(char *const p, const unsigned int test_max) in test_printpath_at()
67 test_efault(const unsigned int test_max) in test_efault()
91 test_printpath(const unsigned int test_max) in test_printpath()
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.size.pass.cpp22 void test_max(size_t count) in test_max() function
/external/python/cpython2/Lib/test/
Dtest_audioop.py41 def test_max(self): member in TestAudioop
Dtest_decimal.py2020 def test_max(self): member in ContextAPItests
Dtest_builtin.py798 def test_max(self): member in BuiltinTest
/external/python/cpython3/Lib/test/
Dtest_audioop.py34 def test_max(self): member in TestAudioop
Dtest_builtin.py862 def test_max(self): member in BuiltinTest
Dtest_decimal.py3258 def test_max(self): member in ContextAPItests
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2737 static inline T test_max (T x, T y) in test_max() function in vkt::SpirVAssembly::TestMath