/external/chromium_org/third_party/skia/third_party/lua/src/ |
ldblib.c | 123 else if (lua_isfunction(L, arg+1)) { 168 if (lua_isfunction(L, arg + 1)) { /* function argument? */ 265 if (lua_isfunction(L, -1)) {
|
loadlib.c | 496 if (lua_isfunction(L, -2)) /* did it find a loader? */ 561 if (lua_isfunction(L, i)) { /* avoid 'calling' extra info. */
|
lua.h | 331 #define lua_isfunction(L,n) (lua_type(L, (n)) == LUA_TFUNCTION) macro
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleLua.cpp | 119 if (!lua_isfunction(L, -1)) {
|
/external/skia/samplecode/ |
SampleLua.cpp | 119 if (!lua_isfunction(L, -1)) {
|
/external/chromium_org/third_party/skia/tools/lua/ |
lua_pictures.cpp | 64 if (!lua_isfunction(L, -1)) {
|
/external/skia/tools/lua/ |
lua_pictures.cpp | 64 if (!lua_isfunction(L, -1)) {
|
/external/chromium_org/third_party/skia/src/utils/ |
SkLuaCanvas.cpp | 20 if (!lua_isfunction(L, -1)) {
|
SkLua.cpp | [all...] |
/external/skia/src/utils/ |
SkLuaCanvas.cpp | 20 if (!lua_isfunction(L, -1)) {
|
SkLua.cpp | [all...] |
/prebuilts/misc/common/swig/include/2.0.11/lua/ |
lua_fnptr.i | 48 %typemap(in,checkfn="lua_isfunction") SWIGLUA_FN
|
luarun.swg | 460 if (lua_isfunction(L,-1)) /* note: whether it's a C function or lua function */ 593 if (lua_isfunction(L,-1)) /* note: if its a C function or lua function */ [all...] |
/external/chromium_org/third_party/skia/third_party/lua/doc/ |
contents.html | 364 <A HREF="manual.html#lua_isfunction">lua_isfunction</A><BR>
|
manual.html | [all...] |