HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 101 - 125 of 4445) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
eh55.cpp 4 #include <exception>
  /ndk/tests/device/test-stlport_static-exception/jni/
eh33.cpp 4 #include <exception>
eh34.cpp 4 #include <exception>
eh55.cpp 4 #include <exception>
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
math.h 23 #if !defined (exception) && (!defined (__KCC) || (__KCC_VERSION < 4000)) && \
26 # define exception __math_exception macro
36 # undef exception macro
42 # define _exception exception
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
UncompressedLZMA2OutputStream.java 25 private IOException exception = null; field in class:UncompressedLZMA2OutputStream
51 if (exception != null)
52 throw exception;
68 exception = e;
82 if (exception != null)
83 throw exception;
94 exception = e;
100 if (exception != null)
101 throw exception;
112 exception = e
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
DimensionMismatchException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.LocalizedFormats;
22 * Exception to be thrown when two dimensions differ.
36 * Construct an exception from the mismatched dimensions.
MathInternalError.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.LocalizedFormats;
22 * Exception triggered when something that shouldn't happen does happen.
MathThrowable.java 17 package org.apache.commons.math.exception;
21 import org.apache.commons.math.exception.util.Localizable;
NotPositiveException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
22 * Exception to be thrown when the argument is negative.
33 * Construct the exception.
41 * Construct the exception with a specific context.
NotStrictlyPositiveException.java 17 package org.apache.commons.math.exception;
19 import org.apache.commons.math.exception.util.Localizable;
22 * Exception to be thrown when the argument is negative.
33 * Construct the exception.
41 * Construct the exception with a specific context.
  /external/chromium-libpac/test/js-unittest/
unhandled_exception.js 2 // This will throw a runtime exception.
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IExceptionHandlerTable.java 17 * exception handler range. The order of these entries is the order in which
18 * a JVM will check for a matching exception handler when the parent method
19 * throws an exception.
33 * @param offset exception offset [must be in [0, size()) range; input not checked]
60 * that all data referenced in 'exception' will eventually be consistent
63 * @param exception new exception descriptor [may not be null]
65 int add (Exception_info exception);
69 * checks are made. No exception type compatibility checks are made. It is
71 * in 'exception' will eventually be consistent with method's bytecode an
    [all...]
  /external/libcxx/test/std/language.support/support.exception/bad.exception/
bad_exception.pass.cpp 12 #include <exception>
18 static_assert((std::is_base_of<std::exception, std::bad_exception>::value),
19 "std::is_base_of<std::exception, std::bad_exception>::value");
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
AnalyzerException.java 38 public class AnalyzerException extends Exception {
44 public AnalyzerException(final String msg, final Throwable exception) {
45 super(msg, exception);
  /external/objenesis/tck/src/org/objenesis/tck/
Reporter.java 27 * startTests(startObjenesis(result | exception) * endObjenesis) * endTests
67 * @param exception Exception thrown by instantiator.
69 void exception(Exception exception); method in interface:Reporter
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/bad.exception/
bad_exception.pass.cpp 12 #include <exception>
18 static_assert((std::is_base_of<std::exception, std::bad_exception>::value),
19 "std::is_base_of<std::exception, std::bad_exception>::value");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
bad_weak_ptr.hpp 20 #include <exception>
30 // defines std::exception and its members as having C calling
39 class bad_weak_ptr: public std::exception
  /prebuilts/misc/common/swig/include/2.0.11/octave/
exception.i 1 %include <typemaps/exception.swg>
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
exception.i 1 %include <typemaps/exception.swg>
  /prebuilts/misc/common/swig/include/2.0.11/python/
exception.i 1 %include <typemaps/exception.swg>
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
exception.i 1 %include <typemaps/exception.swg>
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
exception.i 1 %include <typemaps/exception.swg>
  /external/ImageMagick/coders/
x.c 48 #include "MagickCore/exception.h"
49 #include "MagickCore/exception-private.h"
91 % Image *ReadXImage(const ImageInfo *image_info,ExceptionInfo *exception)
97 % o exception: return any errors or warnings in this structure.
100 static Image *ReadXImage(const ImageInfo *image_info,ExceptionInfo *exception)
105 (void) exception;
109 return(XImportImage(image_info,&ximage_info,exception));
194 % Image *image,ExceptionInfo *exception)
202 % o exception: return any errors or warnings in this structure.
206 ExceptionInfo *exception)
    [all...]
plasma.c 49 #include "MagickCore/exception.h"
50 #include "MagickCore/exception-private.h"
86 % ExceptionInfo *exception)
92 % o exception: return any errors or warnings in this structure.
97 double y,ExceptionInfo *exception)
103 exception);
112 (void) SyncAuthenticPixels(image,exception);
116 ExceptionInfo *exception)
153 image=ReadImage(read_info,exception);
157 (void) SetImageStorageClass(image,DirectClass,exception);
    [all...]

Completed in 1255 milliseconds

1 2 3 45 6 7 8 91011>>