Home
last modified time | relevance | path

Searched refs:lua_pushboolean (Results 1 – 16 of 16) sorted by relevance

/external/lua/src/
Dlcorolib.c62 lua_pushboolean(L, 0); in luaB_coresume()
67 lua_pushboolean(L, 1); in luaB_coresume()
139 lua_pushboolean(L, lua_isyieldable(L)); in luaB_yieldable()
146 lua_pushboolean(L, ismain); in luaB_corunning()
Dlbaselib.c141 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal()
190 lua_pushboolean(L, res); in luaB_collectgarbage()
410 lua_pushboolean(L, 0); /* first result (false) */ in finishpcall()
422 lua_pushboolean(L, 1); /* first result if no errors */ in luaB_pcall()
438 lua_pushboolean(L, 1); /* first result */ in luaB_xpcall()
Dloslib.c147 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute()
205 lua_pushboolean(L, value); in setboolfield()
Dlua.c568 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */ in pmain()
591 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
Dlbitlib.c67 lua_pushboolean(L, r != 0); in b_test()
Dloadlib.c380 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc()
613 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
Dlmathlib.c175 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
Dlauxlib.c237 lua_pushboolean(L, 1); in luaL_fileresult()
281 lua_pushboolean(L, 1); in luaL_execresult()
Dldblib.c118 lua_pushboolean(L, v); in settabsb()
Dlua.h233 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
Dliolib.c343 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
Dlapi.c557 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
/external/skqp/src/utils/
DSkLua.cpp163 lua_pushboolean(L, true); in setfield_bool_if()
179 lua_pushboolean(L, value); in setfield_boolean()
248 lua_pushboolean(fL, value); in pushBool()
719 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isAntiAlias()); in lpaint_isAntiAlias()
729 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isDither()); in lpaint_isDither()
772 lua_pushboolean(L, SkPaint::kStroke_Style == get_obj<SkPaint>(L, 1)->getStyle()); in lpaint_getStroke()
1190 lua_pushboolean(L, get_obj<SkMatrix>(L, 1)->invert(get_obj<SkMatrix>(L, 2))); in lmatrix_invert()
1320 lua_pushboolean(L, get_obj<SkPath>(L, 1)->isEmpty()); in lpath_isEmpty()
1328 lua_pushboolean(L, pred); in lpath_isRect()
1349 lua_pushboolean(L, pred); in lpath_isNestedFillRects()
/external/skia/src/utils/
DSkLua.cpp163 lua_pushboolean(L, true); in setfield_bool_if()
179 lua_pushboolean(L, value); in setfield_boolean()
248 lua_pushboolean(fL, value); in pushBool()
719 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isAntiAlias()); in lpaint_isAntiAlias()
729 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isDither()); in lpaint_isDither()
772 lua_pushboolean(L, SkPaint::kStroke_Style == get_obj<SkPaint>(L, 1)->getStyle()); in lpaint_getStroke()
1190 lua_pushboolean(L, get_obj<SkMatrix>(L, 1)->invert(get_obj<SkMatrix>(L, 2))); in lmatrix_invert()
1320 lua_pushboolean(L, get_obj<SkPath>(L, 1)->isEmpty()); in lpath_isEmpty()
1328 lua_pushboolean(L, pred); in lpath_isRect()
1349 lua_pushboolean(L, pred); in lpath_isNestedFillRects()
/external/libtextclassifier/utils/
Dlua-utils.cc113 lua_pushboolean(state, table->GetField<uint8_t>( in GetField()
231 lua_pushboolean(state_, value.BoolValue()); in PushValue()
/external/libtextclassifier/utils/intents/
Dintent-generator.cc262 lua_pushboolean(state_, false); in HandleUserRestrictionsCallback()
298 lua_pushboolean(state_, false); in HandleUserRestrictionsCallback()
300 lua_pushboolean(state_, permission); in HandleUserRestrictionsCallback()