Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/tools/generate_emu_metadata/src/com/android/car/tool/
DEmuMetadataGenerator.java319 String propertyDescription = doc.getDescription().toText(); in main()
353 String commentTagContent = blockTags.get(j).getContent().toText(); in main()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js987 _proto.toText = function toText() {
991 var toText = function toText(child) {
992 return child.toText();
995 return this.children.map(toText).join("");
6837 _proto.toText = function toText() {
6839 return child.toText();
6873 return utils.escape(this.toText());
6881 _proto2.toText = function toText() {
6959 _proto3.toText = function toText() {
12477 return node.toText();
Dkatex.min.js1toText=function(){var t=function(t){return t.toText()};return this.children.map(t).join("")},t}(),… method
Dkatex.mjs1057 toText() { method in DocumentFragment
1061 const toText = child => child.toText(); function
1063 return this.children.map(toText).join("");
6801 toText() { method in MathNode
6802 return this.children.map(child => child.toText()).join("");
6830 return utils.escape(this.toText());
6838 toText() { method in TextNode
6911 toText() { method in SpaceNode
12276 const word = expression.map(node => node.toText()).join("");