Searched refs:list_name (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/cros/ |
D | interactive_client.py | 125 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/ |
D | interactive_xmlrpc_server.py | 168 def append_list_item(self, list_name, item_name, html): argument 184 cgi.escape(list_name),
|
/external/python/cpython2/Lib/test/ |
D | test_smtplib.py | 367 list_name = arg.lower() 368 if list_name in sim_lists: 369 user_list = sim_lists[list_name]
|
/external/curl/tests/ |
D | ftpserver.pl | 1041 my ($list_name) = @_; 1043 logmsg "EXPN_smtp got $list_name\n"; 1045 if(!$list_name) {
|
/external/llvm/docs/ |
D | CMakePrimer.rst | 177 foreach(list_name IN LISTS list_of_lists) 178 foreach(value IN LISTS ${list_name}) 184 because the first dereference turns ``list_name`` into the name of the sub-list
|
/external/v8/src/objects/ |
D | scope-info.cc | 797 static void PrintList(const char* list_name, int nof_internal_slots, int start, in PrintList() argument 800 PrintF("\n // %s\n", list_name); in PrintList()
|