Home
last modified time | relevance | path

Searched refs:has_input (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
Dreadline.c1324 int has_input = 0, err = 0; in readline_until_enter_or_signal() local
1326 while (!has_input) in readline_until_enter_or_signal()
1343 has_input = select(fileno(rl_instream) + 1, &selectset, in readline_until_enter_or_signal()
1349 if (has_input > 0) { in readline_until_enter_or_signal()
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxaudiodeviceprovider.c251 gboolean has_input = _audio_device_has_input (osx_devices[i]); in gst_osx_audio_device_provider_probe_internal() local
253 if (is_src && !has_input) { in gst_osx_audio_device_provider_probe_internal()