Home
last modified time | relevance | path

Searched defs:to_list (Results 1 – 9 of 9) sorted by relevance

/external/selinux/python/sepolgen/src/sepolgen/
Daccess.py125 def to_list(self): member in AccessVector
237 def to_list(self): member in AccessVectorSet
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor_value.py97 def to_list(self): member in RaggedTensorValue
Dragged_tensor.py1410 def to_list(self): member in RaggedTensor
/external/curl/lib/
Dllist.c152 struct curl_llist *to_list, in Curl_llist_move()
/external/libnl/include/netlink-private/route/
Dtc-api.h83 struct nl_list_head to_list; member
/external/tensorflow/tensorflow/python/keras/utils/
Dgeneric_utils.py542 def to_list(x): function
/external/python/cpython3/Lib/test/
Dtest_asyncgen.py37 def to_list(gen): function
332 async def to_list(self, gen): member in AsyncGenAsyncioTest
/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq.hpp516 std::list<typename Collection::cursor::element_type> to_list() const in to_list() function in cpplinq::linq_driver
/external/autotest/client/site_tests/firmware_TouchMTB/
Dtest_flow.py215 to_list = lambda s: list(s) if isinstance(s, tuple) else [s] function