Home
last modified time | relevance | path

Searched defs:list_append (Results 1 – 6 of 6) 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/libxkbcommon/src/
Dutil-list.c56 list_append(struct list *list, struct list *elm) in list_append() function
/external/tensorflow/tensorflow/python/autograph/operators/
Ddata_structures.py171 def list_append(list_, x): function
/external/rust/crates/rayon/src/iter/
Dextend.rs47 fn list_append<T>(mut list1: LinkedList<T>, mut list2: LinkedList<T>) -> LinkedList<T> { in list_append() function
/external/starlark-go/starlark/
Dlibrary.go1292 func list_append(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
/external/python/cpython3/Objects/
Dlistobject.c823 list_append(PyListObject *self, PyObject *object) in list_append() function