Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dsuggestions.c42 struct suggestion { struct
43 struct suggestion *next; argument
51 suggestion_func *func; argument
55 static struct suggestion *suggestions; argument
/external/javapoet/src/main/java/com/squareup/javapoet/
DNameAllocator.java99 public String newName(String suggestion) { in newName()
108 public String newName(String suggestion, Object tag) { in newName()
128 public static String toJavaIdentifier(String suggestion) { in toJavaIdentifier()
/external/libtextclassifier/actions/
Dactions-suggestions.cc572 ActionSuggestion suggestion; in SuggestionFromSpec() local
935 ActionSuggestion suggestion = in ReadModelOutput() local
1123 ActionSuggestion suggestion = SuggestionFromSpec(mapping->action()); in SuggestActionsFromAnnotation() local
1288 ActionSuggestion suggestion = SuggestionFromSpec(action); in SuggestActionsFromRules() local
/external/glide/library/src/main/java/com/bumptech/glide/request/
DGenericRequest.java232 private static void check(String name, Object object, String suggestion) { in check()