Searched refs:tests (Results 1 – 16 of 16) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | atomic.c | 12 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 D | util.c | 76 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 D | stest.c | 54 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 D | Makefile.in | 620 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 D | configure.ac | 357 AC_CACHE_CHECK([whether tests can run],
|
| /third_party/lib/acpica/generate/release/ |
| A D | build.sh | 224 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 D | jemalloc_test.h.in | 41 * 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.yml | 30 - make -j3 tests
|
| A D | .appveyor.yml | 27 - mingw32-make -j3 tests
|
| A D | Makefile.in | 248 .PHONY: tests check clean distclean relclean 428 tests: tests_unit tests_integration tests_stress
|
| A D | INSTALL | 319 configure tests may be affected in undesirable ways.
|
| A D | ChangeLog | 309 + Link tests to librt if it contains clock_gettime(2). 507 - Fix/remove flawed alignment-related overflow tests.
|
| A D | configure.ac | 35 dnl (ignoring EXTRA_CFLAGS, which does not impact configure tests. This macro
|
| /third_party/lib/jitterentropy/ |
| A D | README.md | 44 There are numerous tests around the Jitter RNG. Yet, they are too big to be
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 43 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 D | changes.txt | 3907 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