Home
last modified time | relevance | path

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

/third_party/rust/crates/version_check/src/
Dchannel.rs121 pub fn is_dev(&self) -> bool { in is_dev() method
/third_party/ffmpeg/fftools/
Dcmdutils.c1299 int is_dev; in show_formats_devices() local
1315 is_dev = is_device(ofmt->priv_class); in show_formats_devices()
1316 if (!is_dev && device_only) in show_formats_devices()
1329 is_dev = is_device(ifmt->priv_class); in show_formats_devices()
1330 if (!is_dev && device_only) in show_formats_devices()