/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | footprint.sh | 44 log() function 55 log "" 56 log "$NAME ($FILE):" 76 log "$( head -n1 "$OUT" )" 77 log "$( tail -n1 "$OUT" )" 86 log "Footprint of standard configurations (minus net_sockets.c, timing.c, fs_io)" 87 log "for bare-metal ARM Cortex-M3/M4 microcontrollers." 98 log "" 99 log "Mbed TLS $MBEDTLS_VERSION$GIT_VERSION" 100 log "$( arm-none-eabi-gcc --version | head -n1 )" [all …]
|
D | abi_check.py | 124 self.log = None 144 self.log = logging.getLogger() 146 self.log.setLevel(logging.DEBUG) 148 self.log.setLevel(logging.INFO) 149 self.log.addHandler(logging.StreamHandler()) 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)) [all …]
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | check_names.py | 213 def __init__(self, log): argument 214 self.log = log 231 self.log.info("Parsing source code...") 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))) [all …]
|
D | psa_collect_statuses.py | 40 with open(log_file_name) as log: 41 for line in log:
|
D | generate_psa_wrappers.py | 246 if options.log: 247 generator = PSALoggingWrapperGenerator(options.log) #type: PSAWrapperGenerator
|
/openthread-latest/tools/harness-thci/ |
D | OpenThread_BR.py | 117 def log(self, fmt, *args): member in SSHHandle 134 self.log("inputing username ...") 151 self.log("prompt found, login success!") 156 self.log("inputing password ...") 159 self.log("inputing username ...") 162 self.log("inputing username ...") 170 def log(self, fmt, *args): member in SerialHandle 207 self.log('Expecting [%r]' % (expected)) 245 self.log('>>> %r', data) 283 self.log("<<< %r", data) [all …]
|
D | OpenThread.py | 125 self.log("%s returns %r", callstr, ret) 128 self.log("FUNC %s failed: %s", func_name, str(ex)) 337 self.log('__executeCommand() Error: ' + str(e)) 388 def log(self, fmt, *args): member in OpenThreadTHCI 398 self.log("sleeping for %ss ...", duration) 462 self.log('All parameters: %r', params) 752 self.log("commissioning log: %s", line) 1411 self.log('factoryreset finished within 10s timeout.') 2204 self.log("scanJoiner on channel %s", self.getChannel()) 2278 self.log("joinCommissioned on channel %s", self.getChannel()) [all …]
|
/openthread-latest/tools/harness-automation/autothreadharness/ |
D | runner.py | 214 log = None 217 log = json.load(open(result_file, 'r')) 221 if not log: 222 log = {} 223 json.dump(log, open(result_file, 'w'), indent=2) 266 if case_name in log: 267 if ((log[case_name]['passed'] and ('p' in skip)) or 268 … (log[case_name]['passed'] is False and ('f' in skip)) or (log[case_name]['passed'] is None and 270 … logger.warning('case[%s] skipped for its status[%s]', case_name, log[case_name]['passed'])
|
D | open_thread_controller.py | 52 def __init__(self, port, log=False): argument 62 self._log = log
|
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_crypto_helpers.c | 116 static FILE *log; in mbedtls_test_record_status() local 117 if (log == NULL) { in mbedtls_test_record_status() 118 log = fopen(STATUS_LOG_FILE_NAME, "a"); in mbedtls_test_record_status() 120 fprintf(log, "%d:%s:%s:%d:%s\n", (int) status, func, file, line, expr); in mbedtls_test_record_status()
|
/openthread-latest/third_party/mbedtls/repo/tests/ |
D | compat.sh | 211 log() { function 805 log "$SERVER_CMD" 884 cp $SRV_OUT c-srv-${TESTS}.log 885 cp $CLI_OUT c-cli-${TESTS}.log 897 cat c-srv-${TESTS}.log 900 cat c-cli-${TESTS}.log 924 log "$CLIENT_CMD" 949 log "$CLIENT_CMD" 974 log "$CLIENT_CMD"
|
D | .gitignore | 4 *.log
|
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/THCI/ |
D | OpenThread_Sim.py | 75 self.log('Connecting to %s:%s with username=%s', self.ip, self.port, self.username) 123 def log(self, fmt, *args): member in SSHHandle 140 self.log('SSH connecting ...') 144 self.log('connected to %s successfully', self.telnetIp)
|
D | OpenThread_BR_Sim.py | 115 self.log('SSH connecting ...')
|
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/Sniffer/ |
D | SimSniffer.py | 209 self.log('Local IP: %s', ip) 212 self.log('%r', e) 213 self.log('Interface %s not found', iface_name) 229 self.log('%s interface has not enabled IPv6.', IFNAME) 250 self.log('List of SimSniffers: %r', devs) 329 def log(self, fmt, *args): member in SimSniffer
|
/openthread-latest/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 17 **Console/log output** If applicable, add console/log output to help explain your problem.
|
/openthread-latest/third_party/mbedtls/repo/ |
D | .pylintrc | 51 # ``log.info('...'.format(...))``. It insists on ``log.info('...', ...)``. 53 # many messages that use formatting and are below the log level). 56 # and complain about something like ``log.info('{}', foo)`` with
|
/openthread-latest/tools/gerrit/ |
D | git-squash-merge.sh | 99 commit_list=$(git log HEAD.."$branch" --oneline --decorate=no --reverse) 124 git log -1
|
/openthread-latest/third_party/tcplp/bsdtcp/ |
D | tcp_reass.c | 167 log(LOG_DEBUG, "%s; %s: queue limit reached, " 190 log(LOG_DEBUG, "%s; %s: global zone limit " 200 log(LOG_DEBUG,
|
/openthread-latest/ |
D | .gitignore | 7 *.log
|
/openthread-latest/tools/spi-hdlc-adapter/ |
D | README.md | 24 …log verbosity level (Repeatable). num argument is optional and value 1 is default when not specifi…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | test-framework.md | 18 …Rationale: make it easy to relate a failure log to the test data. Avoid confusion between cases in… 41 …compat.sh` is not classified as `ssl-opt.sh`, so the information of failed log files are followed …
|
/openthread-latest/tests/toranj/ |
D | README_NCP.md | 305 … `wpantund` logs. By default the logs are saved in a file `wpantun-log<node_index>.log`. By settin… 315 …the OpenThread logging is also enabled (and collected in `wpantund-log<node_index>.log`files) on a… 317 Here is example of small test script and its corresponding log output with `verbose` mode enabled:
|
D | start.sh | 40 sudo rm ./*.log >/dev/null 2>&1 73 tail -n 40 "${log_file_name}"*.log
|
/openthread-latest/etc/cmake/ |
D | options.cmake | 219 ot_option(OT_LOG_LEVEL_DYNAMIC OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE "dynamic log level contro… 239 ot_option(OT_PLATFORM_LOG_CRASH_DUMP OPENTHREAD_CONFIG_PLATFORM_LOG_CRASH_DUMP_ENABLE "platform log… 304 …LOG_LEVEL OT_LOG_LEVEL_VALUES OPENTHREAD_CONFIG_LOG_LEVEL OT_LOG_LEVEL_ "set OpenThread log level") 322 …VALUES OPENTHREAD_CONFIG_LOG_OUTPUT OPENTHREAD_CONFIG_LOG_OUTPUT_ "Set the log output" "${OT_DEFAU…
|