HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 501 - 525 of 8688) sorted by null

<<21222324252627282930>>

  /external/droiddriver/src/io/appium/droiddriver/exceptions/
DroidDriverException.java 17 package io.appium.droiddriver.exceptions;
22 * <p>All exceptions should extend this.
  /external/jdiff/src/jdiff/
MemberDiff.java 32 * The old list of exceptions. Null except for methods and constructors.
36 * The new list of exceptions. Null except for methods and constructors.
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
set_rdbuf.pass.cpp 40 ios.exceptions(std::ios::badbit);
50 ios.exceptions(std::ios::badbit);
  /external/llvm/test/CodeGen/Mips/
fabs.ll 6 ; exceptions when given NaN's). In 2008 mode, they are non-arithmetic (i.e.
7 ; they are copies and don't raise any exceptions).
fneg.ll 6 ; exceptions when given NaN's). In 2008 mode, they are non-arithmetic (i.e.
7 ; they are copies and don't raise any exceptions).
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
AbstractClassFilterTransformer.java 77 String[] exceptions) {
78 return target.visitMethod(access, name, desc, signature, exceptions);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
AddInitTransformer.java 47 public CodeEmitter begin_method(int access, Signature sig, Type[] exceptions) {
48 final CodeEmitter emitter = super.begin_method(access, sig, exceptions);
UndeclaredThrowableStrategy.java 24 * causes all undeclared exceptions thrown from within a proxied method to be wrapped
44 public boolean accept(int access, String name, String desc, String signature, String[] exceptions) {
  /external/mockito/src/org/mockito/internal/
InOrderImpl.java 12 import org.mockito.exceptions.Reporter;
13 import org.mockito.exceptions.base.MockitoException;
  /external/mockito/src/org/mockito/internal/exceptions/stacktrace/
StackTraceFilter.java 6 package org.mockito.internal.exceptions.stacktrace;
8 import org.mockito.exceptions.stacktrace.StackTraceCleaner;
  /external/mockito/src/org/mockito/verification/
Timeout.java 7 import org.mockito.exceptions.Reporter;
8 import org.mockito.exceptions.misusing.FriendlyReminderException;
  /external/testng/src/test/java/test/sample/
ConverterSample3.java 30 * @testng.expected-exceptions
57 * @testng.expected-exceptions
  /external/v8/test/mjsunit/es6/debug-promises/
throw-uncaught-all.js 7 // Test debug events when we listen to all exceptions and
29 // Ignore exceptions during startup in stress runs.
  /hardware/bsp/intel/peripheral/libupm/src/
upm_exception.i 47 /* catch other std::runtime_error exceptions here */
53 /* catch other std::exceptions here */
  /libcore/luni/src/test/java/libcore/javax/crypto/
MacTest.java 38 * Several exceptions can be thrown by init. Check that in this case we throw the right one,
39 * as the error could fall under the umbrella of other exceptions.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
set_rdbuf.pass.cpp 40 ios.exceptions(std::ios::badbit);
50 ios.exceptions(std::ios::badbit);
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 39 // No throwing exceptions
70 // No exceptions.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
34 // Iff -fno-exceptions, transform error handling code to work without it.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
34 // Iff -fno-exceptions, transform error handling code to work without it.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
34 // Iff -fno-exceptions, transform error handling code to work without it.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_throw.py 7 g.throw("foo"[, V[, T]]) will warn about string exceptions."""
31 self.cannot_convert(node, "Python 3 does not support string exceptions")
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_throw.py 7 g.throw("foo"[, V[, T]]) will warn about string exceptions."""
31 self.cannot_convert(node, "Python 3 does not support string exceptions")
  /prebuilts/misc/common/swig/include/2.0.11/d/
dexception.swg 4 * Typemaps used for propagating C++ exceptions to D.
8 // excode if exceptions can be thrown.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
exception_defines.h 1 // -fno-exceptions Support -*- C++ -*-
34 // Iff -fno-exceptions, transform error handling code to work without it.
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_android.h 39 // No throwing exceptions
69 // No exceptions.

Completed in 2023 milliseconds

<<21222324252627282930>>