Searched refs:testImport (Results 1 – 8 of 8) sorted by relevance
/external/clang/unittests/AST/ |
D | ASTImporterTest.cpp | 49 testImport(const std::string &FromCode, Language FromLang, in testImport() function 106 EXPECT_TRUE(testImport("void declToImport() { \"foo\"; }", in TEST() 115 EXPECT_TRUE(testImport("void declToImport() { L\"foo\"; }", in TEST() 124 EXPECT_TRUE(testImport("void declToImport() { \"foo\" \"bar\"; }", in TEST() 137 EXPECT_TRUE(testImport("void declToImport() { __null; }", in TEST() 149 EXPECT_TRUE(testImport("void declToImport() { nullptr; }", in TEST() 161 EXPECT_TRUE(testImport("void declToImport() { 1.0; }", in TEST() 170 EXPECT_TRUE(testImport("void declToImport() { 1.0e-5f; }", in TEST() 184 testImport( in TEST() 210 testImport("class declToImport { void f() { this; } };", in TEST() [all …]
|
/external/clang/test/Modules/ |
D | import-decl.cpp | 17 void testImport(A *import) { in testImport() function
|
/external/dtc/tests/ |
D | pylibfdt_tests.py | 111 def testImport(self): member in PyLibfdtTests
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | ast_edits_test.py | 504 def testImport(self): member in TestAstEdits
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | py3_test_grammar.py | 469 def testImport(self): member in GrammarTests
|
D | py2_test_grammar.py | 499 def testImport(self): member in GrammarTests
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 499 def testImport(self): member in GrammarTests
|
D | py3_test_grammar.py | 493 def testImport(self): member in GrammarTests
|