Home
last modified time | relevance | path

Searched refs:note (Results 301 - 325 of 484) sorted by relevance

1...<<11121314151617181920

/third_party/libunwind/libunwind/src/x86/
H A Dgetcontext-freebsd.S112 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/tests/
H A Dia64-dyn-asm.S101 .section .note.GNU-stack,"",@progbits
/third_party/mesa3d/src/mesa/x86/
H A Dcommon_x86_asm.S218 .section .note.GNU-stack,"",%progbits
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFVerifier.h105 raw_ostream &note() const;
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dpowerpc64.s132 .section .note.GNU-stack,"",@progbits
H A Driscv64.s116 .section .note.GNU-stack,"",@progbits
H A Dx86_64.s122 .section .note.GNU-stack,"",@progbits
H A Darm.s135 .section .note.GNU-stack,"",%progbits
H A Daarch64.s119 .section .note.GNU-stack,"",@progbits
/third_party/rust/crates/nix/src/sys/
H A Dsignalfd.rs16 //! Please note that signal discarding is not specific to `signalfd`, but also happens with regular
35 #[deprecated(since = "0.23.0", note = "use mem::size_of::<siginfo>() instead")]
/kernel/linux/linux-6.6/include/asm-generic/
H A Dvmlinux.lds.h66 #define NOTES_HEADERS :text :note
881 * Discard .note.GNU-stack, which is emitted as PROGBITS by the compiler.
884 * Also, discard .note.gnu.property, otherwise it forces the notes section to
890 *(.note.GNU-stack) \
891 *(.note.gnu.property) \
894 BOUNDED_SECTION_BY(.note.*, _notes) \
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dsdt.h16 note section. The data in the note section describes the operands, in terms
208 operand note format.
219 register, then a sys/sdt.h note consumer may need to employ
254 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \
261 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \
269 _SDT_ASM_3(.pushsection .note.stapsdt,"","note") \
[all...]
/third_party/python/Lib/
H A Dtraceback.py834 for note in self.__notes__:
835 note = _safe_string(note, 'note')
836 yield from [l + '\n' for l in note.split('\n')]
/kernel/linux/linux-6.6/scripts/
H A Dsphinx-pre-install795 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
846 print "note: If you want pdf, you need at least Sphinx $min_pdf_version.\n";
898 printf "\n Please note that Sphinx >= 3.0 will currently produce false-positive\n";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstrBuilder.cpp73 WithColor::note() << "found in scheduling class " << SCDesc.Name in initializeUsedResources()
553 WithColor::note() << "call instructions are not correctly modeled. "
561 WithColor::note() << "program counter updates are ignored.\n";
/third_party/python/Lib/xmlrpc/
H A Dserver.py754 note = ''
770 decl = title + argspec + (note and self.grey(
771 '<font face="helvetica, arial">%s</font>' % note))
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_configdialog.py95 dialog.note.select(dialog.keyspage)
115 dialog.note.select(page)
273 dialog.note.select(page)
784 dialog.note.select(page)
1194 dialog.note.select(page)
1275 dialog.note.select(page)
1308 dialog.note.select(page)
1316 dialog.note.select(page)
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs448 note = "use SockaddrIn, SockaddrIn6, or SockaddrStorage instead"
546 #[deprecated(since = "0.23.0", note = "use .to_string() instead")]
572 note = "Use std::net::IpAddr instead"
631 note = "Use std::net::Ipv4Addr instead"
689 note = "Use std::net::Ipv6Addr instead"
1984 note = "use SockaddrLike or SockaddrStorage instead"
2101 #[deprecated(since = "0.23.0", note = "use .to_string() instead")]
/applications/standard/contacts_data/contacts/include/
H A Dcontacts_napi_object.h70 * Indicates the note.
367 * Provides methods for note information
372 * Indicates the note content.
844 * Indicates the contact note.
846 Note note; member in OHOS::ContactsApi::Attribute::Contacts
/kernel/linux/linux-5.10/arch/parisc/
H A DMakefile75 OBJCOPY_FLAGS =-O binary -R .note -R .comment -S
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/
H A DMakefile49 OBJCOPYFLAGS_vmlinux.bin := -R .comment -R .note -S
/kernel/linux/linux-5.10/include/sound/
H A Demux_synth.h108 struct timer_list tlist; /* for pending note-offs */
164 unsigned char note; /* Note currently assigned to this voice */ member
166 unsigned char velocity; /* Velocity of current note */
168 struct snd_sf_zone *zone; /* Zone assigned to this note */
170 struct snd_midi_channel *chan; /* Midi channel for this note */
174 unsigned long ontime; /* jiffies at note triggered */
/kernel/linux/linux-6.6/include/sound/
H A Demux_synth.h108 struct timer_list tlist; /* for pending note-offs */
164 unsigned char note; /* Note currently assigned to this voice */ member
166 unsigned char velocity; /* Velocity of current note */
168 struct snd_sf_zone *zone; /* Zone assigned to this note */
170 struct snd_midi_channel *chan; /* Midi channel for this note */
174 unsigned long ontime; /* jiffies at note triggered */
/third_party/elfutils/tests/
H A Dtestfile-macros-0xff.s153 .section .note.GNU-stack,"",@progbits
/third_party/rust/crates/codespan/codespan-reporting/src/
H A Ddiagnostic.rs28 /// A note.
175 pub fn note() -> Diagnostic<FileId> { in note() functions

Completed in 20 milliseconds

1...<<11121314151617181920