Home
last modified time | relevance | path

Searched refs:lua_newtable (Results 1 – 14 of 14) sorted by relevance

/external/syslinux/com32/lua/src/
Ddmi.c93 lua_newtable(L); in get_bios_table()
107 lua_newtable(L); in get_bios_table()
130 lua_newtable(L); in get_system_table()
145 lua_newtable(L); in get_system_table()
171 lua_newtable(L); in get_base_board_table()
182 lua_newtable(L); in get_base_board_table()
195 lua_newtable(L); in get_base_board_table()
201 lua_newtable(L); in get_base_board_table()
221 lua_newtable(L); in get_chassis_table()
248 lua_newtable(L); in get_processor_table()
[all …]
Dpci.c31 lua_newtable(L); /* list of busses */ in pci_getinfo()
36 lua_newtable(L); /* device infos */ in pci_getinfo()
91 lua_newtable(L); /* list of vendors */ in pci_getidlist()
Dvesa.c50 lua_newtable(L); /* list of modes */ in vesa_getmodes()
77 lua_newtable(L); /* mode info */ in vesa_getmodes()
Dlfs.c172 lua_newtable(L); in dir_create_meta()
265 lua_newtable (L); in _file_info_()
Ddhcp.c143 lua_newtable(L); in dhcp_getoptions()
272 lua_newtable(L); in dhcp_gettable()
Dcmenu.c77 lua_newtable (L); in luaopen_cmenu()
Dsyslinux.c400 lua_newtable(L); in sl_ipappend_strs()
492 lua_newtable (L); in luaopen_syslinux()
Dcpu.c45 lua_newtable(L); in cpu_getflags()
Dlauxlib.c277 lua_newtable(L); /* create metatable */ in luaL_newmetatable()
874 lua_newtable(L); in luaL_getsubtable()
Dlua.h330 #define lua_newtable(L) lua_createtable(L, 0, 0) macro
/external/skia/src/utils/
DSkLua.cpp257 lua_newtable(fL); in pushColor()
276 lua_newtable(fL); in pushArrayU16()
285 lua_newtable(fL); in pushArrayPoint()
288 lua_newtable(fL); in pushArrayPoint()
297 lua_newtable(fL); in pushArrayScalar()
306 lua_newtable(fL); in pushRect()
320 lua_newtable(fL); in pushDash()
952 lua_newtable(L); in lpaint_getFontMetrics()
965 lua_newtable(L); in lpaint_getEffects()
1133 lua_newtable(L); in lshader_isAImage()
[all …]
DSkLuaCanvas.cpp25 lua_newtable(L); in AutoCallLua()
/external/skia/third_party/lua/src/
Dlauxlib.c277 lua_newtable(L); /* create metatable */ in luaL_newmetatable()
872 lua_newtable(L); in luaL_getsubtable()
Dlua.h325 #define lua_newtable(L) lua_createtable(L, 0, 0) macro