Home
last modified time | relevance | path

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

/third_party/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()
/third_party/node/tools/
Dtest.py846 self.config.additional_flags += context.node_args
848 self.config.additional_flags = context.node_args
914 self.node_args = args
1587 options.node_args.append("--trace-opt")
1588 options.node_args.append("--trace-file-names")
1591 options.node_args.append("--always-opt")
1596 options.node_args.append(run_worker)
1603 options.node_args,
/third_party/node/src/
Dnode.cc349 std::vector<Local<Value>> node_args = { in BootstrapNode() local
356 this, "internal/bootstrap/node", &node_params, &node_args); in BootstrapNode()
366 ExecuteBootstrapper(this, thread_switch_id, &node_params, &node_args); in BootstrapNode()
377 this, process_state_switch_id, &node_params, &node_args); in BootstrapNode()