Searched defs:tests (Results 1 - 25 of 1179) sorted by last modified time

1234567891011>>

/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c18 * PPC tests for qemu-PPC CPU emulation checks
68 * all_tests[i] holds insn tests
77 * // flags are used to control what tests are run:
91 * // finally, loop over all instn tests for this test:
154 /* Uncomment to enable output of CR flags for float tests */
169 #include "tests/sys_mman.h"
170 #include "tests/malloc.h" // memalign16
304 * PPC tests for qemu-PPC CPU emulation checks - definitions
336 test_t *tests; member in struct:test_table_t
7460 test_t *tests; local
[all...]
H A Dtest_isa_2_07_part1.c11 * PPC tests for the ISA 2.07. This file is based on the
51 * all_tests[i] holds insn tests
60 * // flags are used to control what tests are run:
74 * // finally, loop over all instn tests for this test:
88 /* Uncomment to enable output of CR flags for float tests */
113 #include "tests/sys_mman.h"
114 #include "tests/malloc.h" // memalign16
200 test_t *tests; member in struct:_test_table
244 PPC_ALTIVECD = 0x00060000, /* double word Altivec tests */
377 * Vector Double Word tests
1746 test_t *tests; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c18 * PPC tests for qemu-PPC CPU emulation checks
68 * all_tests[i] holds insn tests
77 * // flags are used to control what tests are run:
91 * // finally, loop over all instn tests for this test:
154 /* Uncomment to enable output of CR flags for float tests */
169 #include "tests/sys_mman.h"
170 #include "tests/malloc.h" // memalign16
304 * PPC tests for qemu-PPC CPU emulation checks - definitions
336 test_t *tests; member in struct:test_table_t
7460 test_t *tests; local
[all...]
H A Dtest_isa_2_07_part1.c11 * PPC tests for the ISA 2.07. This file is based on the
51 * all_tests[i] holds insn tests
60 * // flags are used to control what tests are run:
74 * // finally, loop over all instn tests for this test:
88 /* Uncomment to enable output of CR flags for float tests */
113 #include "tests/sys_mman.h"
114 #include "tests/malloc.h" // memalign16
200 test_t *tests; member in struct:_test_table
244 PPC_ALTIVECD = 0x00060000, /* double word Altivec tests */
377 * Vector Double Word tests
1746 test_t *tests; local
[all...]
/external/valgrind/main/none/tests/
H A Dtls.c74 static const struct testcase tests[] = { variable in typeref:struct:testcase
86 #define NTESTS (sizeof(tests)/sizeof(*tests))
96 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]);
97 pthread_create(&threads[curthread++], NULL, tls_ptr, (void *)&tests[i]);
H A Dfaultstatus.c9 #include "tests/sys_mman.h"
154 const struct test tests[] = { local
163 for(i = 0; i < sizeof(tests)/sizeof(*tests); i++) {
164 cur_test = &tests[i];
168 tests[i].test();
/external/valgrind/main/none/tests/x86/
H A Dfaultstatus.c10 #include "tests/asm.h"
11 #include "tests/sys_mman.h"
133 const struct test tests[] = { local
148 for(i = 0; i < sizeof(tests)/sizeof(*tests); i++) {
149 cur_test = &tests[i];
153 tests[i].test();
/external/vixl/tools/
H A Dgenerate_simulator_traces.py83 # Find the simulator tests.
85 if status != 0: util.abort('Failed to list all tests')
86 tests = filter(lambda t: 'SIM_' in t, output.split()) variable
87 tests.sort()
90 for test in tests:
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c15 * PPC tests for qemu-PPC CPU emulation checks
58 * PPC tests for qemu-PPC CPU emulation checks - definitions
79 test_t *tests; member in struct:test_table_t
657 * PPC tests for qemu-PPC CPU emulation checks - definitions
678 test_t *tests; member in struct:test_table_t
4345 test_t *tests; local
4377 /* All passed, do the tests */
4378 tests = all_tests[i].tests;
4390 "PPC floating point instructions tests "
[all...]
/external/valgrind/main/VEX/useful/
H A Dfp_80_64.c548 Int fails=0, tests=0; local
558 tests++;
562 fails += do_80_to_64_test(tests, f80, f64h, f64s);
571 tests++;
580 fails += do_80_to_64_test(tests, f80, f64h, f64s);
583 printf("\n80 -> 64: %d tests, %d fails\n\n", tests, fails);
590 Int fails=0, tests=0; local
600 tests++;
604 fails += do_64_to_80_test(tests, f6
[all...]
/external/valgrind/main/memcheck/tests/
H A Daddressable.c3 #include "tests/sys_mman.h"
97 } tests[] = { variable in typeref:struct:test
104 static const int n_tests = sizeof(tests)/sizeof(*tests);
125 (*tests[i].test)();
143 if (1 == tests[i].faults &&
152 if (tests[i].faults == 0)
/external/valgrind/main/none/tests/amd64/
H A Dfaultstatus.c9 #include "tests/sys_mman.h"
115 const struct test tests[] = { local
124 for(i = 0; i < sizeof(tests)/sizeof(*tests); i++) {
125 cur_test = &tests[i];
129 tests[i].test();
/external/valgrind/main/none/tests/mips32/
H A DSignalException.c87 const struct test tests[] = { local
95 for(i = 0; i < sizeof(tests)/sizeof(*tests); i++) {
96 curr_test = &tests[i];
99 tests[i].test();
/external/skia/tests/
H A DAnnotationTest.cpp59 testCase tests[] = {{(SkPDFDocument::Flags)0, true}, local
61 for (size_t testNum = 0; testNum < SK_ARRAY_COUNT(tests); testNum++) {
62 SkPDFDocument doc(tests[testNum].flags);
71 == tests[testNum].expectAnnotations);
H A DBlurTest.cpp55 static BlurTest tests[] = { variable
120 for (size_t test = 0; test < SK_ARRAY_COUNT(tests); ++test) {
122 tests[test].addPath(&path);
138 for (int view = 0; view < tests[test].viewLen; ++view) {
139 SkIRect itest = tests[test].views[view];
H A DPathOpsCubicIntersectionTest.cpp19 const SkDCubic& cubic1 = tests[index][0];
20 const SkDCubic& cubic2 = tests[index][1];
395 const int tests = 10000000; local
399 for (int test = 0; test < tests; ++test) {
H A DPathOpsCubicIntersectionTestData.cpp57 const SkDCubic tests[][2] = { variable
110 const size_t tests_count = SK_ARRAY_COUNT(tests);
H A DPathOpsDCubicTest.cpp11 static const SkDCubic tests[] = { variable
17 static const size_t tests_count = SK_ARRAY_COUNT(tests);
21 const SkDCubic& cubic = tests[index];
H A DPathOpsDLineTest.cpp11 static const SkDLine tests[] = { variable
29 static const size_t tests_count = SK_ARRAY_COUNT(tests);
33 const SkDLine& line = tests[index];
H A DPathOpsDPointTest.cpp11 static const SkDPoint tests[] = { variable
21 static const size_t tests_count = SK_ARRAY_COUNT(tests);
25 const SkDPoint& pt = tests[index];
H A DPathOpsDQuadTest.cpp13 static const SkDQuad tests[] = { variable
37 static const size_t tests_count = SK_ARRAY_COUNT(tests);
41 const SkDQuad& quad = tests[index];
H A DPathOpsDTriangleTest.cpp11 static const SkDTriangle tests[] = { variable
29 static const size_t tests_count = SK_ARRAY_COUNT(tests);
33 const SkDTriangle& triangle = tests[index];
H A DPathOpsDVectorTest.cpp11 static const SkDPoint tests[] = { variable
21 static const size_t tests_count = SK_ARRAY_COUNT(tests);
25 SkDVector v1 = tests[index + 1] - tests[index];
27 SkDVector v2 = tests[index] - tests[index + 1];
31 SkDPoint p = tests[index + 1] + v2;
32 REPORTER_ASSERT(reporter, p == tests[index]);
35 v1 = tests[index + 1] - tests[inde
[all...]
H A DPathOpsLineIntersectionTest.cpp12 // FIXME: add tests for intersecting, non-intersecting, degenerate, coincident
13 static const SkDLine tests[][2] = { variable
37 static const size_t tests_count = SK_ARRAY_COUNT(tests);
195 const SkDLine& line1 = tests[index][0];
196 const SkDLine& line2 = tests[index][1];
213 testOne(reporter, tests[index][0], tests[index][1]);
214 testOne(reporter, tests[1][0], tests[1][1]);
H A DPathOpsLineParametetersTest.cpp11 // tests to verify that distance calculations are coded correctly
12 static const SkDCubic tests[] = { variable
38 static const size_t tests_count = SK_ARRAY_COUNT(tests);
43 const SkDCubic& cubic = tests[index];

Completed in 1759 milliseconds

1234567891011>>