Searched refs:add_text (Results 1 – 10 of 10) sorted by relevance
/external/jsoncpp/ |
D | amalgamate.py | 22 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/ |
D | pyspecific.py | 90 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/ |
D | glsl_scraper.py | 60 def add_text(self, s): member in Shader 241 self.current_shader.add_text(t)
|
/external/python/cpython3/Doc/tools/extensions/ |
D | pyspecific.py | 92 add_text = nodes.strong(label, label) 104 pnode[0].insert(0, add_text) 107 pnode.insert(0, nodes.paragraph('', '', add_text))
|
/external/libabigail/tools/ |
D | abitidy.cc | 252 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/ |
D | argparse.py | 246 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/ |
D | argparse.py | 248 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/ |
D | flp.py | 420 elif cl == FL.TEXT: return fm.add_text
|
/external/python/cpython2/Lib/plat-irix5/ |
D | flp.py | 421 elif cl == FL.TEXT: return fm.add_text
|
/external/python/cpython2/Doc/library/ |
D | fl.rst | 241 .. method:: form.add_text(type, x, y, w, h, name)
|