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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.h 82 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s);
128 (luaL_loadstring(L, s) || lua_pcall(L, 0, LUA_MULTRET, 0))
lauxlib.c 691 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) {
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 108 int err = luaL_loadstring(fL, code) || lua_pcall(fL, 0, 0, 0);
    [all...]
  /external/skia/src/utils/
SkLua.cpp 105 int err = luaL_loadstring(fL, code) || lua_pcall(fL, 0, 0, 0);
    [all...]

Completed in 35 milliseconds