Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/ulib/jemalloc/
A D.gitignore28 /test/test.sh
29 test/include/test/jemalloc_test.h
30 test/include/test/jemalloc_test_defs.h
46 /test/src/*.[od]
47 /test/src/*.gcda
48 /test/src/*.gcno
55 /test/stress/*.out
59 /test/unit/*.[od]
60 /test/unit/*.gcda
61 /test/unit/*.gcno
[all …]
A Dconfigure.ac231 if test "x$GCC" = "xyes" ; then
805 cfgoutputs_in="${cfgoutputs_in} test/test.sh.in"
806 cfgoutputs_in="${cfgoutputs_in} test/include/test/jemalloc_test.h.in"
817 cfgoutputs_out="${cfgoutputs_out} test/test.sh"
818 cfgoutputs_out="${cfgoutputs_out} test/include/test/jemalloc_test.h"
829 cfgoutputs_tup="${cfgoutputs_tup} test/test.sh:test/test.sh.in"
830 cfgoutputs_tup="${cfgoutputs_tup} test/include/test/jemalloc_test.h:test/include/test/jemalloc_test…
843 cfghdrs_in="${cfghdrs_in} test/include/test/jemalloc_test_defs.h.in"
858 cfghdrs_out="${cfghdrs_out} test/include/test/jemalloc_test_defs.h"
862 cfghdrs_tup="${cfghdrs_tup} test/include/test/jemalloc_test_defs.h:test/include/test/jemalloc_test_…
[all …]
/third_party/ulib/jemalloc/test/unit/
A Dutil.c135 struct test_s *test = &tests[i]; in TEST_BEGIN() local
141 result = malloc_strtoumax(test->input, &remainder, test->base); in TEST_BEGIN()
143 assert_d_eq(err, test->expected_errno, in TEST_BEGIN()
145 test->expected_errno_name, test->input, test->base); in TEST_BEGIN()
146 assert_str_eq(remainder, test->expected_remainder, in TEST_BEGIN()
148 test->input, test->base); in TEST_BEGIN()
150 assert_ju_eq(result, test->expected_x, in TEST_BEGIN()
152 test->input, test->base); in TEST_BEGIN()
307 return (test( in main()
A Dpages.c27 return (test( in main()
A Dprof_idump.c56 return (test( in main()
A Dfork.c61 return (test( in main()
A Dslab.c32 return (test( in main()
A Dmtx.c56 return (test( in main()
A Dzero.c65 return (test( in main()
A Dprof_gdump.c79 return (test( in main()
A Dtsd.c107 return (test( in main()
A Dprof_tctx.c55 return test( in main()
A Dprof_accum.c88 return (test( in main()
/third_party/ulib/jemalloc/test/include/test/
A Djemalloc_test.h.in26 #include "test/jemalloc_test_defs.h"
52 * essentially identical code within the test infrastructure).
117 * Common test utilities.
119 #include "test/btalloc.h"
120 #include "test/math.h"
121 #include "test/mtx.h"
122 #include "test/mq.h"
123 #include "test/test.h"
124 #include "test/timer.h"
125 #include "test/thd.h"
[all …]
/third_party/ulib/backtrace/
A Dconfigure.ac38 if test -n "${with_target_subdir}"; then
88 if test -n "${with_target_subdir}"; then
104 if test -n "${with_target_subdir}"; then
139 if test -n "${with_target_subdir}"; then
145 if test -n "${with_target_subdir}"; then
175 [if test -n "${with_target_subdir}"; then
282 if test "$have_mmap" = "no"; then
298 if test "$ALLOC_FILE" = "alloc.lo"; then
337 if test "$have_fcntl" = "yes"; then
365 if test "${multilib}" = "yes"; then
[all …]
A Dacinclude.m43 dnl test so we can use this with libstdc++-v3 and libjava. Need to
5 dnl without a link test (and maybe even with a link test).
12 if test x$with_system_libunwind = x; then
19 if test x$with_system_libunwind = xyes; then
34 if test x$have_unwind_getipinfo = xyes; then
64 AS_IF([test AS_VAR_GET(acx_Woption) = yes],
A Dstest.c47 struct test struct
54 static struct test tests[] = argument
/third_party/lib/jitterentropy/
A DCHANGES.md6 * Remove unused statistical test code
7 * Add FIPS 140-2 continuous self test code
8 * threshold for init-time stuck test configurable with JENT_STUCK_INIT_THRES
12 * Invcation of stuck test during initalization
/third_party/ulib/jemalloc/m4/
A Dax_cxx_compile_stdcxx.m472 if test x$ac_success = xno; then
85 if test -n "$CXXCPP" ; then
95 if test x$ac_success = xno; then
125 if test x$ac_success = xno; then
315 test()
329 struct test
428 void test();
430 void test() { func<foo>(0); }
465 test()
511 test()
[all …]
/third_party/ulib/jemalloc/test/integration/
A Doverflow.c46 return (test( in main()
A Dsdallocx.c53 return (test( in main()
A DMALLOCX_ARENA.c66 return (test( in main()
A Dthread_arena.c78 return (test( in main()
/third_party/uapp/dash/src/funcs/
A Dcmv38 if test $# != 2
42 if test -f "$2" -o -w "$2"
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl2153 // test NoSave.asl
2578 // IndexFld test
2651 // test RetBuf.asl
3603 // test LOps.asl
5016 // CrBytFld test
5095 // IndexOp4 test
5634 // test Event.asl
5953 // BytField test
6321 // IndexFld test
6388 // IndexOp5 test
[all …]

Completed in 37 milliseconds

1234