/external/linux-tools-perf/util/ |
map.c | 329 size_t printed = fprintf(fp, "%s:\n", map_type__name[type]); local 334 printed += fprintf(fp, "Map:"); 335 printed += map__fprintf(pos, fp); 337 printed += dso__fprintf(pos->dso, type, fp); 338 printed += fprintf(fp, "--\n"); 342 return printed; 347 size_t printed = 0, i; local 349 printed += __map_groups__fprintf_maps(self, i, verbose, fp); 350 return printed; 358 size_t printed = 0 local 374 size_t printed = 0, i; local 382 size_t printed = map_groups__fprintf_maps(self, verbose, fp); local [all...] |
annotate.c | 114 int printed, int max_lines, 151 if (max_lines && printed >= max_lines) 182 } else if (max_lines && printed >= max_lines) 513 int printed = 2, queue_len = 0; local 537 printed, max_lines, queue)) { 539 ++printed; 541 printed += queue_len;
|
parse-events.c | 1013 unsigned int type, op, i, printed = 0; local 1029 ++printed; 1034 return printed; 1044 unsigned int i, type, prev_type = -1, printed = 0, ntypes_printed = 0; local 1054 if (type != prev_type && printed) { 1056 printed = 0; 1073 ++printed; 1077 printed = 0;
|
top.c | 217 int printed = 0; local 225 if (++printed > top->print_entries ||
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGPrinter.cpp | 87 /// If you want to override the dot attributes printed for a particular 219 int level, bool &printed) { 224 if (!printed) { 225 printed = true; 238 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit; 253 bool printed = false; local 254 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) { 257 setSubgraphColorHelper(N, "blue", visited, 0, printed); 259 setSubgraphColorHelper(N, "green", visited, 0, printed);
|
/external/chromium_org/sandbox/linux/suid/ |
linux_util.c | 108 int printed = snprintf(buf, sizeof(buf), "fd/%s", dent->d_name); local 109 if (printed < 0 || printed >= (int)(sizeof(buf) - 1)) {
|
sandbox.c | 173 int printed = snprintf(desc_str, sizeof(desc_str), "%u", sv[1]); local 174 if (printed < 0 || printed >= (int)sizeof(desc_str)) { 187 printed = snprintf(helper_pid_str, sizeof(helper_pid_str), "%u", pid); 188 if (printed < 0 || printed >= (int)sizeof(helper_pid_str)) {
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-profile-table.cc | 305 int printed = local 312 // If it looks like the snprintf failed, ignore the fact we printed anything 313 if (printed < 0 || printed >= bufsize - buflen) return buflen; 314 buflen += printed; 316 printed = snprintf(buf + buflen, bufsize - buflen, " 0x%08" PRIxPTR, 318 if (printed < 0 || printed >= bufsize - buflen) return buflen; 319 buflen += printed; 321 printed = snprintf(buf + buflen, bufsize - buflen, "\n") [all...] |
/development/tools/findunused/ |
findunusedstrings | 7 -p option prints out unused strings, otherwise a total count is printed
|
findunusedresources | 9 -p option prints out unused resources, otherwise a total count is printed
|
/external/e2fsprogs/lib/e2p/ |
ls.c | 100 int i, j, printed=0; local 108 printed++; 112 if (printed == 0) 121 int i, printed=0; local 127 printed++; 134 printed++; 137 if (printed == 0)
|
/external/linux-tools-perf/util/ui/browsers/ |
hists.c | 534 int printed = 0; local 573 ++printed; 578 printed += hist_browser__show_callchain(self, &entry->sorted_chain, 585 return printed; 680 * and stop when we printed enough lines to fill the screen. 789 int printed; local 793 printed = snprintf(bf, size, "Events: %lu%c %s", nr_events, unit, ev_name); 796 printed += snprintf(bf + printed, size - printed, [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profile-table.cc | 312 int printed = local 320 // If it looks like the snprintf failed, ignore the fact we printed anything 321 if (printed < 0 || printed >= bufsize - buflen) return buflen; 322 buflen += printed; 324 printed = snprintf(buf + buflen, bufsize - buflen, " 0x%08" PRIxPTR, 326 if (printed < 0 || printed >= bufsize - buflen) return buflen; 327 buflen += printed; 329 printed = snprintf(buf + buflen, bufsize - buflen, "\n") [all...] |
/dalvik/vm/compiler/codegen/arm/ |
ArchUtility.cpp | 31 bool printed = false; local 41 if (printed) { 44 printed = true;
|
/frameworks/base/services/java/com/android/server/am/ |
BroadcastQueue.java | [all...] |
ActivityStackSupervisor.java | [all...] |
ActiveServices.java | [all...] |
/external/chromium_org/v8/test/webkit/ |
pretty-print.js | 25 "This test checks that regexps, strings with special characters, object literals with non-identifier names, and array literals are pretty-printed correctly"
|
/external/bison/src/ |
print-xml.c | 76 bool printed = false; local 103 printed = true; 107 if (!printed)
|
/external/chromium_org/base/debug/ |
stack_trace_posix.cc | 149 bool printed = false; 163 printed = true; 167 if (!printed) {
|
/external/chromium_org/chrome/renderer/printing/ |
print_web_view_helper_browsertest.cc | 150 // Verifies whether the pages printed or not. 151 void VerifyPagesPrinted(bool printed) { 155 ASSERT_EQ(printed, did_print_msg); 161 ASSERT_EQ(printed, did_print_msg); 162 if (printed) { 397 // Retrieve the number of pages actually printed. [all...] |
/system/core/logcat/ |
logcat.cpp | 59 bool printed; member in struct:log_device_t 71 printed = false; 220 if (!dev->printed) { 221 dev->printed = true;
|
/external/e2fsprogs/debugfs/ |
debugfs.c | 279 int i, j, printed=0; local 287 printed++; 291 if (printed == 0) 580 unsigned int printed = 0; local 637 printed ? ", " : "", info.curr_level, 639 printed = 1; 667 printed ? ", " : "", 675 printed ? ", " : "", 682 printed = 1; 684 if (printed) [all...] |
/external/gcc-demangle/ |
cp-demangle.c | 258 /* Whether this modifier was printed. */ 259 int printed; member in struct:d_print_mod 288 /* The last character printed, saved individually so that it survives [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
cp-demangle.c | 273 /* Whether this modifier was printed. */ 274 int printed; member in struct:d_print_mod 301 /* The last character printed, saved individually so that it survives [all...] |