Searched refs:Note (Results 1 - 25 of 213) sorted by relevance

123456789

/external/google-breakpad/src/common/linux/
H A Delf_core_dump.cc40 // Implementation of ElfCoreDump::Note.
42 ElfCoreDump::Note::Note() {} function in class:google_breakpad::ElfCoreDump::Note
44 ElfCoreDump::Note::Note(const MemoryRange& content) : content_(content) {} function in class:google_breakpad::ElfCoreDump::Note
46 bool ElfCoreDump::Note::IsValid() const {
50 const ElfCoreDump::Nhdr* ElfCoreDump::Note::GetHeader() const {
54 ElfCoreDump::Word ElfCoreDump::Note::GetType() const {
60 MemoryRange ElfCoreDump::Note::GetName() const {
68 MemoryRange ElfCoreDump::Note
[all...]
H A Delf_core_dump.h64 class Note { class in class:google_breakpad::ElfCoreDump
66 Note();
69 explicit Note(const MemoryRange& content);
92 Note GetNextNote() const;
99 // Note content.
139 Note GetFirstNote() const;
/external/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h46 Note, enumerator in enum:clang::serialized_diags::Level
/external/elfutils/tests/
H A Drun-readelf-test3.sh24 Note section [ 6] '.note' of 60 bytes at offset 0x120:
/external/libyuv/files/
H A Dpublic.mk3 # Note that dependencies on NDK are not directly listed since NDK auto adds
/external/libyuv/
H A Dpublic.mk3 # Note that dependencies on NDK are not directly listed since NDK auto adds
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp32 case DiagnosticsEngine::Note:
60 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Note, "%0"))
/external/icu/icu4c/source/data/mappings/
H A Ducmlocal.mk5 # Note: noop-*.ucm are for Android only to prevent 2022 security attack.
H A Ducmcore.mk5 # Note: A number of encodings are handled with purely algorithmic converters,
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h74 void Note(SMLoc L, const Twine &Msg) { function in class:llvm::MCAsmParserExtension
75 getParser().Note(L, Msg);
/external/proguard/bin/
H A Dproguard.bat6 REM Note: when passing file names containing spaces to this script,
H A Dproguardgui.bat6 REM Note: when passing file names containing spaces to this script,
H A Dretrace.bat6 REM Note: when passing file names containing spaces to this script,
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/client/
H A Dguestbook.py36 class Note(messages.Message): class in inherits:messages.Message
44 notes = messages.MessageField('guestbook.Note', 1, repeated=True)
53 @remote.method('guestbook.Note', 'protorpc.message_types.VoidMessage')
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/
H A Dguestbook.py79 class Note(messages.Message): class in inherits: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
132 note = Note(text=note_model.content, when=when)
/external/elfutils/libelf/
H A Dgelf_xlate.h47 TYPE (Note, LIBELFBITS)
/external/nanopb-c/generator/
H A Dprotoc-gen-nanopb.bat7 :: Note that if you use the binary package of nanopb, the protoc
/external/clang/include/clang/Basic/
H A DDiagnosticOptions.h32 Note = 1 << 0, member in class:clang::DiagnosticLevelMask
36 All = Note | Remark | Warning | Error
/external/icu/icu4c/source/data/translit/
H A Dtrnsfiles.mk4 # Note:
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); local
264 OS.SwitchSection(Note);
282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); local
292 OS.SwitchSection(Note);
/external/icu/icu4c/source/data/misc/
H A Dmiscfiles.mk4 # Note:
/external/icu/icu4c/source/data/sprep/
H A Dsprepfiles.mk4 # Note:
/external/icu/icu4c/source/tools/icuswap/
H A DMakefile.in78 echo Note: icuswap is obsolete - use icupkg instead.
/external/llvm/test/Bindings/OCaml/
H A Dbitwriter.ml10 (* Note that this takes a moment to link, so it's best to keep the number of
H A Dirreader.ml9 (* Note: It takes several seconds for ocamlopt to link an executable with

Completed in 895 milliseconds

123456789