Home
last modified time | relevance | path

Searched refs:exceptionStr (Results 1 – 25 of 139) sorted by relevance

123456

/dports/textproc/redisearch16/RediSearch-1.6.16/src/pytest/
H A Dtest_synonyms.py97 exceptionStr = None
101 exceptionStr = str(e)
106 exceptionStr = None
110 exceptionStr = str(e)
111 env.assertEqual(exceptionStr, 'Unknown index name')
127 exceptionStr = None
131 exceptionStr = str(e)
139 exceptionStr = None
143 exceptionStr = str(e)
155 exceptionStr = None
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DExceptionString.h33 inline fbstring exceptionStr(const std::exception& e) { in exceptionStr() function
48 inline fbstring exceptionStr(std::exception_ptr ep) { in exceptionStr() function
52 return exceptionStr(e); in exceptionStr()
60 auto exceptionStr(const E& e) -> typename std::
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/multicatch/7030606/
H A DDisjunctiveTypeWellFormednessTest.java57 String exceptionStr; field in DisjunctiveTypeWellFormednessTest.Alternative
59 Alternative(String exceptionStr) { in Alternative() argument
60 this.exceptionStr = exceptionStr; in Alternative()
78 return exceptionStr; in expand()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/multicatch/7030606/
H A DDisjunctiveTypeWellFormednessTest.java57 String exceptionStr; field in DisjunctiveTypeWellFormednessTest.Alternative
59 Alternative(String exceptionStr) { in Alternative() argument
60 this.exceptionStr = exceptionStr; in Alternative()
78 return exceptionStr; in expand()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/multicatch/7030606/
H A DDisjunctiveTypeWellFormednessTest.java54 String exceptionStr; field in DisjunctiveTypeWellFormednessTest.Alternative
56 Alternative(String exceptionStr) { in Alternative() argument
57 this.exceptionStr = exceptionStr; in Alternative()
75 return exceptionStr; in expand()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/multicatch/7030606/
H A DDisjunctiveTypeWellFormednessTest.java54 String exceptionStr; field in DisjunctiveTypeWellFormednessTest.Alternative
56 Alternative(String exceptionStr) { in Alternative() argument
57 this.exceptionStr = exceptionStr; in Alternative()
75 return exceptionStr; in expand()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/multicatch/7030606/
H A DDisjunctiveTypeWellFormednessTest.java57 String exceptionStr; field in DisjunctiveTypeWellFormednessTest.Alternative
59 Alternative(String exceptionStr) { in Alternative() argument
60 this.exceptionStr = exceptionStr; in Alternative()
78 return exceptionStr; in expand()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/multicatch/7030606/
H A DDisjunctiveTypeWellFormednessTest.java57 String exceptionStr; field in DisjunctiveTypeWellFormednessTest.Alternative
59 Alternative(String exceptionStr) { in Alternative() argument
60 this.exceptionStr = exceptionStr; in Alternative()
78 return exceptionStr; in expand()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/multicatch/7030606/
H A DDisjunctiveTypeWellFormednessTest.java57 String exceptionStr; field in DisjunctiveTypeWellFormednessTest.Alternative
59 Alternative(String exceptionStr) { in Alternative() argument
60 this.exceptionStr = exceptionStr; in Alternative()
78 return exceptionStr; in expand()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/multicatch/7030606/
H A DDisjunctiveTypeWellFormednessTest.java54 String exceptionStr; field in DisjunctiveTypeWellFormednessTest.Alternative
56 Alternative(String exceptionStr) { in Alternative() argument
57 this.exceptionStr = exceptionStr; in Alternative()
75 return exceptionStr; in expand()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DExceptionString.cpp39 fbstring exceptionStr(std::exception const& e) { in exceptionStr() function
44 fbstring exceptionStr(std::exception_ptr const& ep) { in exceptionStr() function
46 return exceptionStr(*ex); in exceptionStr()
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/
H A DSSLOptions.cpp28 LOG(DFATAL) << exceptionStr(e); in logDfatal()
42 LOG(DFATAL) << exceptionStr(e); in setClientOptions()
48 LOG(DFATAL) << exceptionStr(e); in setClientOptions()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/multicatch/7030606/
H A DDisjunctiveTypeWellFormednessTest.java55 String exceptionStr; field in DisjunctiveTypeWellFormednessTest.Alternative
57 private Alternative(String exceptionStr) { in Alternative() argument
58 this.exceptionStr = exceptionStr; in Alternative()
66 buf.append(alternative.exceptionStr); in makeDisjunctiveType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/multicatch/7030606/
H A DDisjunctiveTypeWellFormednessTest.java55 String exceptionStr; field in DisjunctiveTypeWellFormednessTest.Alternative
57 private Alternative(String exceptionStr) { in Alternative() argument
58 this.exceptionStr = exceptionStr; in Alternative()
66 buf.append(alternative.exceptionStr); in makeDisjunctiveType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java100 String exceptionStr; field in StructuralMostSpecificTest.ExceptionKind
102 ExceptionKind(String exceptionStr) { in ExceptionKind() argument
103 this.exceptionStr = exceptionStr; in ExceptionKind()
212 .replaceAll("#E1", ek1.exceptionStr) in JavaSource()
213 .replaceAll("#E2", ek2.exceptionStr); in JavaSource()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java100 String exceptionStr; field in StructuralMostSpecificTest.ExceptionKind
102 ExceptionKind(String exceptionStr) { in ExceptionKind() argument
103 this.exceptionStr = exceptionStr; in ExceptionKind()
212 .replaceAll("#E1", ek1.exceptionStr) in JavaSource()
213 .replaceAll("#E2", ek2.exceptionStr); in JavaSource()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java112 String exceptionStr; field in StructuralMostSpecificTest.ExceptionKind
114 ExceptionKind(String exceptionStr) { in ExceptionKind() argument
115 this.exceptionStr = exceptionStr; in ExceptionKind()
119 return exceptionStr; in expand()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java112 String exceptionStr; field in StructuralMostSpecificTest.ExceptionKind
114 ExceptionKind(String exceptionStr) { in ExceptionKind() argument
115 this.exceptionStr = exceptionStr; in ExceptionKind()
119 return exceptionStr; in expand()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java112 String exceptionStr; field in StructuralMostSpecificTest.ExceptionKind
114 ExceptionKind(String exceptionStr) { in ExceptionKind() argument
115 this.exceptionStr = exceptionStr; in ExceptionKind()
119 return exceptionStr; in expand()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java109 String exceptionStr; field in StructuralMostSpecificTest.ExceptionKind
111 ExceptionKind(String exceptionStr) { in ExceptionKind() argument
112 this.exceptionStr = exceptionStr; in ExceptionKind()
116 return exceptionStr; in expand()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java109 String exceptionStr; field in StructuralMostSpecificTest.ExceptionKind
111 ExceptionKind(String exceptionStr) { in ExceptionKind() argument
112 this.exceptionStr = exceptionStr; in ExceptionKind()
116 return exceptionStr; in expand()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java112 String exceptionStr; field in StructuralMostSpecificTest.ExceptionKind
114 ExceptionKind(String exceptionStr) { in ExceptionKind() argument
115 this.exceptionStr = exceptionStr; in ExceptionKind()
119 return exceptionStr; in expand()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java112 String exceptionStr; field in StructuralMostSpecificTest.ExceptionKind
114 ExceptionKind(String exceptionStr) { in ExceptionKind() argument
115 this.exceptionStr = exceptionStr; in ExceptionKind()
119 return exceptionStr; in expand()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/mostSpecific/
H A DStructuralMostSpecificTest.java109 String exceptionStr; field in StructuralMostSpecificTest.ExceptionKind
111 ExceptionKind(String exceptionStr) { in ExceptionKind() argument
112 this.exceptionStr = exceptionStr; in ExceptionKind()
116 return exceptionStr; in expand()
/dports/devel/log4net/log4net-1.2.10/src/Layout/
H A DXmlLayoutSchemaLog4j.cs226 string exceptionStr = loggingEvent.GetExceptionString(); in FormatXml()
227 if (exceptionStr != null && exceptionStr.Length > 0) in FormatXml()
231 Transform.WriteEscapedXmlString(writer, exceptionStr,this.InvalidCharReplacement); in FormatXml()

123456