Searched defs:VERBOSE (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | EdkLogger.py | 30 VERBOSE = 15 variable 42 _LogLevels = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5, DEBUG_6, DEBUG_7, DEBUG_8, DEBUG_9, VERBOSE, WARN, INFO, ERROR, QUIET] 48 # For VERBOSE, INFO, WARN level 101 return _InfoLogger.log(VERBOSE, Message) 253 # For VERBOSE, INFO, WARN level
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/ |
H A D | Log.py | 50 VERBOSE = 15 variable 69 DEBUG_7, DEBUG_8, DEBUG_9, VERBOSE, WARN, INFO, ERROR, QUIET, \ 78 # For VERBOSE, INFO, WARN level 149 return _INFO_LOGGER.log(VERBOSE, Message) 266 # For VERBOSE, INFO, WARN level
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | bigfile.c | 55 #define VERBOSE(_l, _m) Verbose(_l, _m, __FILE__, __LINE__) macro 77 VERBOSE(v_shout, "Checking for existing file"); 81 VERBOSE(v_shout, "Deleting existing file"); 83 if (PR_FAILURE == rv) VERBOSE(v_shout, "Cannot delete big file"); 86 VERBOSE(v_shout, "Cannot access big file"); 203 VERBOSE(v_whisper, "Creating big file"); 207 VERBOSE(v_whisper, "Testing available space in empty file"); 212 VERBOSE(v_whisper, "Creating sparse big file by seeking to end"); 216 VERBOSE(v_whisper, "Writing block at end of sparse file"); 220 VERBOSE(v_whispe [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | zbin.c | 5 #define VERBOSE macro
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/ |
H A D | _sre.c | 63 #undef VERBOSE macro 108 #if defined(VERBOSE)
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
H A D | _sre.c | 72 #undef VERBOSE macro 117 #if defined(VERBOSE)
|
Completed in 52 milliseconds