HomeSort by relevance Sort by last modified time
    Searched refs:exceptions (Results 26 - 50 of 1775) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mockito/src/main/java/org/mockito/exceptions/verification/
NeverWantedButInvoked.java 6 package org.mockito.exceptions.verification;
8 import org.mockito.exceptions.base.MockitoAssertionError;
NoInteractionsWanted.java 6 package org.mockito.exceptions.verification;
8 import org.mockito.exceptions.base.MockitoAssertionError;
SmartNullPointerException.java 5 package org.mockito.exceptions.verification;
7 import org.mockito.exceptions.base.MockitoException;
TooLittleActualInvocations.java 6 package org.mockito.exceptions.verification;
8 import org.mockito.exceptions.base.MockitoAssertionError;
TooManyActualInvocations.java 6 package org.mockito.exceptions.verification;
8 import org.mockito.exceptions.base.MockitoAssertionError;
VerificationInOrderFailure.java 6 package org.mockito.exceptions.verification;
8 import org.mockito.exceptions.base.MockitoAssertionError;
ArgumentsAreDifferent.java 6 package org.mockito.exceptions.verification;
10 import org.mockito.exceptions.base.MockitoAssertionError;
WantedButNotInvoked.java 6 package org.mockito.exceptions.verification;
10 import org.mockito.exceptions.base.MockitoAssertionError;
  /external/valgrind/none/tests/ppc32/
jm-misc.stdout.exp 2 dcbtct with various hint values completes with no exceptions
4 dcbtds with various hint values completes with no exceptions
6 dcbtst with various hint values completes with no exceptions
  /external/valgrind/none/tests/ppc64/
jm-misc.stdout.exp 2 dcbtct with various hint values completes with no exceptions
4 dcbtds with various hint values completes with no exceptions
6 dcbtst with various hint values completes with no exceptions
  /external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
JSilverInterpreterException.java 17 package com.google.clearsilver.jsilver.exceptions;
JSilverTemplateNotFoundException.java 17 package com.google.clearsilver.jsilver.exceptions;
  /external/mockito/src/main/java/org/mockito/internal/exceptions/
VerificationAwareInvocation.java 6 package org.mockito.internal.exceptions;
  /external/mockito/src/main/java/org/mockito/plugins/
StackTraceCleanerProvider.java 7 import org.mockito.exceptions.stacktrace.StackTraceCleaner;
17 * See the default implementation: {@link org.mockito.internal.exceptions.stacktrace.DefaultStackTraceCleanerProvider}
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
ExceptionHandler.java 45 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; local
48 exceptions[i] = new ArabicShapingException(locales[i].toString());
51 return exceptions;
61 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; local
64 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i);
67 return exceptions;
76 UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; local
79 exceptions[i] = new UResourceTypeMismatchException(locales[i].toString());
82 return exceptions;
91 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length] local
105 IllformedLocaleException[] exceptions = new IllformedLocaleException[2]; local
125 LocaleSyntaxException[] exceptions = new LocaleSyntaxException[2]; local
145 IllegalIcuArgumentException[] exceptions = { local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
ExceptionHandler.java 44 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; local
47 exceptions[i] = new ArabicShapingException(locales[i].toString());
50 return exceptions;
60 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; local
63 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i);
66 return exceptions;
75 UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; local
78 exceptions[i] = new UResourceTypeMismatchException(locales[i].toString());
81 return exceptions;
90 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length] local
104 IllformedLocaleException[] exceptions = new IllformedLocaleException[2]; local
124 LocaleSyntaxException[] exceptions = new LocaleSyntaxException[2]; local
144 IllegalIcuArgumentException[] exceptions = { local
    [all...]
  /external/libcxx/test/std/input.output/iostreams.base/ios/iostate.flags/
exceptions.pass.cpp 14 // iostate exceptions() const;
26 assert(ios.exceptions() == std::ios::goodbit);
31 assert(ios.exceptions() == std::ios::goodbit);
  /external/mockito/src/main/java/org/mockito/exceptions/misusing/
MockitoConfigurationException.java 5 package org.mockito.exceptions.misusing;
7 import org.mockito.exceptions.base.MockitoException;
PotentialStubbingProblem.java 5 package org.mockito.exceptions.misusing;
9 import org.mockito.exceptions.base.MockitoException;
UnfinishedMockingSessionException.java 5 package org.mockito.exceptions.misusing;
8 import org.mockito.exceptions.base.MockitoException;
  /external/mockito/src/main/java/org/mockito/internal/exceptions/stacktrace/
DefaultStackTraceCleanerProvider.java 5 package org.mockito.internal.exceptions.stacktrace;
7 import org.mockito.exceptions.stacktrace.StackTraceCleaner;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/iostate.flags/
exceptions.pass.cpp 14 // iostate exceptions() const;
26 assert(ios.exceptions() == std::ios::goodbit);
31 assert(ios.exceptions() == std::ios::goodbit);
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
__init__.py 33 from .exceptions import CloudStorageError
34 from .exceptions import CloudStorageUploadConflictError
35 from .exceptions import EmptyConfigError
36 from .exceptions import FileNotFoundError
37 from .exceptions import NoPathFoundError
38 from .exceptions import ReadWriteError
39 from .exceptions import UnsupportedConfigFormatError
  /external/mockito/src/main/java/org/mockito/
MockitoSession.java 7 import org.mockito.exceptions.misusing.PotentialStubbingProblem;
8 import org.mockito.exceptions.misusing.UnfinishedMockingSessionException;
9 import org.mockito.exceptions.misusing.UnnecessaryStubbingException;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
CanonGSUBBuilder.java 365 ClassTable exceptions = new ClassTable(); local
369 exceptions.addMapping(0x05C1, 10); // Point Shin Dot
370 exceptions.addMapping(0x05C2, 11); // Point Sin Dot
371 exceptions.addMapping(0x05BC, 21); // Point Dagesh or Mapiq
372 exceptions.addMapping(0x05BF, 23); // Point Rafe
373 exceptions.addMapping(0x05B9, 27); // Point Holam
374 exceptions.addMapping(0x0323, 220); // Comb. Dot Below (low punctum)
375 exceptions.addMapping(0x0591, 220); // Accent Etnahta
376 exceptions.addMapping(0x0596, 220); // Accent Tipeha
377 exceptions.addMapping(0x059B, 220); // Accent Tevi
    [all...]

Completed in 1152 milliseconds

12 3 4 5 6 7 8 91011>>