Searched refs:Snippets (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | SourceCoverageViewHTML.cpp | 506 SmallVector<std::string, 8> Snippets; in renderLine() local 511 Snippets.push_back(Line.substr(Start, Len)); in renderLine() 525 for (unsigned I = 0, E = Snippets.size(); I < E; ++I) in renderLine() 526 Snippets[I] = escape(Snippets[I], getOptions()); in renderLine() 547 if (!Snippets[0].empty()) in renderLine() 548 Snippets[0] = Highlight(Snippets[0], 1, 1 + Snippets[0].size()); in renderLine() 561 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col, in renderLine() 562 CurSeg->Col + Snippets[I + 1].size()); in renderLine() 566 Snippets.back() = Highlight(Snippets.back(), 1, 1 + Snippets.back().size()); in renderLine() 591 Snippets[I + 1] = in renderLine() [all …]
|
/external/fonttools/ |
D | MANIFEST.in | 7 include Snippets/*.py 8 include Snippets/README.md
|
D | README.rst | 161 `Snippets <https://github.com/fonttools/fonttools/blob/master/Snippets/>`__
|
D | PKG-INFO | 171 `Snippets <https://github.com/fonttools/fonttools/blob/master/Snippets/>`__ 461 - [Snippets] Added name-viewer.ipynb Jupyter notebook. 739 - [Snippets] Addded script to append a suffix to all family names in a font. 818 - [Snippets] Added ``checksum.py`` script to generate/check SHA1 hash of 1309 - [Snippets] Added otf2ttf.py, for converting fonts from CFF to 1443 - [Snippets] Add ``symfont.py``, for symbolic font statistics analysis;
|
D | NEWS.rst | 44 - [Snippets] Added name-viewer.ipynb Jupyter notebook. 322 - [Snippets] Addded script to append a suffix to all family names in a font. 401 - [Snippets] Added ``checksum.py`` script to generate/check SHA1 hash of 892 - [Snippets] Added otf2ttf.py, for converting fonts from CFF to 1026 - [Snippets] Add ``symfont.py``, for symbolic font statistics analysis;
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | SOURCES.txt | 317 Snippets/README.md 318 Snippets/checksum.py 319 Snippets/cmap-format.py 320 Snippets/dump_woff_metadata.py 321 Snippets/edit_raw_table_data.py 322 Snippets/fix-dflt-langsys.py 323 Snippets/interpolate.py 324 Snippets/layout-features.py 325 Snippets/merge_woff_metadata.py 326 Snippets/otf2ttf.py [all …]
|
D | PKG-INFO | 171 `Snippets <https://github.com/fonttools/fonttools/blob/master/Snippets/>`__ 461 - [Snippets] Added name-viewer.ipynb Jupyter notebook. 739 - [Snippets] Addded script to append a suffix to all family names in a font. 818 - [Snippets] Added ``checksum.py`` script to generate/check SHA1 hash of 1309 - [Snippets] Added otf2ttf.py, for converting fonts from CFF to 1443 - [Snippets] Add ``symfont.py``, for symbolic font statistics analysis;
|
/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/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.css | 2413 @source mediawiki.org/wiki/Snippets/Horizontal_lists
|