Searched refs:test_ (Results 1 - 25 of 28) sorted by relevance

12

/external/skia/tests/
H A DTest.h94 static void test_##name(skiatest::Reporter*, GrContextFactory*); \
96 skiatest::Test(#name, false, test_##name)); \
97 void test_##name(skiatest::Reporter* reporter, GrContextFactory*)
100 static void test_##name(skiatest::Reporter*, GrContextFactory*); \
102 skiatest::Test(#name, true, test_##name)); \
103 void test_##name(skiatest::Reporter* reporter, GrContextFactory* factory)
H A DPathOpsSkpClipTest.cpp824 static void test_##name(); \
832 void onRun() override { test_##name(); } \
835 static void test_##name()
/external/eigen/test/eigen2/
H A Druntest.sh12 if make test_$1 > /dev/null 2> .runtest.log ; then
13 if ! ./test_$1 r20 > /dev/null 2> .runtest.log ; then
H A Dmain.h227 void EI_PP_CAT(test_,EIGEN_TEST_FUNC)();
394 EI_PP_CAT(test_,EIGEN_TEST_FUNC)();
/external/valgrind/VEX/test/
H A Dtest-amd64-muldiv.h2 void glue(glue(test_, OP), b)(int64 op0, int64 op1)
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1)
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1)
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1)
H A Dtest-i386-muldiv.h2 void glue(glue(test_, OP), b)(int op0, int op1)
20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1)
38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1)
H A Dtest-i386-shift.h145 void glue(test_, OP)(void)
154 void *glue(_test_, OP) __init_call = glue(test_, OP);
H A Dtest-amd64-shift.h162 void glue(test_, OP)(void)
171 void *glue(_test_, OP) __init_call = glue(test_, OP);
H A Dtest-i386.h145 void glue(test_, OP)(void)
205 void *glue(_test_, OP) __init_call = glue(test_, OP);
H A Dtest-amd64.h139 void glue(test_, OP)(void)
224 void *glue(_test_, OP) __init_call = glue(test_, OP);
/external/v8/src/compiler/
H A Dinstruction-selector-unittest.h40 test_(test) {}
46 test_(test) {}
53 test_(test) {}
61 test_(test) {}
114 InstructionSelectorTest* test_; member in class:v8::internal::compiler::InstructionSelectorTest::FINAL
H A Dinstruction-selector-unittest.cc36 CompilationInfo info(test_->isolate(), test_->zone());
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h85 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
86 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
88 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel
/external/valgrind/none/tests/amd64/
H A Dmovbe.c44 __attribute__ ((noinline)) static void test_##_name ( void ) \
H A Davx2-1.c66 __attribute__ ((noinline)) static void test_##_name ( void ) \
1253 do { int i; for (i = 0; i < (_iters); i++) { test_##_testfn(); } } while (0)
H A Davx-1.c64 __attribute__ ((noinline)) static void test_##_name ( void ) \
2193 do { int i; for (i = 0; i < (_iters); i++) { test_##_testfn(); } } while (0)
/external/valgrind/none/tests/x86/
H A Dmovbe.c44 __attribute__ ((noinline)) static void test_##_name ( void ) \
/external/vixl/test/
H A Dtest-runner.h87 Test test_##Name(#Name, &Test##Name); \
/external/valgrind/none/tests/
H A Dtls.c75 #define T(t) { #t, test_##t }
/external/eigen/test/
H A Dmain.h449 void EIGEN_CAT(test_,EIGEN_TEST_FUNC)();
539 EIGEN_CAT(test_,EIGEN_TEST_FUNC)();
/external/valgrind/none/tests/arm64/
H A Dfp_and_simd.c249 static void test_##INSN##_##SUFFIXD##_##SUFFIXN ( LaneTy ty ) { \
277 static void test_##INSN##_##SUFFIXD##_##SUFFIXN##_##SUFFIXM ( LaneTy ty ) { \
309 static void test_##INSN##_##SUFFIXD##_##SUFFIXN##_##AMOUNT ( LaneTy ty ) { \
337 static void test_##TESTNAME ( LaneTy ty ) { \
372 static void test_##TESTNAME ( LaneTy ty ) { \
407 static void test_##TESTNAME ( LaneTy ty ) { \
450 static void test_##TESTNAME ( LaneTy ty ) { \

Completed in 394 milliseconds

12