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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.c 85 lua_pushfstring(L, "function " LUA_QS, ar->name);
90 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1));
97 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined);
122 if (msg) lua_pushfstring(L, "%s\n", msg);
131 lua_pushfstring(L, "\n\t%s:", ar.short_src);
133 lua_pushfstring(L, "%d:", ar.currentline);
172 const char *msg = lua_pushfstring(L, "%s expected, got %s",
188 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline);
216 lua_pushfstring(L, "%s: %s", fname, strerror(en));
329 lua_pushfstring(L, "invalid option " LUA_QS, name))
    [all...]
loadlib.c 190 lua_pushfstring(L, "system error %d\n", error);
363 lua_pushfstring(L, "\n\tno file " LUA_QS, filename);
427 funcname = lua_pushfstring(L, LUA_POF"%s", funcname);
432 funcname = lua_pushfstring(L, LUA_POF"%s", modname);
458 lua_pushfstring(L, "\n\tno module " LUA_QS " in file " LUA_QS,
473 lua_pushfstring(L, "\n\tno field package.preload['%s']", name);
lua.c 273 lua_pushfstring(L, "return %s", b+1); /* change it to `return' */
315 l_message(progname, lua_pushfstring(L,
loslib.c 190 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv));
ldblib.c 124 lua_pushfstring(L, ">%s", options);
lua.h 213 LUA_API const char *(lua_pushfstring) (lua_State *L, const char *fmt, ...);
liolib.c 148 lua_pushfstring(L, "file (%p)", p->f);
lapi.c 542 LUA_API const char *lua_pushfstring (lua_State *L, const char *fmt, ...) { function
  /prebuilts/misc/common/swig/include/2.0.11/lua/
lua.swg 184 %{lua_pushfstring(L,"%c",$1);SWIG_fail;%}
203 lua_pushfstring(L,"object exception:%s",SWIG_TypePrettyName($1_descriptor));
luatypemaps.swg 121 %{ lua_pushfstring(L,"%c",$1); SWIG_arg++;%}
128 %{ lua_pushfstring(L,"%c",*$1); SWIG_arg++;%}
luarun.swg 90 the Lua stack, like lua_pushfstring, but prefixed with the the
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
exception.i 203 { lua_pushfstring(L,"%s:%s",#a,b);SWIG_fail; }

Completed in 81 milliseconds