HomeSort by relevance Sort by last modified time
    Searched defs:Suggestion (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/Basic/
Warnings.cpp 38 StringRef Suggestion = DiagnosticIDs::getNearestOption(Flavor, Opt);
41 << !Suggestion.empty() << (Prefix.str() += Suggestion);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestion.java 23 public interface Suggestion {
26 * Gets the source that produced the current suggestion.
31 * Gets the shortcut ID of the current suggestion.
49 * Gets the first text line for the current suggestion.
54 * Gets the second text line for the current suggestion.
59 * Gets the second text line URL for the current suggestion.
64 * Gets the left-hand-side icon for the current suggestion.
71 * Gets the right-hand-side icon for the current suggestion.
78 * Gets the intent action for the current suggestion.
83 * Gets the name of the activity that the intent for the current suggestion will be sent to
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 369 /// If Suggestion is a nullptr then it's not possible to fix the pattern
371 const VarDecl *Suggestion;
373 const VarDecl *Suggestion)
374 : Variable(Variable), Mention(Mention), Suggestion(Suggestion) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 369 /// If Suggestion is a nullptr then it's not possible to fix the pattern
371 const VarDecl *Suggestion;
373 const VarDecl *Suggestion)
374 : Variable(Variable), Mention(Mention), Suggestion(Suggestion) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 369 /// If Suggestion is a nullptr then it's not possible to fix the pattern
371 const VarDecl *Suggestion;
373 const VarDecl *Suggestion)
374 : Variable(Variable), Mention(Mention), Suggestion(Suggestion) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 369 /// If Suggestion is a nullptr then it's not possible to fix the pattern
371 const VarDecl *Suggestion;
373 const VarDecl *Suggestion)
374 : Variable(Variable), Mention(Mention), Suggestion(Suggestion) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 369 /// If Suggestion is a nullptr then it's not possible to fix the pattern
371 const VarDecl *Suggestion;
373 const VarDecl *Suggestion)
374 : Variable(Variable), Mention(Mention), Suggestion(Suggestion) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 369 /// If Suggestion is a nullptr then it's not possible to fix the pattern
371 const VarDecl *Suggestion;
373 const VarDecl *Suggestion)
374 : Variable(Variable), Mention(Mention), Suggestion(Suggestion) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 369 /// If Suggestion is a nullptr then it's not possible to fix the pattern
371 const VarDecl *Suggestion;
373 const VarDecl *Suggestion)
374 : Variable(Variable), Mention(Mention), Suggestion(Suggestion) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CloneDetection.h 369 /// If Suggestion is a nullptr then it's not possible to fix the pattern
371 const VarDecl *Suggestion;
373 const VarDecl *Suggestion)
374 : Variable(Variable), Mention(Mention), Suggestion(Suggestion) {}
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 60 public static final class Suggestion {
72 return MoreObjects.toStringHelper(Suggestion.class)
378 public List<Suggestion> getSuggestions() {
379 final ArrayList<Suggestion> list = Lists.newArrayList();
382 Suggestion suggestion = null; local
388 suggestion = new Suggestion();
389 suggestion.rawContactId = rawContactId;
390 suggestion.contactId = mDataCursor.getLong(DataQuery.CONTACT_ID)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 517 milliseconds