Home
last modified time | relevance | path

Searched defs:test_max (Results 1 – 16 of 16) 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/pigweed/pw_log_tokenized/py/
Dmetadata_test.py41 def test_max(self): member in TestMetadata
/external/OpenCL-CTS/test_conformance/commonfns/
Dtest_max.cpp55 int test_max(cl_device_id device, cl_context context, cl_command_queue queue, int n_elems) 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.py1010 def test_max(self): member in BuiltinTest
Dtest_decimal.py3277 def test_max(self): member in ContextAPItests
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2964 static inline T test_max (T x, T y) in test_max() function in vkt::SpirVAssembly::TestMath