Home
last modified time | relevance | path

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

123

/third_party/node/deps/npm/node_modules/errno/
Dcustom.js3 function init (type, message, cause) { argument
11 , cause : typeof message != 'string' ? message : cause property
17 function CustomError (message, cause) { argument
27 var err = function (message, cause) { argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIllegalIcuArgumentException.java22 public IllegalIcuArgumentException(Throwable cause) { in IllegalIcuArgumentException()
26 public IllegalIcuArgumentException(String errorMessage, Throwable cause) { in IllegalIcuArgumentException()
31 public synchronized IllegalIcuArgumentException initCause(Throwable cause) { in initCause()
DInvalidFormatException.java20 public InvalidFormatException(Throwable cause) { in InvalidFormatException()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DIllegalIcuArgumentException.java24 public IllegalIcuArgumentException(Throwable cause) { in IllegalIcuArgumentException()
28 public IllegalIcuArgumentException(String errorMessage, Throwable cause) { in IllegalIcuArgumentException()
33 public synchronized IllegalIcuArgumentException initCause(Throwable cause) { in initCause()
DInvalidFormatException.java24 public InvalidFormatException(Throwable cause) { in InvalidFormatException()
/third_party/node/deps/npm/node_modules/verror/lib/
Dverror.js67 options = { 'cause': argv[0] }; property
231 VError.prototype.cause = function ve_cause() method in VError
246 VError.cause = function (err) function in VError
387 'cause': errors[0] property
445 WError.prototype.cause = function we_cause(c) method in WError
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DServiceException.java45 public ServiceException(final Throwable cause) { in ServiceException()
49 public ServiceException(final String message, final Throwable cause) { in ServiceException()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DICUCloneNotSupportedException.java45 public ICUCloneNotSupportedException(Throwable cause) { in ICUCloneNotSupportedException()
56 public ICUCloneNotSupportedException(String message, Throwable cause) { in ICUCloneNotSupportedException()
DICUUncheckedIOException.java49 public ICUUncheckedIOException(Throwable cause) { in ICUUncheckedIOException()
60 public ICUUncheckedIOException(String message, Throwable cause) { in ICUUncheckedIOException()
DICUInputTooLongException.java39 public ICUInputTooLongException(Throwable cause) { in ICUInputTooLongException()
50 public ICUInputTooLongException(String message, Throwable cause) { in ICUInputTooLongException()
DICUException.java43 public ICUException(Throwable cause) { in ICUException()
54 public ICUException(String message, Throwable cause) { in ICUException()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DICUCloneNotSupportedException.java42 public ICUCloneNotSupportedException(Throwable cause) { in ICUCloneNotSupportedException()
52 public ICUCloneNotSupportedException(String message, Throwable cause) { in ICUCloneNotSupportedException()
DICUException.java40 public ICUException(Throwable cause) { in ICUException()
50 public ICUException(String message, Throwable cause) { in ICUException()
DICUUncheckedIOException.java44 public ICUUncheckedIOException(Throwable cause) { in ICUUncheckedIOException()
54 public ICUUncheckedIOException(String message, Throwable cause) { in ICUUncheckedIOException()
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJSONException.java14 public JSONException(String message, Throwable cause) { in JSONException()
18 public JSONException(Throwable cause) { in JSONException()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJException.java45 public TJException(String message, Throwable cause) { in TJException()
62 public TJException(Throwable cause) { in TJException()
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJException.java45 public TJException(String message, Throwable cause) { in TJException()
62 public TJException(Throwable cause) { in TJException()
/third_party/boost/boost/chrono/detail/inlined/win/
Dprocess_cpu_clocks.hpp117 boost::winapi::DWORD_ cause = boost::winapi::GetLastError(); in now() local
182 boost::winapi::DWORD_ cause = boost::winapi::GetLastError(); in now() local
259 boost::winapi::DWORD_ cause = boost::winapi::GetLastError(); in now() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestDataModule.java57 public DataModuleFormatError(String msg, Throwable cause){ in DataModuleFormatError()
60 public DataModuleFormatError(Throwable cause) { in DataModuleFormatError()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestDataModule.java56 public DataModuleFormatError(String msg, Throwable cause){ in DataModuleFormatError()
59 public DataModuleFormatError(Throwable cause) { in DataModuleFormatError()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cause/
Dcause.go16 package cause package
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DBrotliRuntimeException.cs17 internal BrotliRuntimeException(string message, System.Exception cause) in BrotliRuntimeException()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DBrotliRuntimeException.java18 BrotliRuntimeException(String message, Throwable cause) { in BrotliRuntimeException()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DSkeletonSyntaxException.java30 public SkeletonSyntaxException(String message, CharSequence token, Throwable cause) { in SkeletonSyntaxException()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DSkeletonSyntaxException.java29 public SkeletonSyntaxException(String message, CharSequence token, Throwable cause) { in SkeletonSyntaxException()

123