HomeSort by relevance Sort by last modified time
    Searched refs:add_arg (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 52 static void add_arg(struct wpabuf *xml, const char *name, const char *type, function
75 add_arg(xml, arg->name, arg->type,
208 add_arg(xml, "interface", "s", "in");
209 add_arg(xml, "propname", "s", "in");
210 add_arg(xml, "value", "v", "out");
214 add_arg(xml, "interface", "s", "in");
215 add_arg(xml, "props", "a{sv}", "out");
219 add_arg(xml, "interface", "s", "in");
220 add_arg(xml, "propname", "s", "in");
221 add_arg(xml, "value", "v", "in")
    [all...]
  /external/v8/tools/
js2c.py 133 def add_arg(str): function in function:ExpandMacros
141 add_arg(lines[last_match:end])
149 add_arg(lines[last_match:end-1])

Completed in 939 milliseconds