Home
last modified time | relevance | path

Searched defs:suggestions (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/java/dagger/android/
DDispatchingAndroidInjector.java154 List<String> suggestions = new ArrayList<>(); in errorMessageSuggestions() local
/external/autotest/client/profilers/powertop/src/
Dsuggestions.c55 static struct suggestion *suggestions; variable
/external/rust/crates/clap/src/
Dlib.rs578 mod suggestions; module
/external/rust/crates/proc-macro-error/src/
Ddiagnostic.rs26 pub(crate) suggestions: Vec<(SuggestionKind, String, Option<SpanRange>)>, field