Searched defs:list_append (Results 1 – 13 of 13) sorted by relevance
/external/coreboot/src/commonlib/ |
D | list.c | 32 void list_append(struct list_node *node, struct list_node *head) in list_append() function
|
/external/libcap-ng/utils/ |
D | proc-llist.c | 37 void list_append(llist *l, lnode *node) in list_append() function
|
/external/libxkbcommon/src/ |
D | util-list.c | 56 list_append(struct list *list, struct list *elm) in list_append() function
|
/external/AFLplusplus/include/ |
D | list.h | 70 static inline void list_append(list_t *list, void *el) { in list_append() function
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | data_structures.py | 167 def list_append(list_, x): function
|
/external/python/cpython3/Modules/_testlimitedcapi/ |
D | list.c | 90 list_append(PyObject *Py_UNUSED(module), PyObject *args) in list_append() function
|
/external/python/cpython3/Objects/clinic/ |
D | listobject.c.h | 117 list_append(PyListObject *self, PyObject *object) in list_append() function
|
/external/pytorch/torch/_export/ |
D | converter.py | 126 def list_append(container, element): function
|
/external/python/cpython3/Include/internal/ |
D | pycore_code.h | 194 PyObject *list_append; member
|
/external/python/cpython3/Python/ |
D | pylifecycle.c | 814 PyObject *list_append = _PyType_Lookup(&PyList_Type, &_Py_ID(append)); in pycore_init_builtins() local
|
D | specialize.c | 1840 PyObject *list_append = interp->callable_cache.list_append; in specialize_method_descriptor() local
|
/external/starlark-go/starlark/ |
D | library.go | 1292 func list_append(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
|
/external/pytorch/test/onnx/ |
D | test_pytorch_onnx_onnxruntime.py | 1713 def list_append(boxes: List[Tensor]): function
|