HomeSort by relevance Sort by last modified time
    Searched full:command_generator (Results 1 - 3 of 3) sorted by null

  /external/tpm2/generator/
generator.py 10 passes files as input to structure_generator and command_generator objects.
20 import command_generator
163 command_generator.GenerateHeader(commands)
164 command_generator.GenerateImplementation(commands, typemap)
tpm_table.py 13 from command_generator import Command
82 _command_map: a dictionary of command_generator.Command objects, keyed by
  /external/libedit/examples/
fileman.c 221 char *command_generator(const char *, int);
254 matches = completion_matches (text, command_generator);
255 /* matches = rl_completion_matches (text, command_generator); */
264 command_generator (text, state) function

Completed in 71 milliseconds