Lines Matching refs:Output
90 #pragma mark == Output ==
96 @abstract Enables ANSI C fprintf output.
114 @abstract Enables IOLog (Mac OS X Kernel) output.
124 @abstract Enables kprintf (Mac OS X Kernel) output.
134 @abstract Enables iDebug (Mac OS X user and Kernel) output.
164 @abstract Type of debug output (i.e. where the output goes).
179 // Console meta output kind - Any kind of Console output (in horizontal order of preference):
191 @abstract Flags controlling how the output type is configured.
193 @constant kDebugOutputTypeFlagsTypeMask Bit mask for the output type (e.g. stdout, stderr, file, etc.).
209 @abstract Function ptr for a custom callback to print debug output.
225 @abstract Flags controlling how output is printed.
544 function name, etc.) using the default debugging output method.
575 function name, etc.) and a custom explanation string using the default debugging output method.
607 function name, etc.) using the default debugging output method.
642 function name, etc.) and a custom explanation string using the default debugging output method.
727 function name, etc.) using the default debugging output method then jumps to a label.
754 function name, etc.) and a custom explanation string using the default debugging output method then jumps to a label.
806 function name, etc.) using the default debugging output method then jumps to a label.
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.
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.
924 function name, etc.) using the default debugging output method then executes an action and jumps to a label.
981 function name, etc.) using the default debugging output method then executes an action and jumps to a label.
1035 function name, etc.) and a custom explanation string using the default debugging output method then executes an
1065 line number, function name, etc.) using the default debugging output method then throws an exception.
1139 #pragma mark == Output macros ==
1285 @abstract Initializes the debugging library for a specific kind of output.
1386 #pragma mark == Routines - Debugging Output ==
1434 Example output:
1534 @abstract Hex dumps data to a string or to the output device.