Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 25 of 43) sorted by relevance

12

/openthread-latest/tools/harness-automation/autothreadharness/
Dharness_controller.py87 logger.warning('Harness already started')
113 logger.warning('Miniweb already started')
130 logger.warning('Harness not started yet')
139 logger.warning('Miniweb not started yet')
Drunner.py138 logger.warning('case[%s] fail', test.__class__.__name__)
147 logger.warning('rebooting..')
150 logger.warning('exiting..')
270 … logger.warning('case[%s] skipped for its status[%s]', case_name, log[case_name]['passed'])
276 … logger.warning('case[%s] skipped for continue from[%s]', case_name, continue_from)
283 logger.warning('case[%s] skipped for denylist', case_name)
288 … logger.warning('case[%s] skipped for exceeding max golden devices allowed[%d]', case_name,
Dhelpers.py50 self.logger.warning('mark serial port[%s] as bad', port)
Dharness_case.py85 logger.warning('Trial[%d] failed', times)
223 logger.warning('Failed to connect to telnet')
396 logger.warning('Sniffer device not verified!')
405 logger.warning('Unexpected sniffer verification status')
788 logger.warning('Golden devices not enough')
1065 logger.warning('Skip this harness itself')
Dpdu_controller.py48 logger.warning('PySNMP module is not installed. Install if EATON_PDU_CONTROLLER is used')
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/
Dquery_config.fmt98 * Visual Studio throws the warning 4003 because many Mbed TLS feature macros
101 * some macros expand to nothing. We suppress that specific warning to get a
105 #pragma warning(push)
106 #pragma warning(disable:4003)
120 #pragma warning(pop)
/openthread-latest/third_party/mbedtls/repo/library/
Dcheck_crypto_config.h105 #warning "PSA_WANT_KEY_TYPE_ECC_KEY_PAIR is deprecated and will be removed in a \
117 #warning "PSA_WANT_KEY_TYPE_RSA_KEY_PAIR is deprecated and will be removed in a \
Dconstant_time_impl.h203 #pragma warning( push ) in mbedtls_ct_bool()
204 #pragma warning( disable : 4146 ) in mbedtls_ct_bool()
215 #pragma warning( pop ) in mbedtls_ct_bool()
Dcommon.h429 # define MBEDTLS_MAYBE_UNUSED __pragma(warning(suppress:4189))
Dsha256.c67 # warning "Target does not support NEON instructions"
211 #warning "No mechanism to detect ARMV8_CRYPTO found, using C code only"
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Danalyze_outcomes.py62 def warning(self, fmt, *args, **kwargs): member in Results
98 results.warning('Test case not executed: {}', suite_case)
104 results.warning('Allow listed test case was executed: {}', suite_case)
Dcheck_test_cases.py50 def warning(self, file_name, line_number, fmt, *args): member in Results
206 results.warning(file_name, line_number,
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcompat-2.x.h14 #warning "Including compat-2.x.h is deprecated"
Dcheck_config.h702 #warning "MBEDTLS_PSA_CRYPTO_SE_C is deprecated and will be removed in a future version of Mbed TLS"
933 #warning "MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT is deprecated and will be removed in a future versi…
/openthread-latest/tools/tcat_ble_client/ble/
Dble_stream_secure.py128 logger.warning('No response when response expected.')
187 … logger.warning('Could not display TCAT client cert info (check Python version is >= 3.10?)')
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ctr_drbg.function164 goto exit; // goto is needed to avoid warning ( no test assertions in func)
180 goto exit; // goto is needed to avoid warning ( no test assertions in func)
195 goto exit; // goto is needed to avoid warning ( no test assertions in func)
210 goto exit; // goto is needed to avoid warning ( no test assertions in func)
Dhost_test.function265 * inlined in run_test_snprintf. This can trigger a spurious warning about
267 * gcc 7.2). This warning makes tests in run_test_snprintf redundant on gcc
268 * only. They are still valid for other compilers. Avoid this warning by
/openthread-latest/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile38 # Clang >=15, the -Wdocumentation option emits a warning for empty
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dpacket_verifier.py138 … logging.warning("IPv6 address ignored: name=%s, addr=%s, is_global=%s, is_link_local=%s", name,
143 … logging.warning("duplicate IPv6 address type: name=%s, addr=%s,%s", name, addr, self._vars[key])
Dsummary.py141 logging.warning("leader not found in pcap")
/openthread-latest/
DCODE_OF_CONDUCT.md51 **Consequence**: A private, written warning from community leaders, providing clarity around the na…
57 **Consequence**: A warning with consequences for continued behavior. No interaction with the people…
/openthread-latest/src/posix/platform/
Ddaemon.cpp152 #warning "no support for MSG_NOSIGNAL or SO_NOSIGPIPE" in InitializeSessionSocket()
/openthread-latest/tests/scripts/thread-cert/
Drun_cert_suite.py62 logging.warning('Skip test %s, not executable', script)
/openthread-latest/tools/harness-simulation/posix/
Dlaunch_testbed.py242 logging.warning('Received %r, but ignored', data)
/openthread-latest/third_party/mbedtls/repo/
DCMakeLists.txt26 # Setting this policy is required in CMake >= 3.18.0, otherwise a warning is generated. The OLD
32 # for CMake versions >= 3.18.3 otherwise a deprecated warning is generated. The OLD policy setting
114 # If 128-bit keys are configured for CTR_DRBG, display an appropriate warning

12