/external/truth/core/src/test/java/com/google/common/truth/ |
D | CorrespondenceExceptionStoreTest.java | 39 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/ |
D | ExceptionHandler.java | 46 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/ |
D | ExceptionHandler.java | 45 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/ |
D | ClusterException.java | 65 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/ |
D | ClusterException.java | 65 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/ |
D | RecursiveDeleteOpener.java | 68 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/ |
D | AwsXmlErrorTransformer.java | 68 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/ |
D | CtNewConstructor.java | 97 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/ |
D | ImplementationMethodDescriptor.java | 34 abstract ImmutableSet<TypeMirror> exceptions(); in exceptions() method in ImplementationMethodDescriptor 56 abstract Builder exceptions(Iterable<? extends TypeMirror> exceptions); in exceptions() method in ImplementationMethodDescriptor.Builder
|
D | FactoryMethodDescriptor.java | 63 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/ |
D | AwsXmlErrorUnmarshaller.java | 45 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/ |
D | AwsXmlErrorProtocolUnmarshaller.java | 160 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/ |
D | DocumentationBuilder.java | 125 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/ |
D | TryCatchBlockSorter.java | 72 final String[] exceptions) { in TryCatchBlockSorter() 93 final String[] exceptions) { in TryCatchBlockSorter()
|
/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/ |
D | MethodNode.java | 66 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/ |
D | MAnnotationSampleTest.java | 79 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/ |
D | AwsJsonProtocolErrorUnmarshaller.java | 47 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/ |
D | TestScope.kt | 219 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/ |
D | PackageDocImplTest.java | 66 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/ |
D | ReflectionFreeAssertThrows.java | 107 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/ |
D | ReflectionFreeAssertThrows.java | 107 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/ |
D | mod.rs | 28 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/ |
D | MethodWrappingWriter.java | 31 private final String[] exceptions; field in MethodWrappingWriter 39 …String[] exceptions, boolean isInterface, String className, String bodyMethodName, ClassVisitor cv… in MethodWrappingWriter()
|
/external/sdv/vsomeip/third_party/boost/format/include/boost/format/ |
D | parsing.hpp | 88 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/ |
D | assertions.md | 311 ### EXPECT_THROW {#EXPECT_THROW} 318 ### EXPECT_ANY_THROW {#EXPECT_ANY_THROW} 325 ### EXPECT_NO_THROW {#EXPECT_NO_THROW}
|