Home
last modified time | relevance | path

Searched refs:lua_pop (Results 1 – 23 of 23) sorted by relevance

/external/libtextclassifier/native/utils/
Dlua-utils.cc325 lua_pop(state_, 1); in ReadFlatbuffer()
333 lua_pop(state_, 1); // Remove lib. in LoadDefaultLibraries()
352 lua_pop(state_, 1); in Compile()
357 lua_pop(state_, 1); in Compile()
360 lua_pop(state_, 1); in Compile()
457 lua_pop(state_, 1); in ReadSpan()
468 lua_pop(state_, 1); in ReadAnnotations()
479 lua_pop(state_, 1); in ReadAnnotations()
483 lua_pop(state_, 1); in ReadAnnotations()
503 lua_pop(state_, 1); in ReadAnnotation()
[all …]
Dlua-utils.h287 lua_pop(state_, 1);
293 lua_pop(state_, 1);
521 lua_pop(state_, 1);
577 lua_pop(state_, 2); in Next()
587 lua_pop(state_, 1); in Next()
/external/lua/src/
Dloadlib.c287 lua_pop(L, 1); /* remove value */ in noenv()
324 lua_pop(L, 1); /* pop versioned variable name ('nver') */ in setpath()
338 lua_pop(L, 2); /* pop CLIBS table and 'plib' */ in checkclib()
353 lua_pop(L, 1); /* pop CLIBS table */ in addtoclib()
366 lua_pop(L, 1); /* pop handle */ in gctm()
633 lua_pop(L, 1); /* remove nil */ in findloader()
643 lua_pop(L, 1); /* remove extra return */ in findloader()
647 lua_pop(L, 2); /* remove both returns */ in findloader()
662 lua_pop(L, 1); /* remove 'getfield' result */ in ll_require()
673 lua_pop(L, 1); /* pop nil */ in ll_require()
[all …]
Dltablib.c53 lua_pop(L, n); /* pop metatable and tested metamethods */ in checktab()
283 lua_pop(L, 1); /* pop result */ in sort_comp()
305 lua_pop(L, 1); /* remove a[i] */ in partition()
312 lua_pop(L, 1); /* remove a[j] */ in partition()
317 lua_pop(L, 1); /* pop a[j] */ in partition()
354 lua_pop(L, 2); /* remove both values */ in auxsort()
366 lua_pop(L, 1); /* remove a[lo] */ in auxsort()
371 lua_pop(L, 2); in auxsort()
Dlauxlib.c59 lua_pop(L, 1); /* remove value (but keep name) */ in findfield()
70 lua_pop(L, 1); /* remove value */ in findfield()
314 lua_pop(L, 1); in luaL_newmetatable()
337 lua_pop(L, 2); /* remove both metatables */ in luaL_testudata()
589 lua_pop(L, 2); /* pop string and box (closing the box) */ in luaL_pushresult()
616 lua_pop(L, 1); /* pop string */ in luaL_addvalue()
649 lua_pop(L, 1); /* remove from stack */ in luaL_ref()
655 lua_pop(L, 1); /* remove it from stack */ in luaL_ref()
831 lua_pop(L, 2); /* remove metatable and metafield */ in luaL_getmetafield()
856 lua_pop(L, 1); /* remove object */ in luaL_len()
[all …]
Dlua.c104 lua_pop(L, 1); /* remove message */ in report()
444 lua_pop(L, 1); in incomplete()
463 lua_pop(L, 1); /* remove prompt */ in pushline()
490 lua_pop(L, 2); /* pop result from 'luaL_loadbuffer' and modified line */ in addreturn()
Dlinit.c62 lua_pop(L, 1); /* remove lib */ in luaL_openlibs()
Dlbaselib.c33 lua_pop(L, 1); /* pop result */ in luaB_print()
306 lua_pop(L, 1); /* remove 'env' if not used by previous call */ in load_aux()
354 lua_pop(L, 1); /* pop result */ in generic_reader()
Dlua.h364 #define lua_pop(L,n) lua_settop(L, -(n)-1) macro
391 #define lua_remove(L,idx) (lua_rotate(L, (idx), -1), lua_pop(L, 1))
393 #define lua_replace(L,idx) (lua_copy(L, -1, (idx)), lua_pop(L, 1))
Dloslib.c246 lua_pop(L, 1); in getboolfield()
269 lua_pop(L, 1); in getfield()
Dlcorolib.c42 lua_pop(co, nres); /* remove results anyway */ in auxresume()
Dliolib.c603 lua_pop(L, 1); /* remove last result */ in g_read()
783 lua_pop(L, 1); /* pop metatable */ in createmeta()
Dlstrlib.c925 lua_pop(L, 1); /* remove value */ in add_value()
1300 lua_pop(L, 1); /* remove result from 'luaL_tolstring' */ in str_format()
1790 lua_pop(L, 1); /* pop dummy string */ in createmetatable()
1793 lua_pop(L, 1); /* pop metatable */ in createmetatable()
Dldblib.c248 lua_pop(L1, 1); /* pop value (if not popped by 'lua_setlocal') */ in db_setlocal()
Dlmathlib.c644 lua_pop(L, 2); /* remove pushed seeds */ in setrandfunc()
/external/libtextclassifier/native/actions/
Dlua-ranker.cc71 lua_pop(state_, 1); in ReadActionsRanking()
79 lua_pop(state_, 1); in ReadActionsRanking()
87 lua_pop(state_, 1); in ReadActionsRanking()
/external/mesa3d/src/freedreno/decode/
Dscript.c137 lua_pop(L, 1); in pushenum()
261 lua_pop(L, 1); in l_rnn_etype_struct()
308 lua_pop(L, 1); in l_rnn_etype_array()
409 lua_pop(L, 1); in l_rnn_etype_reg()
460 lua_pop(L, 1); in l_rnn_init()
619 lua_pop(L, 1); in script_start_cmdstream()
643 lua_pop(L, 1); in script_draw()
709 lua_pop(L, 1); in script_packet()
723 lua_pop(L, 1); in script_packet()
744 lua_pop(L, 1); in simple_call()
/external/bcc/src/lua/src/
Dmain.c63 lua_pop(L, 1); in report()
73 lua_pop(L, 1); in traceback()
78 lua_pop(L, 2); in traceback()
/external/libtextclassifier/native/utils/intents/
Djni-lua.cc544 lua_pop(state_, 1); in ReadRemoteActionTemplateResult()
546 lua_pop(state_, 1); in ReadRemoteActionTemplateResult()
554 lua_pop(state_, 1); in ReadExtras()
566 lua_pop(state_, 1); in ReadExtras()
598 lua_pop(state_, 1); in ReadExtras()
605 lua_pop(state_, 1); in ReadExtras()
626 lua_pop(state_, 1); in ReadRemoteActionTemplates()
631 lua_pop(state_, /*n=*/1); in ReadRemoteActionTemplates()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Dupb.c102 lua_pop(L, 1); in lua_setiuservalue()
148 lua_pop(L, 1); in lupb_register_type()
155 lua_pop(L, 1); /* The mt. */ in lupb_register_type()
Dmsg.c167 lua_pop(L, 2); /* Pop table, nil. */ in lupb_cacheget()
184 lua_pop(L, 1); /* Pop table. */ in lupb_cacheset()
224 lua_pop(L, 2); in lupb_Arena_Fuseobjs()
244 lua_pop(L, 1); in lupb_Arenaget()
314 lua_pop(L, 2); in lupb_tomsgval()
653 lua_pop(L, 1); in lupb_Message_Getmsgdef()
777 lua_pop(L, 2); in lupb_msg_typechecksubmsg()
939 lua_pop(L, 1); in lupb_getoptions()
Ddef.c342 lua_pop(L, 1); in lupb_MessageDef_pushnested()
/external/mesa3d/src/intel/executor/
Dexecutor_main.c369 lua_pop(L, 1); in parse_execute_data()
372 lua_pop(L, 1); in parse_execute_data()
387 lua_pop(L, 1); in parse_execute_args()
401 lua_pop(L, 1); in parse_execute_args()
740 lua_pop(L, 1); in l_dump()