Home
last modified time | relevance | path

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

/third_party/libinput/test/
H A Dtest-utils.c437 #define DEFAULT_VALUES { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 } in START_TEST() macro
438 const float untouched[6] = DEFAULT_VALUES; in START_TEST()
444 { "", false, DEFAULT_VALUES }, in START_TEST()
445 { "banana", false, DEFAULT_VALUES }, in START_TEST()
446 { "1 2 3 a 5 6", false, DEFAULT_VALUES }, in START_TEST()
447 { "2", false, DEFAULT_VALUES }, in START_TEST()
448 { "2 3 4 5 6", false, DEFAULT_VALUES }, in START_TEST()
449 { "1 2 3 4 5 6", true, DEFAULT_VALUES }, in START_TEST()
452 { "0xff 2 3 4 5 6", false, DEFAULT_VALUES }, in START_TEST()
453 { NULL, false, DEFAULT_VALUES } in START_TEST()
[all...]
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs636 static DEFAULT_VALUES: clap::__macro_refs::once_cell::sync::Lazy<Vec<&str>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| { in push_attrs() consts
639 DEFAULT_VALUES.iter().copied() in push_attrs()
656 static DEFAULT_VALUES: clap::__macro_refs::once_cell::sync::Lazy<Vec<&str>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| { in push_attrs() consts
659 DEFAULT_VALUES.iter().copied() in push_attrs()
768 static DEFAULT_VALUES: clap::__macro_refs::once_cell::sync::Lazy<Vec<&::std::ffi::OsStr>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| { in push_attrs() consts
771 DEFAULT_VALUES.iter().copied() in push_attrs()
788 static DEFAULT_VALUES: clap::__macro_refs::once_cell::sync::Lazy<Vec<&::std::ffi::OsStr>> = clap::__macro_refs::once_cell::sync::Lazy::new(|| { in push_attrs() consts
791 DEFAULT_VALUES.iter().copied() in push_attrs()

Completed in 3 milliseconds