Searched defs:item_name (Results 1 – 4 of 4) sorted by relevance
/external/android-clat/ |
D | config.c | 45 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/ |
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/webrtc/webrtc/libjingle/xmpp/ |
D | pubsub_task.cc | 186 const buzz::QName& item_name(item->Name()); in HandlePubsubItems() local
|