Home
last modified time | relevance | path

Searched refs:test_action (Results 1 – 5 of 5) sorted by relevance

/external/clang/unittests/Frontend/
DFrontendActionTest.cpp92 TestASTFrontendAction test_action; in TEST() local
93 ASSERT_TRUE(compiler.ExecuteAction(test_action)); in TEST()
94 ASSERT_EQ(2U, test_action.decl_names.size()); in TEST()
95 EXPECT_EQ("main", test_action.decl_names[0]); in TEST()
96 EXPECT_EQ("x", test_action.decl_names[1]); in TEST()
112 TestASTFrontendAction test_action(/*enableIncrementalProcessing=*/true); in TEST() local
113 ASSERT_TRUE(compiler.ExecuteAction(test_action)); in TEST()
114 ASSERT_EQ(2U, test_action.decl_names.size()); in TEST()
115 EXPECT_EQ("main", test_action.decl_names[0]); in TEST()
116 EXPECT_EQ("x", test_action.decl_names[1]); in TEST()
[all …]
/external/libtextclassifier/actions/
Dlua-actions_test.cc41 return {{ type = "test_action" }} in TEST()
/external/clang/tools/scan-build-py/tests/unit/
Dtest_compilation.py54 def test_action(self): member in SplitTest
/external/python/cpython3/Lib/test/
Dlock_tests.py816 def test_action(self): member in BarrierTests
D_test_multiprocessing.py1721 def test_action(self): member in _TestBarrier