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

  /external/python/cpython2/Modules/
ossaudiodev.c 894 static char *control_labels[] = SOUND_DEVICE_LABELS; variable
907 num_controls = sizeof(control_labels) / sizeof(control_labels[0]);
915 s = PyString_FromString(control_labels[i]);
926 if (PyModule_AddObject(module, "control_labels", labels) == -1)
960 /* Build 'control_labels' and 'control_names' lists and add them
  /external/python/cpython3/Modules/
ossaudiodev.c 1057 static char *control_labels[] = SOUND_DEVICE_LABELS; variable
1070 num_controls = Py_ARRAY_LENGTH(control_labels);
1078 s = PyUnicode_FromString(control_labels[i]);
1089 if (PyModule_AddObject(module, "control_labels", labels) == -1)
1141 /* Build 'control_labels' and 'control_names' lists and add them
    [all...]

Completed in 270 milliseconds