Searched defs:INSTANTIATE_TEST_CASE_P (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-param-test.h79 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test
103 INSTANTIATE_TEST_CASE_P(InstantiationName,
109 // INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the
127 INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets));
136 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests
138 // AFTER the INSTANTIATE_TEST_CASE_P statement.
215 // INSTANTIATE_TEST_CASE_P(TestSequence, FooTest, Values(3, 5, 8));
276 // INSTANTIATE_TEST_CASE_P(StringSequence, SrtingTest, ValuesIn(strings));
288 // INSTANTIATE_TEST_CASE_P(CharSequence,
303 // INSTANTIATE_TEST_CASE_P(CharSequence
1406 # define INSTANTIATE_TEST_CASE_P macro
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-param-test.h79 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test
103 INSTANTIATE_TEST_CASE_P(InstantiationName,
109 // INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the
127 INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets));
136 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests
138 // AFTER the INSTANTIATE_TEST_CASE_P statement.
215 // INSTANTIATE_TEST_CASE_P(TestSequence, FooTest, Values(3, 5, 8));
276 // INSTANTIATE_TEST_CASE_P(StringSequence, SrtingTest, ValuesIn(strings));
288 // INSTANTIATE_TEST_CASE_P(CharSequence,
303 // INSTANTIATE_TEST_CASE_P(CharSequence
1406 # define INSTANTIATE_TEST_CASE_P macro
[all...]
/external/gtest/include/gtest/
H A Dgtest-param-test.h79 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test
103 INSTANTIATE_TEST_CASE_P(InstantiationName,
109 // INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the
127 INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets));
136 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests
138 // AFTER the INSTANTIATE_TEST_CASE_P statement.
215 // INSTANTIATE_TEST_CASE_P(TestSequence, FooTest, Values(3, 5, 8));
276 // INSTANTIATE_TEST_CASE_P(StringSequence, SrtingTest, ValuesIn(strings));
288 // INSTANTIATE_TEST_CASE_P(CharSequence,
303 // INSTANTIATE_TEST_CASE_P(CharSequence
1406 # define INSTANTIATE_TEST_CASE_P macro
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-param-test.h79 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test
103 INSTANTIATE_TEST_CASE_P(InstantiationName,
109 // INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the
127 INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets));
136 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests
138 // AFTER the INSTANTIATE_TEST_CASE_P statement.
214 // INSTANTIATE_TEST_CASE_P(TestSequence, FooTest, Values(3, 5, 8));
275 // INSTANTIATE_TEST_CASE_P(StringSequence, SrtingTest, ValuesIn(strings));
287 // INSTANTIATE_TEST_CASE_P(CharSequence,
302 // INSTANTIATE_TEST_CASE_P(CharSequence
1411 # define INSTANTIATE_TEST_CASE_P macro
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-param-test.h79 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test
103 INSTANTIATE_TEST_CASE_P(InstantiationName,
109 // INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the
127 INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets));
136 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests
138 // AFTER the INSTANTIATE_TEST_CASE_P statement.
215 // INSTANTIATE_TEST_CASE_P(TestSequence, FooTest, Values(3, 5, 8));
276 // INSTANTIATE_TEST_CASE_P(StringSequence, SrtingTest, ValuesIn(strings));
288 // INSTANTIATE_TEST_CASE_P(CharSequence,
303 // INSTANTIATE_TEST_CASE_P(CharSequence
1406 # define INSTANTIATE_TEST_CASE_P macro
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest-param-test.h75 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test
99 INSTANTIATE_TEST_CASE_P(InstantiationName,
105 // INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the
123 INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets));
132 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests
134 // AFTER the INSTANTIATE_TEST_CASE_P statement.
179 // INSTANTIATE_TEST_CASE_P(TestSequence, FooTest, Values(3, 5, 8));
240 // INSTANTIATE_TEST_CASE_P(StringSequence, SrtingTest, ValuesIn(strings));
252 // INSTANTIATE_TEST_CASE_P(CharSequence,
267 // INSTANTIATE_TEST_CASE_P(CharSequence
1371 #define INSTANTIATE_TEST_CASE_P macro
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8808 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test
8832 INSTANTIATE_TEST_CASE_P(InstantiationName,
8838 // INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the
8856 INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets));
8865 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests
8867 // AFTER the INSTANTIATE_TEST_CASE_P statement.
10409 // and generators provided by INSTANTIATE_TEST_CASE_P macro invocations
10439 // obtained from INSTANTIATE_TEST_CASE_P macro invocations for that
10472 // INSTANTIATE_TEST_CASE_P macro uses AddGenerator() to record information
10538 // received from INSTANTIATE_TEST_CASE_P macro
16972 # define INSTANTIATE_TEST_CASE_P macro
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8808 // Finally, you can use INSTANTIATE_TEST_CASE_P to instantiate the test
8832 INSTANTIATE_TEST_CASE_P(InstantiationName,
8838 // INSTANTIATE_TEST_CASE_P macro is a prefix that will be added to the
8856 INSTANTIATE_TEST_CASE_P(AnotherInstantiationName, FooTest, ValuesIn(pets));
8865 // Please note that INSTANTIATE_TEST_CASE_P will instantiate all tests
8867 // AFTER the INSTANTIATE_TEST_CASE_P statement.
10409 // and generators provided by INSTANTIATE_TEST_CASE_P macro invocations
10439 // obtained from INSTANTIATE_TEST_CASE_P macro invocations for that
10472 // INSTANTIATE_TEST_CASE_P macro uses AddGenerator() to record information
10538 // received from INSTANTIATE_TEST_CASE_P macro
16972 # define INSTANTIATE_TEST_CASE_P macro
[all...]

Completed in 4771 milliseconds