Home
last modified time | relevance | path

Searched defs:TestMatch (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/test/
Dtest_suite.h36 typedef bool (*TestMatch)(const testing::TestInfo&); typedef
/external/selinux/python/sepolgen/tests/
Dtest_matching.py26 class TestMatch(unittest.TestCase): class
/external/llvm-project/clang/unittests/Tooling/
DSourceCodeBuildersTest.cpp39 struct TestMatch { struct
42 std::unique_ptr<ASTUnit> AstUnit;
44 MatchResult Result;
DStencilTest.cpp45 struct TestMatch { struct
48 std::unique_ptr<ASTUnit> AstUnit;
50 MatchResult Result;
DRangeSelectorTest.cpp35 struct TestMatch { struct
38 std::unique_ptr<clang::ASTUnit> ASTUnit;
40 MatchResult Result;
/external/tensorflow/tensorflow/lite/
Dutil_test.cc78 TEST(EqualArrayAndTfLiteIntArray, TestMatch) { in TEST() argument