Searched defs:lst (Results 1 - 4 of 4) sorted by last modified time

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dlauxlib.c321 const char *const lst[]) {
325 for (i=0; lst[i]; i++)
326 if (strcmp(lst[i], name) == 0)
320 luaL_checkoption(lua_State *L, int narg, const char *def, const char *const lst[]) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_json.c365 join_list_unicode(PyObject *lst) argument
367 /* return u''.join(lst) */
379 return PyObject_CallFunctionObjArgs(joinfn, lst, NULL);
1953 _steal_list_append(PyObject *lst, PyObject *stolen) argument
1956 int rval = PyList_Append(lst, stolen);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
H A Dborrowed_ref_2.py32 lst = [None] * 1000000 variable
37 lst[i] = c.g # consume the free list of instancemethod objects
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_json.c365 join_list_unicode(PyObject *lst) argument
367 /* return u''.join(lst) */
379 return PyObject_CallFunctionObjArgs(joinfn, lst, NULL);
1961 _steal_list_append(PyObject *lst, PyObject *stolen) argument
1964 int rval = PyList_Append(lst, stolen);

Completed in 85 milliseconds