/external/google-breakpad/src/common/linux/ |
H A D | elf_core_dump.cc | 40 // 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 D | elf_core_dump.h | 64 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 D | SerializedDiagnostics.h | 46 Note, enumerator in enum:clang::serialized_diags::Level
|
/external/elfutils/tests/ |
H A D | run-readelf-test3.sh | 24 Note section [ 6] '.note' of 60 bytes at offset 0x120:
|
/external/libyuv/files/ |
H A D | public.mk | 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
|
/external/libyuv/ |
H A D | public.mk | 3 # Note that dependencies on NDK are not directly listed since NDK auto adds
|
/external/clang/lib/Frontend/ |
H A D | TextDiagnosticBuffer.cpp | 32 case DiagnosticsEngine::Note: 60 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Note, "%0"))
|
/external/icu/icu4c/source/data/mappings/ |
H A D | ucmlocal.mk | 5 # Note: noop-*.ucm are for Android only to prevent 2022 security attack.
|
H A D | ucmcore.mk | 5 # Note: A number of encodings are handled with purely algorithmic converters,
|
/external/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 74 void Note(SMLoc L, const Twine &Msg) { function in class:llvm::MCAsmParserExtension 75 getParser().Note(L, Msg);
|
/external/proguard/bin/ |
H A D | proguard.bat | 6 REM Note: when passing file names containing spaces to this script,
|
H A D | proguardgui.bat | 6 REM Note: when passing file names containing spaces to this script,
|
H A D | retrace.bat | 6 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 D | guestbook.py | 36 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 D | guestbook.py | 79 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 D | gelf_xlate.h | 47 TYPE (Note, LIBELFBITS)
|
/external/nanopb-c/generator/ |
H A D | protoc-gen-nanopb.bat | 7 :: Note that if you use the binary package of nanopb, the protoc
|
/external/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 32 Note = 1 << 0, member in class:clang::DiagnosticLevelMask 36 All = Note | Remark | Warning | Error
|
/external/icu/icu4c/source/data/translit/ |
H A D | trnsfiles.mk | 4 # Note:
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.cpp | 259 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 D | miscfiles.mk | 4 # Note:
|
/external/icu/icu4c/source/data/sprep/ |
H A D | sprepfiles.mk | 4 # Note:
|
/external/icu/icu4c/source/tools/icuswap/ |
H A D | Makefile.in | 78 echo Note: icuswap is obsolete - use icupkg instead.
|
/external/llvm/test/Bindings/OCaml/ |
H A D | bitwriter.ml | 10 (* Note that this takes a moment to link, so it's best to keep the number of
|
H A D | irreader.ml | 9 (* Note: It takes several seconds for ocamlopt to link an executable with
|