Searched defs:printed (Results 1 - 25 of 26) sorted by relevance

12

/external/squashfs-tools/squashfs-tools/
H A Dgzip_wrapper.c282 int i, printed; local
307 for(i = 0, printed = 0; strategy[i].name; i++) {
309 if(printed)
314 printed = 1;
318 if(!printed)
H A Dxz_wrapper.c328 int dictionary_size, flags, printed; local
351 printed = 0;
354 if(printed)
359 printed = 1;
363 if(!printed)
/external/bison/src/
H A Dprint-xml.c76 bool printed = false; local
103 printed = true;
107 if (!printed)
/external/e2fsprogs/lib/e2p/
H A Dls.c100 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/libchrome/sandbox/linux/suid/
H A Dsandbox.c171 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)) {
/external/libedit/examples/
H A Dfileman.c389 int printed = 0; local
396 printed++;
400 if (!printed)
407 if (printed == 6)
409 printed = 0;
414 printed++;
417 if (printed)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp95 /// 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);
226 setSubgraphColorHelper(SDNode *N, const char *Color, DenseSet<SDNode *> &visited, int level, bool &printed) argument
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckTags.java49 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/libnl/lib/route/link/
H A Dvlan.c192 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
[all...]
/external/e2fsprogs/misc/
H A Ddumpe2fs.c337 int i, j, size, printed = 0; local
372 printed++;
376 if (printed == 0)
/external/iw/
H A Dinfo.c434 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/libchrome/base/debug/
H A Dstack_trace_posix.cc181 bool printed = false; local
196 printed = true;
200 if (!printed) {
/external/e2fsprogs/e2fsck/
H A Dunix.c110 int i, j, printed = 0; local
151 printed++;
155 if (printed == 0)
/external/fio/
H A Dparse.c1096 unsigned int printed; local
1104 printed = 0;
1109 printed++;
1113 } while (printed);
/external/e2fsprogs/debugfs/
H A Ddebugfs.c305 int i, j, printed=0; local
313 printed++;
317 if (printed == 0)
616 unsigned int printed = 0; local
673 printed ? ", " : "", info.curr_level,
675 printed = 1;
703 printed ? ", " : "",
711 printed ? ", " : "",
718 printed = 1;
720 if (printed)
[all...]
/external/mdnsresponder/mDNSPosix/
H A DNetMonitor.c103 int printed; member in struct:ActivityStat_struct
427 (*s)->printed = 0;
450 if (!s->printed && max < s->totalops)
453 m->printed = mDNStrue;
/external/pcre/dist/
H A Dpcregrep.c1491 printname the file name if it is to be printed for each match
1492 or NULL if the file name is not to be printed
1728 in invert mode, however, nothing is printed and we do not restart - this
1769 BOOL printed = FALSE; local
1780 if (printed) fprintf(stdout, "%s", om_separator);
1784 printed = TRUE;
1789 if (printed || printname != NULL || number) fprintf(stdout, "\n");
1856 /* If there were non-contiguous lines printed above, insert hyphens. */
1964 /* In multiline mode, we may have already printed the complete line
1991 anything to be printed), w
[all...]
/external/valgrind/coregrind/m_demangle/
H A Dcp-demangle.c273 /* 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
2307 they are printed in the right order. */
4389 /* Pass the name down to the type so that it can be printed in
4407 adpm[i].printed = 0;
4465 adpm[i - 1].printed = 0;
4478 /* If the modifiers didn't get printed by the type, print them
4483 if (! adpm[i].printed)
4689 if (! pdpm->printed)
[all...]
/external/elfutils/src/
H A Dreadelf.c142 /* True if dynamic segment should be printed. */
145 /* True if the file header should be printed. */
148 /* True if the program headers should be printed. */
151 /* True if relocations should be printed. */
154 /* True if the section headers should be printed. */
157 /* True if the symbol table should be printed. */
160 /* True if the version information should be printed. */
163 /* True if section groups should be printed. */
166 /* True if bucket list length histogram should be printed. */
169 /* True if the architecture specific data should be printed
8567 char printed[(negate ? nbits - pop : pop) * 16 + 1]; local
[all...]
/external/v8/src/
H A Dobjects.cc2189 bool printed = false; local
2195 printed = true;
2198 if (!printed) {
2232 bool printed = false; local
2255 printed = true;
2260 if (!printed) {
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 2286 milliseconds

12