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

  /prebuilts/misc/common/swig/include/2.0.11/lua/
wchar.i 33 $1 = str2wstr(lua_tostring( L, $input ),lua_rawlen( L, $input ));
std_string.i 44 $1 = (char*)lua_tostring(L, $input);
46 $1.assign(lua_tostring(L,$input),lua_rawlen(L,$input));
52 %{$1.assign(lua_tostring(L,$input),lua_rawlen(L,$input));%}
58 %{temp.assign(lua_tostring(L,$input),lua_rawlen(L,$input)); $1=&temp;%}
luatypemaps.swg 103 %{$1 = ($ltype)lua_tostring(L, $input);%}
106 %{$1 = ($ltype)lua_tostring(L, $input);%}
118 %{$1 = (lua_tostring(L, $input))[0];%}
125 %{temp = (lua_tostring(L, $input))[0]; $1=&temp;%}
luarun.swg 277 lua_tostring(L,2));
622 lua_tostring(L,2),
692 const char* className = lua_tostring(L, -1);
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleLua.cpp 128 SkDebugf("lua err: %s\n", lua_tostring(L, -1));
  /external/skia/samplecode/
SampleLua.cpp 128 SkDebugf("lua err: %s\n", lua_tostring(L, -1));
  /external/chromium_org/third_party/skia/third_party/lua/src/
lua.c 72 add_history(lua_tostring(L, idx)); /* add it to history */
137 const char *msg = lua_tostring(L, -1);
151 const char *msg = (lua_type(L, -1) == LUA_TSTRING) ? lua_tostring(L, -1)
161 const char *msg = lua_tostring(L, 1);
238 p = lua_tostring(L, -1);
317 lua_tostring(L, -1)));
loadlib.c 177 luaL_gsub(L, lua_tostring(L, -1), LUA_EXEC_DIR, buff);
358 const char *filename = luaL_gsub(L, lua_tostring(L, -1),
391 path = lua_tostring(L, -1);
406 lua_tostring(L, 1), filename, lua_tostring(L, -1));
452 filename = findfile(L, lua_tostring(L, -1), "cpath", LUA_CSUBSEP);
492 name, lua_tostring(L, -1));
ldblib.c 125 options = lua_tostring(L, -1);
353 luai_writestringerror("%s\n", lua_tostring(L, -1));
362 const char *msg = lua_tostring(L, arg + 1);
luac.c 144 if (lua_load(L,reader,&i,"=(" PROGNAME ")",NULL)!=LUA_OK) fatal(lua_tostring(L,-1));
172 if (luaL_loadfile(L,filename)!=LUA_OK) fatal(lua_tostring(L,-1));
200 if (lua_pcall(L,2,0,0)!=LUA_OK) fatal(lua_tostring(L,-1));
lauxlib.c 90 lua_pushfstring(L, "function " LUA_QS, lua_tostring(L, -1));
165 ar.name = (pushglobalfuncname(L, &ar)) ? lua_tostring(L, -1) : "?";
589 const char *filename = lua_tostring(L, fnameindex) + 1;
654 status = lua_load(L, getF, &lf, lua_tostring(L, -1), mode);
915 return lua_tostring(L, -1);
932 lua_tostring(L, -1));
liolib.c 274 const char *filename = lua_tostring(L, 1);
441 const char *p = lua_tostring(L, n);
499 return luaL_error(L, "%s", lua_tostring(L, -n + 1));
lbaselib.c 355 if (lua_type(L, 1) == LUA_TSTRING && *lua_tostring(L, 1) == '#') {
lua.h 346 #define lua_tostring(L,i) lua_tolstring(L, (i), NULL) macro
  /external/chromium_org/third_party/skia/tools/lua/
lua_pictures.cpp 72 SkDebugf("lua err: %s\n", lua_tostring(L, -1));
  /external/skia/tools/lua/
lua_pictures.cpp 72 SkDebugf("lua err: %s\n", lua_tostring(L, -1));
  /external/chromium_org/third_party/skia/src/utils/
SkLuaCanvas.cpp 32 SkDebugf("lua err: %s\n", lua_tostring(L, -1));
SkLua.cpp 97 SkDebugf("lua err: %s\n", lua_tostring(fL, -1));
107 SkDebugf("--- lua failed: %s\n", lua_tostring(fL, -1));
    [all...]
  /external/skia/src/utils/
SkLuaCanvas.cpp 32 SkDebugf("lua err: %s\n", lua_tostring(L, -1));
SkLua.cpp 97 SkDebugf("lua err: %s\n", lua_tostring(fL, -1));
107 SkDebugf("--- lua failed: %s\n", lua_tostring(fL, -1));
    [all...]

Completed in 432 milliseconds