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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 52 pretty = nil
54 pretty = PrettyPatch.prettify(patch)
56 assert(pretty, "Empty result while prettifying " + description)
63 return pretty
71 pretty = check_one_patch(144064, ["Images without checksums", 10, 5, 4, 8])
72 matches = pretty.match("INVALID: Image lacks a checksum.")
78 assert_equal(0, pretty.scan(/INVALID\: Image lacks a checksum\./).size)
82 pretty = check_one_patch(145881, ["New image", 19, 36, 19, 56])
83 matches = pretty.match("INVALID: Image lacks a checksum.")
88 pretty = check_one_patch(101620, ["Images correctly without checksums git", 7, 15, 10, 26]
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /external/libvpx/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
gen_authors.sh 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml.py 9 def XmlToString(content, encoding='utf-8', pretty=False):
42 pretty: True if we want pretty printing with indents and new lines.
49 if pretty:
51 _ConstructContentList(xml_parts, content, pretty)
57 def _ConstructContentList(xml_parts, specification, pretty, level=0):
63 pretty: True if we want pretty printing with indents and new lines.
67 if pretty:
97 _ConstructContentList(xml_parts, child_spec, pretty, level + 1
    [all...]
  /external/chromium_org/third_party/mesa/src/bin/
get-pick-list.sh 11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
26 git log -n1 --pretty=oneline $sha | cat
  /external/llvm/utils/
GetSourceVersion 22 git log -1 --pretty=format:%H
  /external/mesa3d/bin/
get-pick-list.sh 11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\
26 git log -n1 --pretty=oneline $sha | cat
  /external/qemu/qobject/
qjson.c 76 int pretty; member in struct:ToJsonIterState
81 static void to_json(const QObject *obj, QString *str, int pretty, int indent);
92 if (s->pretty) {
99 to_json(QOBJECT(qkey), s->str, s->pretty, s->indent);
103 to_json(obj, s->str, s->pretty, s->indent);
115 if (s->pretty) {
121 to_json(obj, s->str, s->pretty, s->indent);
125 static void to_json(const QObject *obj, QString *str, int pretty, int indent)
199 s.pretty = pretty;
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/command/
pretty_printers.py 0 # Pretty-printer commands.
17 """GDB commands for working with pretty-printers."""
25 """Internal utility to parse a pretty-printer command argv.
85 """GDB command to list all registered pretty-printers.
87 Usage: info pretty-printer [object-regexp [name-regexp]]
93 NAME-REGEXP matches the name of the pretty-printer.
99 super(InfoPrettyPrinter, self).__init__("info pretty-printer",
118 # direct additions to the pretty-printer list, and we shouldn't
124 """Print a list of pretty-printers."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/command/
pretty_printers.py 0 # Pretty-printer commands.
17 """GDB commands for working with pretty-printers."""
25 """Internal utility to parse a pretty-printer command argv.
85 """GDB command to list all registered pretty-printers.
87 Usage: info pretty-printer [object-regexp [name-regexp]]
93 NAME-REGEXP matches the name of the pretty-printer.
99 super(InfoPrettyPrinter, self).__init__("info pretty-printer",
118 # direct additions to the pretty-printer list, and we shouldn't
124 """Print a list of pretty-printers."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/share/gdb/python/gdb/command/
pretty_printers.py 0 # Pretty-printer commands.
17 """GDB commands for working with pretty-printers."""
25 """Internal utility to parse a pretty-printer command argv.
85 """GDB command to list all registered pretty-printers.
87 Usage: info pretty-printer [object-regexp [name-regexp]]
93 NAME-REGEXP matches the name of the pretty-printer.
99 super(InfoPrettyPrinter, self).__init__("info pretty-printer",
118 # direct additions to the pretty-printer list, and we shouldn't
124 """Print a list of pretty-printers."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/share/gdb/python/gdb/command/
pretty_printers.py 0 # Pretty-printer commands.
17 """GDB commands for working with pretty-printers."""
25 """Internal utility to parse a pretty-printer command argv.
85 """GDB command to list all registered pretty-printers.
87 Usage: info pretty-printer [object-regexp [name-regexp]]
93 NAME-REGEXP matches the name of the pretty-printer.
99 super(InfoPrettyPrinter, self).__init__("info pretty-printer",
118 # direct additions to the pretty-printer list, and we shouldn't
124 """Print a list of pretty-printers."""
159 self.invoke1("global pretty-printers:", gdb.pretty_printers
    [all...]
  /build/target/board/
Android.mk 22 $(call pretty,"Generated: ($@)")
  /cts/tests/print/src/android/print/cts/
PrintInstrument.java 166 * Set or reset "raw mode". In "raw mode", all bundles are dumped. In "pretty mode",
168 * @param rawMode true for raw mode, false for pretty mode.
177 // pretty printer mode?
178 String pretty = null; local
180 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
182 if (pretty != null) {
183 System.out.print(pretty);
201 // pretty printer mode?
202 String pretty = null; local
204 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
PERF-VERSION-GEN 21 CID=$(git log -1 --abbrev=4 --pretty=format:"%h" 2>/dev/null) && CID="-g$CID"
  /external/chromium_org/third_party/skia/tools/
reformat-json.py 11 Rewrites a JSON file to use Python's standard JSON pretty-print format,
  /external/chromium_org/tools/metrics/histograms/
pretty_print.py 6 """Pretty-prints the histograms.xml file, alphabetizing tags, wrapping text
12 and wrapping text nodes, so we implement our own full custom XML pretty-printer.
112 """Pretty-print the given XML.
118 The pretty-printed version.
131 histograms_backup_filename = 'histograms.before.pretty-print.xml'
153 logging.info('Pretty-printing...')
155 pretty = PrettyPrint(xml)
160 if xml == pretty:
161 logging.info('%s is correctly pretty-printed.' % histograms_filename)
168 xml, pretty,
    [all...]
  /external/skia/tools/
reformat-json.py 11 Rewrites a JSON file to use Python's standard JSON pretty-print format,
  /ndk/tests/device/test-stlport_shared-exception/jni/
pretty2.cpp 58 const char *pretty) throw ()
  /ndk/tests/device/test-stlport_static-exception/jni/
pretty2.cpp 58 const char *pretty) throw ()
  /build/core/tasks/
factory_ramdisk.mk 77 $(call pretty,"Target factory ram disk file system: $@")
88 $(call pretty,"Target factory ram disk img format: $@")
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLViewer.css 39 .pretty-print {
  /external/oprofile/libop/
op_cpu_type.c 20 char const * pretty; member in struct:cpu_descr
186 return cpu_descrs[cpu_type].pretty;
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 188 // pretty printer mode?
189 String pretty = null; local
191 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
193 if (pretty != null) {
194 System.out.print(pretty);
211 // pretty printer mode?
212 String pretty = null; local
214 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
216 if (pretty != null) {
217 System.out.println(pretty);
    [all...]

Completed in 1233 milliseconds

1 2 3 4 5