Home
last modified time | relevance | path

Searched refs:list_name (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/cros/
Dinteractive_client.py125 def append_list_item(self, list_name, item_name, html): argument
135 return self._proxy.append_list_item(list_name, item_name, html)
/external/autotest/client/common_lib/cros/
Dinteractive_xmlrpc_server.py168 def append_list_item(self, list_name, item_name, html): argument
184 cgi.escape(list_name),
/external/curl/tests/
Dftpserver.pl1041 my ($list_name) = @_;
1043 logmsg "EXPN_smtp got $list_name\n";
1045 if(!$list_name) {
/external/v8/src/ast/
Dscopeinfo.cc793 static void PrintList(const char* list_name, in PrintList() argument
799 PrintF("\n // %s\n", list_name); in PrintList()