Searched full:ignore (Results 1 – 25 of 84) sorted by relevance
1234
/openthread-3.4.0/third_party/mbedtls/repo/scripts/ |
D | tmp_ignore_makefiles.sh | 3 # Temporarily (de)ignore Makefiles generated by CMake to allow easier 21 IGNORE="" 29 IGNORE="0" 52 if [ "X" = "X$IGNORE" ];
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | .gitignore | 10 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those: 35 # CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
|
/openthread-3.4.0/ |
D | .codecov.yml | 6 ignore:
|
D | Makefile.am | 75 # Ignore the pseudo flash files on Posix platform during diskcheck
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/ |
D | .gitignore | 1 # Ignore makefiles generated by CMake, but not the makefile that's checked in.
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/ |
D | curves.pl | 85 # Depends on a specific curve. Also, ignore error if it wasn't enabled. 124 # depends on a specific curve. Also, ignore error if it wasn't enabled
|
D | tcp_client.pl | 49 # Ignore shutdown failures (at least for now)
|
/openthread-3.4.0/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | typing_util.py | 31 class Protocol: #type: ignore
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/third_party/autoconf/ |
D | ar-lib | 172 u*) ;; # TODO: don't ignore the update modifier 173 v*) ;; # TODO: don't ignore the verbose modifier
|
D | install-sh | 465 # ignore errors from any of these, just make sure not to ignore
|
/openthread-3.4.0/.github/workflows/ |
D | makefile-check.yml | 33 branches-ignore:
|
D | size.yml | 33 branches-ignore:
|
D | otci.yml | 33 branches-ignore:
|
D | docker.yml | 33 branches-ignore:
|
D | unit.yml | 33 branches-ignore:
|
D | toranj.yml | 33 branches-ignore:
|
/openthread-3.4.0/tools/harness-simulation/posix/sniffer_sim/ |
D | pcap_codec.py | 73 # Ignore the first byte storing channel.
|
/openthread-3.4.0/tests/scripts/thread-cert/ |
D | sniffer.py | 99 # Ignore any exceptions
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/ |
D | context-info.sh | 161 …# lines beginning with == are added by valgrind, ignore them, because we already checked them befo… 163 # lines beginning with * are added by this script, ignore too
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | debug.c | 123 * the logs would be quickly flooded with WANT_READ, so ignore that. in mbedtls_debug_print_ret() 124 * Don't ignore WANT_WRITE however, since is is usually rare. in mbedtls_debug_print_ret()
|
D | psa_its_file.c | 230 * Thus we just ignore the return status of remove(). */ in psa_its_set()
|
/openthread-3.4.0/tools/otci/otci/ |
D | connectors.py | 162 return line.decode('utf-8', errors='ignore').rstrip('\r\n')
|
/openthread-3.4.0/src/core/thread/ |
D | link_metrics_types.cpp | 137 VerifyOrExit(!mSeriesFlags.IsMacDataFlagSet()); // Ignore this when Mac Data is accounted in IsFrameTypeMatch()
|
/openthread-3.4.0/src/posix/platform/ |
D | config_file.cpp | 172 // If only the comment contains the key string, ignore it. in Clear()
|
/openthread-3.4.0/third_party/tcplp/bsdtcp/ |
D | tcp_timer.c | 265 * If in TIME_WAIT state just ignore as this timeout is handled in in tcp_timer_2msl() 270 * Ignore fact that there were recent incoming segments. in tcp_timer_2msl()
|
1234