Home
last modified time | relevance | path

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

/external/android-clat/
Dconfig.c46 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/
Dinteractive_xmlrpc_server.py168 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/
Dinteractive_client.py125 def append_list_item(self, list_name, item_name, html): argument
138 def replace_list_item(self, item_name, html): argument
/external/python/six/
Dtest_six.py117 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/
Dpubsub_task.cc186 const buzz::QName& item_name(item->Name()); in HandlePubsubItems() local