HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 251 - 275 of 6480) sorted by null

<<11121314151617181920>>

  /external/mockito/src/org/mockito/internal/util/reflection/
FieldReader.java 7 import org.mockito.exceptions.base.MockitoException;
  /external/mockito/src/org/mockito/internal/verification/
VerificationDataImpl.java 9 import org.mockito.exceptions.Reporter;
VerificationWithTimeoutImpl.java 7 import org.mockito.exceptions.base.MockitoAssertionError;
  /external/mockito/src/org/mockito/internal/verification/checkers/
AtLeastXNumberOfInvocationsChecker.java 10 import org.mockito.exceptions.Reporter;
  /external/mockito/src/org/mockito/invocation/
InvocationOnMock.java 42 * <b>Warning:</b> depending on the real implementation it might throw exceptions
  /external/valgrind/main/VEX/
TODO.txt 10 iropt: reconsider precise exceptions
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-004.js 32 * Evaluate a string. Catch any exceptions thrown. If no exception is
  /frameworks/base/core/java/android/util/
AndroidException.java 20 * Base class for all checked exceptions thrown by the Android frameworks.
AndroidRuntimeException.java 20 * Base class for all unchecked exceptions thrown by the Android frameworks.
  /frameworks/base/graphics/java/android/renderscript/
RSDriverException.java 21 * Base class for all exceptions thrown by the Android
RSIllegalArgumentException.java 21 * Base class for all exceptions thrown by the Android
RSInvalidStateException.java 21 * Base class for all exceptions thrown by the Android
RSRuntimeException.java 21 * Base class for all exceptions thrown by the Android
  /frameworks/base/media/java/android/media/
MediaDrmException.java 20 * Base class for MediaDrm exceptions
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatException.java 23 * Base class for all the exceptions in CAT service.
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RSDriverException.java 21 * Base class for all exceptions thrown by the Android
RSIllegalArgumentException.java 21 * Base class for all exceptions thrown by the Android
RSInvalidStateException.java 21 * Base class for all exceptions thrown by the Android
RSRuntimeException.java 21 * Base class for all exceptions thrown by the Android
  /libcore/dalvik/src/main/java/dalvik/annotation/
Throws.java 25 * A "system annotation" used to provide the Exceptions attribute.
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatException.java 20 * Used internally to propogate Expat errors. We convert these exceptions into
  /ndk/sources/cxx-stl/llvm-libc++/cmake/
config-ix.cmake 16 check_cxx_compiler_flag(-fno-exceptions LIBCXX_HAS_FNO_EXCEPTIONS_FLAG)
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/
member_swap.pass.cpp 49 assert(is1.exceptions() == is1.goodbit);
57 assert(is2.exceptions() == is2.goodbit);
72 assert(is1.exceptions() == is1.goodbit);
80 assert(is2.exceptions() == is2.goodbit);
move_assign.pass.cpp 55 assert(is1.exceptions() == is1.goodbit);
63 assert(is2.exceptions() == is2.goodbit);
78 assert(is1.exceptions() == is1.goodbit);
86 assert(is2.exceptions() == is2.goodbit);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream/istream.assign/
member_swap.pass.cpp 49 assert(is1.exceptions() == is1.goodbit);
57 assert(is2.exceptions() == is2.goodbit);
72 assert(is1.exceptions() == is1.goodbit);
80 assert(is2.exceptions() == is2.goodbit);

Completed in 2744 milliseconds

<<11121314151617181920>>