Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:Debugging

21 	Debugging Library
53 // AssertMacros.h/Debugging.h overrides.
255 kDebugPageFaultFatalMask = 0x00000100, // There should be a "kPageFaultFatalMask" in Debugging.h.
256 kDebugMPTaskLevelMask = 0x00000200, // There should be a "kMPTaskLevelMask" in Debugging.h.
374 @abstract Macro to mark a variable as used only when debugging is enabled.
378 Variables are sometimes needed only for debugging. When debugging is turned off, these debug-only variables generate
380 are only used for debugging.
392 @abstract Macros to make variables and functions static when debugging is off, but extern when debugging is on.
397 debugging without being penalized for production builds.
409 @abstract Macros to make variables and functions static when debugging is off, but extern when debugging is on.
414 debugging without being penalized for production builds.
444 @abstract Macro to add (or subtract if negative) a value when debugging is on. Does nothing if debugging is off.
543 If expression evalulates to false, this prints debugging information (actual expression string, file, line number,
544 function name, etc.) using the default debugging output method.
574 If expression evalulates to false, this prints debugging information (actual expression string, file, line number,
575 function name, etc.) and a custom explanation string using the default debugging output method.
606 If the error code is non-0, this prints debugging information (actual expression string, file, line number,
607 function name, etc.) using the default debugging output method.
641 If the error code is non-0, this prints debugging information (actual expression string, file, line number,
642 function name, etc.) and a custom explanation string using the default debugging output method.
726 If expression evalulates to false, this prints debugging information (actual expression string, file, line number,
727 function name, etc.) using the default debugging output method then jumps to a label.
753 If expression evalulates to false, this prints debugging information (actual expression string, file, line number,
754 function name, etc.) and a custom explanation string using the default debugging output method then jumps to a label.
780 If expression evalulates to false, this jumps to a label. No debugging information is printed.
805 If the error code is non-0, this prints debugging information (actual expression string, file, line number,
806 function name, etc.) using the default debugging output method then jumps to a label.
835 If the error code is non-0, this prints debugging information (actual expression string, file, line number,
836 function name, etc.), and a custom explanation string using the default debugging output method using the
837 default debugging output method then jumps to a label.
866 If the error code is non-0, this prints debugging information (actual expression string, file, line number,
867 function name, etc.), and a custom explanation string using the default debugging output method using the
868 default debugging output method then executes an action and jumps to a label.
898 If the error code is non-0, this jumps to a label. No debugging information is printed.
923 If the error code is non-0, this prints debugging information (actual expression string, file, line number,
924 function name, etc.) using the default debugging output method then executes an action and jumps to a label.
954 If the error code is non-0, this executes an action and jumps to a label. No debugging information is printed.
980 If expression evalulates to false, this prints debugging information (actual expression string, file, line number,
981 function name, etc.) using the default debugging output method then executes an action and jumps to a label.
1008 If expression evalulates to false, this executes an action and jumps to a label. No debugging information is printed.
1034 If expression evalulates to false, this prints debugging information (actual expression string, file, line number,
1035 function name, etc.) and a custom explanation string using the default debugging output method then executes an
1064 If the expression evaluates to false, this prints debugging information (actual expression string, file,
1065 line number, function name, etc.) using the default debugging output method then throws an exception.
1145 @abstract Prints a debugging C string.
1285 @abstract Initializes the debugging library for a specific kind of output.
1316 @abstract Releases any resources used by the debugging library
1332 @abstract Gets the specified property from the debugging library.
1360 @abstract Sets the specified property from the debugging library.
1386 #pragma mark == Routines - Debugging Output ==
1463 @abstract Debugging versions of standard C snprintf with extra features.