Home
last modified time | relevance | path

Searched refs:toThrow (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/devel/py-nbdime/nbdime-3.1.1/packages/nbdime/test/src/patch/
H A Dpatching.spec.ts658 expect(() => {patch(base, diff)}).toThrow(
665 expect(() => {patch(base, diff)}).toThrow(
672 expect(() => {patch(base, diff)}).toThrow(
679 expect(() => {patch(base, diff)}).toThrow(
686 expect(() => {patch(base, diff)}).toThrow(
693 expect(() => {patch(base, diff)}).toThrow(
836 expect(() => {patch(base, diff)}).toThrow(
841 expect(() => {patch(base, diff)}).toThrow(
848 expect(() => {patch(base, diff)}).toThrow(
852 expect(() => {patch(base, diff)}).toThrow(
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeThrowExceptionStatement.cs29 private CodeExpression toThrow; field in System.CodeDom.CodeThrowExceptionStatement
44 public CodeThrowExceptionStatement(CodeExpression toThrow) { in CodeThrowExceptionStatement() argument
45 ToThrow = toThrow; in CodeThrowExceptionStatement()
56 return toThrow;
59 toThrow = value;
/dports/www/grafana8/grafana-8.3.6/public/test/matchers/
H A DtoEmitValuesWith.test.ts18 await rejects.toThrow();
32 await rejects.toThrow();
46 await rejects.toThrow();
60 await rejects.toThrow();
74 await rejects.toThrow();
88 await rejects.toThrow();
102 await rejects.toThrow();
H A DtoEmitValues.test.ts12 await rejects.toThrow();
21 await rejects.toThrow();
30 await rejects.toThrow();
39 await rejects.toThrow();
48 await rejects.toThrow();
57 await rejects.toThrow();
66 await rejects.toThrow();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/common/
H A Dquery_iterator_unittest.ts127 expect(() => findColumnIndex(r, 'no such col', NUM)).toThrow(Error);
135 expect(() => findColumnIndex(r, 'nullable_strings', STR)).toThrow(Error);
136 expect(() => findColumnIndex(r, 'nullable_doubles', NUM)).toThrow(Error);
137 expect(() => findColumnIndex(r, 'nullable_longs', NUM)).toThrow(Error);
141 expect(() => findColumnIndex(r, 'twin', NUM)).toThrow(Error);
143 expect(() => findColumnIndex(r, 'strings', NUM)).toThrow(Error);
144 expect(() => findColumnIndex(r, 'longs', STR)).toThrow(Error);
145 expect(() => findColumnIndex(r, 'doubles', STR)).toThrow(Error);
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/
H A DHttpExceptionUtils.java143 Exception toThrow; in validateResponse() local
157 toThrow = (Exception) constr.newInstance(exMsg); in validateResponse()
159 toThrow = new IOException(String.format( in validateResponse()
165 toThrow = new IOException(String.format( in validateResponse()
169 toThrow = new IOException(String.format( in validateResponse()
181 throwEx(toThrow); in validateResponse()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/
H A DXMLException.hpp185 , const XMLExcepts::Codes toThrow \
189 loadExceptText(toThrow); \
200 , const XMLExcepts::Codes toThrow \
208 loadExceptText(toThrow, text1, text2, text3, text4); \
213 , const XMLExcepts::Codes toThrow \
221 loadExceptText(toThrow, text1, text2, text3, text4); \
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/
H A DXMLException.hpp185 , const XMLExcepts::Codes toThrow \
189 loadExceptText(toThrow); \
200 , const XMLExcepts::Codes toThrow \
208 loadExceptText(toThrow, text1, text2, text3, text4); \
213 , const XMLExcepts::Codes toThrow \
221 loadExceptText(toThrow, text1, text2, text3, text4); \
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/
H A DIndexExceptionBuilder.java77 IndexException toThrow = new IndexException(description); in build() local
79 toThrow.setTime(this.db.getLog().getWriteCount()); in build()
81 attachTo(toThrow); in build()
82 return toThrow; in build()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/Parallel/QueryOperators/Inlined/
H A DInlinedAggregationOperator.cs55 Exception toThrow = null; in Aggregate()
59 tr = InternalAggregate(ref toThrow); in Aggregate()
96 if (toThrow != null) in Aggregate()
98 throw toThrow; in Aggregate()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/src/System/Linq/Parallel/QueryOperators/Inlined/
H A DInlinedAggregationOperator.cs52 Exception toThrow = null; in Aggregate()
56 tr = InternalAggregate(ref toThrow); in Aggregate()
95 if (toThrow != null) in Aggregate()
97 throw toThrow; in Aggregate()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java108 toThrow.set(t); in throwException()
115 toThrow.remove(); in throwException()
118 private static ThreadLocal<Throwable> toThrow = field in CloseServerSocketOnTermination
121 Thrower() throws Throwable { throw toThrow.get(); } in Thrower()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java108 toThrow.set(t); in throwException()
115 toThrow.remove(); in throwException()
118 private static ThreadLocal<Throwable> toThrow = field in CloseServerSocketOnTermination
121 Thrower() throws Throwable { throw toThrow.get(); } in Thrower()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java108 toThrow.set(t); in throwException()
115 toThrow.remove(); in throwException()
118 private static ThreadLocal<Throwable> toThrow = field in CloseServerSocketOnTermination
121 Thrower() throws Throwable { throw toThrow.get(); } in Thrower()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java108 toThrow.set(t); in throwException()
115 toThrow.remove(); in throwException()
118 private static ThreadLocal<Throwable> toThrow = field in CloseServerSocketOnTermination
121 Thrower() throws Throwable { throw toThrow.get(); } in Thrower()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java108 toThrow.set(t);
115 toThrow.remove();
118 private static ThreadLocal<Throwable> toThrow =
121 Thrower() throws Throwable { throw toThrow.get(); }
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java108 toThrow.set(t); in throwException()
115 toThrow.remove(); in throwException()
118 private static ThreadLocal<Throwable> toThrow = field in CloseServerSocketOnTermination
121 Thrower() throws Throwable { throw toThrow.get(); } in Thrower()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java108 toThrow.set(t); in throwException()
115 toThrow.remove(); in throwException()
118 private static ThreadLocal<Throwable> toThrow = field in CloseServerSocketOnTermination
121 Thrower() throws Throwable { throw toThrow.get(); } in Thrower()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java108 toThrow.set(t); in throwException()
115 toThrow.remove(); in throwException()
118 private static ThreadLocal<Throwable> toThrow = field in CloseServerSocketOnTermination
121 Thrower() throws Throwable { throw toThrow.get(); } in Thrower()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java108 toThrow.set(t); in throwException()
115 toThrow.remove(); in throwException()
118 private static ThreadLocal<Throwable> toThrow = field in CloseServerSocketOnTermination
121 Thrower() throws Throwable { throw toThrow.get(); } in Thrower()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/transport/acceptLoop/
H A DCloseServerSocketOnTermination.java108 toThrow.set(t); in throwException()
115 toThrow.remove(); in throwException()
118 private static ThreadLocal<Throwable> toThrow = field in CloseServerSocketOnTermination
121 Thrower() throws Throwable { throw toThrow.get(); } in Thrower()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@reduxjs/toolkit/src/tests/
H A DimmutableStateInvariantMiddleware.test.ts49 }).toThrow(new RegExp('foo\\.bar\\.3'))
61 }).toThrow(new RegExp('foo\\.bar\\.3'))
74 }).not.toThrow()
86 }).not.toThrow()
101 }).not.toThrow()
115 }).not.toThrow()
128 }).not.toThrow()
141 }).not.toThrow()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/parsers/
H A DXercesDOMParser.cpp188 SAXParseException toThrow = SAXParseException in error() local
205 throw toThrow; in error()
210 fErrorHandler->warning(toThrow); in error()
212 fErrorHandler->fatalError(toThrow); in error()
214 fErrorHandler->error(toThrow); in error()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/parsers/
H A DXercesDOMParser.cpp188 SAXParseException toThrow = SAXParseException in error() local
205 throw toThrow; in error()
210 fErrorHandler->warning(toThrow); in error()
212 fErrorHandler->fatalError(toThrow); in error()
214 fErrorHandler->error(toThrow); in error()
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/test/spec-directory/
H A Dmutations.test.ts24 ).rejects.toThrow()
45 await expect(() => dir.removeFile("subdir")).rejects.toThrow()
52 ).rejects.toThrow()

1234567