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

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
exception.swg 24 #define %error(code,msg...) SWIG_Error(code, msg)
25 #define %type_error(msg...) SWIG_Error(SWIG_TypeError, msg)
  /prebuilts/misc/common/swig/include/2.0.11/python/
pybackward.swg 28 SWIG_Error(res, "");
pycontainer.swg 633 SWIG_Error(SWIG_RuntimeError, msg);
818 SWIG_Error(SWIG_TypeError, "Slice object expected.");
830 SWIG_Error(SWIG_TypeError, "Slice object expected.");
842 SWIG_Error(SWIG_TypeError, "Slice object expected.");
854 SWIG_Error(SWIG_TypeError, "Slice object expected.");
947 return swigpyseq.check() ? SWIG_OK : SWIG_ERROR;
955 return SWIG_ERROR;
958 return SWIG_ERROR;
pyrun.swg 55 #define SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlrun.swg 50 #define SWIG_Error(code, msg) sv_setpvf(get_sv("@", GV_ADD), "%s %s", SWIG_ErrorType(code), msg)
57 #define SWIG_SetError(str) SWIG_Error(SWIG_RuntimeError, str)
262 return SWIG_ERROR;
275 return SWIG_ERROR;
282 return SWIG_ERROR;
285 return SWIG_ERROR;
292 return SWIG_ERROR;
396 if ((!obj) || (!SvOK(obj))) return SWIG_ERROR;
399 if (*c != '_') return SWIG_ERROR;
404 if (!tc) return SWIG_ERROR;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyrun.swg 45 #define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType(code), "%s", msg)
269 return SWIG_ERROR;
314 return SWIG_ERROR;
318 return SWIG_ERROR;
370 return SWIG_ERROR;
rubycontainer.swg 407 SWIG_Error(SWIG_RuntimeError, msg);
999 return rubyseq.check() ? SWIG_OK : SWIG_ERROR;
1008 return SWIG_ERROR;
1018 return SWIG_ERROR;
1048 return SWIG_ERROR;
1058 return SWIG_ERROR;
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 415 SWIG_Error(SWIG_RuntimeError, msg);
580 return octseq.check() ? SWIG_OK : SWIG_ERROR;
585 return SWIG_ERROR;
588 return SWIG_ERROR;
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 40 #define SWIG_Error(code, msg) SWIG_Tcl_SetErrorMsg(interp, SWIG_Tcl_ErrorType(code), msg)
125 if (*c == 0) return SWIG_ERROR;
136 return SWIG_ERROR;
142 return SWIG_ERROR;
148 return SWIG_ERROR;
159 return SWIG_ERROR;
216 return SWIG_ERROR;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 245 more explicit by returning SWIG_BADOBJ, SWIG_ERROR or any of the
263 #define SWIG_ERROR (-1)
265 #define SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError)
274 #define SWIG_BADOBJ (SWIG_ERROR)
297 return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r;
    [all...]

Completed in 85 milliseconds