Searched refs:test_action (Results 1 – 7 of 7) sorted by relevance
/external/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 92 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/llvm-project/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 95 TestASTFrontendAction test_action; in TEST() local 96 ASSERT_TRUE(compiler.ExecuteAction(test_action)); in TEST() 97 ASSERT_EQ(2U, test_action.decl_names.size()); in TEST() 98 EXPECT_EQ("main", test_action.decl_names[0]); in TEST() 99 EXPECT_EQ("x", test_action.decl_names[1]); in TEST() 115 TestASTFrontendAction test_action(/*enableIncrementalProcessing=*/true); in TEST() local 116 ASSERT_TRUE(compiler.ExecuteAction(test_action)); in TEST() 117 ASSERT_EQ(2U, test_action.decl_names.size()); in TEST() 118 EXPECT_EQ("main", test_action.decl_names[0]); in TEST() 119 EXPECT_EQ("x", test_action.decl_names[1]); in TEST() [all …]
|
/external/libtextclassifier/native/actions/ |
D | lua-actions_test.cc | 36 return {{ type = "test_action" }} in TEST()
|
/external/clang/tools/scan-build-py/tests/unit/ |
D | test_compilation.py | 54 def test_action(self): member in SplitTest
|
/external/llvm-project/clang/tools/scan-build-py/tests/unit/ |
D | test_compilation.py | 53 def test_action(self): member in SplitTest
|
/external/python/cpython3/Lib/test/ |
D | lock_tests.py | 874 def test_action(self): member in BarrierTests
|
D | _test_multiprocessing.py | 1825 def test_action(self): member in _TestBarrier
|