| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/ |
| deqp-runner.sh | 120 quiet() { function 178 quiet report_load
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/vkd3d-proton/ |
| run.sh | 41 quiet() { function 69 quiet printf "%s\n" "Running vkd3d-proton testsuite..." 91 quiet print_red printf "%s\n" "Changes found, see vkd3d-proton.log!" 92 quiet diff --color=always -u ".gitlab-ci/vkd3d-proton/$VKD3D_PROTON_RESULTS.txt.baseline" "$RESULTSFILE"
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/ |
| run.sh | 30 quiet() { function 73 quiet printf "%s%s\n" "Running against the hosts' X server. " \ 139 quiet print_red printf "%s\n" "$FAILURE_MESSAGE" 238 quiet replay_minio_upload_images 273 quiet print_red printf "%s\n" "$FAILURE_MESSAGE" 274 quiet diff --color=always -u ".gitlab-ci/piglit/$PIGLIT_RESULTS.txt.baseline" $RESULTSFILE
|
| /xsrc/external/mit/xlogo/dist/ |
| xlogo.h | 37 #define Msg(x) { if((!userOptions.quiet) || userOptions.verbose) printf x; } 41 Boolean quiet; member in struct:__anon9731
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/tests/ |
| genxml_test.c | 31 static bool quiet = false; variable 72 if (!quiet) { 113 if (!quiet) { 134 if (argc > 1 && strcmp(argv[1], "-quiet") == 0) 135 quiet = true;
|
| /xsrc/external/mit/fontconfig/dist/fc-list/ |
| fc-list.c | 66 {"quiet", 0, 0, 'q'}, 83 fprintf (file, _("usage: %s [-vbqVh] [-f FORMAT] [--verbose] [--brief] [--format=FORMAT] [--quiet] [--version] [--help] [pattern] {element ...} \n"), 95 fprintf (file, _(" -q, --quiet suppress all normal output, exit 1 if no fonts matched\n")); 102 fprintf (file, _(" -q, (quiet) suppress all normal output, exit 1 if no fonts matched\n")); 114 int quiet = 0; local 142 quiet = 1; 176 if (quiet && !os) 188 if (!quiet && fs) 224 return quiet ? (nfont == 0 ? 1 : 0) : 0;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/sil164/ |
| sil164.c | 62 Bool quiet; member in struct:__anon8915 73 if (!sil->quiet) { 87 if (!sil->quiet) { 117 sil->quiet = TRUE; 138 sil->quiet = FALSE;
|
| /xsrc/external/mit/xgamma/dist/ |
| xgamma.c | 63 " -quiet or -q\n" 110 Bool quiet = False; local 122 } else if (isabbreviation ("-quiet", arg, 1)) { 123 quiet = True; 221 } else if (!quiet) 247 if (!quiet) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| test_optpass.cpp | 137 int num_optimizations, bool quiet, 144 if (!quiet) { 148 if (!quiet) { 164 int quiet = 0; local 173 { "quiet", no_argument, &quiet, 1 }, 230 if (!state->error && !quiet) { 243 argc - optind, quiet != 0, options); 249 if (!quiet) { 253 if (!quiet) { [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| test_optpass.cpp | 141 int num_optimizations, bool quiet, 148 if (!quiet) { 152 if (!quiet) { 168 int quiet = 0; local 177 { "quiet", no_argument, &quiet, 1 }, 234 if (!state->error && !quiet) { 247 argc - optind, quiet != 0, options); 253 if (!quiet) { 257 if (!quiet) { [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/tfp410/ |
| tfp410.c | 60 Bool quiet; member in struct:__anon8916 72 if (!tfp->quiet) { 86 if (!tfp->quiet) { 129 tfp->quiet = TRUE; 146 tfp->quiet = FALSE;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| emu.h | 156 bool quiet; member in struct:emu
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ch7xxx/ |
| ch7xxx.c | 75 Bool quiet; member in struct:ch7xxx_priv 102 if (!dev_priv->quiet) { 118 if (!dev_priv->quiet) { 150 dev_priv->quiet = TRUE; 174 dev_priv->quiet = FALSE;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ivch/ |
| ivch.c | 55 Bool quiet; member in struct:ivch_priv 112 if (!priv->quiet) { 150 if (!priv->quiet) { 179 priv->quiet = TRUE; 183 priv->quiet = FALSE;
|
| /xsrc/external/mit/xrdb/dist/ |
| xrdb.c | 116 static Bool quiet = False; variable 266 if (e->entry[n].lineno && !quiet) { 367 if (!bequiet && !quiet) 800 " -quiet don't warn about duplicates\n" 1048 else if (isabbreviation("-quiet", arg, 2)) { 1049 quiet = True;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| cffdec.c | 113 quiet(int lvl) function 129 if (quiet(lvl)) 202 if (quiet(2)) 348 if (quiet(3)) 369 if (quiet(quietlvl)) 432 if (quiet(3)) 871 if (!quiet(3)) { 929 if (quiet(2)) 978 if ((options->gpu_id >= 500) && !quiet(2)) { 1433 if (quiet(2) && !options->script [all...] |