Searched defs:do_output (Results 1 - 6 of 6) sorted by relevance

/external/iptables/iptables/
H A Dip6tables-save.c61 static int do_output(const char *tablename) function
67 return for_each_table(&do_output);
158 do_output(tablename);
168 return !do_output(tablename);
H A Diptables-save.c59 static int do_output(const char *tablename) function
65 return for_each_table(&do_output);
157 do_output(tablename);
167 return !do_output(tablename);
/external/oprofile/pp/
H A Dopannotate.cpp299 bool do_output = true; local
322 if (do_output) {
332 if (do_output) {
349 do_output = true;
351 do_output = false;
353 if (do_output) {
362 if (do_output)
369 if (!do_output)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Derrors.c1006 GLboolean do_output, do_log; local
1008 do_output = should_output(ctx, error, fmtString);
1012 if (do_output || do_log) {
1036 if (do_output) {
/external/mesa3d/src/mesa/main/
H A Derrors.c1006 GLboolean do_output, do_log; local
1008 do_output = should_output(ctx, error, fmtString);
1012 if (do_output || do_log) {
1036 if (do_output) {
/external/oprofile/libpp/
H A Dformat_output.cpp369 do_output(ostream & out, symbol_entry const & symb, sample_entry const & sample, function in class:format_output::formatter
452 do_output(out, *symb, symb->sample, counts);
487 do_output(out, *symb, it->second, c, diff_array_t(), true);
526 do_output(out, *cit, cit->sample, c);
529 do_output(out, *sym, sym->sample, counts);
541 do_output(out, *cit, cit->sample, c);
565 do_output(out, *it, it->sample, counts, it->diffs);

Completed in 333 milliseconds