HomeSort by relevance Sort by last modified time
    Searched refs:FIXTURE (Results 1 - 6 of 6) sorted by null

  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 78 #define TEST_1D(FIXTURE, NAME, CASES) \
79 class FIXTURE##_##NAME##_DD : public FIXTURE { \
85 TEST_F(FIXTURE##_##NAME##_DD, NAME) { \
94 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case)
96 #define TEST_2D(FIXTURE, NAME, CASES1, CASES2) \
97 class FIXTURE##_##NAME##_DD : public FIXTURE { \
104 TEST_F(FIXTURE##_##NAME##_DD, NAME) { \
116 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType1& CASES1##_case,
    [all...]
coded_stream_unittest.cc 88 #define TEST_1D(FIXTURE, NAME, CASES) \
89 class FIXTURE##_##NAME##_DD : public FIXTURE { \
95 TEST_F(FIXTURE##_##NAME##_DD, NAME) { \
104 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType& CASES##_case)
106 #define TEST_2D(FIXTURE, NAME, CASES1, CASES2) \
107 class FIXTURE##_##NAME##_DD : public FIXTURE { \
114 TEST_F(FIXTURE##_##NAME##_DD, NAME) { \
126 void FIXTURE##_##NAME##_DD::DoSingleCase(const CaseType1& CASES1##_case,
    [all...]
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
test_harness.h 22 * FIXTURE(my_fixture) {
79 /* FIXTURE(datatype name) {
86 #define FIXTURE TEST_API(FIXTURE)
89 * This call may be used when the type of the fixture data
95 /* FIXTURE_SETUP(fixture name) { implementation }
96 * Populates the required "setup" function for a fixture. An instance of the
101 * of any dependent fixture tests.
107 /* FIXTURE_TEARDOWN(fixture name) { implementation }
108 * Populates the required "teardown" function for a fixture. An instance of th
    [all...]
  /external/minijail/
test_harness.h 22 * FIXTURE(my_fixture) {
69 /* FIXTURE(datatype name) {
76 #define FIXTURE TEST_API(FIXTURE)
79 * This call may be used when the type of the fixture data
85 /* FIXTURE_SETUP(fixture name) { implementation }
86 * Populates the required "setup" function for a fixture. An instance of the
91 * of any dependent fixture tests.
97 /* FIXTURE_TEARDOWN(fixture name) { implementation }
98 * Populates the required "teardown" function for a fixture. An instance of th
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
test_harness.h 22 * FIXTURE(my_fixture) {
80 /* FIXTURE(datatype name) {
87 #define FIXTURE TEST_API(FIXTURE)
90 * This call may be used when the type of the fixture data
96 /* FIXTURE_SETUP(fixture name) { implementation }
97 * Populates the required "setup" function for a fixture. An instance of the
102 * of any dependent fixture tests.
108 /* FIXTURE_TEARDOWN(fixture name) { implementation }
109 * Populates the required "teardown" function for a fixture. An instance of th
    [all...]
  /external/seccomp-tests/linux/
test_harness.h 22 * FIXTURE(my_fixture) {
82 /* FIXTURE(datatype name) {
89 #define FIXTURE TEST_API(FIXTURE)
92 * This call may be used when the type of the fixture data
98 /* FIXTURE_SETUP(fixture name) { implementation }
99 * Populates the required "setup" function for a fixture. An instance of the
104 * of any dependent fixture tests.
110 /* FIXTURE_TEARDOWN(fixture name) { implementation }
111 * Populates the required "teardown" function for a fixture. An instance of th
    [all...]

Completed in 230 milliseconds