Searched refs:debug (Results 1 – 25 of 40) sorted by relevance
12
/openthread-3.7.0/tools/harness-automation/autothreadharness/ |
D | open_thread_controller.py | 95 logger.debug('My port is %s', self.port) 98 logger.debug('My port num is %d', portnum) 131 logger.debug('[%s] Expecting [%s]', self.port, expected) 183 logging.debug('Nothing cleared') 185 logger.debug('sending [%s]', line) 202 logger.debug('DUT> %s', req) 218 logger.debug('Got line %s', line) 273 logger.debug('DUT> reset')
|
D | pdu_controller.py | 126 logger.debug('waiting for %s', regex) 342 logger.debug('Turned OFF socket {} at {}'.format(socket, self.ip)) 365 logger.debug('Turned ON socket {} at {}'.format(socket, self.ip))
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/ |
D | check_names.py | 232 self.log.debug( 286 self.log.debug("Found:") 289 self.log.debug(" {:4} Total {} Macros" 291 self.log.debug(" {:4} {} Non-identifier Macros" 293 self.log.debug(" {:4} Enum Constants".format(len(enum_consts))) 294 self.log.debug(" {:4} Identifiers".format(len(identifiers))) 295 self.log.debug(" {:4} Exported Symbols".format(len(symbols))) 383 self.log.debug("Looking for macros in {} files".format(len(files))) 418 self.log.debug( 451 self.log.debug("Looking for enum consts in {} files".format(len(files))) [all …]
|
D | audit-validity-dates.py | 465 logger.debug("Done!")
|
/openthread-3.7.0/third_party/mbedtls/repo/scripts/ |
D | abi_check.py | 162 self.log.debug( 173 self.log.debug(fetch_output.decode("utf-8")) 176 self.log.debug("Checking out git worktree for revision {}".format( 186 self.log.debug(worktree_output.decode("utf-8")) 192 self.log.debug("Commit is {}".format(version.commit)) 204 self.log.debug(update_output.decode("utf-8")) 216 self.log.debug(fetch_output.decode("utf-8")) 226 self.log.debug(checkout_output.decode("utf-8")) 241 self.log.debug(make_output.decode("utf-8")) 275 self.log.debug(abi_dump_output.decode("utf-8")) [all …]
|
D | code_size_compare.py | 309 self.logger.debug("Using current work directory.") 312 self.logger.debug("Creating git worktree for {}." 337 self.logger.debug("Building library/*.o for {}." 367 self.logger.debug("Measuring code size for {} by `{}`." 387 self.logger.debug("Removing temporary worktree {}." 796 self.logger.debug("Code size csv file for {} already exists." 804 self.logger.debug("Generating code size csv for {}." 835 self.logger.debug("Generating comparison results between {} and {}."
|
/openthread-3.7.0/tools/tcat_ble_client/ble/ |
D | ble_stream.py | 59 logger.debug(f'received {len(data)} bytes') 76 logger.debug(f'sending {data}') 92 logger.debug(f'retrieved {message}')
|
D | udp_stream.py | 45 logger.debug(f'sending {data}') 51 logger.debug(f'retrieved {message}')
|
/openthread-3.7.0/tests/scripts/thread-cert/ |
D | sniffer.py | 85 self.logger.debug("Sniffer started.") 103 self.logger.debug("Received messages: {}".format(messages)) 112 self.logger.debug("Sniffer stopped.")
|
D | README.md | 10 import debug 11 debug.Inspector(self).inspect()
|
D | thread_cert.py | 44 import debug 243 self._inspector = debug.Inspector(self)
|
/openthread-3.7.0/tools/harness-simulation/posix/sniffer_sim/ |
D | sniffer.py | 84 self.logger.debug('call Start') 102 self.logger.debug('Running command: %s', ' '.join(cmd)) 175 self.logger.debug('call FilterNodes') 195 self.logger.debug('call Stop')
|
/openthread-3.7.0/third_party/jlink/ |
D | README.md | 5 https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/
|
/openthread-3.7.0/tools/gerrit/ |
D | git-squash-merge.sh | 70 --debug) set -x ;;
|
/openthread-3.7.0/third_party/mbedtls/repo/programs/ssl/ |
D | ssl_context_info.c | 107 char debug = 0; /* flag for debug messages */ variable 143 if (debug) { in printf_dbg() 190 debug = 1; in parse_arguments() 983 if (debug) { in main()
|
/openthread-3.7.0/tools/otci/otci/ |
D | command_handlers.py | 201 logging.debug('%s: %r', self.__otcli, line) 212 logging.debug('%s: %s', self.__otcli, line)
|
/openthread-3.7.0/tests/scripts/thread-cert/pktverify/ |
D | layers.py | 99 logging.debug("layer %s add field: %s = %s", self.layer_name, key, val)
|
D | packet.py | 69 logging.debug("stripping eth: src=%s, dst=%s", eth_src, eth_dst)
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | testing.md | 21 However, when it comes to TLS, we also have the option of using debug messages 26 good to have a debug message checked by the test case to confirm that the
|
/openthread-3.7.0/tests/unit/ |
D | README.md | 3 …build and run OpenThread unit tests. It will be helpful for developers to debug failed unit test c…
|
/openthread-3.7.0/tools/tcat_ble_client/ |
D | bbtc.py | 62 if args.debug:
|
/openthread-3.7.0/third_party/mbedtls/repo/ |
D | README.md | 109 …ibraries in addition to the static libraries. Setting `DEBUG` gives you a debug build. You can ove… 144 - `Debug`. This generates debug information and disables optimization of the code. 145 - `Coverage`. This generates code coverage information in addition to debug information. 147 - `ASanDbg`. Same as ASan but slower, with debug information and better stack traces. 149 - `MemSanDbg`. Same as MemSan but slower, with debug information, better stack traces and origin … 152 Switching build modes in CMake is simple. For debug mode, enter at the command line:
|
/openthread-3.7.0/third_party/mbedtls/repo/scripts/data_files/ |
D | query_config.fmt | 35 #include "mbedtls/debug.h"
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_debug.function | 40 /* Detect if debug messages output partial lines and mark them */
|
/openthread-3.7.0/third_party/mbedtls/ |
D | BUILD.gn | 76 "repo/include/mbedtls/debug.h", 184 "repo/library/debug.c",
|
12