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

  /external/libusb/libusb/os/
sunos_usb.h 55 struct node_args { struct
63 struct node_args *nargs; /* di node walk arguments */
sunos_usb.c 178 struct node_args *nargs;
189 nargs = (struct node_args *)largs->nargs;
303 struct node_args *nargs = (struct node_args *)args;
329 struct node_args args;
    [all...]
  /external/tensorflow/tensorflow/python/autograph/pyct/
ast_util.py 341 node_args = tuple(self._arg_name(arg) for arg in node.args.args)
342 if node_args != tuple(arg_spec.args):
  /external/selinux/python/semanage/
semanage 649 node_args = {'list': [('node', 'type', 'proto', 'netmask'), ('')], 'add': [('locallist'), ('type', 'node', 'proto', 'netmask')], 'modify': [('locallist'), ('node', 'netmask', 'proto')], 'delete': [('locallist'), ('node', 'netmask', 'prototype')], 'extract': [('locallist', 'node', 'type', 'proto', 'netmask'), ('')], 'deleteall': [('locallist'), ('')]}
650 handle_opts(args, node_args, args.action)
    [all...]

Completed in 3827 milliseconds