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

<<11121314151617181920>>

  /external/chromium_org/sandbox/win/src/
restricted_token.cc 190 unsigned RestrictedToken::AddAllSidsForDenyOnly(std::vector<Sid> *exceptions) {
222 if (exceptions) {
223 for (unsigned int j = 0; j < exceptions->size(); ++j) {
224 if (::EqualSid(const_cast<SID*>((*exceptions)[j].GetPSID()),
280 const std::vector<std::wstring> *exceptions) {
312 if (exceptions) {
313 for (unsigned int j = 0; j < exceptions->size(); ++j) {
315 ::LookupPrivilegeValue(NULL, (*exceptions)[j].c_str(), &luid);
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
sample_profiler.py 10 from telemetry.core import exceptions namespace
26 raise exceptions.ProfilingException(
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
seek.py 21 from telemetry.core import exceptions namespace
45 except exceptions.EvaluateException:
  /external/chromium_org/v8/test/mjsunit/
invalid-lhs.js 28 // Test that we get exceptions for invalid left-hand sides. The
29 // exceptions are delayed until runtime.
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
ThrowingCstInsn.java 30 /** {@code non-null;} list of exceptions caught */
39 * @param catches {@code non-null;} list of exceptions caught
  /external/eigen/bench/
README.txt 32 icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size
47 icpc -fast -DNDEBUG -fno-exceptions -no-inline-max-size -openmp
  /external/emma/core/java12/com/vladium/util/exception/
AbstractException.java 21 * entire hierarchy of checked exceptions in a project.<P>
39 * <CODE>com.vladium.exception.exceptions</CODE> resource bundle
58 * where <CODE>com.vladium.util.exception.exceptions</CODE> contains:
68 * codes in <CODE>com.vladium.exception.exceptions</CODE>. To do so, create a
78 * the bundle name is "exceptions".
226 * to System.out and (b) handle nested exceptions in JDKs prior to 1.4.<P>
237 * Overrides Exception.printStackTrace() to handle nested exceptions in JDKs prior to 1.4.<P>
247 * Overrides Exception.printStackTrace() to handle nested exceptions in JDKs prior to 1.4.<P>
AbstractRuntimeException.java 21 * entire hierarchy of unchecked exceptions in a project.<P>
39 * <CODE>com.vladium.exception.exceptions</CODE> resource bundle
58 * where <CODE>com.vladium.util.exception.exceptions</CODE> contains:
68 * codes in <CODE>com.vladium.exception.exceptions</CODE>. To do so, create a
78 * the bundle name is "exceptions".
226 * to System.out and (b) handle nested exceptions in JDKs prior to 1.4.<P>
237 * Overrides Exception.printStackTrace() to handle nested exceptions in JDKs prior to 1.4.<P>
247 * Overrides Exception.printStackTrace() to handle nested exceptions in JDKs prior to 1.4.<P>
  /external/junit/src/org/junit/
Test.java 12 * annotated method. Any exceptions thrown by the test will be reported
13 * by JUnit as a failure. If no exceptions are thrown, the test is assumed
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCAsmInfo.cpp 36 // Exceptions handling
57 // Exceptions handling
  /external/mockito/src/org/mockito/internal/configuration/
DefaultAnnotationEngine.java 11 import org.mockito.exceptions.Reporter;
12 import org.mockito.exceptions.base.MockitoException;
SpyAnnotationEngine.java 9 import org.mockito.exceptions.Reporter;
10 import org.mockito.exceptions.base.MockitoException;
  /external/mockito/src/org/mockito/internal/configuration/injection/
ConstructorInjection.java 8 import org.mockito.exceptions.Reporter;
9 import org.mockito.exceptions.base.MockitoException;
  /external/mockito/src/org/mockito/internal/invocation/
InvocationImpl.java 8 import org.mockito.exceptions.Reporter;
10 import org.mockito.internal.exceptions.VerificationAwareInvocation;
  /external/v8/test/mjsunit/
invalid-lhs.js 28 // Test that we get exceptions for invalid left-hand sides. The
29 // exceptions are delayed until runtime.
  /frameworks/base/core/java/android/hardware/camera2/utils/
Decorator.java 24 * if there were no uncaught exceptions
42 * there were any exceptions.
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
android.media.MediaExtractor.html 105 Change in exceptions thrown from no exceptions to <code>java.io.IOException</code>.<br>
115 Change in exceptions thrown from no exceptions to <code>java.io.IOException</code>.<br>
125 Change in exceptions thrown from no exceptions to <code>java.io.IOException</code>.<br>
135 Change in exceptions thrown from no exceptions to <code>java.io.IOException</code>.<br>
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
org.w3c.dom.Element.html 126 Change in exceptions thrown from no exceptions to <code>org.w3c.dom.DOMException</code>.<br>
136 Change in exceptions thrown from no exceptions to <code>org.w3c.dom.DOMException</code>.<br>
146 Change in exceptions thrown from no exceptions to <code>org.w3c.dom.DOMException</code>.<br>
156 Change in exceptions thrown from no exceptions to <code>org.w3c.dom.DOMException</code>.<br>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
streambuf.pass.cpp 36 assert(is.exceptions() == is.goodbit);
49 assert(is.exceptions() == is.goodbit);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
streambuf.pass.cpp 36 assert(is.exceptions() == is.goodbit);
49 assert(is.exceptions() == is.goodbit);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp 54 assert(os.exceptions() == os.goodbit);
68 assert(os.exceptions() == os.goodbit);
streambuf.pass.cpp 36 assert(os.exceptions() == os.goodbit);
48 assert(os.exceptions() == os.goodbit);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/
ctor_streambuf.pass.cpp 28 assert(ios.exceptions() == std::ios::goodbit);
41 assert(ios.exceptions() == std::ios::goodbit);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/iostate.flags/
clear.pass.cpp 30 ios.exceptions(std::ios::badbit);
59 ios.exceptions(std::ios::badbit);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionExtras.java 54 // all operations on cross-process cursors can throw random exceptions
100 // all operations on cross-process cursors can throw random exceptions

Completed in 377 milliseconds

<<11121314151617181920>>