Searched defs:item_name (Results 1 – 5 of 5) sorted by relevance
/external/android-clat/ |
D | config.c | 46 char *config_item_str(cnode *root, const char *item_name, const char *defaultvar) { in config_item_str() 64 int16_t *config_item_int16_t(cnode *root, const char *item_name, const char *defaultvar, in config_item_int16_t() 107 struct in_addr *config_item_ip(cnode *root, const char *item_name, const char *defaultvar, in config_item_ip() 134 struct in6_addr *config_item_ip6(cnode *root, const char *item_name, const char *defaultvar, in config_item_ip6()
|
/external/autotest/client/common_lib/cros/ |
D | interactive_xmlrpc_server.py | 168 def append_list_item(self, list_name, item_name, html): argument 191 def replace_list_item(self, item_name, html): argument
|
/external/autotest/server/cros/ |
D | interactive_client.py | 125 def append_list_item(self, list_name, item_name, html): argument 138 def replace_list_item(self, item_name, html): argument
|
/external/python/six/ |
D | test_six.py | 117 def test_move_items(item_name): argument 143 def test_move_items_urllib_parse(item_name): argument 156 def test_move_items_urllib_error(item_name): argument 165 def test_move_items_urllib_request(item_name): argument 174 def test_move_items_urllib_response(item_name): argument 183 def test_move_items_urllib_robotparser(item_name): argument
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | pubsub_task.cc | 186 const buzz::QName& item_name(item->Name()); in HandlePubsubItems() local
|