Home
last modified time | relevance | path

Searched defs:exceptions (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/truth/core/src/test/java/com/google/common/truth/
DCorrespondenceExceptionStoreTest.java39 Correspondence.ExceptionStore exceptions = Correspondence.ExceptionStore.forIterable(); in hasCompareException_empty() local
45 Correspondence.ExceptionStore exceptions = Correspondence.ExceptionStore.forIterable(); in hasCompareException_hasCompareException() local
52 Correspondence.ExceptionStore exceptions = Correspondence.ExceptionStore.forIterable(); in describeAsMainCause_empty() local
62 Correspondence.ExceptionStore exceptions = Correspondence.ExceptionStore.forIterable(); in describeAsMainCause_notEmpty() local
71 Correspondence.ExceptionStore exceptions = Correspondence.ExceptionStore.forIterable(); in describeAsAdditionalInfo_empty() local
77 Correspondence.ExceptionStore exceptions = Correspondence.ExceptionStore.forIterable(); in describeAsAdditionalInfo_notEmpty() local
85 private static void addCompareException(Correspondence.ExceptionStore exceptions) { in addCompareException()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DExceptionHandler.java46 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; in getTestObjects() local
62 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local
77 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local
92 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local
106 IllformedLocaleException[] exceptions = new IllformedLocaleException[2]; in getTestObjects() local
126 LocaleSyntaxException[] exceptions = new LocaleSyntaxException[2]; in getTestObjects() local
146 IllegalIcuArgumentException[] exceptions = { in getTestObjects() local
157 SkeletonSyntaxException[] exceptions = { in getTestObjects() local
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/serializable/
DExceptionHandler.java45 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; in getTestObjects() local
61 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local
76 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local
91 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local
105 IllformedLocaleException[] exceptions = new IllformedLocaleException[2]; in getTestObjects() local
125 LocaleSyntaxException[] exceptions = new LocaleSyntaxException[2]; in getTestObjects() local
145 IllegalIcuArgumentException[] exceptions = { in getTestObjects() local
156 SkeletonSyntaxException[] exceptions = { in getTestObjects() local
/external/guava/guava-testlib/src/com/google/common/testing/
DClusterException.java65 final Collection<? extends Throwable> exceptions; field in ClusterException
67 private ClusterException(Collection<? extends Throwable> exceptions) { in ClusterException()
76 static RuntimeException create(Throwable... exceptions) { in create()
100 static RuntimeException create(Collection<? extends Throwable> exceptions) { in create()
/external/guava/android/guava-testlib/src/com/google/common/testing/
DClusterException.java65 final Collection<? extends Throwable> exceptions; field in ClusterException
67 private ClusterException(Collection<? extends Throwable> exceptions) { in ClusterException()
76 static RuntimeException create(Throwable... exceptions) { in create()
100 static RuntimeException create(Collection<? extends Throwable> exceptions) { in create()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/openers/
DRecursiveDeleteOpener.java68 List<IOException> exceptions = new ArrayList<>(); in open() local
69 deleteRecursively(openContext.storage(), openContext.encodedUri(), exceptions); in open() local
78 SynchronousFileStorage storage, Uri uri, List<IOException> exceptions) { in deleteRecursively()
/external/aws-sdk-java-v2/core/protocols/aws-xml-protocol/src/main/java/software/amazon/awssdk/protocols/xml/internal/unmarshall/
DAwsXmlErrorTransformer.java68 private List<ExceptionMetadata> exceptions; field in AwsXmlErrorTransformer.Builder
81 public Builder exceptions(List<ExceptionMetadata> exceptions) { in exceptions() method in AwsXmlErrorTransformer.Builder
/external/javassist/src/main/javassist/
DCtNewConstructor.java97 CtClass[] exceptions, in make()
179 CtClass[] exceptions, CtClass declaring) in skeleton()
198 CtClass[] exceptions, CtClass declaring) in make()
312 CtClass[] exceptions, int howto, in make()
/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DImplementationMethodDescriptor.java34 abstract ImmutableSet<TypeMirror> exceptions(); in exceptions() method in ImplementationMethodDescriptor
56 abstract Builder exceptions(Iterable<? extends TypeMirror> exceptions); in exceptions() method in ImplementationMethodDescriptor.Builder
DFactoryMethodDescriptor.java63 abstract ImmutableSet<TypeMirror> exceptions(); in exceptions() method in FactoryMethodDescriptor
95 abstract Builder exceptions(Iterable<? extends TypeMirror> exceptions); in exceptions() method in FactoryMethodDescriptor.Builder
/external/aws-sdk-java-v2/core/protocols/aws-query-protocol/src/main/java/software/amazon/awssdk/protocols/query/internal/unmarshall/
DAwsXmlErrorUnmarshaller.java45 private final List<ExceptionMetadata> exceptions; field in AwsXmlErrorUnmarshaller
205 private List<ExceptionMetadata> exceptions; field in AwsXmlErrorUnmarshaller.Builder
218 public Builder exceptions(List<ExceptionMetadata> exceptions) { in exceptions() argument
/external/aws-sdk-java-v2/core/protocols/aws-query-protocol/src/main/java/software/amazon/awssdk/protocols/query/unmarshall/
DAwsXmlErrorProtocolUnmarshaller.java160 private List<ExceptionMetadata> exceptions; field in AwsXmlErrorProtocolUnmarshaller.Builder
174 public Builder exceptions(List<ExceptionMetadata> exceptions) { in exceptions() method in AwsXmlErrorProtocolUnmarshaller.Builder
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/docs/
DDocumentationBuilder.java125 public DocumentationBuilder asyncThrows(Pair<String, String>... exceptions) { in asyncThrows()
136 public DocumentationBuilder asyncThrows(List<Pair<String, String>> exceptions) { in asyncThrows() argument
159 public DocumentationBuilder syncThrows(Pair<String, String>... exceptions) { in syncThrows()
170 public DocumentationBuilder syncThrows(List<Pair<String, String>> exceptions) { in syncThrows() argument
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DTryCatchBlockSorter.java72 final String[] exceptions) { in TryCatchBlockSorter()
93 final String[] exceptions) { in TryCatchBlockSorter()
/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
DMethodNode.java66 public List<String> exceptions; field in MethodNode
193 final String[] exceptions) { in MethodNode()
219 final String[] exceptions) { in MethodNode()
/external/testng/src/test/java/test/mannotation/
DMAnnotationSampleTest.java79 Class[] exceptions = test1.getExpectedExceptions(); in verifyTestMethodLevel() local
103 Class[] exceptions = test1.getExpectedExceptions(); in verifyTestConstructorLevel() local
195 IExpectedExceptionsAnnotation exceptions= in verifyExpectedExceptions() local
/external/aws-sdk-java-v2/core/protocols/aws-json-protocol/src/main/java/software/amazon/awssdk/protocols/json/internal/unmarshall/
DAwsJsonProtocolErrorUnmarshaller.java47 private final List<ExceptionMetadata> exceptions; field in AwsJsonProtocolErrorUnmarshaller
184 private List<ExceptionMetadata> exceptions; field in AwsJsonProtocolErrorUnmarshaller.Builder
211 public Builder exceptions(List<ExceptionMetadata> exceptions) { in exceptions() argument
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt219 val exceptions = synchronized(lock) { in enter() constant
256 val exceptions = synchronized(lock) { in legacyLeave() constant
/external/doclava/doclet_adapter/src/test/java/com/google/doclava/javadoc/
DPackageDocImplTest.java66 public void exceptions() { in exceptions() method in PackageDocImplTest
67 ClassDoc[] exceptions = comExamplePackages.exceptions(); in exceptions() local
/external/guava/guava-tests/test/com/google/common/base/
DReflectionFreeAssertThrows.java107 ImmutableMap<Class<? extends Throwable>, Predicate<Throwable>> exceptions() { in exceptions() method
117 ImmutableMap<Class<? extends Throwable>, Predicate<Throwable>> exceptions() { in exceptions() method in PlatformSpecificExceptionBatch
/external/guava/android/guava-tests/test/com/google/common/base/
DReflectionFreeAssertThrows.java107 ImmutableMap<Class<? extends Throwable>, Predicate<Throwable>> exceptions() { in exceptions() method
117 ImmutableMap<Class<? extends Throwable>, Predicate<Throwable>> exceptions() { in exceptions() method in PlatformSpecificExceptionBatch
/external/rust/android-crates-io/crates/icu_casemap/src/provider/
Dmod.rs28 pub mod exceptions; module
100 pub exceptions: CaseMapExceptions<'data>, field
116 pub exceptions: CaseMapExceptions<'data>, in deserialize() field
/external/perfmark/agent/src/main/java/io/perfmark/agent/
DMethodWrappingWriter.java31 private final String[] exceptions; field in MethodWrappingWriter
39String[] exceptions, boolean isInterface, String className, String bodyMethodName, ClassVisitor cv… in MethodWrappingWriter()
/external/sdv/vsomeip/third_party/boost/format/include/boost/format/
Dparsing.hpp88 inline void maybe_throw_exception(unsigned char exceptions, in maybe_throw_exception()
110 std::size_t offset, unsigned char exceptions) in parse_printf_directive()
423 unsigned char exceptions) in upper_bound_from_fstring()
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/docs/reference/
Dassertions.md311 ### EXPECT_THROW {#EXPECT_THROW}
318 ### EXPECT_ANY_THROW {#EXPECT_ANY_THROW}
325 ### EXPECT_NO_THROW {#EXPECT_NO_THROW}

12345678910