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

12345

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsILeakDetector.idl50 void traceObject(in nsISupports object, in PRBool verbose);
51 void traceCollection(in nsICollection objects, in PRBool verbose);
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/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/
H A DTable.py41 EdkLogger.verbose(SqlCommand + " ... DONE!")
55 EdkLogger.verbose("\nQuery tabel %s started ..." % self.Table)
59 EdkLogger.verbose(str(Rs))
62 EdkLogger.verbose("*** Total %s records in table %s ***" % (TotalCount, self.Table) )
63 EdkLogger.verbose("Query tabel %s DONE!" % self.Table)
72 EdkLogger.verbose("Drop tabel %s ... DONE!" % self.Table)
H A DTableDataModel.py73 EdkLogger.verbose("\nInitialize table DataModel started ...")
79 EdkLogger.verbose("Initialize table DataModel ... DONE!")
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
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 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 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/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/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDatabase.py65 EdkLogger.verbose("\nInitialize ECC database started ...")
86 EdkLogger.verbose("Initialize ECC database ... DONE!")
H A DToolDefClassObject.py114 EdkLogger.verbose("Line %d: Not a valid name of definition: %s" % ((Index + 1), Name))
117 EdkLogger.verbose("Line %d: '*' is not allowed in last field: %s" % ((Index + 1), Name))
139 EdkLogger.verbose("Line %d: No override allowed for the family of a tool chain: %s" % ((Index + 1), Name))
143 EdkLogger.verbose("Line %d: The family is not specified, but BuildRuleFamily is specified for the tool chain: %s" % ((Index + 1), Name))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DDatabase.py75 EdkLogger.verbose("\nInitialize ECC database started ...")
133 EdkLogger.verbose("Initialize ECC database ... DONE!")
212 EdkLogger.verbose("Insert information from file %s ... DONE!" % File.FullPath)
220 EdkLogger.verbose("Update 'BelongsToFunction' for Identifiers started ...")
264 EdkLogger.verbose("Update 'BelongsToFunction' for Identifiers ... DONE")
273 EdkLogger.verbose("Update 'BelongsToFunction' for Identifiers started ...")
311 # EdkLogger.verbose("Update 'BelongsToFunction' for Identifiers ... DONE")
323 EdkLogger.verbose("Start at " + time.strftime('%H:%M:%S', time.localtime()))
344 EdkLogger.verbose("End at " + time.strftime('%H:%M:%S', time.localtime()))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DDatabase.py76 EdkLogger.verbose("\nInitialize EOT database started ...")
136 EdkLogger.verbose("Initialize EOT database ... DONE!")
197 EdkLogger.verbose("Insert information from file %s ... DONE!" % File.FullPath)
206 EdkLogger.verbose("Update 'BelongsToFunction' for Identifiers started ...")
235 EdkLogger.verbose("Start at " + time.strftime('%H:%M:%S', time.localtime()))
254 EdkLogger.verbose("End at " + time.strftime('%H:%M:%S', time.localtime()))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaDataTable.py90 EdkLogger.verbose(str(Rs))
192 EdkLogger.verbose("\nInitialize table DataModel started ...")
201 EdkLogger.verbose("Initialize table DataModel ... DONE!")
/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/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86DDC.h87 ddc_quirk_t xf86DDCDetectQuirks(int scrnIndex, xf86MonPtr DDC, Bool verbose);
/vbox/src/VBox/Devices/PC/ipxe/contrib/errdb/
H A Derrdb.pl15 -v,--verbose Increase verbosity
32 'verbose|v+' => sub { $verbosity++; },
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86DDC.h92 ddc_quirk_t xf86DDCDetectQuirks(int scrnIndex, xf86MonPtr DDC, Bool verbose);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfbdevhw.h42 ModeStatus fbdevHWValidMode(int scrnIndex, DisplayModePtr mode, Bool verbose, int flags);
H A Dxf86Modes.h83 Bool verbose);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfbdevhw.h42 ModeStatus fbdevHWValidMode(int scrnIndex, DisplayModePtr mode, Bool verbose, int flags);
H A Dxf86Modes.h83 Bool verbose);

Completed in 5153 milliseconds

12345