Searched refs:Snippets (Results 1 – 12 of 12) sorted by relevance
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageViewHTML.cpp | 298 SmallVector<std::string, 8> Snippets; in renderLine() local 303 Snippets.push_back(Line.substr(Start, Len)); in renderLine() 320 for (unsigned I = 0, E = Snippets.size(); I < E; ++I) in renderLine() 321 Snippets[I] = escape(Snippets[I]); in renderLine() 339 Snippets[0] = Highlight(Snippets[0]); in renderLine() 340 Snippets[1] = Highlight(Snippets[1]); in renderLine() 353 Snippets[I + 1] = Highlight(Snippets[I + 1]); in renderLine() 374 Snippets[I + 1] = in renderLine() 375 tag("div", Snippets[I + 1] + tag("span", formatCount(CurSeg->Count), in renderLine() 383 for (const auto &Snippet : Snippets) in renderLine()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | IsolateDeclarationCheck.cpp | 206 std::vector<StringRef> Snippets; in collectSourceRanges() local 207 Snippets.reserve(Ranges.size()); in collectSourceRanges() 224 Snippets.emplace_back(Snippet); in collectSourceRanges() 227 return Snippets; in collectSourceRanges() 232 createIsolatedDecls(llvm::ArrayRef<StringRef> Snippets) { in createIsolatedDecls() argument 234 assert(Snippets.size() > 2 && "Not enough snippets to create isolated decls"); in createIsolatedDecls() 235 std::vector<std::string> Decls(Snippets.size() - 1); in createIsolatedDecls() 237 for (std::size_t I = 1; I < Snippets.size(); ++I) in createIsolatedDecls() 238 Decls[I - 1] = Twine(Snippets[0]) in createIsolatedDecls() 239 .concat(Snippets[0].endswith(" ") ? "" : " ") in createIsolatedDecls() [all …]
|
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/ |
D | SnippetFileTest.cpp | 73 auto Snippets = TestCommon(R"( in TEST_F() local 80 EXPECT_FALSE((bool)Snippets.takeError()); in TEST_F() 81 ASSERT_THAT(*Snippets, SizeIs(1)); in TEST_F() 82 const auto &Snippet = (*Snippets)[0]; in TEST_F() 121 auto Snippets = TestCommon(R"( in TEST_F() local 124 EXPECT_FALSE((bool)Snippets.takeError()); in TEST_F()
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | SourceCoverageViewHTML.cpp | 504 SmallVector<std::string, 8> Snippets; in renderLine() local 509 Snippets.push_back(std::string(Line.substr(Start, Len))); in renderLine() 523 for (unsigned I = 0, E = Snippets.size(); I < E; ++I) in renderLine() 524 Snippets[I] = escape(Snippets[I], getOptions()); in renderLine() 545 if (!Snippets[0].empty()) in renderLine() 546 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size()); in renderLine() 559 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col, in renderLine() 560 CurSeg->Col + Snippets[I + 1].size()); in renderLine() 564 Snippets.back() = Highlight(Snippets.back(), 1, 1 + Snippets.back().size()); in renderLine() 589 Snippets[I + 1] = in renderLine() [all …]
|
/external/fonttools/ |
D | MANIFEST.in | 7 include Snippets/*.py 8 include Snippets/README.md
|
D | NEWS.rst | 191 - [Snippets] Added snippet to show how to decompose glyphs in a TTF (#2030). 325 - [Snippets/otf2ttf] In otf2ttf.py script update LSB in hmtx to match xMin (#1873). 586 Removed ``Snippets/woff2_compress.py`` and ``Snippets/woff2_decompress.py`` scripts, 721 - [Snippets] Added name-viewer.ipynb Jupyter notebook. 999 - [Snippets] Addded script to append a suffix to all family names in a font. 1078 - [Snippets] Added ``checksum.py`` script to generate/check SHA1 hash of 1569 - [Snippets] Added otf2ttf.py, for converting fonts from CFF to 1703 - [Snippets] Add ``symfont.py``, for symbolic font statistics analysis;
|
/external/fonttools/Doc/source/ |
D | index.rst | 88 … these libaries can be found in the `Snippets directory <https://github.com/fonttools/fonttools/bl…
|
/external/skia/site/docs/dev/tools/ |
D | markdown.md | 86 ## Code Snippets
|
/external/kotlinx.coroutines/kotlinx-coroutines-debug/ |
D | README.md | 217 Snippets of stacktraces for googling:
|
/external/bcc/docs/ |
D | tutorial_bcc_python_developer.md | 3 …e Python interface. There are two parts: observability then networking. Snippets are taken from va…
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CodeCompleteTests.cpp | 466 TEST(CompletionTest, Snippets) { in TEST() argument
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.css | 2413 @source mediawiki.org/wiki/Snippets/Horizontal_lists
|