| /external/lua/src/ |
| D | lcorolib.c | 62 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()
|
| D | lbaselib.c | 141 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()
|
| D | loslib.c | 147 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute() 205 lua_pushboolean(L, value); in setboolfield()
|
| D | lua.c | 568 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */ in pmain() 591 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
|
| D | lbitlib.c | 67 lua_pushboolean(L, r != 0); in b_test()
|
| D | loadlib.c | 380 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc() 613 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
|
| D | lmathlib.c | 175 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
|
| D | lauxlib.c | 237 lua_pushboolean(L, 1); in luaL_fileresult() 281 lua_pushboolean(L, 1); in luaL_execresult()
|
| D | ldblib.c | 118 lua_pushboolean(L, v); in settabsb()
|
| D | lua.h | 233 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
|
| D | liolib.c | 343 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
|
| D | lapi.c | 557 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
|
| /external/skqp/src/utils/ |
| D | SkLua.cpp | 163 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/ |
| D | SkLua.cpp | 163 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/ |
| D | lua-utils.cc | 113 lua_pushboolean(state, table->GetField<uint8_t>( in GetField() 231 lua_pushboolean(state_, value.BoolValue()); in PushValue()
|
| /external/libtextclassifier/utils/intents/ |
| D | intent-generator.cc | 262 lua_pushboolean(state_, false); in HandleUserRestrictionsCallback() 298 lua_pushboolean(state_, false); in HandleUserRestrictionsCallback() 300 lua_pushboolean(state_, permission); in HandleUserRestrictionsCallback()
|