Searched refs:add_arg (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_introspect.c | 54 static void add_arg(struct wpabuf *xml, const char *name, const char *type, in add_arg() function 77 add_arg(xml, arg->name, arg->type, in add_entry() 213 add_arg(xml, "interface", "s", "in"); in add_properties_interface() 214 add_arg(xml, "propname", "s", "in"); in add_properties_interface() 215 add_arg(xml, "value", "v", "out"); in add_properties_interface() 219 add_arg(xml, "interface", "s", "in"); in add_properties_interface() 220 add_arg(xml, "props", "a{sv}", "out"); in add_properties_interface() 224 add_arg(xml, "interface", "s", "in"); in add_properties_interface() 225 add_arg(xml, "propname", "s", "in"); in add_properties_interface() 226 add_arg(xml, "value", "v", "in"); in add_properties_interface()
|
/external/v8/tools/ |
D | js2c.py | 102 def add_arg(str): function 110 add_arg(lines[last_match:end]) 118 add_arg(lines[last_match:end-1])
|