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

<<41424344454647484950>>

  /external/javassist/src/main/javassist/expr/
Cast.java 72 * Returns the list of exceptions that the expression may throw.
73 * This list includes both the exceptions that the try-catch statements
74 * including the expression can catch and the exceptions that
Instanceof.java 75 * Returns the list of exceptions that the expression may throw.
76 * This list includes both the exceptions that the try-catch statements
77 * including the expression can catch and the exceptions that
MethodCall.java 134 * Returns the list of exceptions that the expression may throw.
135 * This list includes both the exceptions that the try-catch statements
136 * including the expression can catch and the exceptions that
NewExpr.java 120 * Returns the list of exceptions that the expression may throw.
121 * This list includes both the exceptions that the try-catch statements
122 * including the expression can catch and the exceptions that
  /external/libcxx/include/
ios 132 iostate exceptions() const;
133 void exceptions(iostate except);
325 _LIBCPP_INLINE_VISIBILITY iostate exceptions() const;
326 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __iostate);
557 ios_base::exceptions() const
564 ios_base::exceptions(iostate __iostate)
595 _LIBCPP_ALWAYS_INLINE iostate exceptions() const {return ios_base::exceptions();}
596 _LIBCPP_ALWAYS_INLINE void exceptions(iostate __iostate) {ios_base::exceptions(__iostate);
    [all...]
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
copyfmt.pass.cpp 120 ios1.exceptions(std::ios::failbit);
140 ios2.exceptions(std::ios::eofbit);
174 assert(ios1.exceptions() == std::ios::eofbit);
  /external/mockito/src/org/mockito/internal/configuration/
ClassPathLoader.java 8 import org.mockito.exceptions.base.MockitoException;
9 import org.mockito.exceptions.misusing.MockitoConfigurationException;
60 "org.mockito.internal.exceptions.stacktrace.DefaultStackTraceCleanerProvider";
  /external/proguard/src/proguard/classfile/attribute/
CodeAttribute.java 145 * Applies the given exception visitor to all exceptions.
159 * Applies the given exception visitor to all exceptions that are applicable
176 * Applies the given exception visitor to all exceptions that are applicable
  /external/valgrind/VEX/pub/
libvex_emnote.h 64 /* unmasking x87 FP exceptions is not supported */
70 /* unmasking SSE FP exceptions is not supported */
82 /* unmasking PPC32/64 FP exceptions is not supported */
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
TransformClassAdapter.java 92 String signature, String[] exceptions) {
128 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions);
134 return super.visitMethod(access, name, desc, signature, exceptions);
  /libcore/luni/src/main/java/org/w3c/dom/
DOMException.java 16 * DOM operations only raise exceptions in "exceptional" circumstances, i.e.,
22 * <p>Implementations should raise other exceptions under other circumstances.
27 * exceptions. For such systems, error conditions may be indicated using
  /libcore/ojluni/src/main/java/java/lang/
Error.java 42 * exceptions for the purposes of compile-time checking of exceptions.
46 * @jls 11.2 Compile-Time Checking of Exceptions
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
ios 132 iostate exceptions() const;
133 void exceptions(iostate except);
325 _LIBCPP_INLINE_VISIBILITY iostate exceptions() const;
326 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __iostate);
557 ios_base::exceptions() const
564 ios_base::exceptions(iostate __iostate)
595 _LIBCPP_ALWAYS_INLINE iostate exceptions() const {return ios_base::exceptions();}
596 _LIBCPP_ALWAYS_INLINE void exceptions(iostate __iostate) {ios_base::exceptions(__iostate);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
copyfmt.pass.cpp 117 ios1.exceptions(std::ios::failbit);
137 ios2.exceptions(std::ios::eofbit);
171 assert(ios1.exceptions() == std::ios::eofbit);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.tcc 47 if (this->exceptions() & this->rdstate())
106 this->exceptions(__rhs.exceptions());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_ios.tcc 47 if (this->exceptions() & this->rdstate())
106 this->exceptions(__rhs.exceptions());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_ios.tcc 47 if (this->exceptions() & this->rdstate())
106 this->exceptions(__rhs.exceptions());
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 15 // chance to resolve exceptions before the task handler, so we can generate
181 // for EXC_BAD_ACCESS thread exceptions.
195 // Start a thread to handle exceptions.
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 15 // chance to resolve exceptions before the task handler, so we can generate
181 // for EXC_BAD_ACCESS thread exceptions.
195 // Start a thread to handle exceptions.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
basic_ios.tcc 47 if (this->exceptions() & this->rdstate())
106 this->exceptions(__rhs.exceptions());
exception_ptr.h 50 * @addtogroup exceptions
73 * @ingroup exceptions
196 // @} group exceptions
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
ios 132 iostate exceptions() const;
133 void exceptions(iostate except);
325 _LIBCPP_INLINE_VISIBILITY iostate exceptions() const;
326 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __iostate);
557 ios_base::exceptions() const
564 ios_base::exceptions(iostate __iostate)
595 _LIBCPP_ALWAYS_INLINE iostate exceptions() const {return ios_base::exceptions();}
596 _LIBCPP_ALWAYS_INLINE void exceptions(iostate __iostate) {ios_base::exceptions(__iostate);
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 23 import org.openide.util.Exceptions;
116 Exceptions.printStackTrace(ex);
127 Exceptions.printStackTrace(ex);
  /system/connectivity/shill/
HACKING 102 - C++ exceptions are not allowed in the code. An exception to this rule is
104 DBus::Error exceptions thrown by the D-Bus C++ code. C++ exceptions should
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCaseProps.java 73 // read exceptions[]
76 exceptions=ICUBinary.getChars(bytes, count, 0);
153 * @param excWord (in) initial exceptions word
155 * @param excOffset (in) offset into exceptions[] after excWord=exceptions[excOffset++];
163 value=exceptions[excOffset];
166 value=exceptions[excOffset++];
167 value=(value<<16)|exceptions[excOffset];
177 value=exceptions[excOffset];
180 value=exceptions[excOffset++]
1305 private char exceptions[]; field in class:UCaseProps
    [all...]

Completed in 887 milliseconds

<<41424344454647484950>>