Home
last modified time | relevance | path

Searched refs:bmh (Results 1 – 24 of 24) sorted by relevance

/external/skia/tools/bookmaker/
DfiddleParser.cpp130 TextParser bmh(textOut); in textOut() local
133 bmh.skipWhiteSpace(); in textOut()
135 const char* bmhEnd = bmh.trimmedLineEnd(); in textOut()
137 ptrdiff_t bmhLen = bmhEnd - bmh.fChar; in textOut()
143 bmh.reportError("mismatched stdout len\n"); in textOut()
145 } else if (strncmp(bmh.fChar, fiddle.fChar, fiddleLen)) { in textOut()
147 bmh.reportError("mismatched stdout text\n"); in textOut()
150 bmh.skipToLineStart(); in textOut()
152 } while (!bmh.eof() && !fiddle.eof()); in textOut()
154 bmh.reportError("bmh %s missing stdout\n"); in textOut()
[all …]
DselfCheck.cpp44 SelfChecker(const BmhParser& bmh) in SelfChecker() argument
45 : fBmhParser(bmh) in SelfChecker()
153 bool SelfCheck(const BmhParser& bmh) { in SelfCheck() argument
154 SelfChecker checker(bmh); in SelfCheck()
Dbookmaker.h1955 FiddleBase(BmhParser* bmh) : ParserCommon() in FiddleBase() argument
1956 , fBmhParser(bmh) in FiddleBase()
1985 FiddleParser(BmhParser* bmh) : FiddleBase(bmh) { in FiddleParser() argument
2009 Catalog(BmhParser* bmh) : FiddleBase(bmh) {} in Catalog() argument
2069 MdOut(const BmhParser& bmh) : ParserCommon() in MdOut() argument
2070 , fBmhParser(bmh) { in MdOut()
DspellCheck.cpp32 SpellCheck(const BmhParser& bmh) : ParserCommon() in SpellCheck() argument
33 , fBmhParser(bmh) { in SpellCheck()
Dbookmaker.cpp15 DEFINE_string2(bmh, b, "", "Path to a *.bmh file or a directory.");
/external/skqp/tools/bookmaker/
DfiddleParser.cpp156 TextParser bmh(textOut); in textOut() local
159 bmh.skipWhiteSpace(); in textOut()
161 const char* bmhEnd = bmh.trimmedLineEnd(); in textOut()
163 ptrdiff_t bmhLen = bmhEnd - bmh.fChar; in textOut()
169 bmh.reportError("mismatched stdout len\n"); in textOut()
171 } else if (strncmp(bmh.fChar, fiddle.fChar, fiddleLen)) { in textOut()
173 bmh.reportError("mismatched stdout text\n"); in textOut()
176 bmh.skipToLineStart(); in textOut()
178 } while (!bmh.eof() && !fiddle.eof()); in textOut()
180 bmh.reportError("bmh %s missing stdout\n"); in textOut()
[all …]
DselfCheck.cpp22 SelfChecker(const BmhParser& bmh) in SelfChecker() argument
23 : fBmhParser(bmh) in SelfChecker()
468 bool SelfCheck(const BmhParser& bmh) { in SelfCheck() argument
469 SelfChecker checker(bmh); in SelfCheck()
Dbookmaker.h1915 FiddleBase(BmhParser* bmh) : ParserCommon() in FiddleBase() argument
1916 , fBmhParser(bmh) in FiddleBase()
1945 FiddleParser(BmhParser* bmh) : FiddleBase(bmh) { in FiddleParser() argument
1969 Catalog(BmhParser* bmh) : FiddleBase(bmh) {} in Catalog() argument
2029 MdOut(const BmhParser& bmh) : ParserCommon() in MdOut() argument
2030 , fBmhParser(bmh) { in MdOut()
DspellCheck.cpp32 SpellCheck(const BmhParser& bmh) : ParserCommon() in SpellCheck() argument
33 , fBmhParser(bmh) { in SpellCheck()
Dbookmaker.cpp15 DEFINE_string2(bmh, b, "", "Path to a *.bmh file or a directory.");
/external/skia/docs/
DusingBookmaker.bmh26 For instance, if the change was made to SkIRect, edit docs/SkIRect_Reference.bmh.
27 Checking in the edited docs/SkIRect_Reference.bmh will fix the bot.
78 docs/SkSurface_Reference.bmh, running:
173 docs/SkXXX_Reference.bmh
179 docs/SkXXX_Reference.bmh
255 Generate SkXXX.md from SkXXX.bmh and fiddleout.json.
269 $ ./out/dir/bookmaker -x -b docs/SkXXX.bmh -i include/core/SkXXX.h
Dmarkup.bmh37 The markup character is initially # at the start of any .bmh file
/external/skqp/docs/
DusingBookmaker.bmh26 For instance, if the change was made to SkIRect, edit docs/SkIRect_Reference.bmh.
27 Checking in the edited docs/SkIRect_Reference.bmh will fix the bot.
72 docs/SkSurface_Reference.bmh, running:
167 docs/SkXXX_Reference.bmh
173 docs/SkXXX_Reference.bmh
249 Generate SkXXX.md from SkXXX.bmh and fiddleout.json.
263 $ ./out/dir/bookmaker -x -b docs/SkXXX.bmh -i include/core/SkXXX.h
Dmarkup.bmh37 The markup character is initially # at the start of any .bmh file
/external/skqp/site/user/api/
DusingBookmaker.md15 …hange was made to <a href="SkIRect_Reference#SkIRect">SkIRect</a>, edit docs/SkIRect_Reference.bmh.
16 Checking in the edited docs/SkIRect_Reference.bmh will fix the bot.
55 docs/SkSurface_Reference.bmh, running:
133 docs/SkXXX_Reference.bmh</pre>
140 docs/SkXXX_Reference.bmh</pre>
206 Generate SkXXX.md from SkXXX.bmh and fiddleout.json.
219 $ ./out/dir/bookmaker -x -b docs/SkXXX.bmh -i include/core/SkXXX.h</pre>
/external/skia/site/user/api/
DusingBookmaker.md15 …hange was made to <a href="SkIRect_Reference#SkIRect">SkIRect</a>, edit docs/SkIRect_Reference.bmh.
16 Checking in the edited docs/SkIRect_Reference.bmh will fix the bot.
58 docs/SkSurface_Reference.bmh, running:
136 docs/SkXXX_Reference.bmh</pre>
143 docs/SkXXX_Reference.bmh</pre>
209 Generate SkXXX.md from SkXXX.bmh and fiddleout.json.
222 $ ./out/dir/bookmaker -x -b docs/SkXXX.bmh -i include/core/SkXXX.h</pre>
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Df09f6be0f86977a29d01edf34b38f12b.000080eb.honggfuzz.cov22 …Dk���aʯU%N�幕��6Y����3Ќ���8�Z����䦖��Ыn���}� @i�a�T���!u�os�eK��D�C4�,7�|:g ��bmh�}�
40 …Dk���aʯU%N�幕��6Y����3Ќ���8�Z����䦖��Ыn���}� @i�a�T���!u�os�eK��D�C4�,7�|:g ��bmh�}�
D8f7b0f7ba0373aa1cf0021a0bf46c6d7.0000fa7a.honggfuzz.cov28 …Dk���aʯU%N�幕��6Y����3Ќ���8�Z����䦖��Ыn���}� @i�a�T���!u�os�eK��D�C4�,7�|:g ��bmh�}�
D713d53c47785b7481294d39021b4566b.00006515.honggfuzz.cov148 …k���aʯU%N�幕��6Y����3Ќ���8�no-cache��Ыn���}� @i�a�T���!u�os�eK��D�C4�,7�|:g ��bmh�}�
/external/honggfuzz/examples/apache-httpd/corpus_http1/
Df09f6be0f86977a29d01edf34b38f12b.000080eb.honggfuzz.cov22 …Dk���aʯU%N�幕��6Y����3Ќ���8�Z����䦖��Ыn���}� @i�a�T���!u�os�eK��D�C4�,7�|:g ��bmh�}�
40 …Dk���aʯU%N�幕��6Y����3Ќ���8�Z����䦖��Ыn���}� @i�a�T���!u�os�eK��D�C4�,7�|:g ��bmh�}�
D8f7b0f7ba0373aa1cf0021a0bf46c6d7.0000fa7a.honggfuzz.cov28 …Dk���aʯU%N�幕��6Y����3Ќ���8�Z����䦖��Ыn���}� @i�a�T���!u�os�eK��D�C4�,7�|:g ��bmh�}�
/external/icu/icu4c/source/data/misc/
DlikelySubtags.txt167 bmh{"bmh_Latn_ZZ"}
/external/lisa/ipynb/residency/
Dtask_residencies_uibench.ipynb227 …k5mQvYf+WKa0aInOHgvirs3lYhugyiDhuSEYnkfqGiyyAS4kylHg8u349mE0e1Pc0crRaG\nEs+bmh+r9cf4yVruOO+iODJCwq…
Dtask_residencies_youtube.ipynb227 …189tln\nbT5PekZEmx3c719DtFpjs7hJseh4ICWdH+117KxTf46LCAwaYFSchksLf6RP9nedfj/bmh+JuvLG\nTr+PCE65ZQ2U…