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

  /prebuilts/misc/common/swig/include/2.0.11/lua/
luarun.swg 78 /* Push the string STR on the Lua stack, like lua_pushstring, but
85 lua_pushstring (L, str);
216 (lua_pushstring(L, n), lua_rawget(L,-2))
219 (lua_pushstring(L, n), \
236 lua_pushstring(L,"swig_runtime_data_type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME);
247 lua_pushstring(L,"swig_runtime_data_type_pointer" SWIG_RUNTIME_VERSION SWIG_TYPE_TABLE_NAME);
370 lua_pushstring(L,name);
376 lua_pushstring(L,".get");
379 lua_pushstring(L,".set");
535 lua_pushstring(L, ns->name)
    [all...]
luatypemaps.swg 109 %{ lua_pushstring(L,(const char *)$1); SWIG_arg++;%}
112 %{ lua_pushstring(L,(const char *)$1); SWIG_arg++;%}
lua.swg 180 %{lua_pushstring(L,$1);SWIG_fail;%}
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldblib.c 72 lua_pushstring(L, v);
170 lua_pushstring(L, lua_getlocal(L, NULL, nvar)); /* push local name */
179 lua_pushstring(L, name); /* push name */
200 lua_pushstring(L, lua_setlocal(L1, &ar, luaL_checkint(L, arg+2)));
211 lua_pushstring(L, name);
266 lua_pushstring(L, hooknames[(int)ar->event]);
311 lua_pushstring(L, "k");
338 lua_pushstring(L, unmakemask(mask, buff));
loadlib.c 136 if (lib == NULL) lua_pushstring(L, dlerror());
143 if (f == NULL) lua_pushstring(L, dlerror());
188 lua_pushstring(L, buffer);
316 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init");
400 lua_pushstring(L, filename); /* will be 2nd argument to module */
463 lua_pushstring(L, filename); /* will be 2nd argument to module */
494 lua_pushstring(L, name);
518 lua_pushstring(L, name); /* pass name as argument to module loader */
574 lua_pushstring(L, modname);
643 lua_pushstring(L, def); /* use default *
    [all...]
loslib.c 111 lua_pushstring(L, buff);
117 lua_pushstring(L, getenv(luaL_checkstring(L, 1))); /* if NULL push nil */
282 lua_pushstring(L, setlocale(cat[op], l));
lua.c 200 lua_pushstring(L, argv[i]);
203 lua_pushstring(L, argv[i]);
227 lua_pushstring(L, name);
275 lua_pushstring(L, b);
lauxlib.c 218 lua_pushstring(L, strerror(en));
257 lua_pushstring(L, what);
702 lua_pushstring(L, event);
745 lua_pushstring(L, (lua_toboolean(L, idx) ? "true" : "false"));
889 lua_pushstring(L, modname); /* argument to open function */
lbaselib.c 191 lua_pushstring(L, luaL_typename(L, 1));
373 lua_pushstring(L, "stack overflow");
lua.h 210 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s);
lapi.c 513 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { function
  /external/chromium_org/third_party/skia/tools/lua/
lua_pictures.cpp 59 lua_pushstring(L, pictureFile);
  /external/skia/tools/lua/
lua_pictures.cpp 70 lua_pushstring(L, pictureFile);
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 133 lua_pushstring(L, value);
172 lua_pushstring(fL, str);
179 lua_pushstring(fL, s.c_str());
184 lua_pushstring(fL, str.c_str());
369 lua_pushstring(L, key);
379 lua_pushstring(L, key);
760 lua_pushstring(L, gAlignRec[i].fLabel);
    [all...]
  /external/skia/src/utils/
SkLua.cpp 130 lua_pushstring(L, value);
169 lua_pushstring(fL, str);
176 lua_pushstring(fL, s.c_str());
181 lua_pushstring(fL, str.c_str());
361 lua_pushstring(L, key);
371 lua_pushstring(L, key);
752 lua_pushstring(L, gAlignRec[i].fLabel);
    [all...]

Completed in 322 milliseconds