Home
last modified time | relevance | path

Searched refs:errorSource (Results 1 – 25 of 51) sorted by relevance

123

/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Dsourcefetcher.cpp116 errorSource = ERRNO; in http_fetch()
147 errorSource = ERRNO; in http_fetch()
162 errorSource = ERRNO; in http_fetch()
174 errorSource = ERRNO; in http_fetch()
194 errorSource = ERRNO; in http_fetch()
246 errorSource = ERRNO; in http_fetch()
256 errorSource = ERRNO; in http_fetch()
274 errorSource = ERRNO; in http_fetch()
410 errorSource = ERRNO; in http_fetch()
480 errorSource = ERRNO; in http_fetch()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/tests/CoreCLR/runtest/
H A Druntest.sh202 local errorSource=$1
206 if [ -z "$errorSource" ]; then
250 if [ -n "$errorSource" ]; then
260 line="${line} name=\"${errorSource}\""
290 local errorSource=$1
299 xunit_output_end "$errorSource" "$errorMessage"
309 local errorSource='handle_ctrl_c'
314 exit_with_error "$errorSource" "Test run aborted by Ctrl+C."
321 local errorSource='create_core_overlay'
422 local errorSource='copy_test_native_bin_to_test_root'
[all …]
/dports/security/keybase/client-v5.7.1/shared/deeplinks/
H A Derror.tsx26 type OwnProps = Container.RouteProps<{errorSource: 'app' | 'sep6' | 'sep7'}>
29 const errorSource = Container.getRouteProps(props, 'errorSource', 'app')
31 switch (errorSource) {
41 const isError = errorSource !== 'sep6' || sep6Error
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/grafana-azure-monitor-datasource/utils/
H A DuseLastError.ts11 const addError = useCallback((errorSource: string, error: AzureMonitorErrorish | undefined) => {
14 const index = errors.findIndex(([vSource]) => vSource === errorSource);
25 errorsCopy.unshift([errorSource, error]);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.Core.Presentation/System/Activities/Core/Presentation/
H A DPickValidationErrorSourceLocator.cs13 … public List<object> FindSourceDetailFromActivity(Activity errorSource, object errorSourceDetail) in FindSourceDetailFromActivity() argument
17 return new List<object> { errorSource }; in FindSourceDetailFromActivity()
21 return FindRelativePath((Pick)errorSource, errorSourceDetail); in FindSourceDetailFromActivity()
H A DStateMachineValidationErrorSourceLocator.cs14 … public List<object> FindSourceDetailFromActivity(Activity errorSource, object errorSourceDetail) in FindSourceDetailFromActivity() argument
18 return new List<object> { errorSource }; in FindSourceDetailFromActivity()
22 return FindRelativePath((StateMachine)errorSource, errorSourceDetail); in FindSourceDetailFromActivity()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DSCDBasedBindingSet.java234 private void reportError( Element errorSource, String formattedMsg ) { in reportError() argument
235 reportError( errorSource, formattedMsg, null ); in reportError()
238 private void reportError( Element errorSource, in reportError() argument
242 forest.locatorTable.getStartLocation(errorSource), in reportError()
H A DInternalizer.java603 private void reportError( Element errorSource, String formattedMsg ) { in reportError() argument
604 reportError( errorSource, formattedMsg, null ); in reportError()
607 private void reportError( Element errorSource, in reportError() argument
611 forest.locatorTable.getStartLocation(errorSource), in reportError()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DSCDBasedBindingSet.java234 private void reportError( Element errorSource, String formattedMsg ) { in reportError() argument
235 reportError( errorSource, formattedMsg, null ); in reportError()
238 private void reportError( Element errorSource, in reportError() argument
242 forest.locatorTable.getStartLocation(errorSource), in reportError()
H A DInternalizer.java603 private void reportError( Element errorSource, String formattedMsg ) { in reportError() argument
604 reportError( errorSource, formattedMsg, null ); in reportError()
607 private void reportError( Element errorSource, in reportError() argument
611 forest.locatorTable.getStartLocation(errorSource), in reportError()
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/error/
H A DCatchErrorImpl.java49 SaxSource errorSource = new ErrorSaxSource(fault, context.getTransformerFactory()); in catchError() local
50 Flow newFlow = flow.replaceDefaultSaxSource(context, errorSource); in catchError()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/io/file/
H A Dlatextablewriter.hh118 const ErrorDataSource &errorSource = ErrorDataSource() ) in EOCDataSource()
120 errorSource_( errorSource ), in EOCDataSource()
124 explicit EOCDataSource ( const ErrorDataSource &errorSource ) in EOCDataSource()
125 : errorSource_( errorSource ), in EOCDataSource()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/pkg/testutil/assert/
H A Dassert.go84 t.Fatalf(errorSource()+format, args...)
88 func errorSource() string { func
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/grafana-azure-monitor-datasource/components/MetricsQueryEditor/
H A DdataHooks.ts32 const [errorSource] = useState(() => Math.random()); constant
41 setError(errorSource, undefined);
44 setError(errorSource, err);
/dports/www/bolt/bolt-2.2.24/vendor/bolt/thumbs/src/
H A DThumbnailCreator.php10 public $errorSource; variable in Bolt\\Thumbs\\ThumbnailCreator
46 $this->errorSource = $source;
64 $this->source = $this->errorSource;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java508 private void reportError(Element errorSource, String formattedMsg) {
509 reportError(errorSource, formattedMsg, null);
512 private void reportError(Element errorSource,
516 forest.locatorTable.getStartLocation(errorSource),
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizer.java508 private void reportError(Element errorSource, String formattedMsg) {
509 reportError(errorSource, formattedMsg, null);
512 private void reportError(Element errorSource,
516 forest.locatorTable.getStartLocation(errorSource),
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DTypeUtil.java242 String typeName, ErrorReceiver errorHandler, Locator errorSource ) { in getType() argument
251 ,errorSource)); in getType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DTypeUtil.java242 String typeName, ErrorReceiver errorHandler, Locator errorSource ) { in getType() argument
251 ,errorSource)); in getType()
/dports/security/keybase/client-v5.7.1/shared/actions/
H A Ddeeplinks.tsx85 path: [{props: {errorSource: 'app'}, selected: 'keybaseLinkError'}],
134 path: [{props: {errorSource: 'app'}, selected: 'keybaseLinkError'}],
/dports/net-mgmt/observium/observium/mibs/atto/
H A DATTOBRIDGE-MIB316 errorSource DisplayString,
353 errorSource OBJECT-TYPE
572 VARIABLES { errorSource, errorOpCode, errorSenseKey,
578 errorSource - the description of the source device
/dports/lang/mono/mono-5.10.1.57/external/corefx/
H A Drun-test.sh60 local errorSource='handle_ctrl_c'
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.cpp4000 static QString errorMessage(QUrlPrivate::ErrorCode errorCode, const QString &errorSource, int error… in errorMessage() argument
4002 QChar c = uint(errorPosition) < uint(errorSource.length()) ? in errorMessage()
4003 errorSource.at(errorPosition) : QChar(QChar::Null); in errorMessage()
4102 QString errorSource; in errorString() local
4104 QUrlPrivate::ErrorCode errorCode = d->validityError(&errorSource, &errorPosition); in errorString()
4108 msg += errorMessage(errorCode, errorSource, errorPosition); in errorString()
4110 msg += errorSource; in errorString()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.cpp4000 static QString errorMessage(QUrlPrivate::ErrorCode errorCode, const QString &errorSource, int error… in errorMessage() argument
4002 QChar c = uint(errorPosition) < uint(errorSource.length()) ? in errorMessage()
4003 errorSource.at(errorPosition) : QChar(QChar::Null); in errorMessage()
4102 QString errorSource; in errorString() local
4104 QUrlPrivate::ErrorCode errorCode = d->validityError(&errorSource, &errorPosition); in errorString()
4108 msg += errorMessage(errorCode, errorSource, errorPosition); in errorString()
4110 msg += errorSource; in errorString()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqurl.cpp4000 static QString errorMessage(QUrlPrivate::ErrorCode errorCode, const QString &errorSource, int error… in errorMessage() argument
4002 QChar c = uint(errorPosition) < uint(errorSource.length()) ? in errorMessage()
4003 errorSource.at(errorPosition) : QChar(QChar::Null); in errorMessage()
4102 QString errorSource; in errorString() local
4104 QUrlPrivate::ErrorCode errorCode = d->validityError(&errorSource, &errorPosition); in errorString()
4108 msg += errorMessage(errorCode, errorSource, errorPosition); in errorString()
4110 msg += errorSource; in errorString()

123