HomeSort by relevance Sort by last modified time
    Searched refs:Pretty (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKitTools/simplejson/
__init__.py 36 Pretty printing::
135 members will be pretty-printed with that indent level. An indent level
190 object members will be pretty-printed with that indent level. An indent
  /external/bison/build-aux/
mdate-sh 2 # Get modification time of a file or directory and pretty-print it.
42 Pretty-print the modification time of FILE.
  /external/grub/docs/
mdate-sh 2 # Get modification time of a file or directory and pretty-print it.
41 Pretty-print the modification time of FILE.
  /external/libffi/
mdate-sh 2 # Get modification time of a file or directory and pretty-print it.
42 Pretty-print the modification time of FILE.
  /frameworks/base/tools/localize/
localize.cpp 29 XMLNode* root = NodeHandler::ParseFile(filename, XMLNode::PRETTY);
455 source->Pretty());
461 source->Name(), source->Attributes(), source->Pretty());
464 source->Name(), source->Attributes(), source->Pretty());
XMLHandler.h 58 PRETTY = 1
67 const vector<XMLAttribute>& attrs, int pretty);
68 static XMLNode* NewText(const SourcePos& pos, const string& text, int pretty);
76 inline int Pretty() const { return m_pretty; }
80 string OpenTagToString(const XMLNamespaceMap& nspaces, int pretty) const;
109 int pretty) const;
171 NodeHandler(XMLNode* root, int pretty);
183 static XMLNode* ParseFile(const string& filename, int pretty);
184 static XMLNode* ParseString(const string& filename, const string& text, int pretty);
XMLHandler.cpp 209 const vector<XMLAttribute>& attrs, int pretty)
213 node->m_pretty = pretty;
222 XMLNode::NewText(const SourcePos& pos, const string& text, int pretty)
226 node->m_pretty = pretty;
255 XMLNode::OpenTagToString(const XMLNamespaceMap& nspaces, int pretty) const
257 return open_tag_to_string(nspaces, "", pretty);
269 if (m_pretty == PRETTY) {
297 XMLNode::open_tag_to_string(const XMLNamespaceMap& nspaces, const string& indent, int pretty) const
313 if (i == 0 || m_pretty == EXACT || pretty == EXACT) {
350 string result = open_tag_to_string(nspaces, indent, PRETTY);
    [all...]
  /dalvik/docs/
prettify.js 18 * some functions for browser-side pretty printing of code contained in html.
35 * You can also use the (html deprecated) <xmp> tag, but the pretty printer
70 /** Pretty print a chunk of code.
    [all...]

Completed in 189 milliseconds