Home
last modified time | relevance | path

Searched defs:cause (Results 1 – 25 of 6034) sorted by relevance

12345678910>>...242

/dports/net/freeswitch/freeswitch-1.10.3.-release/tests/unit/
H A Dswitch_ivr_originate.c105 switch_call_cause_t cause; in FST_SUITE_BEGIN() local
131 switch_call_cause_t cause; in FST_SUITE_BEGIN() local
217 switch_call_cause_t cause; in FST_SUITE_BEGIN() local
240 switch_call_cause_t cause; in FST_SUITE_BEGIN() local
266 switch_call_cause_t cause; in FST_SUITE_BEGIN() local
296 switch_call_cause_t cause; in FST_SUITE_BEGIN() local
327 switch_call_cause_t cause; in FST_SUITE_BEGIN() local
359 switch_call_cause_t cause; in FST_SUITE_BEGIN() local
391 switch_call_cause_t cause; in FST_SUITE_BEGIN() local
424 switch_call_cause_t cause; in FST_SUITE_BEGIN() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/mips/
H A Dmips_emul.c184 mips_emul_inst(uint32_t status, uint32_t cause, vaddr_t opc, in mips_emul_inst()
258 uint32_t cause) in send_sigsegv()
273 update_pc(struct trapframe *tf, uint32_t cause) in update_pc()
288 mips_emul_lwc0(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_lwc0()
664 mips_emul_lb(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_lb()
716 mips_emul_lh(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_lh()
768 mips_emul_lw(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_lw()
887 mips_emul_ld(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_ld()
979 mips_emul_sb(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_sb()
1002 mips_emul_sh(uint32_t inst, struct trapframe *tf, uint32_t cause) in mips_emul_sh()
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/common/
H A DX509Exception.java28 public X509Exception(Throwable cause) { in X509Exception()
32 public X509Exception(String message, Throwable cause) { in X509Exception()
42 public KeyManagerException(Throwable cause) { in KeyManagerException()
54 public TrustManagerException(Throwable cause) { in TrustManagerException()
66 public SSLContextException(Throwable cause) { in SSLContextException()
70 public SSLContextException(String message, Throwable cause) { in SSLContextException()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/
H A DPackagerException.java36 public PackagerException(Throwable cause) { in PackagerException()
40 public PackagerException(String key, Throwable cause) { in PackagerException()
41 super(bundle.getString(key), cause); in PackagerException() local
54 Throwable cause, String key, String ... arguments) { in PackagerException()
56 (Object[]) arguments), cause); in PackagerException() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jpackage/share/classes/jdk/jpackage/internal/
H A DPackagerException.java36 public PackagerException(Throwable cause) { in PackagerException()
40 public PackagerException(String key, Throwable cause) { in PackagerException()
41 super(bundle.getString(key), cause); in PackagerException() local
54 Throwable cause, String key, String ... arguments) { in PackagerException()
56 (Object[]) arguments), cause); in PackagerException() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/
H A DPackagerException.java36 public PackagerException(Throwable cause) { in PackagerException()
40 public PackagerException(String key, Throwable cause) { in PackagerException()
41 super(bundle.getString(key), cause); in PackagerException() local
54 Throwable cause, String key, String ... arguments) { in PackagerException()
56 (Object[]) arguments), cause); in PackagerException() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jpackage/share/classes/jdk/jpackage/internal/
H A DPackagerException.java36 public PackagerException(Throwable cause) { in PackagerException()
40 public PackagerException(String key, Throwable cause) { in PackagerException()
41 super(bundle.getString(key), cause); in PackagerException() local
54 Throwable cause, String key, String ... arguments) { in PackagerException()
56 (Object[]) arguments), cause); in PackagerException() local
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DEnvironmentFailureException.java106 Throwable cause) { in EnvironmentFailureException()
125 Throwable cause) { in EnvironmentFailureException()
146 Throwable cause) { in EnvironmentFailureException()
147 super(makeMsg(envImpl, reason, message, cause), cause); in EnvironmentFailureException() local
158 Throwable cause) { in makeMsg()
193 EnvironmentFailureException cause) { in EnvironmentFailureException()
278 Throwable cause) { in promote()
299 unexpectedException(Exception cause) { in unexpectedException()
314 unexpectedException(EnvironmentImpl envImpl, Exception cause) { in unexpectedException()
329 unexpectedException(String message, Exception cause) { in unexpectedException()
[all …]
/dports/devel/govendor/govendor-1.0.9-6-gc5ee5dc/vendor/github.com/pkg/errors/
H A Derrors.go128 type cause struct { struct
129 cause error argument
130 msg string
133 func (c cause) Error() string { return fmt.Sprintf("%s: %v", c.msg, c.Cause()) }
134 func (c cause) Cause() error { return c.cause }
139 cause anonMember
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/vendor/github.com/pkg/errors/
H A Derrors.go128 type cause struct { struct
129 cause error argument
130 msg string
133 func (c cause) Error() string { return fmt.Sprintf("%s: %v", c.msg, c.Cause()) }
134 func (c cause) Cause() error { return c.cause }
139 cause anonMember
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java94 @Nullable private final Throwable cause; field in ExoPlaybackException
102 public static ExoPlaybackException createForSource(IOException cause) { in createForSource()
118 Exception cause, in createForRenderer()
136 public static ExoPlaybackException createForUnexpected(RuntimeException cause) { in createForUnexpected()
156 public static ExoPlaybackException createForOutOfMemoryError(OutOfMemoryError cause) { in createForOutOfMemoryError()
160 private ExoPlaybackException(@Type int type, Throwable cause) { in ExoPlaybackException()
171 Throwable cause, in ExoPlaybackException()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java94 @Nullable private final Throwable cause; field in ExoPlaybackException
102 public static ExoPlaybackException createForSource(IOException cause) { in createForSource()
118 Exception cause, in createForRenderer()
136 public static ExoPlaybackException createForUnexpected(RuntimeException cause) { in createForUnexpected()
156 public static ExoPlaybackException createForOutOfMemoryError(OutOfMemoryError cause) { in createForOutOfMemoryError()
160 private ExoPlaybackException(@Type int type, Throwable cause) { in ExoPlaybackException()
171 Throwable cause, in ExoPlaybackException()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DExoPlaybackException.java94 @Nullable private final Throwable cause; field in ExoPlaybackException
102 public static ExoPlaybackException createForSource(IOException cause) { in createForSource()
118 Exception cause, in createForRenderer()
136 public static ExoPlaybackException createForUnexpected(RuntimeException cause) { in createForUnexpected()
156 public static ExoPlaybackException createForOutOfMemoryError(OutOfMemoryError cause) { in createForOutOfMemoryError()
160 private ExoPlaybackException(@Type int type, Throwable cause) { in ExoPlaybackException()
171 Throwable cause, in ExoPlaybackException()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/sax/
H A DSAXExceptionInitCause.java80 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitByCtor() local
82 Assert.assertSame(exception.getCause(), cause); in testCauseInitByCtor() local
83 Assert.assertSame(exception.getException(), cause); in testCauseInitByCtor() local
90 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitWithException() local
92 Assert.assertSame(exception.getCause(), cause); in testCauseInitWithException() local
93 Assert.assertSame(exception.getException(), cause); in testCauseInitWithException() local
101 Throwable cause = new Throwable(SAX_CAUSE_MESSAGE); in testCauseInitWithThrowable() local
103 Assert.assertSame(exception.getCause(),cause); in testCauseInitWithThrowable() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/unittest/sax/
H A DSAXExceptionInitCause.java80 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitByCtor() local
82 Assert.assertSame(exception.getCause(), cause); in testCauseInitByCtor() local
83 Assert.assertSame(exception.getException(), cause); in testCauseInitByCtor() local
90 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitWithException() local
92 Assert.assertSame(exception.getCause(), cause); in testCauseInitWithException() local
93 Assert.assertSame(exception.getException(), cause); in testCauseInitWithException() local
101 Throwable cause = new Throwable(SAX_CAUSE_MESSAGE); in testCauseInitWithThrowable() local
103 Assert.assertSame(exception.getCause(),cause); in testCauseInitWithThrowable() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/unittest/sax/
H A DSAXExceptionInitCause.java80 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitByCtor() local
82 Assert.assertSame(exception.getCause(), cause); in testCauseInitByCtor() local
83 Assert.assertSame(exception.getException(), cause); in testCauseInitByCtor() local
90 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitWithException() local
92 Assert.assertSame(exception.getCause(), cause); in testCauseInitWithException() local
93 Assert.assertSame(exception.getException(), cause); in testCauseInitWithException() local
101 Throwable cause = new Throwable(SAX_CAUSE_MESSAGE); in testCauseInitWithThrowable() local
103 Assert.assertSame(exception.getCause(),cause); in testCauseInitWithThrowable() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/unittest/sax/
H A DSAXExceptionInitCause.java80 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitByCtor() local
82 Assert.assertSame(exception.getCause(), cause); in testCauseInitByCtor() local
83 Assert.assertSame(exception.getException(), cause); in testCauseInitByCtor() local
90 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitWithException() local
92 Assert.assertSame(exception.getCause(), cause); in testCauseInitWithException() local
93 Assert.assertSame(exception.getException(), cause); in testCauseInitWithException() local
101 Throwable cause = new Throwable(SAX_CAUSE_MESSAGE); in testCauseInitWithThrowable() local
103 Assert.assertSame(exception.getCause(),cause); in testCauseInitWithThrowable() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/unittest/sax/
H A DSAXExceptionInitCause.java80 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitByCtor() local
82 Assert.assertSame(exception.getCause(), cause); in testCauseInitByCtor() local
83 Assert.assertSame(exception.getException(), cause); in testCauseInitByCtor() local
90 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitWithException() local
92 Assert.assertSame(exception.getCause(), cause); in testCauseInitWithException() local
93 Assert.assertSame(exception.getException(), cause); in testCauseInitWithException() local
101 Throwable cause = new Throwable(SAX_CAUSE_MESSAGE); in testCauseInitWithThrowable() local
103 Assert.assertSame(exception.getCause(),cause); in testCauseInitWithThrowable() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/unittest/sax/
H A DSAXExceptionInitCause.java80 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitByCtor() local
82 Assert.assertSame(exception.getCause(), cause); in testCauseInitByCtor() local
83 Assert.assertSame(exception.getException(), cause); in testCauseInitByCtor() local
90 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitWithException() local
92 Assert.assertSame(exception.getCause(), cause); in testCauseInitWithException() local
93 Assert.assertSame(exception.getException(), cause); in testCauseInitWithException() local
101 Throwable cause = new Throwable(SAX_CAUSE_MESSAGE); in testCauseInitWithThrowable() local
103 Assert.assertSame(exception.getCause(),cause); in testCauseInitWithThrowable() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/unittest/sax/
H A DSAXExceptionInitCause.java80 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitByCtor() local
82 Assert.assertSame(exception.getCause(), cause); in testCauseInitByCtor() local
83 Assert.assertSame(exception.getException(), cause); in testCauseInitByCtor() local
90 Exception cause = new Exception(SAX_CAUSE_MESSAGE); in testCauseInitWithException() local
92 Assert.assertSame(exception.getCause(), cause); in testCauseInitWithException() local
93 Assert.assertSame(exception.getException(), cause); in testCauseInitWithException() local
101 Throwable cause = new Throwable(SAX_CAUSE_MESSAGE); in testCauseInitWithThrowable() local
103 Assert.assertSame(exception.getCause(),cause); in testCauseInitWithThrowable() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPException.java44 private Throwable cause; field in SOAPException
76 public SOAPException(String reason, Throwable cause) { in SOAPException()
85 public SOAPException(Throwable cause) { in SOAPException()
152 public synchronized Throwable initCause(Throwable cause) { in initCause()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPException.java44 private Throwable cause; field in SOAPException
76 public SOAPException(String reason, Throwable cause) { in SOAPException()
85 public SOAPException(Throwable cause) { in SOAPException()
152 public synchronized Throwable initCause(Throwable cause) { in initCause()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/image/
H A DBadImageFileException.java22 public BadImageFileException( Throwable cause ) { in BadImageFileException()
53 public BadImageFileException( File file, Throwable cause ) { in BadImageFileException()
54 super( file.getAbsolutePath(), cause ); in BadImageFileException() local
64 public BadImageFileException( File file, String message, Throwable cause ) { in BadImageFileException()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jms/src/main/java/org/springframework/jms/
H A DJmsException.java48 public JmsException(String msg, Throwable cause) { in JmsException()
58 public JmsException(Throwable cause) { in JmsException()
70 Throwable cause = getCause(); in getErrorCode() local
84 Throwable cause = getCause(); in getMessage() local
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/cli/
H A DCliWrapperException.java26 public CliWrapperException(Throwable cause) { in CliWrapperException()
27 super(getMessage(cause), cause); in CliWrapperException() local
30 private static String getMessage(Throwable cause) { in getMessage()

12345678910>>...242