HomeSort by relevance Sort by last modified time
    Searched defs:Note (Results 1 - 25 of 55) sorted by null

1 2 3

  /system/tools/hidl/c2hal/
Note.cpp 17 #include "Note.h"
21 Note::Note(const std::string &name)
25 Note::Note(Declaration *decl)
30 Note::~Note() {
36 void Note::generateSource(Formatter &out) const {
38 out << "NOTE:\n";
52 void Note::processContents(AST &ast)
    [all...]
Note.h 31 struct Note : Declaration {
32 Note(const std::string &name);
34 Note(Declaration *decl);
35 ~Note();
37 static std::string type() { return "note"; }
46 DISALLOW_COPY_AND_ASSIGN(Note);
  /prebuilts/go/darwin-x86/src/go/doc/
doc.go 20 Notes map[string][]*Note
68 // A Note represents a marked comment starting with "MARKER(uid): note body".
69 // Any note with a marker of 2 or more upper case [A-Z] letters and a uid of
72 type Note struct {
75 Body string // note body text
  /prebuilts/go/linux-x86/src/go/doc/
doc.go 20 Notes map[string][]*Note
68 // A Note represents a marked comment starting with "MARKER(uid): note body".
69 // Any note with a marker of 2 or more upper case [A-Z] letters and a uid of
72 type Note struct {
75 Body string // note body text
  /external/ImageMagick/coders/
fax.c 275 *Note=
287 entry->note=ConstantString(Note);
  /external/google-breakpad/src/common/linux/
elf_core_dump.h 45 // provides methods for accessing program headers and the note section.
62 // A class encapsulating the note content in a core dump, which provides
63 // methods for accessing the name and description of a note.
64 class Note {
66 Note();
68 // Constructor that takes the note content from |content|.
69 explicit Note(const MemoryRange& content);
71 // Returns true if this note is valid, i,e. a note header is found in
75 // Returns the note header, or NULL if no note header is found i
    [all...]
elf_core_dump.cc 40 // Implementation of ElfCoreDump::Note.
42 ElfCoreDump::Note::Note() {}
44 ElfCoreDump::Note::Note(const MemoryRange& content) : content_(content) {}
46 bool ElfCoreDump::Note::IsValid() const {
50 const ElfCoreDump::Nhdr* ElfCoreDump::Note::GetHeader() const {
54 ElfCoreDump::Word ElfCoreDump::Note::GetType() const {
56 // 0 is not being used as a NOTE type.
60 MemoryRange ElfCoreDump::Note::GetName() const
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 74 void Note(SMLoc L, const Twine &Msg) {
75 getParser().Note(L, Msg);
  /external/clang/include/clang/Frontend/
SerializedDiagnostics.h 46 Note,
  /external/iproute2/doc/
api-ip6-flowlabels.tex 168 \paragraph{Note about IPv6 options and destination address.}
  /external/libvorbis/doc/
Vorbis_I_spec.tex 63 % Simple 'Note' environment. Can be customized later on.
64 \newenvironment{note}{\subparagraph*{Note:}}{}
87 % NOTE: Things to watch out for: Some chars are reserved in LaTeX. You need to translate them...
  /frameworks/base/tools/aapt2/
Diagnostics.h 71 enum class Level { Note, Warn, Error };
85 virtual void Note(const DiagMessage& message) {
87 Log(Level::Note, actual);
111 case Level::Note:
112 tag = "note";
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 32 Note = 1 << 0,
36 All = Note | Remark | Warning | Error
DiagnosticIDs.h 63 // NOTE: 0 means "uncomputed".
120 Ignored, Note, Remark, Warning, Error, Fatal
160 /// \brief Determine whether the given built-in diagnostic ID is a Note.
Diagnostic.h 143 Note = DiagnosticIDs::Note,
630 /// \brief Note that the prior diagnostic was emitted by some other
631 /// \c DiagnosticsEngine, and we may be attaching a note to that diagnostic.
    [all...]
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUTargetStreamer.cpp 259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
264 OS.SwitchSection(Note);
282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
292 OS.SwitchSection(Note);
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 39 Note,
DiagnosticEngine.h 44 Note,
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 100 const char *Note() const { return Black(); }
352 Buffer.append("%s note: %s", Decor.Note(), Decor.EndNote());
  /external/elfutils/libelf/
abstract.h 161 /* Note entry header. */
162 #define Note(Bits, Ext) \
170 Note (32, Ext)
172 Note (64, Ext)
314 /* Note that there is actual compression data right after the Chdr.
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 485 if (SectionName.startswith(".note"))
504 else if (TypeName == "note")
579 // NOTE the comma is optional in all cases. It is only documented as being
680 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
683 getStreamer().SwitchSection(Note);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_plan9.go 9 // Note that sometimes we use a lowercase //sys name and
34 // A Note is a string describing a process note.
36 type Note string
38 func (n Note) Signal() {}
40 func (n Note) String() string {
  /prebuilts/go/linux-x86/src/syscall/
syscall_plan9.go 9 // Note that sometimes we use a lowercase //sys name and
34 // A Note is a string describing a process note.
36 type Note string
38 func (n Note) Signal() {}
40 func (n Note) String() string {
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 151 SourceLocation(), PresumedLoc(), DiagnosticsEngine::Note, Message,
179 if (!DiagOpts->ShowNoteIncludeStack && Level == DiagnosticsEngine::Note)
216 // Emit the inclusion text/note.
249 // Emit the inclusion text/note.
427 // spelling location here to avoid emitting a macro backtrace for the note.
443 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(),
590 // Generate a note indicating the include location.
602 // Generate a note indicating the include location.
618 // Generate a note indicating the include location.
  /external/clang/bindings/python/clang/
cindex.py 303 Note = 1
    [all...]

Completed in 1315 milliseconds

1 2 3