/prebuilts/gdb/darwin-x86/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.""" 155 self.invoke1("global pretty-printers:", gdb.pretty_printers [all...] |
/prebuilts/gdb/linux-x86/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.""" 155 self.invoke1("global pretty-printers:", gdb.pretty_printers [all...] |
/external/libdrm/intel/tests/ |
gen4-3d.batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped
|
gen5-3d.batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped
|
gen6-3d.batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped
|
gen7-2d-copy.batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped
|
gen7-3d.batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped
|
gm45-3d.batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped
|
test-batch.sh | 8 # pretty-print a diff showing what happened, and leave the dumped
|
/external/llvm/test/YAMLParser/ |
construct-seq.test | 10 - Saturn # Pretty.
|
/frameworks/base/docs/html/ndk/samples/ |
sample_na.jd | 34 <pre class="no-pretty-print"> 42 <pre class="no-pretty-print"> 49 <pre class="no-pretty-print"> 57 <pre class="no-pretty-print"> 65 <pre class="no-pretty-print"> 71 <pre class="no-pretty-print"> 98 <pre class="no-pretty-print"> 105 <pre class="no-pretty-print"> 117 <pre class="no-pretty-print"> 129 <pre class="no-pretty-print" [all...] |
sample_teapot.jd | 36 <pre class="no-pretty-print"> 47 <pre class="no-pretty-print"> 59 <pre class="no-pretty-print"> 64 <pre class="no-pretty-print"> 71 <pre class="no-pretty-print"> 82 <pre class="no-pretty-print"> 105 <pre class="no-pretty-print"> 119 <pre class="no-pretty-print"> 138 <pre class="no-pretty-print"> 144 <pre class="no-pretty-print" [all...] |
/frameworks/base/docs/html/reference/android/support/wearable/ |
R.color.html | 1151 <pre class="api-signature no-pretty-print"> 1174 <pre class="api-signature no-pretty-print"> 1197 <pre class="api-signature no-pretty-print"> 1220 <pre class="api-signature no-pretty-print"> 1243 <pre class="api-signature no-pretty-print"> 1266 <pre class="api-signature no-pretty-print"> 1289 <pre class="api-signature no-pretty-print"> 1312 <pre class="api-signature no-pretty-print"> 1335 <pre class="api-signature no-pretty-print"> 1358 <pre class="api-signature no-pretty-print" [all...] |
R.id.html | 1102 <pre class="api-signature no-pretty-print"> 1125 <pre class="api-signature no-pretty-print"> 1148 <pre class="api-signature no-pretty-print"> 1171 <pre class="api-signature no-pretty-print"> 1194 <pre class="api-signature no-pretty-print"> 1217 <pre class="api-signature no-pretty-print"> 1240 <pre class="api-signature no-pretty-print"> 1263 <pre class="api-signature no-pretty-print"> 1286 <pre class="api-signature no-pretty-print"> 1309 <pre class="api-signature no-pretty-print" [all...] |
R.style.html | 1076 <pre class="api-signature no-pretty-print"> 1099 <pre class="api-signature no-pretty-print"> 1122 <pre class="api-signature no-pretty-print"> 1145 <pre class="api-signature no-pretty-print"> 1168 <pre class="api-signature no-pretty-print"> 1191 <pre class="api-signature no-pretty-print"> 1214 <pre class="api-signature no-pretty-print"> 1237 <pre class="api-signature no-pretty-print"> 1260 <pre class="api-signature no-pretty-print"> 1283 <pre class="api-signature no-pretty-print" [all...] |
/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
|
/frameworks/base/cmds/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...] |
/frameworks/base/docs/html/reference/android/support/test/jank/ |
GfxMonitor.html | 666 <pre class="api-signature no-pretty-print"> 694 <pre class="api-signature no-pretty-print"> 722 <pre class="api-signature no-pretty-print"> 750 <pre class="api-signature no-pretty-print"> 778 <pre class="api-signature no-pretty-print"> 806 <pre class="api-signature no-pretty-print"> 834 <pre class="api-signature no-pretty-print"> 862 <pre class="api-signature no-pretty-print"> 890 <pre class="api-signature no-pretty-print"> 918 <pre class="api-signature no-pretty-print" [all...] |
/external/iproute2/lib/ |
json_writer.c | 28 bool pretty; /* optional whitepace */ member in struct:json_writer 32 /* indentation for pretty print */ 40 /* end current line and indent if pretty printing */ 43 if (!self->pretty) 103 self->pretty = false; 125 self->pretty = on; 157 if (self->pretty)
|
/frameworks/base/docs/html-intl/intl/ja/preview/features/ |
direct-boot.jd | 157 <pre class="no-pretty-print"> 171 <pre class="no-pretty-print"> 177 <pre class="no-pretty-print">
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/ |
direct-boot.jd | 157 <pre class="no-pretty-print"> 171 <pre class="no-pretty-print"> 177 <pre class="no-pretty-print">
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/ |
direct-boot.jd | 157 <pre class="no-pretty-print"> 171 <pre class="no-pretty-print"> 177 <pre class="no-pretty-print">
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/ |
cxx-pretty-print.h | 1 /* Interface for the GNU C++ pretty-printer. 24 #include "c-family/c-pretty-print.h" 39 /* This is the enclosing scope of the entity being pretty-printed. */
|
/build/target/board/ |
Android.mk | 22 $(call pretty,"Generated: ($@)")
|
/dalvik/docs/ |
prettify.css | 0 /* Pretty printing styles. Used with prettify.js. */
|