HomeSort by relevance Sort by last modified time
    Searched full:dng_exception (Results 1 - 19 of 19) sorted by null

  /external/dng_sdk/source/
dng_exceptions.h 46 class dng_exception class
58 dng_exception (dng_error_code code) function in class:dng_exception
65 virtual ~dng_exception ()
90 /// \brief Convenience function to throw dng_exception with error code if
107 /// \brief Convenience function to throw dng_exception with error code
119 /// \brief Convenience function to throw dng_exception with error code
131 /// \brief Convenience function to throw dng_exception with error code
143 /// \brief Convenience function to throw dng_exception with error code
155 /// \brief Convenience function to throw dng_exception with error code
167 /// \brief Convenience function to throw dng_exception with error cod
    [all...]
dng_safe_arithmetic.h 43 // (without under-/overflow). Otherwise, throws a dng_exception with error code
55 // (without wraparound). Otherwise, throws a dng_exception with error code
66 // result in an int32_t under- or overflow. Otherwise, throws a dng_exception
71 // result in wraparound. Otherwise, throws a dng_exception with error code
76 // (without overflow). Otherwise, throws a dng_exception with error code
91 // uint32_t (without wraparound). Otherwise, throws a dng_exception with error
100 // (without overflow). Otherwise, throws a dng_exception with error code
147 // (without overflow). Otherwise, throws a dng_exception with error code
160 // rounds up to the next integer. If arg2 is zero, throws a dng_exception with
175 // 'multiple_of' is zero, throws a dng_exception with error cod
    [all...]
dng_safe_arithmetic.cpp 22 // a signed or unsigned integer type). Otherwise, throws a dng_exception with
42 // T is an unsigned integer type). Otherwise, throws a dng_exception with error
60 } catch (const dng_exception &) {
78 } catch (const dng_exception &) {
125 } catch (const dng_exception &) {
135 } catch (const dng_exception &) {
145 } catch (const dng_exception &) {
234 } catch (const dng_exception &) {
257 } catch (const dng_exception &) {
dng_stream.h 232 /// \exception dng_exception with fErrorCode equal to dng_error_end_of_file
258 /// \exception dng_exception with fErrorCode equal to dng_error_end_of_file
318 /// \exception dng_exception with fErrorCode equal to dng_error_end_of_file
332 /// \exception dng_exception with fErrorCode equal to dng_error_end_of_file
346 /// \exception dng_exception with fErrorCode equal to dng_error_end_of_file
359 /// \exception dng_exception with fErrorCode equal to dng_error_end_of_file
378 /// \exception dng_exception with fErrorCode equal to dng_error_end_of_file
398 /// \exception dng_exception with fErrorCode equal to dng_error_end_of_file
418 /// \exception dng_exception with fErrorCode equal to dng_error_end_of_file
438 /// \exception dng_exception with fErrorCode equal to dng_error_end_of_file
    [all...]
dng_errors.h 29 /// Type for all errors used in DNG SDK. Generally held inside a dng_exception.
dng_jpeg_memory_source.cpp 29 } catch (const dng_exception &e) {
dng_exceptions.cpp 201 throw dng_exception (err);
dng_auto_ptr.h 199 /// dng_exception with error code dng_error_memory is thrown.
209 /// dng_exception with error code dng_error_memory is thrown.
dng_date_time.h 361 /// \exception dng_exception with fErrorCode equal to dng_error_unknown
368 /// \exception dng_exception with fErrorCode equal to dng_error_unknown
dng_memory.h 525 /// \exception dng_exception with fErrorCode equal to dng_error_memory.
544 // dng_exception with error code dng_error_memory if it cannot allocate memory.
dng_validate.cpp 497 catch (const dng_exception &except)
dng_xmp_sdk.cpp 475 catch (dng_exception &except)
dng_string.cpp 48 // Returns the length of the zero-terminated string 's'. Throws a dng_exception
62 // currentPos[0] through currentPos[space - 1]. Throws a dng_exception if there
    [all...]
dng_utils.h 252 // dng_exception with dng_error_memory error code if one of the components of
dng_read_image.cpp 1473 // Convert to a dng_exception.
    [all...]
dng_negative.cpp 591 catch (dng_exception &except)
    [all...]
dng_image_writer.cpp     [all...]
  /external/skia/src/codec/
SkRawCodec.cpp 112 SkTArray<dng_exception> exceptions;
118 } catch (dng_exception& exception) {
123 exceptions.push_back(dng_exception(dng_error_unknown));
  /cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp 375 } catch (const dng_exception &except) {

Completed in 1629 milliseconds