Searched refs:list_remove (Results 1 – 8 of 8) sorted by relevance
/external/iperf3/src/ |
D | timer.c | 100 list_remove( Timer* t ) in list_remove() function 115 list_remove( t ); in list_resort() 218 list_remove( t ); in tmr_cancel()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | timer_generic.cc | 321 static void list_remove(grpc_timer* timer) { in list_remove() function 477 list_remove(timer); in timer_cancel() 519 list_remove(timer); in refill_heap()
|
/external/wayland/tests/ |
D | list-test.c | 129 TEST(list_remove) in TEST() argument
|
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 121 static ListNode* list_remove( 345 static ListNode* list_remove( in list_remove() function 363 free(list_remove(node, cleanup_value, cleanup_value_data)); in list_remove_free() 1326 list_remove(&block_info->node, NULL, NULL); in _test_free()
|
/external/python/cpython3/Objects/clinic/ |
D | listobject.c.h | 218 {"remove", (PyCFunction)list_remove, METH_O, list_remove__doc__},
|
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 123 void list_remove(T* t, T** head, T** tail) { in list_remove() function 254 list_remove<Vertex, &Vertex::fPrev, &Vertex::fNext>(v, &fHead, &fTail); in remove() 450 list_remove<Edge, &Edge::fLeft, &Edge::fRight>(edge, &fHead, &fTail); in remove() 903 list_remove<Edge, &Edge::fPrevEdgeAbove, &Edge::fNextEdgeAbove>( in remove_edge_above() 911 list_remove<Edge, &Edge::fPrevEdgeBelow, &Edge::fNextEdgeBelow>( in remove_edge_below()
|
/external/skqp/src/gpu/ |
D | GrTessellator.cpp | 123 void list_remove(T* t, T** head, T** tail) { in list_remove() function 254 list_remove<Vertex, &Vertex::fPrev, &Vertex::fNext>(v, &fHead, &fTail); in remove() 450 list_remove<Edge, &Edge::fLeft, &Edge::fRight>(edge, &fHead, &fTail); in remove() 903 list_remove<Edge, &Edge::fPrevEdgeAbove, &Edge::fNextEdgeAbove>( in remove_edge_above() 911 list_remove<Edge, &Edge::fPrevEdgeBelow, &Edge::fNextEdgeBelow>( in remove_edge_below()
|
/external/python/cpython3/Objects/ |
D | listobject.c | 2550 list_remove(PyListObject *self, PyObject *value) in list_remove() function
|