Home
last modified time | relevance | path

Searched full:ignore (Results 1 – 25 of 81) sorted by relevance

1234

/openthread-3.5.0/third_party/mbedtls/repo/scripts/
Dtmp_ignore_makefiles.sh3 # 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/
Dcode-spell42 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.gitignore10 # 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.yml6 ignore:
/openthread-3.5.0/third_party/mbedtls/repo/programs/
D.gitignore1 # Ignore makefiles generated by CMake, but not the makefile that's checked in.
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/
Dcurves.pl85 # 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
Dtcp_client.pl49 # Ignore shutdown failures (at least for now)
/openthread-3.5.0/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dtyping_util.py31 class Protocol: #type: ignore
/openthread-3.5.0/.github/workflows/
Dmakefile-check.yml33 branches-ignore:
Dsize.yml33 branches-ignore:
Dotci.yml33 branches-ignore:
Ddocker.yml33 branches-ignore:
Dunit.yml33 branches-ignore:
Dtoranj.yml33 branches-ignore:
Dotns.yml33 branches-ignore:
/openthread-3.5.0/tools/harness-simulation/posix/sniffer_sim/
Dpcap_codec.py73 # Ignore the first byte storing channel.
/openthread-3.5.0/tests/scripts/thread-cert/
Dsniffer.py99 # Ignore any exceptions
/openthread-3.5.0/third_party/mbedtls/repo/tests/
Dcontext-info.sh161 …# 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/
Ddebug.c123 * 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()
Dpsa_its_file.c230 * Thus we just ignore the return status of remove(). */ in psa_its_set()
/openthread-3.5.0/tools/otci/otci/
Dconnectors.py162 return line.decode('utf-8', errors='ignore').rstrip('\r\n')
/openthread-3.5.0/src/core/thread/
Dlink_metrics_types.cpp137 VerifyOrExit(!mSeriesFlags.IsMacDataFlagSet()); // Ignore this when Mac Data is accounted in IsFrameTypeMatch()
/openthread-3.5.0/src/core/border_router/
Drouting_manager.cpp949 … 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/
Dconfig_file.cpp172 // If only the comment contains the key string, ignore it. in Clear()
/openthread-3.5.0/third_party/tcplp/bsdtcp/
Dtcp_timer.c265 * 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