Home
last modified time | relevance | path

Searched refs:lua_pushstring (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dloadlib.c135 if (lib == NULL) lua_pushstring(L, dlerror()); in lsys_load()
142 if (f == NULL) lua_pushstring(L, dlerror()); in lsys_sym()
197 lua_pushstring(L, buffer); in pusherror()
304 lua_pushstring(L, dft); /* use default */ in setpath()
306 lua_pushstring(L, path); /* nothing to change */ in setpath()
418 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib()
498 return lua_pushstring(L, filename); /* save and return name */ in searchpath()
534 lua_pushstring(L, filename); /* will be 2nd argument to module */ in checkload()
603 lua_pushstring(L, filename); /* will be 2nd argument to module */ in searcher_Croot()
638 lua_pushstring(L, name); in findloader()
H A Dldblib.c112 lua_pushstring(L, v); in settabss()
208 lua_pushstring(L, lua_getlocal(L, NULL, nvar)); /* push local name */ in db_getlocal()
221 lua_pushstring(L, name); /* push name */ in db_getlocal()
249 lua_pushstring(L, name); in db_setlocal()
263 lua_pushstring(L, name); in auxupvalue()
320 lua_pushstring(L, hooknames[(int)ar->event]); /* push event name */ in hookf()
372 lua_pushstring(L, "k"); in db_sethook()
405 lua_pushstring(L, unmakemask(mask, buff)); /* 2nd result = mask */ in db_gethook()
H A Dlauxlib.c86 lua_pushstring(L, name + 3); /* push name without prefix */ in pushglobalfuncname()
256 lua_pushstring(L, strerror(en)); in luaL_fileresult()
295 lua_pushstring(L, what); in luaL_execresult()
316 lua_pushstring(L, tname); in luaL_newmetatable()
828 lua_pushstring(L, event); in luaL_getmetafield()
879 lua_pushstring(L, (lua_toboolean(L, idx) ? "true" : "false")); in luaL_tolstring()
952 lua_pushstring(L, modname); /* argument to open function */ in luaL_requiref()
H A Dloslib.c175 lua_pushstring(L, buff); in os_tmpname()
181 lua_pushstring(L, getenv(luaL_checkstring(L, 1))); /* if NULL push nil */ in os_getenv()
389 lua_pushstring(L, setlocale(cat[op], l)); in os_setlocale()
H A Dlbaselib.c185 lua_pushstring(L, (oldmode == LUA_GCINC) ? "incremental" : "generational"); in pushmode()
246 lua_pushstring(L, lua_typename(L, t)); in luaB_type()
H A Dlua.c166 lua_pushstring(L, argv[i]); in createargtable()
196 lua_pushstring(L, name); in dolibrary()
H A Dlua.h237 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s); variable
381 #define lua_pushliteral(L, s) lua_pushstring(L, "" s)
H A Dlcorolib.c148 lua_pushstring(L, statname[auxstatus(L, co)]); in luaB_costatus()
H A Dltablib.c37 lua_pushstring(L, key); in checkfield()
H A Dlmathlib.c235 lua_pushstring(L, (lua_isinteger(L, 1)) ? "integer" : "float"); in math_type()
H A Dlapi.c514 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutortest/unit/
DJniUtilsTestHelper.cpp41 lua_pushstring(luaState, rawKey); in hasValidNumberArray()
83 lua_pushstring(luaState, rawKey); in hasValidBooleanArray()
163 lua_pushstring(luaState, rawKey); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasBooleanValue()
182 lua_pushstring(luaState, rawKey); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasIntValue()
202 lua_pushstring(luaState, rawKey); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasDoubleValue()
222 lua_pushstring(luaState, rawKey); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasStringValue()
309 lua_pushstring(luaState, rawKey); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasTableAtIndexWithIntValue()
329 lua_pushstring(luaState, rawKey); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasPersistableBundleOfStringValue()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/
Ddef.c158 lua_pushstring(L, upb_FieldDef_Name(f)); in lupb_FieldDef_Name()
300 lua_pushstring(L, upb_OneofDef_Name(o)); in lupb_OneofDef_Name()
345 lua_pushstring(L, upb_MessageDef_FullName(m)); in lupb_MessageDef_pushnested()
346 lua_pushstring(L, "."); in lupb_MessageDef_pushnested()
415 lua_pushstring(L, upb_MessageDef_Name(m)); in lupb_MessageDef_Name()
448 lua_pushstring(L, upb_MessageDef_FullName(m)); in lupb_MessageDef_FullName()
589 lua_pushstring(L, upb_EnumValueDef_FullName(ev)); in lupb_EnumValueDef_FullName()
595 lua_pushstring(L, upb_EnumValueDef_Name(ev)); in lupb_EnumValueDef_Name()
662 lua_pushstring(L, upb_FileDef_Name(f)); in lupb_FileDef_Name()
668 lua_pushstring(L, upb_FileDef_Package(f)); in lupb_FileDef_Package()
[all …]
Dmsg.c145 lua_pushstring(L, "v"); in lupb_cacheinit()
968 lua_pushstring(L, "Error decoding protobuf."); in lupb_decode()
992 lua_pushstring(L, "Error encoding protobuf."); in lupb_Encode()
Dupb.c74 lua_pushstring(L, upb_Status_ErrorMessage(s)); in lupb_checkstatus()
/aosp_15_r20/packages/services/Car/tools/telemetry/lua-interpreter/
Dlua_engine.cc100 lua_pushstring(lua_state, published_data.c_str()); in ConvertJsonToLuaTable()
140 lua_pushstring(lua_state, saved_state.c_str()); in ConvertJsonToLuaTable()
175 lua_pushstring(lua_state, kSavedStateKey); in SaveSavedStateToRegistry()
181 lua_pushstring(lua_state, saved_state.c_str()); in SaveSavedStateToRegistry()
192 lua_pushstring(lua_state, kSavedStateKey); in ClearSavedStateInRegistry()
291 lua_pushstring(lua_state_, kSavedStateKey); in GetSavedState()
/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Dscript.c94 lua_pushstring(L, e->str); in l_meta_rnn_enum_tostring()
98 lua_pushstring(L, buf); in l_meta_rnn_enum_tostring()
376 lua_pushstring(L, decoded); in l_rnn_reg_meta_tostring()
473 lua_pushstring(L, rnn_enumname(rnn, name, val)); in l_rnn_enumname()
482 lua_pushstring(L, rnn_regname(rnn, regbase, 1)); in l_rnn_regname()
499 lua_pushstring(L, decoded); in l_rnn_regval()
623 lua_pushstring(L, name); in script_start_cmdstream()
647 lua_pushstring(L, primtype); in script_draw()
/aosp_15_r20/external/bcc/src/lua/src/
H A Dmain.c104 lua_pushstring(L, name); in dolibrary()
118 lua_pushstring(L, argv[i]); in pushargv()
135 lua_pushstring(L, progname); in pmain()
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/
DJniUtils.cpp100 lua_pushstring(lua, rawStringValue); in pushBundleToLuaTable()
184 lua_pushstring(lua, rawStringValue); in pushBundleToLuaTable()