Searched refs:need_comma (Results 1 – 5 of 5) sorted by relevance
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | captest.c | 56 int rc, escalated = 0, need_comma = 0; in report() local 148 need_comma = 1; in report() 152 if (need_comma) in report() 155 need_comma = 1; in report() 159 if (need_comma) in report() 162 need_comma = 1; in report() 166 if (need_comma) in report() 169 need_comma = 1; in report() 171 if (need_comma == 0) in report()
|
/external/v8/src/compiler/ |
D | graph-visualizer.cc | 190 bool need_comma = false; in JsonPrintAllSourceWithPositions() local 192 if (need_comma) os << ", "; in JsonPrintAllSourceWithPositions() 195 need_comma = true; in JsonPrintAllSourceWithPositions() 1264 bool need_comma = false; in operator <<() local 1266 if (need_comma) os << ","; in operator <<() 1267 need_comma = true; in operator <<() 1273 need_comma = false; in operator <<() 1275 if (need_comma) os << ","; in operator <<() 1276 need_comma = true; in operator <<() 1282 need_comma = false; in operator <<() [all …]
|
D | pipeline.cc | 2108 bool need_comma = false; in operator <<() local 2114 if (need_comma) out << ", "; in operator <<() 2116 need_comma = true; in operator <<() 2120 need_comma = false; in operator <<() 2122 if (need_comma) out << ", "; in operator <<() 2125 need_comma = true; in operator <<() 2895 bool need_comma = false; in operator <<() local 2897 if (need_comma) out << ", "; in operator <<() 2900 need_comma = true; in operator <<() 3448 bool need_comma = false; in operator <<() local [all …]
|
/external/igt-gpu-tools/overlay/ |
D | overlay.c | 431 int need_comma = 0, len; in show_gpu_perf() local 440 len += sprintf(buf + len, "%s %d%s", need_comma ? "," : "", comm->nr_requests[n], ring_name[n]); in show_gpu_perf() 441 need_comma = true; in show_gpu_perf() 447 need_comma ? "," : "", in show_gpu_perf() 451 need_comma ? "," : "", in show_gpu_perf() 455 need_comma ? "," : "", in show_gpu_perf() 458 need_comma = true; in show_gpu_perf() 464 need_comma ? "," : "", in show_gpu_perf() 466 need_comma = true; in show_gpu_perf() 673 int need_comma = 0; in show_gpu_freq() local [all …]
|
/external/clang/tools/scan-build-py/tests/functional/exec/ |
D | main.c | 39 static int need_comma = 0; variable 49 need_comma = 0; in expected_out_open() 62 if (need_comma) in expected_out() 65 need_comma = 1; in expected_out()
|