Searched refs:verbose (Results 1 - 25 of 824) sorted by relevance

1234567891011>>

/xsrc/external/mit/xdm/dist/config/
H A DXsetup_02 xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/bifrost/
H A Ddisassemble.h28 void disassemble_bifrost(uint8_t *code, size_t size, bool verbose);
/xsrc/external/mit/xmore/dist/
H A Dxmore.h34 Boolean verbose; member in struct:__anon33216e140108
/xsrc/external/mit/libvdpau/dist/
H A Dautogen.sh9 autoreconf --force --verbose --install || exit 1
/xsrc/external/mit/iceauth/dist/
H A Diceauth.c38 int verbose = -1; /* print certain messages */ variable in typeref:typename:int
113 verbose = 1;
116 verbose = 0;
136 if (verbose == -1) verbose = 0;
141 if (verbose == -1) { /* set default, don't junk stdout */
142 verbose = (isatty(fileno(stdout)) != 0);
H A Diceauth.h53 extern int verbose;
/xsrc/external/mit/xauth/dist/
H A Dxauth.c42 int verbose = -1; /* print certain messages */ variable in typeref:typename:int
121 verbose = 1;
124 verbose = 0;
146 if (verbose == -1) verbose = 0;
151 if (verbose == -1) { /* set default, don't junk stdout */
152 verbose = (isatty(fileno(stdout)) != 0);
/xsrc/external/mit/xlogo/dist/
H A Dxlogo.h36 #define Log(x) { if(userOptions.verbose) printf x; }
37 #define Msg(x) { if((!userOptions.quiet) || userOptions.verbose) printf x; }
40 Boolean verbose; member in struct:__anonea5d0ed00108
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Ddecode.h35 void agxdecode_cmdstream(unsigned cmdbuf_index, unsigned map_index, bool verbose);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_printf.c89 test_printf(unsigned verbose, FILE *fp, argument
119 test_all(unsigned verbose, FILE *fp) argument
123 test_printf(verbose, fp, NULL);
130 test_some(unsigned verbose, FILE *fp, argument
133 return test_all(verbose, fp);
138 test_single(unsigned verbose, FILE *fp) argument
H A Dlp_test.h62 test_some(unsigned verbose, FILE *fp,
66 test_single(unsigned verbose, FILE *fp);
69 test_all(unsigned verbose, FILE *fp);
H A Dlp_test_format.c79 add_fetch_rgba_test(struct gallivm_state *gallivm, unsigned verbose, argument
138 test_format_float(unsigned verbose, FILE *fp, argument
155 fetch = add_fetch_rgba_test(gallivm, verbose, desc,
239 test_format_unorm8(unsigned verbose, FILE *fp, argument
256 fetch = add_fetch_rgba_test(gallivm, verbose, desc,
340 test_one(unsigned verbose, FILE *fp, argument
346 if (!test_format_float(verbose, fp, format_desc, use_cache)) {
350 if (!test_format_unorm8(verbose, fp, format_desc, use_cache)) {
359 test_all(unsigned verbose, FILE *fp) argument
404 if (!test_one(verbose, f
416 test_some(unsigned verbose,FILE * fp,unsigned long n) argument
424 test_single(unsigned verbose,FILE * fp) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_printf.c89 test_printf(unsigned verbose, FILE *fp, argument
119 test_all(unsigned verbose, FILE *fp) argument
123 test_printf(verbose, fp, NULL);
130 test_some(unsigned verbose, FILE *fp, argument
133 return test_all(verbose, fp);
138 test_single(unsigned verbose, FILE *fp) argument
H A Dlp_test.h62 test_some(unsigned verbose, FILE *fp,
66 test_single(unsigned verbose, FILE *fp);
69 test_all(unsigned verbose, FILE *fp);
H A Dlp_test_format.c79 add_fetch_rgba_test(struct gallivm_state *gallivm, unsigned verbose, argument
138 test_format_float(unsigned verbose, FILE *fp, argument
155 fetch = add_fetch_rgba_test(gallivm, verbose, desc,
239 test_format_unorm8(unsigned verbose, FILE *fp, argument
256 fetch = add_fetch_rgba_test(gallivm, verbose, desc,
340 test_one(unsigned verbose, FILE *fp, argument
346 if (!test_format_float(verbose, fp, format_desc, use_cache)) {
350 if (!test_format_unorm8(verbose, fp, format_desc, use_cache)) {
359 test_all(unsigned verbose, FILE *fp) argument
401 if (!test_one(verbose, f
413 test_some(unsigned verbose,FILE * fp,unsigned long n) argument
421 test_single(unsigned verbose,FILE * fp) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_util.h55 dd_get_debug_filename_and_mkdir(char *buf, size_t buflen, bool verbose);
58 dd_get_debug_file(bool verbose);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_util.h56 dd_get_debug_filename_and_mkdir(char *buf, size_t buflen, bool verbose);
59 dd_get_debug_file(bool verbose);
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Ddisassemble.h26 disassemble_midgard(FILE *fp, uint8_t *code, size_t size, unsigned gpu_id, bool verbose);
/xsrc/external/mit/xlsclients/dist/
H A Dxlsclients.c59 static void lookat (xcb_connection_t *dpy, xcb_window_t root, int verbose, int maxcmdlen);
61 int verbose, int maxcmdlen );
162 Bool verbose = False; local in function:main
196 verbose = True;
231 lookat(dpy, screen.data->root, verbose, maxcmdlen);
241 lookat (dpy, screen.data->root, verbose, maxcmdlen);
257 int verbose; member in struct:__anon335494ab0208
266 int verbose = cs->verbose; local in function:child_info
279 print_client_properties(c, cs->win[i], cs->verbose, c
363 int verbose; member in struct:__anon335494ab0308
410 lookat(xcb_connection_t * dpy,xcb_window_t root,int verbose,int maxcmdlen) argument
438 int verbose; member in struct:__anon335494ab0408
547 print_client_properties(xcb_connection_t * dpy,xcb_window_t w,int verbose,int maxcmdlen) argument
[all...]
/xsrc/external/mit/fontconfig/dist/fc-cache/
H A Dfc-cache.c92 {"verbose", 0, 0, 'v'},
108 fprintf (file, _("usage: %s [-EfqrsvVh] [--quick] [-y SYSROOT] [--error-on-no-fonts] [--force|--really-force] [--sysroot=SYSROOT] [--system-only] [--verbose] [--version] [--help] [dirs]\n"),
124 fprintf (file, _(" -v, --verbose display status information while busy\n"));
135 fprintf (file, _(" -v (verbose) display status information while busy\n"));
145 scanDirs (FcStrList *list, FcConfig *config, FcBool force, FcBool really_force, FcBool verbose, FcBool error_on_no_fonts, int *changed) argument
163 if (verbose)
173 if (verbose)
192 if (verbose)
243 if (verbose)
249 if (verbose)
293 cleanCacheDirectories(FcConfig * config,FcBool verbose) argument
318 FcBool verbose = FcFalse; local in function:main
[all...]
/xsrc/external/mit/libxcvt/dist/cvt/
H A Dcvt.c34 cvt_is_standard(int hdisplay, int vdisplay, float vrefresh, bool reduced, bool verbose) argument
44 if (verbose)
51 if (verbose)
67 fprintf(stderr, "usage: %s [-v|--verbose] [-r|--reduced] X Y [refresh]\n",
70 fprintf(stderr, " -v|--verbose : Warn about CVT standard adherence.\n");
169 bool reduced = false, verbose = false, is_cvt; local in function:main
187 else if (!strcmp(argv[n], "-v") || !strcmp(argv[n], "--verbose"))
188 verbose = true;
251 is_cvt = cvt_is_standard(hdisplay, vdisplay, vrefresh, reduced, verbose);
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/
H A Dreport-flakes.py32 def __init__(self, host, port, verbose):
36 self.verbose = verbose
39 if self.verbose:
45 if self.verbose:
94 parser.add_argument('--verbose', "-v", action="store_true",
109 irc = Connection(args.host, args.port, args.verbose)
/xsrc/external/mit/luit/dist/
H A Dluit.h28 extern int verbose;
/xsrc/external/mit/xedit/dist/lisp/
H A Drequire.c40 load filename &key verbose print if-does-not-exist
43 LispObj *filename, *verbose, *print, *if_does_not_exist; local in function:Lisp_Load
47 verbose = ARGUMENT(1);
57 verbose != UNSPEC && verbose != NIL,
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dd3d12.rst20 ``verbose``
21 Enable verbose output to stdout
39 ``verbose``
40 Enable verbose output to stdout

Completed in 8 milliseconds

1234567891011>>