Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 16 of 16) sorted by relevance

/third_party/ulib/jemalloc/test/unit/
A Datomic.c12 const p##_test_t tests[] = { \
34 t accum = tests[i].accum0; \
36 tests[i].accum0, \
40 (t)((tc)tests[i].accum0 + (tc)tests[i].x), \
42 i, tests[i].accum0, tests[i].x); \
46 accum = tests[i].accum0; \
48 (t)((tc)tests[i].accum0 - (tc)tests[i].x), \
50 i, tests[i].accum0, tests[i].x); \
54 accum = tests[i].accum0; \
55 err = atomic_cas_##p(&accum, tests[i].x, tests[i].s); \
[all …]
A Dutil.c76 struct test_s tests[] = { in TEST_BEGIN() local
134 for (i = 0; i < sizeof(tests)/sizeof(struct test_s); i++) { in TEST_BEGIN()
135 struct test_s *test = &tests[i]; in TEST_BEGIN()
/third_party/ulib/backtrace/
A Dstest.c54 static struct test tests[] = variable
120 for (i = 0; i < sizeof tests / sizeof tests[0]; i++) in main()
122 memcpy (a, tests[i].input, tests[i].count * sizeof (int)); in main()
123 backtrace_qsort (a, tests[i].count, sizeof (int), compare); in main()
124 if (memcmp (a, tests[i].output, tests[i].count * sizeof (int)) != 0) in main()
129 for (j = 0; j < tests[i].count; j++) in main()
A DMakefile.in620 tests="test"; \
623 tests="tests"; \
628 banner="$$All$$all $$tests passed"; \
631 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
635 banner="$$failed of $$all $$tests failed"; \
638 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
A Dconfigure.ac357 AC_CACHE_CHECK([whether tests can run],
/third_party/lib/acpica/generate/release/
A Dbuild.sh224 mkdir $TEMP_DIR/tests
225 mkdir $TEMP_DIR/tests/misc
226 mkdir $TEMP_DIR/tests/templates
247 cp -r tests/misc/*.asl $TEMP_DIR/tests/misc
248 cp -r tests/templates/Makefile $TEMP_DIR/tests/templates
249 cp -r tests/templates/templates.sh $TEMP_DIR/tests/templates
348 cp -r tests $TEMP_DIR/tests
419 cp tests/misc/badcode.asl $TEMP_DIR
/third_party/ulib/jemalloc/test/include/test/
A Djemalloc_test.h.in41 * For unit tests, expose all public and private interfaces.
50 * For integration tests, expose the public jemalloc interfaces, but only
83 * For stress tests, expose the public jemalloc interfaces with name mangling
85 * public jemalloc interfaces with jet_ prefixes, so that stress tests can use
/third_party/ulib/jemalloc/
A D.travis.yml30 - make -j3 tests
A D.appveyor.yml27 - mingw32-make -j3 tests
A DMakefile.in248 .PHONY: tests check clean distclean relclean
428 tests: tests_unit tests_integration tests_stress
A DINSTALL319 configure tests may be affected in undesirable ways.
A DChangeLog309 + Link tests to librt if it contains clock_gettime(2).
507 - Fix/remove flawed alignment-related overflow tests.
A Dconfigure.ac35 dnl (ignoring EXTRA_CFLAGS, which does not impact configure tests. This macro
/third_party/lib/jitterentropy/
A DREADME.md44 There are numerous tests around the Jitter RNG. Yet, they are too big to be
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl43 C:\acpica\tests\misc>iasl -f -of grammar.asl
1031 // iPCO tests added
3050 // WhileRet.asl tests a ReturnOp nested in a IfOp nested in a WhileOp.
3083 //This code tests the bitwise AndOp and OrOp Operator terms
3377 // This code tests the BreakPoint opcode term. The syntax of BreakPoint Term is
3605 //This source tests all the logical operators. Logical operators in ASL are as follows.
3816 //This method tests LGreater and LNot operator
4675 //This code tests the XOR opcode term
4686 //This Method tests XOr operator for all the data types i.e. BYTE, WORD and DWORD
6324 // Also tests name resolution of index field elements with same names
[all …]
/third_party/lib/acpica/
A Dchanges.txt3907 Automatically handles 32- and 64-bit generation. See tests/aslts.sh
5195 Available at tests/misc/badcode.asl.
11222 - Functional tests for all ASL/AML operators

Completed in 39 milliseconds