Home
last modified time | relevance | path

Searched defs:list_append (Results 1 – 3 of 3) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
Dproc-llist.c36 void list_append(llist *l, lnode *node) in list_append() function
/external/tensorflow/tensorflow/python/autograph/operators/
Ddata_structures.py171 def list_append(list_, x): function
/external/python/cpython3/Objects/
Dlistobject.c799 list_append(PyListObject *self, PyObject *object) in list_append() function