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

  /external/python/cpython2/Modules/
ossaudiodev.c 895 static char *control_names[] = SOUND_DEVICE_NAMES; variable
908 assert(num_controls == sizeof(control_names) / sizeof(control_names[0]));
920 s = PyString_FromString(control_names[i]);
928 if (PyModule_AddObject(module, "control_names", names) == -1)
960 /* Build 'control_labels' and 'control_names' lists and add them
  /external/python/cpython3/Modules/
ossaudiodev.c 1053 static char *control_names[] = SOUND_DEVICE_NAMES; variable
1066 assert(num_controls == Py_ARRAY_LENGTH(control_names));
1078 s = PyUnicode_FromString(control_names[i]);
1086 if (PyModule_AddObject(module, "control_names", names) == -1)
1136 /* Build 'control_labels' and 'control_names' lists and add them
    [all...]

Completed in 555 milliseconds