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

  /external/libunwind/doc/
unw_getcontext.tex 29 \section{Platform-specific Notes}
  /external/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 31 DiagList Errors, Warnings, Remarks, Notes;
42 const_iterator note_begin() const { return Notes.begin(); }
43 const_iterator note_end() const { return Notes.end(); }
VerifyDiagnosticConsumer.h 195 DirectiveList Notes;
201 Notes.clear();
  /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/google-breakpad/src/common/linux/
synth_elf.h 181 class Notes : public Section {
183 Notes(Endianness endianness)
  /external/mesa3d/scripts/
get_reviewer.pl 826 Notes:
    [all...]
  /external/u-boot/scripts/
get_maintainer.pl 1029 Notes:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 439 bool Notes = OutputType == GCovFileType::GCNO;
457 return Notes ? NotesFile->getString() : DataFile->getString();
465 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda");
471 sys::path::replace_extension(Filename, Notes ? "gcno" : "gcda");
558 Ctx->emitError(Twine("failed to open coverage notes file for writing: ") +
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
ExprConstant.cpp 25 // * A set of notes indicating why the evaluation was not a constant expression
474 /// notes attached to it will also be stored, otherwise they will not be.
602 /// Add notes containing a call stack to the current point of evaluation.
699 /// Add a stack of notes to a prior diagnostic.
781 /// Notes that we failed to evaluate an expression that other expressions
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 689 milliseconds