Home
last modified time | relevance | path

Searched refs:command_names (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/scripts/
H A Dregistry_xml.py421 self.command_names = {}
424 return self.command_names[version]
429 for version, version_cmd_names in sorted(self.command_names.items()):
436 if version not in self.command_names:
437 self.command_names[version] = []
439 self.command_names[version] += commands
/third_party/pulseaudio/src/pulsecore/
H A Dpdispatch.c47 static const char *command_names[PA_COMMAND_MAX] = { variable
329 if (command >= PA_COMMAND_MAX || !(p = command_names[command])) in pa_pdispatch_run()

Completed in 2 milliseconds