/aosp_15_r20/external/lua/src/ |
H A D | lcorolib.c | 61 lua_pushboolean(L, 0); in luaB_coresume() 66 lua_pushboolean(L, 1); in luaB_coresume() 155 lua_pushboolean(L, lua_isyieldable(co)); in luaB_yieldable() 162 lua_pushboolean(L, ismain); in luaB_corunning() 174 lua_pushboolean(L, 1); in luaB_close() 178 lua_pushboolean(L, 0); in luaB_close()
|
H A D | lbaselib.c | 152 lua_pushboolean(L, lua_rawequal(L, 1, 2)); in luaB_rawequal() 208 lua_pushboolean(L, res); in luaB_collectgarbage() 220 lua_pushboolean(L, res); in luaB_collectgarbage() 441 lua_pushboolean(L, 0); /* first result (false) */ in finishpcall() 453 lua_pushboolean(L, 1); /* first result if no errors */ in luaB_pcall() 469 lua_pushboolean(L, 1); /* first result */ in luaB_xpcall()
|
H A D | ldblib.c | 70 lua_pushboolean(L, 1); in db_getuservalue() 122 lua_pushboolean(L, v); in settabsb() 444 lua_pushboolean(L, 0); in db_setcstacklimit()
|
H A D | loslib.c | 150 lua_pushboolean(L, stat); /* true if there is a shell */ in os_execute() 222 lua_pushboolean(L, value); in setboolfield()
|
H A D | lua.c | 590 lua_pushboolean(L, 1); /* signal for libraries to ignore env. vars. */ in pmain() 614 lua_pushboolean(L, 1); /* signal no errors */ in pmain()
|
H A D | lauxlib.c | 248 lua_pushboolean(L, 1); in luaL_fileresult() 292 lua_pushboolean(L, 1); in luaL_execresult() 908 lua_pushboolean(L, 0); in luaL_setfuncs()
|
H A D | loadlib.c | 396 lua_pushboolean(L, 1); /* return 'true' */ in lookforfunc() 675 lua_pushboolean(L, 1); /* use true as result */ in ll_require()
|
H A D | lua.h | 242 LUA_API void (lua_pushboolean) (lua_State *L, int b); variable
|
H A D | lmathlib.c | 165 lua_pushboolean(L, (lua_Unsigned)a < (lua_Unsigned)b); in math_ult()
|
H A D | liolib.c | 362 lua_pushboolean(L, toclose); /* close/not close file when finished */ in aux_lines()
|
H A D | lapi.c | 581 LUA_API void lua_pushboolean (lua_State *L, int b) { in lua_pushboolean() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | def.c | 134 lua_pushboolean(L, upb_FieldDef_HasSubDef(f)); in lupb_FieldDef_HasSubDef() 146 lua_pushboolean(L, upb_FieldDef_IsExtension(f)); in lupb_FieldDef_IsExtension() 175 lua_pushboolean(L, upb_FieldDef_IsPacked(f)); in lupb_FieldDef_IsPacked() 481 lua_pushboolean(L, upb_MessageDef_IsMapEntry(m)); in lupb_MessageDef_IsMapEntry()
|
D | msg.c | 343 lua_pushboolean(L, val.bool_val); in lupb_pushmsgval()
|
/aosp_15_r20/external/libtextclassifier/native/utils/intents/ |
H A D | intent-generator.cc | 75 lua_pushboolean(state_, enable_add_contact_intent_); in SetupExternalHook() 78 lua_pushboolean(state_, enable_search_intent_); in SetupExternalHook()
|
H A D | jni-lua.cc | 194 lua_pushboolean(state_, false); in HandleUserRestrictionsCallback() 233 lua_pushboolean(state_, false); in HandleUserRestrictionsCallback() 235 lua_pushboolean(state_, status_or_permission.ValueOrDie()); in HandleUserRestrictionsCallback()
|
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/ |
D | JniUtils.cpp | 80 lua_pushboolean(lua, boolValue); in pushBundleToLuaTable() 113 lua_pushboolean(lua, rawBooleanArray[i]); in pushBundleToLuaTable()
|
/aosp_15_r20/external/mesa3d/src/freedreno/decode/ |
H A D | script.c | 187 lua_pushboolean(L, val.u); in pushdecval()
|
/aosp_15_r20/external/libtextclassifier/native/utils/ |
H A D | lua-utils.h | 125 void Push(const bool value) const { lua_pushboolean(state_, value); } in Push()
|