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

  /external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Notes;
39 const_iterator note_begin() const { return Notes.begin(); }
40 const_iterator note_end() const { return Notes.end(); }
  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 36 * Notes table contract
38 public static final class Notes implements BaseColumns {
41 private Notes() {}
46 public static final String TABLE_NAME = "notes";
62 * Path part for the Notes URI
64 private static final String PATH_NOTES = "/notes";
69 private static final String PATH_NOTE_ID = "/notes/";
79 private static final String PATH_LIVE_FOLDER = "/live_folders/notes";
101 * The content Uri pattern for a notes listing for live folders
111 * The MIME type of {@link #CONTENT_URI} providing a directory of notes
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 156 DirectiveList Notes;
159 DirectiveList* Lists[] = { &Errors, &Warnings, &Notes, 0 };
261 DL = &ED.Notes;
357 // Find all expected errors/warnings/notes.
475 NumProblems += CheckLists(Diags, SourceMgr, "note", ED.Notes,
  /external/dropbear/libtomcrypt/
crypt.tex 635 \subsection{Notes}
    [all...]

Completed in 60 milliseconds