Searched refs:list_pop (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | data_structures_test.py | 133 data_structures.list_pop(l, 0, opts) 136 l, x = data_structures.list_pop(l, None, opts) 145 self.assertAllEqual(data_structures.list_pop(l, None, opts), ([1, 2], 3)) 146 self.assertAllEqual(data_structures.list_pop(l, None, opts), ([1], 2))
|
D | __init__.py | 44 from tensorflow.python.autograph.operators.data_structures import list_pop
|
D | data_structures.py | 235 def list_pop(list_, i, opts): function
|
/external/python/cpython3/Objects/clinic/ |
D | listobject.c.h | 97 {"pop", (PyCFunction)list_pop, METH_FASTCALL, list_pop__doc__}, 103 list_pop(PyListObject *self, PyObject *const *args, Py_ssize_t nargs) in list_pop() function
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_implicit.c | 195 static op_implicit_list_t list_pop[] = variable 341 list_pop, list_popad, list_popfd, list_pushad, /* 33 - 36 */
|