/external/python/cpython3/Lib/ |
D | pipes.py | 87 self.debugging = 0 103 t.debugging = self.debugging 108 self.debugging = flag 175 if self.debugging:
|
D | ftplib.py | 98 debugging = 0 variable in FTP 162 if self.debugging: 172 self.debugging = level 194 if self.debugging > 1: 200 if self.debugging: print('*cmd*', self.sanitize(line)) 209 if self.debugging > 1: 239 if self.debugging: 264 if self.debugging > 1: 457 if self.debugging > 2: 929 debugging = 0 [all …]
|
/external/freetype/docs/ |
D | DEBUG | 7 There are several ways to enable debugging features in a FreeType 2 25 The trace macros are used to send debugging messages when an 32 small but effective debugging memory manager that tracks all 41 debugging memory manager never frees the blocks to the heap in 44 When FT2_DEBUG_MEMORY isn't defined at runtime, the debugging 52 debugging its code: 82 The FT_TRACE macro is used to send general-purpose debugging 127 The following environment variables control debugging output and 157 debugging memory manager that will track leaking memory blocks as 160 considerably saves time when debugging new additions to the [all …]
|
/external/u-boot/arch/arm/ |
D | Kconfig.debug | 4 bool "Low-level debugging functions" 8 in U-Boot. This is helpful if you are debugging code that 12 prompt "Low-level debugging port" 16 bool "Low-level debugging via 8250 UART"
|
/external/python/cpython2/Lib/ |
D | pipes.py | 85 self.debugging = 0 101 t.debugging = self.debugging 106 self.debugging = flag 187 if self.debugging:
|
D | ftplib.py | 103 debugging = 0 variable in FTP 144 if self.debugging: 154 self.debugging = level 177 if self.debugging > 1: print '*put*', self.sanitize(line) 182 if self.debugging: print '*cmd*', self.sanitize(line) 191 if self.debugging > 1: 218 if self.debugging: print '*resp*', self.sanitize(resp) 242 if self.debugging > 1: print '*put urgent*', self.sanitize(line) 449 if self.debugging > 2: print '*retr*', repr(line) 754 if self.debugging > 2: print '*retr*', repr(line) [all …]
|
D | nntplib.py | 121 self.debugging = 0 184 if self.debugging: print '*welcome*', repr(self.welcome) 193 self.debugging = level 199 if self.debugging > 1: print '*put*', repr(line) 204 if self.debugging: print '*cmd*', repr(line) 213 if self.debugging > 1: 224 if self.debugging: print '*resp*', repr(resp)
|
/external/libcxx/docs/DesignDocs/ |
D | DebugMode.rst | 21 This macro is used to enable assertions and iterator debugging checks within 27 assertions. Defining ``_LIBCPP_DEBUG`` to ``1`` enables "iterator debugging" 73 "iterator debugging" which checks the validity of iterators used by the program. 89 The following containers and STL classes support iterator debugging: 99 The remaining containers do not currently support iterator debugging.
|
/external/tensorflow/tensorflow/python/debug/ |
D | README.md | 18 Basic Python debugging tools such as [pdb](https://docs.python.org/2/library/pdb.html) 20 execution happens in the underlying C++ layer. C++ debugging tools such as 26 following ones are designed to facilitate runtime debugging of TensorFlow 35 predicates, which makes common debugging tasks such as tracing the origin 40 * A [gRPC](https://grpc.io/)-based remote debugging protocol, which allows us to
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_CheckNumerics.pbtxt | 4 deprecation_message: "Use debugging.assert_all_finite instead" 6 name: "debugging.check_numerics"
|
/external/mockito/src/test/java/org/mockitousage/debugging/ |
D | NewMockito.java | 5 package org.mockitousage.debugging; 9 import org.mockito.internal.debugging.MockitoDebuggerImpl;
|
D | InvocationsPrinterTest.java | 5 package org.mockitousage.debugging; 9 import org.mockito.internal.debugging.InvocationsPrinter;
|
/external/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | README | 7 It provides remote debugging functionality. 16 which should open gallium remote debugging session. While the program is running 17 you can launch the small remote debugging application from progs/rbug. More
|
/external/oss-fuzz/docs/advanced-topics/ |
D | debugging.md | 6 permalink: /advanced-topics/debugging/ 42 you will not be able to do source code level debugging. We recommend integrating 45 for debugging purposes.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DebugGradientIdentity.pbtxt | 3 summary: "Identity op for gradient debugging." 6 register gradient tensors for gradient debugging.
|
D | api_def_DebugGradientRefIdentity.pbtxt | 3 summary: "Identity op for gradient debugging." 6 register gradient tensors for gradient debugging.
|
/external/mockito/src/test/java/org/mockitousage/internal/debugging/ |
D | LocationImplTest.java | 5 package org.mockitousage.internal.debugging; 10 import org.mockito.internal.debugging.LocationImpl;
|
/external/python/cpython2/Lib/idlelib/ |
D | rpc.py | 128 def __init__(self, sock, objtable=None, debugging=None): argument 130 if debugging is not None: 131 self.debugging = debugging 150 if not self.debugging: 494 debugging = False variable in RPCHandler 511 debugging = False variable in RPCClient 523 if self.debugging:
|
/external/python/cpython3/Lib/idlelib/ |
D | rpc.py | 132 def __init__(self, sock, objtable=None, debugging=None): argument 134 if debugging is not None: 135 self.debugging = debugging 154 if not self.debugging: 508 debugging = False variable in RPCHandler 526 debugging = False variable in RPCClient 538 if self.debugging:
|
/external/strace/debian/ |
D | control | 15 strace is a system call tracer, i.e. a debugging tool which prints out 29 strace is a system call tracer, i.e. a debugging tool which prints out 48 strace is a system call tracer, i.e. a debugging tool which prints out 57 This is a stripped down package intended for debugging use in the Debian
|
/external/igt-gpu-tools/man/ |
D | intel_gtt.rst | 26 can be useful in debugging the Linux AGP driver initialization of the chip or in 27 debugging later overwriting of the GTT with garbage data.
|
/external/mesa3d/docs/ |
D | debugging.rst | 7 with debugging. If ``MESA_DEBUG`` is defined, a message will be printed 16 There is a display list printing/debugging facility. See the end of
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/ |
D | SmaliExpressionEvaluator.java | 32 package org.jf.smalidea.debugging; 40 import org.jf.smalidea.debugging.value.LazyValue;
|
/external/catch2/contrib/ |
D | gdbinit | 2 # This file provides a way to skip stepping into Catch code when debugging with gdb. 4 # With the gdb "skip" command you can tell gdb to skip files or functions during debugging.
|
/external/python/cpython3/Lib/test/ |
D | test_pipes.py | 98 self.assertEqual(t.debugging, False) 100 self.assertEqual(t.debugging, True) 195 self.assertEqual(t.debugging, u.debugging)
|