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

  /external/chromium_org/third_party/skia/third_party/lua/src/
ltablib.c 60 return luaL_error(L, "wrong number of arguments to " LUA_QL("insert"));
87 luaL_error(L, "invalid value (%s) at index %d in table for "
144 return luaL_error(L, "too many results to unpack");
218 if (i>=u) luaL_error(L, "invalid order function for sorting");
223 if (j<=l) luaL_error(L, "invalid order function for sorting");
lstrlib.c 115 return luaL_error(L, "resulting string too large");
144 return luaL_error(L, "string slice too long");
180 return luaL_error(L, "unable to dump given function");
229 return luaL_error(ms->L, "invalid capture index %%%d", l + 1);
238 return luaL_error(ms->L, "invalid pattern capture");
246 luaL_error(ms->L, "malformed pattern (ends with " LUA_QL("%%") ")");
253 luaL_error(ms->L, "malformed pattern (missing " LUA_QL("]") ")");
328 luaL_error(ms->L, "malformed pattern "
378 if (level >= LUA_MAXCAPTURES) luaL_error(ms->L, "too many captures");
412 luaL_error(ms->L, "pattern too complex")
    [all...]
lauxlib.c 156 return luaL_error(L, "bad argument #%d (%s)", narg, extramsg);
161 return luaL_error(L, "calling " LUA_QS " on bad self (%s)",
166 return luaL_error(L, "bad argument #%d to " LUA_QS " (%s)",
196 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) {
338 luaL_error(L, "stack overflow (%s)", msg);
340 luaL_error(L, "stack overflow");
445 luaL_error(L, "buffer too large");
731 luaL_error(L, "object length is not a number");
819 luaL_error(L, "name conflict for module " LUA_QS, modname);
947 luaL_error(L, "multiple Lua VMs detected")
    [all...]
liolib.c 70 luaL_error(L, LUA_QL("popen") " not supported"), (FILE*)0)
156 luaL_error(L, "attempt to use a closed file");
221 luaL_error(L, "cannot open file " LUA_QS " (%s)", fname, strerror(errno));
267 luaL_error(L, "standard %s file is closed", findex + strlen(IO_PREFIX));
488 return luaL_error(L, "file is already closed");
499 return luaL_error(L, "%s", lua_tostring(L, -n + 1));
loadlib.c 174 luaL_error(L, "unable to get ModuleFileName");
393 luaL_error(L, LUA_QL("package.%s") " must be a string", pname);
404 return luaL_error(L, "error loading module " LUA_QS
484 luaL_error(L, LUA_QL("package.searchers") " must be a table");
491 luaL_error(L, "module " LUA_QS " not found:%s",
551 luaL_error(L, LUA_QL("module") " not called from a Lua function");
lbaselib.c 35 return luaL_error(L,
118 return luaL_error(L, "cannot change a protected metatable");
303 luaL_error(L, "reader function must return a string");
348 return luaL_error(L, "%s", luaL_optstring(L, 2, "assertion failed!"));
loslib.c 110 return luaL_error(L, "unable to generate a unique filename");
163 return luaL_error(L, "field " LUA_QS " missing in date table", key);
lbitlib.c 151 ** ('luaL_error' called without 'return' to avoid later warnings about
160 luaL_error(L, "trying to access non-existent bits");
lauxlib.h 60 LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...);
lmathlib.c 220 default: return luaL_error(L, "wrong number of arguments");
lua.c 97 luaL_error(L, "interrupted!");
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 264 luaL_error(L,"This variable is immutable");
    [all...]

Completed in 532 milliseconds