Home
last modified time | relevance | path

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

/external/android-clat/
Dconfig.c45 char *config_item_str(cnode *root, const char *item_name, const char *defaultvar) { in config_item_str()
62 int16_t *config_item_int16_t(cnode *root, const char *item_name, const char *defaultvar, int16_t *r… in config_item_int16_t()
101 struct in_addr *config_item_ip(cnode *root, const char *item_name, const char *defaultvar, struct i… in config_item_ip()
126 struct in6_addr *config_item_ip6(cnode *root, const char *item_name, const char *defaultvar, struct… 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/webrtc/webrtc/libjingle/xmpp/
Dpubsub_task.cc186 const buzz::QName& item_name(item->Name()); in HandlePubsubItems() local