Searched defs:verbose (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dappend.c59 PRIntn verbose = 0; variable
85 case 'v': /* verbose */
86 verbose = 1;
154 if (debug || verbose) printf("%s\n", (failedAlready)? "FAILED" : "PASSED" );
H A Denv.c50 PRIntn verbose = 0; variable
86 case 'v': /* verbose */
87 verbose = 1;
109 if (verbose) printf("env: SetEnvironmentVariable() worked\n");
116 if (verbose) printf("env: GetEnvironmentVariable() worked. Found: %s\n", envBuf);
123 if (verbose) printf("env: PR_GetEnv() worked. Found: %s\n", value);
135 if (verbose) printf("env: PR_SetEnv() worked.\n");
143 if (verbose) printf("env: PR_GetEnv() worked after setting it. Found: %s\n", value );
152 if (verbose) printf( "env: PR_SetEnv() not un-set using RAW name. Good!\n");
163 if (verbose) print
[all...]
H A Dexit.c51 static PRBool verbose = PR_FALSE, force = PR_FALSE; variable
65 if (verbose && force)
82 verbose = PR_TRUE;
111 if (verbose)
119 if (verbose)
H A Dbigfile.c59 static PRIntn verbose = v_silent; variable
100 if (v_shout == verbose) PR_Abort();
107 if (level <= verbose)
161 verbose = v_shout;
167 if (v_shout > verbose) verbose += 1;
227 if (v_shout <= verbose) PrintInfo(&big_info, filename);
299 if (v_shout <= verbose) PrintInfo(&big_info, filename);
308 if (v_shout <= verbose) PrintInfo(&big_info, filename);
H A Dntioto.c86 PRIntn verbose = 0; variable
152 if ( verbose ) printf(".");
169 if ( verbose ) printf("+");
234 case 'v': /* verbose mode */
235 verbose = 1;
H A Dsel_spd.c90 static int verbose=0; variable
405 tally_results(verbose);
477 verbose = 1;
513 tally_results(int verbose) argument
526 if (verbose)
549 if (verbose)
/vbox/src/libs/xpcom18a4/python/
H A D__init__.py42 # A global "verbose" flag - currently used by the
44 verbose = 0 variable
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl_panel.h98 Boolean verbose; /* verbose mode */ member in struct:XPIDLSettings
H A Dmac_xpidl_panel.cpp294 CWPanlSetItemValue(pb, kXPIDLVerboseItem, prefsData.verbose);
308 long mode, warnings, verbose; local
312 CWPanlGetItemValue(pb, kXPIDLVerboseItem, &verbose);
316 prefsData.verbose = (Boolean) verbose;
593 (prefs1.verbose == prefs2.verbose) &&
601 (prefs1.verbose == prefs2.verbose) &&
/vbox/src/libs/libxml2-2.6.31/
H A Dcheck-relaxng-test-suite.py13 verbose = 0 variable
346 if verbose and level >= 1 and sections != []:
H A Dcheck-xsddata-test-suite.py13 verbose = 0 variable
324 if verbose and level >= 0:
345 if verbose and sections != [] and level <= 0:
357 if verbose and level >= 0 :
H A Dxmlcatalog.c41 static int verbose = 0; variable
277 verbose++;
278 xmlCatalogSetDebug(verbose);
284 if (verbose > 0)
285 verbose--;
286 xmlCatalogSetDebug(verbose);
328 \t-v --verbose : provide debug informations\n");
348 if ((!strcmp(argv[i], "-verbose")) ||
350 (!strcmp(argv[i], "--verbose"))) {
351 verbose
[all...]
H A Drunsuite.c39 static int verbose = 0; variable
188 if (verbose) {
625 if (verbose) {
682 if (verbose) {
1068 "Could not open the log file, running in verbose mode\n");
1069 verbose = 1;
1074 verbose = 1;
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsLeakDetector.cpp58 extern void GC_trace_object(GC_PTR object, int verbose);
115 NS_METHOD nsLeakDetector::TraceObject(nsISupports* object, PRBool verbose) argument
121 GC_trace_object(object, (verbose ? 1 : 0));
129 NS_METHOD nsLeakDetector::TraceCollection(nsICollection* objects, PRBool verbose) argument
147 GC_trace_object(elements, (verbose ? 1 : 0));
/vbox/src/libs/zlib-1.2.6/
H A Dzutil.c97 # ifndef verbose
98 # define verbose 0 macro
100 int ZLIB_INTERNAL z_verbose = verbose;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkLogger.py96 ## Log verbose message
100 def verbose(Message): function
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestProp.cpp57 " <property> [--verbose]\n"
83 bool verbose = false; local
85 && ( !strcmp(a->argv[2], "--verbose")
86 || !strcmp(a->argv[2], "-verbose")))
87 verbose = true;
112 if (!value.isEmpty() && verbose)
/vbox/src/libs/liblzf-3.4/
H A Dlzf.c62 static int verbose = 0; variable
74 {"verbose", 0, 0, 'v'},
83 "-h --help give this help\n" "-v --verbose verbose mode\n" "-b # --blocksize # set blocksize\n" "\n";
92 "-v verbose mode\n"
422 if (!rc && verbose)
429 if (!rc && verbose)
494 verbose = 1;
/vbox/src/libs/xpcom18a4/python/test/test_component/
H A Dpy_test_component.py43 from xpcom import components, verbose namespace
75 if verbose:
/vbox/src/VBox/Devices/Audio/
H A Dalsaaudio.c77 int verbose; member in struct:__anon9887
106 INIT_FIELD (.verbose =) 0
741 if (conf.verbose) {
752 if (conf.verbose) {
768 if (conf.verbose) {
1002 if (conf.verbose) {
1007 if (conf.verbose) {
1044 if (conf.verbose) {
1054 if (conf.verbose) {
1162 {"Verbose", AUD_OPT_BOOL, &conf.verbose,
[all...]
/vbox/src/libs/libpng-1.2.8/
H A Dpngtest.c63 /* Makes pngtest verbose so we can find problems (needs to be before png.h) */
102 static int verbose = 0; variable
539 if(verbose)
589 if(verbose)
1187 if(verbose)
1357 verbose = 1;
1362 verbose = 1;
1373 if (!multiple && argc == 3+verbose)
1374 outname = argv[2+verbose];
1376 if ((!multiple && argc > 3+verbose) || (multipl
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86drm.h92 int verbose; /**< Suggest only in verbose output */ member in struct:_drmStats::__anon4766
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86drm.h84 int verbose; /* Suggest only in verbose output */ member in struct:_drmStats::__anon3148
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86drm.h92 int verbose; /**< Suggest only in verbose output */ member in struct:_drmStats::__anon4333
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dxf86drm.h110 int verbose; /**< Suggest only in verbose output */ member in struct:_drmStats::__anon3681

Completed in 70 milliseconds

12