Home
last modified time | relevance | path

Searched refs:TestRanges (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/tools/clang-refactor/
DTestSupport.cpp113 TestRefactoringResultConsumer(const TestSelectionRangesInFile &TestRanges) in TestRefactoringResultConsumer() argument
114 : TestRanges(TestRanges) { in TestRefactoringResultConsumer()
146 TestRanges.GroupedRanges[GroupIndex].Ranges.size()) { in handleResult()
148 if (GroupIndex >= TestRanges.GroupedRanges.size()) { in handleResult()
157 const TestSelectionRangesInFile &TestRanges; member in clang::refactor::__anonba84473f0111::TestRefactoringResultConsumer
219 TestRanges.Filename, in handleAllResults()
220 TestRanges.GroupedRanges[Group.index()].Ranges[I.index()].Begin); in handleAllResults()
224 << TestRanges.GroupedRanges[Group.index()].Name << "':\n "; in handleAllResults()
243 const auto &TestGroup = TestRanges.GroupedRanges[Group.index()]; in handleAllResults()
386 TestSelectionRangesInFile TestRanges = {Filename.str(), {}}; in findTestSelectionRanges() local
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrie2Test.java753 public void TestRanges() throws IOException { in TestRanges() method in Trie2Test
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrie2Test.java756 public void TestRanges() throws IOException { in TestRanges() method in Trie2Test
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/
DGSYMTest.cpp546 TEST(GSYMTest, TestRanges) { in TEST() argument