Home
last modified time | relevance | path

Searched defs:append_list (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dinteractive_xmlrpc_server.py156 def append_list(self, name): member in InteractiveXmlRpcDelegate
/aosp_15_r20/external/autotest/server/cros/
H A Dinteractive_client.py114 def append_list(self, name): member in InteractiveClient
/aosp_15_r20/external/curl/tests/libtest/
H A Dlib1560.c1458 static const struct querycase append_list[] = { variable
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dlist.h659 inline void exec_list::append_list(exec_list *source) in append_list() function
/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c1399 PyObject *append_list = is_reraise ? reraised_list : raised_list; in _PyExc_PrepReraiseStar() local