Home
last modified time | relevance | path

Searched refs:ErrorBehavior (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DScopeGuardTest.cpp212 enum class ErrorBehavior { enum
218 void testFinally(ErrorBehavior error) { in testFinally()
226 if (error == ErrorBehavior::HANDLED_ERROR) { in testFinally()
228 } else if (error == ErrorBehavior::UNHANDLED_ERROR) { in testFinally()
241 testFinally(ErrorBehavior::SUCCESS); in TEST()
242 testFinally(ErrorBehavior::HANDLED_ERROR); in TEST()
243 testFinally(ErrorBehavior::UNHANDLED_ERROR); in TEST()
290 if (error == ErrorBehavior::HANDLED_ERROR) { in testScopeFailAndScopeSuccess()
292 } else if (error == ErrorBehavior::UNHANDLED_ERROR) { in testScopeFailAndScopeSuccess()
328 testScopeFailAndScopeSuccess(ErrorBehavior::SUCCESS, false); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/file_system/
H A Drecursive_operation_delegate.h32 using ErrorBehavior = FileSystemOperation::ErrorBehavior; in COMPONENT_EXPORT() local
113 ErrorBehavior error_behavior, in COMPONENT_EXPORT()
150 ErrorBehavior error_behavior_; in COMPONENT_EXPORT()
H A Dcopy_or_move_operation_delegate.h36 using ErrorBehavior = FileSystemOperation::ErrorBehavior; variable
92 ErrorBehavior error_behavior,
144 ErrorBehavior error_behavior_;
H A Dfile_system_operation_runner.h45 using ErrorBehavior = FileSystemOperation::ErrorBehavior; in COMPONENT_EXPORT() local
86 ErrorBehavior error_behavior, in COMPONENT_EXPORT()
H A Dfile_system_operation.h124 enum ErrorBehavior { ERROR_BEHAVIOR_ABORT, ERROR_BEHAVIOR_SKIP }; enum
285 ErrorBehavior error_behavior,
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/file_system/
H A Drecursive_operation_delegate.h32 using ErrorBehavior = FileSystemOperation::ErrorBehavior; in COMPONENT_EXPORT() local
113 ErrorBehavior error_behavior, in COMPONENT_EXPORT()
150 ErrorBehavior error_behavior_; in COMPONENT_EXPORT()
H A Dcopy_or_move_operation_delegate.h36 using ErrorBehavior = FileSystemOperation::ErrorBehavior; variable
92 ErrorBehavior error_behavior,
144 ErrorBehavior error_behavior_;
H A Dfile_system_operation_runner.h45 using ErrorBehavior = FileSystemOperation::ErrorBehavior; in COMPONENT_EXPORT() local
86 ErrorBehavior error_behavior, in COMPONENT_EXPORT()
H A Dfile_system_operation.h124 enum ErrorBehavior { ERROR_BEHAVIOR_ABORT, ERROR_BEHAVIOR_SKIP }; enum
285 ErrorBehavior error_behavior,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DImmutableClientRuntime.cs112 if (ErrorBehavior.ShouldRethrowClientSideExceptionAsIs(e)) in AfterReceiveReply()
140 if (ErrorBehavior.ShouldRethrowClientSideExceptionAsIs(e)) in BeforeSendRequest()
191 if (ErrorBehavior.ShouldRethrowClientSideExceptionAsIs(e)) in InitializeChannel()
239 if (ErrorBehavior.ShouldRethrowClientSideExceptionAsIs(e)) in GetOperation()
H A DChannelDispatcher.cs51 ErrorBehavior errorBehavior;
499 ErrorBehavior behavior; in HandleError()
509 behavior = new ErrorBehavior(this); in HandleError()
815 this.errorBehavior = new ErrorBehavior(this); in OnOpened()
853 ErrorBehavior behavior; in ProvideFault()
863 behavior = new ErrorBehavior(this); in ProvideFault()
H A DDispatchOperationRuntime.cs256 if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) in DeserializeInputs()
297 if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) in DeserializeInputs()
342 if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) in InitializeCallContextCore()
714 if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) in SerializeOutputs()
724 ErrorBehavior.ThrowAndCatch(new InvalidOperationException(message)); in SerializeOutputs()
732 ErrorBehavior.ThrowAndCatch(new InvalidOperationException(message)); in SerializeOutputs()
H A DInstanceBehavior.cs106 internal void AfterReply(ref MessageRpc rpc, ErrorBehavior error) in AfterReply()
279 this.immutableRuntime.ErrorBehavior.HandleError(e); in ReleaseInstance()
H A DErrorBehavior.cs14 class ErrorBehavior class
21 internal ErrorBehavior(ChannelDispatcher channelDispatcher) in ErrorBehavior() method in System.ServiceModel.Dispatcher.ErrorBehavior
H A DImmutableDispatchRuntime.cs28 readonly ErrorBehavior error;
80 this.error = new ErrorBehavior(dispatch.ChannelDispatcher); in ImmutableDispatchRuntime()
207 internal ErrorBehavior ErrorBehavior property in System.ServiceModel.Dispatcher.ImmutableDispatchRuntime
263 if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) in AfterReceiveRequestCore()
298 ErrorBehavior.ThrowAndCatch(new InvalidOperationException(message)); in BeforeSendReplyCore()
308 if (!ErrorBehavior.ShouldRethrowExceptionAsIs(e)) in BeforeSendReplyCore()
H A DProxyOperationRuntime.cs206 if (ErrorBehavior.ShouldRethrowClientSideExceptionAsIs(e)) in AfterReply()
244 if (ErrorBehavior.ShouldRethrowClientSideExceptionAsIs(e)) in BeforeRequest()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/
H A DWebExtensionPolicy.cpp99 enum class ErrorBehavior { enum
107 const MatchPatternOptions& aOptions, ErrorBehavior aErrorBehavior, in ParseMatches()
130 if (aRv.Failed() && aErrorBehavior == ErrorBehavior::CreateEmptyPattern) { in ParseMatches()
150 ErrorBehavior::CreateEmptyPattern, aRv); in WebAccessibleResource()
181 ErrorBehavior::CreateEmptyPattern, aRv); in NS_INTERFACE_MAP_ENTRY()
642 ErrorBehavior::CreateEmptyPattern, aRv); in MozDocumentMatcher()
650 ErrorBehavior::CreateEmptyPattern, aRv); in MozDocumentMatcher()
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/
H A DWebExtensionPolicy.cpp99 enum class ErrorBehavior { enum
107 const MatchPatternOptions& aOptions, ErrorBehavior aErrorBehavior, in ParseMatches()
130 if (aRv.Failed() && aErrorBehavior == ErrorBehavior::CreateEmptyPattern) { in ParseMatches()
150 ErrorBehavior::CreateEmptyPattern, aRv); in WebAccessibleResource()
182 ErrorBehavior::CreateEmptyPattern, aRv); in NS_INTERFACE_MAP_ENTRY()
643 ErrorBehavior::CreateEmptyPattern, aRv); in MozDocumentMatcher()
651 ErrorBehavior::CreateEmptyPattern, aRv); in MozDocumentMatcher()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/extensions/
H A DWebExtensionPolicy.cpp99 enum class ErrorBehavior { enum
107 const MatchPatternOptions& aOptions, ErrorBehavior aErrorBehavior, in ParseMatches()
130 if (aRv.Failed() && aErrorBehavior == ErrorBehavior::CreateEmptyPattern) { in ParseMatches()
150 ErrorBehavior::CreateEmptyPattern, aRv); in WebAccessibleResource()
181 ErrorBehavior::CreateEmptyPattern, aRv); in NS_INTERFACE_MAP_ENTRY()
642 ErrorBehavior::CreateEmptyPattern, aRv); in MozDocumentMatcher()
650 ErrorBehavior::CreateEmptyPattern, aRv); in MozDocumentMatcher()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Description/
H A DWsdlImporter.cs135 … ServiceEndpoint endpoint = ImportWsdlPort(wsdlPort, ErrorBehavior.DoNotThrowExceptions); in ImportAllEndpoints()
155 … importedBindingContext = ImportWsdlBinding(wsdlBinding, ErrorBehavior.DoNotThrowExceptions); in ImportAllBindings()
182 return ImportWsdlBinding(wsdlBinding, ErrorBehavior.RethrowExceptions).Endpoint.Binding; in ImportBinding()
193 return ImportWsdlPort(wsdlPort, ErrorBehavior.RethrowExceptions); in ImportEndpoint()
255 ImportWsdlBinding(wsdlBinding, ErrorBehavior.RethrowExceptions); in ImportEndpoints()
262 … ServiceEndpoint endpoint = ImportWsdlPort(wsdlPort, ErrorBehavior.DoNotThrowExceptions); in ImportEndpoints()
349 if (errorBehavior == ErrorBehavior.RethrowExceptions) in ImportWsdlPortType()
430 if (errorBehavior == ErrorBehavior.RethrowExceptions) in ImportWsdlBinding()
439 ServiceEndpoint ImportWsdlPort(WsdlNS.Port wsdlPort, ErrorBehavior errorBehavior) in ImportWsdlPort()
484 if (errorBehavior == ErrorBehavior.RethrowExceptions) in ImportWsdlPort()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/extensions/
H A DWebExtensionPolicy.cpp85 enum class ErrorBehavior { enum
93 const MatchPatternOptions& aOptions, ErrorBehavior aErrorBehavior, in ParseMatches()
116 if (aRv.Failed() && aErrorBehavior == ErrorBehavior::CreateEmptyPattern) { in ParseMatches()
152 ErrorBehavior::CreateEmptyPattern, aRv); in WebExtensionPolicy()
544 ErrorBehavior::CreateEmptyPattern, aRv); in MozDocumentMatcher()
552 ErrorBehavior::CreateEmptyPattern, aRv); in MozDocumentMatcher()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/Control/
H A DTypes.hs37 | ErrorBehavior constructor
81 show ErrorBehavior = ":error-behavior"
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/what4-1.1/src/What4/Protocol/
H A DOnline.hs23 , ErrorBehavior(..)
93 data ErrorBehavior type
141 , solverErrorBehavior :: !ErrorBehavior
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/SBVTestSuite/TestSuite/Queries/
H A DBasicQuery.hs98 _ <- getInfo ErrorBehavior
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DConnectionDemuxer.cs247 System.ServiceModel.Dispatcher.ErrorBehavior.ThrowAndCatch(exception); in OnConnectionModeKnownCore()
280 System.ServiceModel.Dispatcher.ErrorBehavior.ThrowAndCatch(exception); in OnConnectionModeKnownCore()

12