/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
TransformClassAdapter.java | 106 String signature, String[] exceptions) { 148 MethodVisitor mw = super.visitMethod(access, name, desc, signature, exceptions); 154 return super.visitMethod(access, name, desc, signature, exceptions);
|
/libcore/luni/src/main/java/libcore/io/ |
IoUtils.java | 47 * Closes 'closeable', ignoring any checked exceptions. Does nothing if 'closeable' is null. 61 * Closes 'fd', ignoring any exceptions. Does nothing if 'fd' is null or invalid. 71 * Closes 'socket', ignoring any exceptions. Does nothing if 'socket' is null.
|
/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
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
ios | 132 iostate exceptions() const; 133 void exceptions(iostate except); 321 _LIBCPP_INLINE_VISIBILITY iostate exceptions() const; 322 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __except); 549 ios_base::exceptions() const 556 ios_base::exceptions(iostate __except) 587 _LIBCPP_ALWAYS_INLINE iostate exceptions() const {return ios_base::exceptions();} 588 _LIBCPP_ALWAYS_INLINE void exceptions(iostate __except) {ios_base::exceptions(__except); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_ios.tcc | 46 if (this->exceptions() & this->rdstate()) 105 this->exceptions(__rhs.exceptions());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_ios.tcc | 48 if (this->exceptions() & this->rdstate()) 107 this->exceptions(__rhs.exceptions());
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_ios.tcc | 48 if (this->exceptions() & this->rdstate()) 107 this->exceptions(__rhs.exceptions());
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.tcc | 46 if (this->exceptions() & this->rdstate()) 105 this->exceptions(__rhs.exceptions());
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.tcc | 46 if (this->exceptions() & this->rdstate()) 105 this->exceptions(__rhs.exceptions());
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.tcc | 46 if (this->exceptions() & this->rdstate()) 105 this->exceptions(__rhs.exceptions());
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
basic_ios.tcc | 46 if (this->exceptions() & this->rdstate()) 105 this->exceptions(__rhs.exceptions());
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_ios.tcc | 48 if (this->exceptions() & this->rdstate()) 107 this->exceptions(__rhs.exceptions());
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_ios.tcc | 48 if (this->exceptions() & this->rdstate()) 107 this->exceptions(__rhs.exceptions());
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyLoader.java | 23 import org.openide.util.Exceptions; 116 Exceptions.printStackTrace(ex); 127 Exceptions.printStackTrace(ex);
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPSerializerRDF.java | 238 * @throws IOException Forwarded writer exceptions. 307 * @throws IOException Forwarded writer exceptions 348 * @throws IOException Forwarded writer exceptions 485 * @throws IOException Forwards writer exceptions 585 * @throws IOException Forwards the writer exceptions. 623 * @throws IOException Forwards the writer exceptions. 652 * @throws IOException Forwards the writer exceptions. 741 * @throws IOException Forwards all writer exceptions. 790 * @throws IOException Forwarded writer exceptions 828 * @throws IOException Forwards all writer exceptions [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
RecognitionException.cs | 46 * as flexible as possible, these exceptions are not created with strings, 50 * exceptions are built with the expected token type. 58 * ANTLR generates code that throws exceptions upon recognition error and 59 * also generates code to catch these exceptions in each rule. If you 64 * In general, the recognition exceptions can track where in a grammar a
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
RecognitionException.cs | 47 * as flexible as possible, these exceptions are not created with strings, 51 * exceptions are built with the expected token type. 59 * ANTLR generates code that throws exceptions upon recognition error and 60 * also generates code to catch these exceptions in each rule. If you 65 * In general, the recognition exceptions can track where in a grammar a
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
filesystem.py | 35 import exceptions namespace 224 class _WindowsError(exceptions.OSError): 234 exceptions.WindowsError 236 exceptions.WindowsError = FileSystem._WindowsError 244 except exceptions.WindowsError, e:
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
index.jd | 16 <li><a href="#exceptions">Exceptions</a></li> 103 <p>The {@code uiautomator} API is bundled in the {@code uiautomator.jar} file under the {@code <android-sdk>/platforms/} directory. The API includes these key classes, interfaces, and exceptions that allow you to capture and manipulate UI components on the target app:</p> 169 <h3 id="exceptions">Exceptions</h3>
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
except.h | 50 list is a catch-all handler, and that it will catch *all* exceptions 61 /* MUST_NOT_THROW regions prevent all exceptions from propagating. This 91 bookkeeping specific to exceptions. There must not be normal edges 108 will catch, or NULL if all exceptions are caught. */ 179 Each region gets its own psuedos so that if there are nested exceptions
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
except.h | 50 list is a catch-all handler, and that it will catch *all* exceptions 61 /* MUST_NOT_THROW regions prevent all exceptions from propagating. This 91 bookkeeping specific to exceptions. There must not be normal edges 108 will catch, or NULL if all exceptions are caught. */ 179 Each region gets its own psuedos so that if there are nested exceptions
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
except.h | 50 list is a catch-all handler, and that it will catch *all* exceptions 61 /* MUST_NOT_THROW regions prevent all exceptions from propagating. This 91 bookkeeping specific to exceptions. There must not be normal edges 108 will catch, or NULL if all exceptions are caught. */ 179 Each region gets its own psuedos so that if there are nested exceptions
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
except.h | 50 list is a catch-all handler, and that it will catch *all* exceptions 61 /* MUST_NOT_THROW regions prevent all exceptions from propagating. This 91 bookkeeping specific to exceptions. There must not be normal edges 108 will catch, or NULL if all exceptions are caught. */ 179 Each region gets its own psuedos so that if there are nested exceptions
|
/external/javassist/src/main/javassist/bytecode/ |
SignatureAttribute.java | 230 ObjectType[] exceptions; field in class:SignatureAttribute.MethodSignature 236 exceptions = ex; 259 * Returns the types of the exceptions that may be thrown. 261 * @return a zero-length array if exceptions are never thrown or 264 public ObjectType[] getExceptionTypes() { return exceptions; } 277 if (exceptions.length > 0) { 279 Type.toString(sbuf, exceptions); 688 ArrayList exceptions = new ArrayList(); local 695 exceptions.add(t); 699 ObjectType[] ex = (ObjectType[])exceptions.toArray(new ObjectType[exceptions.size()]) [all...] |