/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | append.c | 59 PRIntn verbose = 0; variable 85 case 'v': /* verbose */ 86 verbose = 1; 154 if (debug || verbose) printf("%s\n", (failedAlready)? "FAILED" : "PASSED" );
|
H A D | env.c | 50 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 D | exit.c | 51 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 D | bigfile.c | 59 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 D | ntioto.c | 86 PRIntn verbose = 0; variable 152 if ( verbose ) printf("."); 169 if ( verbose ) printf("+"); 234 case 'v': /* verbose mode */ 235 verbose = 1;
|
H A D | sel_spd.c | 90 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__.py | 42 # A global "verbose" flag - currently used by the 44 verbose = 0 variable
|
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/ |
H A D | mac_xpidl_panel.h | 98 Boolean verbose; /* verbose mode */ member in struct:XPIDLSettings
|
H A D | mac_xpidl_panel.cpp | 294 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 D | check-relaxng-test-suite.py | 13 verbose = 0 variable 346 if verbose and level >= 1 and sections != []:
|
H A D | check-xsddata-test-suite.py | 13 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 D | xmlcatalog.c | 41 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 D | runsuite.c | 39 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 D | nsLeakDetector.cpp | 58 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 D | zutil.c | 97 # 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 D | EdkLogger.py | 96 ## Log verbose message 100 def verbose(Message): function
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageGuestProp.cpp | 57 " <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 D | lzf.c | 62 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 D | py_test_component.py | 43 from xpcom import components, verbose namespace 75 if verbose:
|
/vbox/src/VBox/Devices/Audio/ |
H A D | alsaaudio.c | 77 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 D | pngtest.c | 63 /* 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 D | xf86drm.h | 92 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 D | xf86drm.h | 84 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 D | xf86drm.h | 92 int verbose; /**< Suggest only in verbose output */ member in struct:_drmStats::__anon4333
|
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | xf86drm.h | 110 int verbose; /**< Suggest only in verbose output */ member in struct:_drmStats::__anon3681
|