Searched full:ignore (Results 1 – 25 of 81) sorted by relevance
1234
/openthread-3.5.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.5.0/script/ |
D | code-spell | 42 OT_SPELL_CHECK_IGNORE_CONFIG_FILE='.code-spell-ignore' 60 … codespell "${OT_SPELL_CHECK_DIRS[@]}" -w --ignore-words="${OT_SPELL_CHECK_IGNORE_CONFIG_FILE}" 62 codespell "${OT_SPELL_CHECK_DIRS[@]}" --ignore-words="${OT_SPELL_CHECK_IGNORE_CONFIG_FILE}"
|
/openthread-3.5.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.5.0/ |
D | .codecov.yml | 6 ignore:
|
/openthread-3.5.0/third_party/mbedtls/repo/programs/ |
D | .gitignore | 1 # Ignore makefiles generated by CMake, but not the makefile that's checked in.
|
/openthread-3.5.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.5.0/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | typing_util.py | 31 class Protocol: #type: ignore
|
/openthread-3.5.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:
|
D | otns.yml | 33 branches-ignore:
|
/openthread-3.5.0/tools/harness-simulation/posix/sniffer_sim/ |
D | pcap_codec.py | 73 # Ignore the first byte storing channel.
|
/openthread-3.5.0/tests/scripts/thread-cert/ |
D | sniffer.py | 99 # Ignore any exceptions
|
/openthread-3.5.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.5.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.5.0/tools/otci/otci/ |
D | connectors.py | 162 return line.decode('utf-8', errors='ignore').rstrip('\r\n')
|
/openthread-3.5.0/src/core/thread/ |
D | link_metrics_types.cpp | 137 VerifyOrExit(!mSeriesFlags.IsMacDataFlagSet()); // Ignore this when Mac Data is accounted in IsFrameTypeMatch()
|
/openthread-3.5.0/src/core/border_router/ |
D | routing_manager.cpp | 949 … LogInfo("- PIO %s - ignore since not a valid on-link prefix", aPrefix.ToString().AsCString()); in ShouldProcessPrefixInfoOption() 983 LogInfo("- RIO %s - ignore since not a valid OMR prefix", aPrefix.ToString().AsCString()); in ShouldProcessRouteInfoOption() 989 // Ignore OMR prefixes advertised by ourselves or in current Thread Network Data. in ShouldProcessRouteInfoOption() 1190 …LogWarn("Received RA from too many routers, ignore RA from %s", aSrcAddress.ToString().AsCString()… in ProcessRouterAdvertMessage() 1250 LogWarn("Discovered too many prefixes, ignore default route from RA header"); in ProcessDefaultRoute() 1293 … LogWarn("Discovered too many prefixes, ignore on-link prefix %s", prefix.ToString().AsCString()); in ProcessPrefixInfoOption() 1339 … LogWarn("Discovered too many prefixes, ignore route prefix %s", prefix.ToString().AsCString()); in ProcessRouteInfoOption() 1879 // 2. If RemainingLifetime is less than or equal to 2 hours, ignore in AdoptValidAndPreferredLifetimesFrom() 3328 VerifyOrExit(mEnabled, LogWarn("Ignore platform generated RA since PD is disabled.")); in ProcessPlatformGeneratedRa() 3362 … LogWarn("PdPrefixManager: Ignore invalid PIO entry %s", entry.GetPrefix().ToString().AsCString()); in Process()
|
/openthread-3.5.0/src/posix/platform/ |
D | config_file.cpp | 172 // If only the comment contains the key string, ignore it. in Clear()
|
/openthread-3.5.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