Home
last modified time | relevance | path

Searched refs:LUA_ERRRUN (Results 1 – 9 of 9) sorted by relevance

/external/libtextclassifier/actions/
Dlua-ranker.cc72 return LUA_ERRRUN; in ReadActionsRanking()
83 return LUA_ERRRUN; in ReadActionsRanking()
Dlua-utils.cc158 return LUA_ERRRUN; in ReadAnnotations()
315 return LUA_ERRRUN; in ReadActions()
/external/libtextclassifier/utils/
Dlua-utils.cc169 return LUA_ERRRUN; in ReadFlatbuffer()
179 return LUA_ERRRUN; in ReadFlatbuffer()
210 return LUA_ERRRUN; in ReadFlatbuffer()
Dregex-match.cc138 return LUA_ERRRUN; in Verify()
/external/lua/src/
Dldo.c608 return LUA_ERRRUN; in resume_error()
666 status = LUA_ERRRUN; in lua_resume()
Dlua.h49 #define LUA_ERRRUN 2 macro
Dldebug.c648 luaD_throw(L, LUA_ERRRUN); in luaG_errormsg()
Dlgc.c828 if (status == LUA_ERRRUN) { /* is there an error object? */ in GCTM()
/external/libtextclassifier/utils/intents/
Dintent-generator.cc649 return LUA_ERRRUN; in ReadRemoteActionTemplates()