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

1 2 3 4

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 95 /// If you want to override the dot attributes printed for a particular
227 int level, bool &printed) {
232 if (!printed) {
233 printed = true;
246 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit;
261 bool printed = false; local
262 if (setSubgraphColorHelper(N, Color, visited, 0, printed)) {
265 setSubgraphColorHelper(N, "blue", visited, 0, printed);
267 setSubgraphColorHelper(N, "green", visited, 0, printed);
  /external/libnl/lib/route/link/
vlan.c 192 int i, printed; local
201 for (i = 0, printed = 0; i <= VLAN_PRIO_MAX; i++) {
203 if (printed == 0)
207 if (printed++ == 3) {
209 printed = 0;
214 if (printed > 0 && printed != 4)
221 for (i = 0, printed = 0; i < vi->vi_negress; i++) {
222 if (printed == 0)
227 if (printed++ == 3)
    [all...]
  /external/libedit/examples/
fileman.c 389 int printed = 0; local
396 printed++;
400 if (!printed)
407 if (printed == 6)
409 printed = 0;
414 printed++;
417 if (printed)
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
CheckTags.java 49 private boolean printed; field in class:CheckTags.DocNode
55 this.printed = false;
61 " printed: " + printed +
131 if (n.printed) {
132 if (msg != null || !last.printed) { // since index > 0 last is not null
142 n.printed = true;
  /external/libchrome/sandbox/linux/suid/
sandbox.c 171 int printed = snprintf(desc_str, sizeof(desc_str), "%u", sv[1]); local
172 if (printed < 0 || printed >= (int)sizeof(desc_str)) {
185 printed = snprintf(helper_pid_str, sizeof(helper_pid_str), "%u", pid);
186 if (printed < 0 || printed >= (int)sizeof(helper_pid_str)) {
  /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/squashfs-tools/squashfs-tools/
gzip_wrapper.c 282 int i, printed; local
307 for(i = 0, printed = 0; strategy[i].name; i++) {
309 if(printed)
314 printed = 1;
318 if(!printed)
xz_wrapper.c 328 int dictionary_size, flags, printed; local
351 printed = 0;
354 if(printed)
359 printed = 1;
363 if(!printed)
  /frameworks/base/core/java/com/android/internal/app/procstats/
DumpUtils.java 264 boolean printed = false;
267 printed = true;
270 if (printed) {
274 printed = true;
277 if (printed) {
  /external/iw/
info.c 434 bool printed = false; local
436 if (!printed)
438 printed = true;
441 if (printed)
449 bool printed = false; local
451 if (!printed)
453 printed = true;
456 if (printed)
  /external/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/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
complexityMeasures.m 5 % variable PRINT_MIPS te get the instructions printed to the screen.
  /external/bison/src/
print-xml.c 76 bool printed = false; local
103 printed = true;
107 if (!printed)
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastQueue.java     [all...]
ActiveServices.java 2899 private boolean printed = false; field in class:ActiveServices.ServiceDumper
    [all...]
  /external/llvm/test/MC/ARM/
eh-link.s 7 @ FIXME: The section numbers are not important. If llvm-readobj printed the
  /system/core/logcat/
logcat.cpp 54 bool printed; member in struct:log_device_t
62 printed = false;
220 if (!dev->printed || printDividers) {
224 dev->printed ? "switch to" : "beginning of",
230 dev->printed = true;
333 " --prune='<list> ...' printed above. Must be quoted.\n"
    [all...]
  /external/valgrind/coregrind/m_demangle/
cp-demangle.c 273 /* Whether this modifier was printed. */
274 int printed; member in struct:d_print_mod
336 /* The last character printed, saved individually so that it survives
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cp-demangle.c 258 /* Whether this modifier was printed. */
259 int printed; member in struct:d_print_mod
321 /* The last character printed, saved individually so that it survives
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
awsqueryrequest.py 64 self.printed = False
70 if not self.printed:
72 self.printed = True
  /external/e2fsprogs/misc/
dumpe2fs.c 337 int i, j, size, printed = 0; local
372 printed++;
376 if (printed == 0)
  /external/libchrome/base/debug/
stack_trace_posix.cc 181 bool printed = false; local
196 printed = true;
200 if (!printed) {
  /toolchain/binutils/binutils-2.25/gas/
as.c 221 static int printed;
223 if (printed)
225 printed = 1;
220 static int printed; local
    [all...]

Completed in 1934 milliseconds

1 2 3 4