HomeSort by relevance Sort by last modified time
    Searched refs:SWIG_exception_fail (Results 1 - 4 of 4) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
exception.swg 31 %define_as(SWIG_exception_fail(code, msg), %block(%error(code, msg); SWIG_fail))
51 SWIG_exception_fail(SWIG_UnknownError, "Unknown exception");
61 SWIG_exception_fail(SWIG_ValueError, e.what() );
63 SWIG_exception_fail(SWIG_ValueError, e.what() );
65 SWIG_exception_fail(SWIG_OverflowError, e.what() );
67 SWIG_exception_fail(SWIG_IndexError, e.what() );
69 SWIG_exception_fail(SWIG_IndexError, e.what() );
71 SWIG_exception_fail(SWIG_RuntimeError, e.what() );
73 SWIG_exception_fail(SWIG_SystemError, e.what() );
78 SWIG_exception_fail(SWIG_SystemError, e.what() )
    [all...]
swigtypemaps.swg 139 #define %argument_fail(code, type, name, argn) SWIG_exception_fail(%default_code(code), %argfail_fmt(type, name, argn))
140 #define %argument_nullref(type, name, argn) SWIG_exception_fail(SWIG_ValueError, %argnullref_fmt(type, name, argn))
141 #define %variable_fail(code, type, name) SWIG_exception_fail(%default_code(code), %varfail_fmt(type, name))
142 #define %variable_nullref(type, name) SWIG_exception_fail(SWIG_ValueError, %varnullref_fmt(type, name))
swigtype.swg 445 SWIG_exception_fail(SWIG_RuntimeError,"unknown exception");
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c     [all...]

Completed in 57 milliseconds