Home
last modified time | relevance | path

Searched refs:node_args (Results 1 – 5 of 5) sorted by relevance

/external/libusb/libusb/os/
Dsunos_usb.h54 struct node_args { struct
62 struct node_args *nargs; /* di node walk arguments */ argument
Dsunos_usb.c544 struct node_args *nargs; in sunos_add_devices()
560 nargs = (struct node_args *)largs->nargs; in sunos_add_devices()
660 struct node_args *nargs = (struct node_args *)args; in sunos_walk_minor_node_link()
686 struct node_args args; in sunos_get_device_list()
/external/tensorflow/tensorflow/python/autograph/pyct/
Dparser.py217 node_args = tuple(_arg_name(arg) for arg in node.args.args)
218 if node_args != tuple(arg_spec.args):
/external/perfetto/src/trace_processor/
Dexport_json.cc1727 const Json::Value* node_args = in ExportMemorySnapshots() local
1729 for (const auto& arg_name : node_args->getMemberNames()) { in ExportMemorySnapshots()
1730 const Json::Value& arg_value = (*node_args)[arg_name]["value"]; in ExportMemorySnapshots()
1737 Json::Value unit = (*node_args)[arg_name]["unit"]; in ExportMemorySnapshots()
/external/selinux/python/semanage/
Dsemanage646node_args = {'list': [('node', 'type', 'proto', 'netmask'), ('')], 'add': [('locallist'), ('type',…
647 handle_opts(args, node_args, args.action)