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

  /frameworks/base/tools/localize/
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...]
  /build/target/board/
Android.mk 47 $(call pretty,"Generated: ($@)")
  /external/oprofile/libop/
op_cpu_type.c 20 char const * pretty; member in struct:cpu_descr
147 return cpu_descrs[cpu_type].pretty;
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 455 * Set or reset "raw mode". In "raw mode", all bundles are dumped. In "pretty mode",
457 * @param rawMode true for raw mode, false for pretty mode.
465 // pretty printer mode?
466 String pretty = null; local
468 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
470 if (pretty != null) {
471 System.out.print(pretty);
488 // pretty printer mode?
489 String pretty = null; local
491 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT)
    [all...]
  /build/core/
Makefile 293 $(call pretty,"Target ram disk: $@")
325 $(call pretty,"Target boot image: $@")
331 $(call pretty,"Target boot image: $@")
717 $(call pretty,"Target system fs tarball: $(INSTALLED_SYSTEMTARBALL_TARGET)")
746 $(call pretty,"Target userdata fs image: $(INSTALLED_USERDATAIMAGE_TARGET)")
756 $(call pretty,"Target userdata fs image: $(INSTALLED_USERDATAIMAGE_TARGET)")
778 $(call pretty,"Target userdata fs tarball: " \
    [all...]
cleanbuild.mk 112 # of MAKECMDGOALS. The "addprefix" is just to keep things pretty.
definitions.mk 648 define pretty macro
653 define pretty macro
    [all...]
  /bootable/diskinstaller/
config.mk 133 $(call pretty,"Target installer image: $@")
  /external/clearsilver/cs/
test_joo.cs 3 Some of these tests are pretty silly
  /external/v8/test/mjsunit/
string-index.js 71 // string. The net effect is pretty much the same.
  /sdk/files/
find_java.bat 62 rem However we use the full version without quotes (e.g. %~1) for pretty print.
  /external/webkit/WebKitTools/Scripts/
prepare-ChangeLog 453 return `$GIT log --max-count=1 --pretty=\"format:%an\" \"$gitCommit\"` if $gitCommit;
462 return `$GIT log --max-count=1 --pretty=\"format:%ae\" \"$gitCommit\"` if $gitCommit;
    [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...]
  /external/webkit/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 188 # $option: The pretty name of the option (as the user typed it)
545 while (($option, $value, $pretty) = nextOption()) {
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 67 $("pre:not(.no-pretty-print)").addClass("prettyprint");
  /external/iproute2/doc/
api-ip6-flowlabels.tex 222 Requirements of RFC2460 are pretty tough. Particularly, lifetimes
ip-cref.tex 798 described below) is pretty dangerous. If you make a mistake, it will
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/grub/docs/
texinfo.tex 701 % above. But it's pretty close.
    [all...]

Completed in 6229 milliseconds