Home
last modified time | relevance | path

Searched refs:allowError (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/mac/
Dsub_mac.cpp636 bool allowError = false; in SignalFrameCounterUsedOnTxDone() local
638 OT_UNUSED_VARIABLE(allowError); in SignalFrameCounterUsedOnTxDone()
652 allowError = Get<LinkRaw>().IsEnabled(); in SignalFrameCounterUsedOnTxDone()
655 VerifyOrExit(aFrame.GetKeyIdMode(keyIdMode) == kErrorNone, OT_ASSERT(allowError)); in SignalFrameCounterUsedOnTxDone()
658 VerifyOrExit(aFrame.GetFrameCounter(frameCounter) == kErrorNone, OT_ASSERT(allowError)); in SignalFrameCounterUsedOnTxDone()
/external/starlark-go/starlark/
Dlibrary.go2149 func string_find_impl(b *Builtin, args Tuple, kwargs []Tuple, allowError, last bool) (Value, error)… argument
2173 if !allowError {