Home
last modified time | relevance | path

Searched refs:prettyPrint (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DFontInfoMain.java87 FontInfo.listTables(font).prettyPrint(); in main()
90 FontInfo.listNameEntries(font).prettyPrint(); in main()
104 FontInfo.listFontMetrics(font).prettyPrint(); in main()
118 FontInfo.listGlyphDimensionBounds(font).prettyPrint(); in main()
132 FontInfo.listCmaps(font).prettyPrint(); in main()
146 FontInfo.listCharBlockCoverage(font).prettyPrint(); in main()
166 FontInfo.listScriptCoverage(font).prettyPrint(); in main()
170 FontInfo.listCharsNeededToCoverScript(font).prettyPrint(); in main()
185 FontInfo.listChars(font).prettyPrint(); in main()
220 unmappedGlyphs.prettyPrint(); in main()
[all …]
DDataDisplayTable.java212 public void prettyPrint() { in prettyPrint() method in DataDisplayTable
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
Dtest_differential_fuzz_library.js23 const prettyPrint = 'let prettyPrinted = value => value;'; constant
25 const hookedUpCode = resultDummy + prettyPrint + code;
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
Ddifferential_fuzz_mutator.js23 const prettyPrint = babelTemplate('__prettyPrint(ID);'); constant
35 return prettyPrint({ ID: babelTypes.cloneDeep(variable) });
/third_party/node/deps/v8/tools/turbolizer/src/
Dcode-view.ts6 prettyPrint(_: unknown, el: HTMLElement): void; method
186 PR.prettyPrint(undefined, sourceContainer);