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

1 2

  /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...
  /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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/client/
guestbook.py 36 class Note(messages.Message):
44 notes = messages.MessageField('guestbook.Note', 1, repeated=True)
53 @remote.method('guestbook.Note', 'protorpc.message_types.VoidMessage')
  /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.}
  /frameworks/base/tools/aapt2/
Diagnostics.h 68 Note,
85 virtual void note(const DiagMessage& message) { function in struct:aapt::IDiagnostics
87 log(Level::Note, actual);
111 case Level::Note:
112 tag = "note";
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/
guestbook.py 79 class Note(messages.Message):
97 notes = messages.MessageField(Note, 1, repeated=True)
103 @remote.method(Note)
106 # If the Note instance has a timestamp, use that timestamp
113 note = Greeting(content=request.text, date=when)
114 note.put()
132 note = Note(text=note_model.content, when=when)
133 notes.append(note)
136 notes.sort(key=lambda note: note.text
    [all...]
  /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,
623 /// \brief Note that the prior diagnostic was emitted by some other
624 /// \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(); }
355 Printf("%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 483 if (SectionName.startswith(".note"))
502 else if (TypeName == "note")
577 // NOTE the comma is optional in all cases. It is only documented as being
678 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
681 getStreamer().SwitchSection(Note);
AsmParser.cpp 214 void Note(SMLoc L, const Twine &Msg,
553 void AsmParser::Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) {
748 /// NOTE: This assumes the leading '(' has already been consumed.
763 /// NOTE: This assumes the leading '[' has already been consumed.
    [all...]
  /external/clang/lib/Frontend/
DiagnosticRenderer.cpp 61 // name so that we can render it into the expansion note.
193 SourceLocation(), PresumedLoc(), DiagnosticsEngine::Note, Message,
220 if (!DiagOpts->ShowNoteIncludeStack && Level == DiagnosticsEngine::Note)
257 // Emit the inclusion text/note.
290 // Emit the inclusion text/note.
468 // spelling location here to avoid emitting a macro backtrace for the note.
483 emitDiagnostic(SpellingLoc, DiagnosticsEngine::Note, Message.str(),
630 // Generate a note indicating the include location.
642 // Generate a note indicating the include location.
658 // Generate a note indicating the include location
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 303 Note = 1
1082 # An attribute whoe specific kind is note exposed via this interface
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 404 * Note: this query returns primary profile results before managed profile results,
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 329 // Note that we intentionally use std::map here so that references to
677 /// Add a note to a prior diagnostic.
678 OptionalDiagnostic Note(SourceLocation Loc, diag::kind DiagId) {
711 /// Note that we have had a side-effect, and determine whether we should
736 /// Note that we hit something that was technically undefined behavior, but
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 93 Parser.Note(*FI, ".fnstart was specified here");
98 Parser.Note(*UI, ".cantunwind was specified here");
103 Parser.Note(*HI, ".handlerdata was specified here");
112 Parser.Note(*PI++, ".personality was specified here");
114 Parser.Note(*PII++, ".personalityindex was specified here");
180 void Note(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges = None) {
181 return getParser().Note(L, Msg, Ranges);
    [all...]

Completed in 2007 milliseconds

1 2