Searched refs:add_arg (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_introspect.c | 52 static void add_arg(struct wpabuf *xml, const char *name, const char *type, in add_arg() function 75 add_arg(xml, arg->name, arg->type, in add_entry() 208 add_arg(xml, "interface", "s", "in"); in add_properties_interface() 209 add_arg(xml, "propname", "s", "in"); in add_properties_interface() 210 add_arg(xml, "value", "v", "out"); in add_properties_interface() 214 add_arg(xml, "interface", "s", "in"); in add_properties_interface() 215 add_arg(xml, "props", "a{sv}", "out"); in add_properties_interface() 219 add_arg(xml, "interface", "s", "in"); in add_properties_interface() 220 add_arg(xml, "propname", "s", "in"); in add_properties_interface() 221 add_arg(xml, "value", "v", "in"); in add_properties_interface()
|
/external/v8/tools/ |
D | js2c.py | 133 def add_arg(str): function 141 add_arg(lines[last_match:end]) 149 add_arg(lines[last_match:end-1])
|
/external/chromium_org/v8/tools/ |
D | js2c.py | 130 def add_arg(str): function 138 add_arg(lines[last_match:end]) 146 add_arg(lines[last_match:end-1])
|