HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 901 - 925 of 5964) sorted by null

<<31323334353637383940>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/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/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());
  /prebuilts/ndk/9/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.tcc 48 if (this->exceptions() & this->rdstate())
107 this->exceptions(__rhs.exceptions());
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.tcc 47 if (this->exceptions() & this->rdstate())
106 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/chromium_org/chrome/browser/resources/options/
content_settings.js 33 this.pageDiv.querySelectorAll('.exceptions-list-button');
80 $('media-pepper-flash-exceptions').hidden = true;
170 * Initializes an exceptions list.
171 * @param {string} type The content type that we are setting exceptions for.
233 $('media-pepper-flash-exceptions').hidden = !show;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 33 import exceptions namespace
230 class _WindowsError(exceptions.OSError):
240 exceptions.WindowsError
242 exceptions.WindowsError = FileSystem._WindowsError
250 except exceptions.WindowsError, e:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
compiler.h 400 /* Hardware default: All exceptions masked, extended double precision,
404 /* All exceptions masked, single precision, round to nearest:
407 /* The fldcw instruction will cause any pending FP exceptions to be
409 * exceptions before exiting the block. Hence, asm code has free
427 /* Restore original FPU mode, and clear any exceptions that may have
  /external/mesa3d/src/mesa/main/
compiler.h 400 /* Hardware default: All exceptions masked, extended double precision,
404 /* All exceptions masked, single precision, round to nearest:
407 /* The fldcw instruction will cause any pending FP exceptions to be
409 * exceptions before exiting the block. Hence, asm code has free
427 /* Restore original FPU mode, and clear any exceptions that may have
  /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 &lt;android-sdk&gt;/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

Completed in 682 milliseconds

<<31323334353637383940>>