Searched defs:debug (Results 26 - 50 of 66) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Ddri_bufmgr.h180 GLboolean debug; /**< Enables verbose debugging printouts */ member in struct:_dri_bufmgr
/vbox/src/libs/libxml2-2.6.31/python/
H A Dgenerator.py33 debug = 0 variable
99 if debug:
106 if debug:
111 if debug:
156 if debug:
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dnameshm1.c68 ** -d Enables debug trace via PR_LOG()
69 ** -v Enables verbose mode debug trace via PR_LOG()
114 PRIntn debug = 0; variable
547 case 'v': /* debug mode */
549 /* no break! fall into debug option */
550 case 'd': /* debug mode */
551 debug = 1;
596 if ( debug ) printf("%s\n", (failed_already)? "FAIL" : "PASS" );
H A Dntioto.c85 PRIntn debug = 0; variable
140 if ( debug ) printf("AcceptRead timed out\n");
142 if ( debug ) printf("Oops! read: %d, error: %d\n", bytesRead, PR_GetError());
187 if ( debug ) printf("pausing 3 seconds before connect\n");
230 case 'd': /* debug */
231 debug = 1;
314 if (debug) printf("%s\n", (failed_already)? "FAIL" : "PASS");
H A Dtmoacc.c65 PRFileDesc *debug; member in struct:Shared
99 if (NULL != shared->debug)
100 PR_fprintf(shared->debug, "[%d]accepting ... ", loop++);
105 if (NULL != shared->debug)
106 PR_fprintf(shared->debug, "reading length ... ");
115 if (NULL != shared->debug)
116 PR_fprintf(shared->debug, "%d bytes ... ", descriptor.length);
131 if (NULL != shared->debug)
132 PR_fprintf(shared->debug, "read data failed...");
137 else if (NULL != shared->debug)
[all...]
H A Dtmocon.c43 ** The debug mode will print all of the printfs associated with this test.
93 PRIntn debug; member in struct:Shared
131 if (shared->debug > 0)
137 if (shared->debug > 1)
143 if (shared->debug > 1)
145 if (shared->debug > 1)
152 if (shared->debug > 0)
166 debug_out = (0 == shared->debug) ? NULL : PR_GetSpecialFD(PR_StandardError);
185 if (shared->debug > 1)
198 if (shared->debug >
[all...]
H A Dmultiwait.c67 static PRFileDesc *debug = NULL; variable
80 if (NULL != debug) PL_FPrintError(debug, NULL);
93 debug, "%s: PRRecvWait(@0x%x): {fd: 0x%x, outcome: %s, tmo: %u}\n",
111 PR_fprintf(debug, "%s: destroying group\n", shared->title);
152 PR_fprintf(debug, "%s Reclaiming wait descriptors\n", shared->title);
178 PR_fprintf(debug, "%s: Server socket @0x%x\n", shared->title, server);
187 PR_fprintf(debug, "%s: Client opening connection\n", shared->title);
192 if (verbosity > silent) PL_FPrintError(debug, "Client connect failed");
204 debug, "
[all...]
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsDebugImpl.cpp197 // Write out the assertion message to the debug log
214 /* Create the debug dialog out of process to avoid the crashes caused by
277 * be 0xFFFF. We'll give the user a chance to debug it by calling
280 * assertions and since it means that you can't actually run the debug build
298 // Write out the assertion message to the debug log
426 // Write out the warning message to the debug log
439 nsIDebug* debug = new nsDebugImpl(); local
440 if (!debug)
443 nsresult rv = debug->QueryInterface(aIID, aInstancePtr);
445 delete debug;
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A DtestHTML.c41 static int debug = 0; variable
779 if (!debug) {
807 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
808 debug++;
854 printf("Usage : %s [--debug] [--copy] [--copy] HTMLfiles ...\n",
858 printf("\t--debug : dump a debug tree of the in-memory document\n");
861 printf("\t--sax : debug the sequence of SAX callbacks\n");
H A DtestSAX.c53 static int debug = 0; variable
1136 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
1137 debug++;
/vbox/src/VBox/Devices/Audio/
H A DDrvHostOSSAudio.cpp102 int debug; member in struct:OSSAUDIOCFG
H A Dossaudio.c74 int debug; member in struct:__anon9909
83 INIT_FIELD (debug =) 0,
397 if (conf.debug) {
406 if (conf.debug) {
866 {"Debug", AUD_OPT_BOOL, &conf.debug,
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Delf2efi.c546 * Create debug section
553 struct pe_section *debug; local
558 EFI_IMAGE_DEBUG_DIRECTORY_ENTRY debug; member in struct:__anon15810
566 debug = xmalloc ( sizeof ( *debug ) + section_filesz );
567 memset ( debug, 0, sizeof ( *debug ) + section_filesz );
568 contents = ( void * ) debug->contents;
571 strncpy ( ( char * ) debug->hdr.Name, ".debug",
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dutils.c50 driParseDebugString( const char * debug, argument
57 if ( debug != NULL ) {
59 if ( !strcmp( debug, "all" ) ||
60 strstr( debug, control->string ) != NULL ) {
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dregs.h289 int debug; member in struct:__anon6844
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dregs.h289 int debug; member in struct:__anon7163
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dregs.h278 int debug; member in struct:__anon7471
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dregs.h278 int debug; member in struct:__anon7846
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dregs.h278 int debug; member in struct:__anon8198
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dregs.h278 int debug; member in struct:__anon8515
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dregs.h278 int debug; member in struct:__anon8834
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dregs.h278 int debug; member in struct:__anon9148
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dregs.h278 int debug; member in struct:__anon9468
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dregs.h278 int debug; member in struct:__anon4994
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dregs.h278 int debug; member in struct:__anon5306

Completed in 83 milliseconds

123