Home
last modified time | relevance | path

Searched refs:add_text (Results 1 – 10 of 10) sorted by relevance

/external/jsoncpp/
Damalgamate.py22 def add_text(self, text): member in AmalgamationFile
29 self.add_text("")
30 self.add_text("// " + "/"*70)
31 … self.add_text("// %s of content of file: %s" % (prefix, relative_input_path.replace("\\","/")))
32 self.add_text("// " + "/"*70)
33 self.add_text("")
39 self.add_text(content)
42 self.add_text("\n\n\n\n")
66 header.add_text("/// Json-cpp amalgamated header (http://jsoncpp.sourceforge.net/).")
67 header.add_text('/// It is intended to be used with #include "%s"' % header_include_path)
[all …]
/external/python/cpython2/Doc/tools/extensions/
Dpyspecific.py90 add_text = nodes.strong('CPython implementation detail:',
97 pnode[0].insert(0, add_text)
100 pnode.insert(0, nodes.paragraph('', '', add_text))
/external/mesa3d/src/amd/compiler/tests/
Dglsl_scraper.py60 def add_text(self, s): member in Shader
241 self.current_shader.add_text(t)
/external/python/cpython3/Doc/tools/extensions/
Dpyspecific.py92 add_text = nodes.strong(label, label)
104 pnode[0].insert(0, add_text)
107 pnode.insert(0, nodes.paragraph('', '', add_text))
/external/libabigail/tools/
Dabitidy.cc252 add_text(xmlNodePtr node, bool after, const std::string& text) in add_text() function
281 add_text(children[0], false, "\n"); in format_xml()
282 add_text(children[children.size() - 1], true, prefix); in format_xml()
286 add_text(child, false, prefix); in format_xml()
288 add_text(child, true, "\n"); in format_xml()
/external/python/cpython2/Lib/
Dargparse.py246 def add_text(self, text): member in HelpFormatter
1025 formatter.add_text(version)
2305 formatter.add_text(self.description)
2310 formatter.add_text(action_group.description)
2315 formatter.add_text(self.epilog)
2327 formatter.add_text(self.version)
/external/python/cpython3/Lib/
Dargparse.py248 def add_text(self, text): member in HelpFormatter
1123 formatter.add_text(version)
2526 formatter.add_text(self.description)
2531 formatter.add_text(action_group.description)
2536 formatter.add_text(self.epilog)
/external/python/cpython2/Lib/plat-irix6/
Dflp.py420 elif cl == FL.TEXT: return fm.add_text
/external/python/cpython2/Lib/plat-irix5/
Dflp.py421 elif cl == FL.TEXT: return fm.add_text
/external/python/cpython2/Doc/library/
Dfl.rst241 .. method:: form.add_text(type, x, y, w, h, name)