Home
last modified time | relevance | path

Searched refs:wrap_text (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/distutils/
Dfancy_getopt.py335 text = wrap_text(help, text_width)
375 def wrap_text(text, width): function
456 print("\n".join(wrap_text(text, w)))
/third_party/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc556 string wrap_text(int32_t fn, const string& text) { in wrap_text() function
588 string wrapped_text1 = wrap_text(UPB_DESCRIPTOR_TYPE_MESSAGE, expected_text); in assert_successful_parse()
589 string wrapped_text2 = wrap_text(UPB_DESCRIPTOR_TYPE_GROUP, expected_text); in assert_successful_parse()
/third_party/flutter/flutter/dev/tools/
Dupdate_icons.dart147 'wrap_text',
/third_party/cef/tools/
Dcef_parser.py22 def wrap_text(text, indent='', maxchars=80): function
175 result += wrap_text(wrapme, indent + '// ', maxchars)
203 result += wrap_text(wrapme, indent + '// ', maxchars)
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dicons.dart3008 /// <i class="material-icons md-36">wrap_text</i> &#x2014; material icon named "wrap text".
3009 …static const IconData wrap_text = IconData(0xe25b, fontFamily: 'MaterialIcons', matchTextDirection…
/third_party/python/Doc/distutils/
Dapiref.rst1371 .. function:: wrap_text(text, width)