Home
last modified time | relevance | path

Searched refs:note (Results 176 - 200 of 484) sorted by relevance

12345678910>>...20

/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Derror.rs7 pub note: Option<&'static str>,
33 note: Some("hint: use UniquePtr<> or SharedPtr<>"),
39 note: Some("identifiers starting with cxxbridge are reserved"),
45 note: Some("hint: wrap it in a UniquePtr<>"),
51 note: Some("hint: wrap it in a UniquePtr<> or SharedPtr<>"),
57 note: Some("note: explicitly set `= 0` if that is desired outcome"),
63 note: Some("note: use a path starting with the crate name"),
69 note
[all...]
/third_party/rust/crates/cxx/macro/src/syntax/
H A Derror.rs7 pub note: Option<&'static str>,
33 note: Some("hint: use UniquePtr<> or SharedPtr<>"),
39 note: Some("identifiers starting with cxxbridge are reserved"),
45 note: Some("hint: wrap it in a UniquePtr<>"),
51 note: Some("hint: wrap it in a UniquePtr<> or SharedPtr<>"),
57 note: Some("note: explicitly set `= 0` if that is desired outcome"),
63 note: Some("note: use a path starting with the crate name"),
69 note
[all...]
/third_party/rust/crates/cxx/syntax/
H A Derror.rs7 pub note: Option<&'static str>,
33 note: Some("hint: use UniquePtr<> or SharedPtr<>"),
39 note: Some("identifiers starting with cxxbridge are reserved"),
45 note: Some("hint: wrap it in a UniquePtr<>"),
51 note: Some("hint: wrap it in a UniquePtr<> or SharedPtr<>"),
57 note: Some("note: explicitly set `= 0` if that is desired outcome"),
63 note: Some("note: use a path starting with the crate name"),
69 note
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Derror.rs7 pub note: Option<&'static str>,
33 note: Some("hint: use UniquePtr<> or SharedPtr<>"),
39 note: Some("identifiers starting with cxxbridge are reserved"),
45 note: Some("hint: wrap it in a UniquePtr<>"),
51 note: Some("hint: wrap it in a UniquePtr<> or SharedPtr<>"),
57 note: Some("note: explicitly set `= 0` if that is desired outcome"),
63 note: Some("note: use a path starting with the crate name"),
69 note
[all...]
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dmem-memset-x86-64-asm.S11 * We need to provide note.GNU-stack section, saying that we want
15 .section .note.GNU-stack,"",@progbits
H A Dmem-memcpy-x86-64-asm.S16 * We need to provide note.GNU-stack section, saying that we want
20 .section .note.GNU-stack,"",@progbits
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dmem-memset-x86-64-asm.S11 * We need to provide note.GNU-stack section, saying that we want
15 .section .note.GNU-stack,"",@progbits
H A Dmem-memcpy-x86-64-asm.S16 * We need to provide note.GNU-stack section, saying that we want
20 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/src/x86_64/
H A Dlongjmp.S34 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/src/x86/
H A Dlongjmp.S39 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/src/hppa/
H A Dsiglongjmp.S15 .section .note.GNU-stack,"",@progbits
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dvmlinux.lds.S22 note PT_NOTE;
35 *(.note)
/kernel/linux/linux-5.10/arch/s390/kernel/syscalls/
H A Dsyscalltbl138 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
174 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dvmlinux.lds.S22 note PT_NOTE;
35 *(.note)
/kernel/linux/linux-6.6/arch/s390/kernel/syscalls/
H A Dsyscalltbl138 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
174 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/kernel/liteos_a/platform/
H A Dboard.ld.S47 /DISCARD/ : { *(.comment .note) }
/third_party/libunwind/libunwind/src/ia64/
H A Dlongjmp.S41 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/src/aarch64/
H A Dgetcontext.S52 .section .note.GNU-stack,"",@progbits
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBTMXExporter.java158 Element note = xml.createElement("note"); in export()
159 note.appendChild(xml.createTextNode("This document was created automatically by RBManager")); in export()
160 header.appendChild(note); in export()
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py101 note: Notebook
116 self.note = note = Notebook(frame)
117 self.extpage = ExtPage(note)
118 self.highpage = HighPage(note, self.extpage)
119 self.fontpage = FontPage(note, self.highpage)
120 self.keyspage = KeysPage(note, self.extpage)
121 self.winpage = WinPage(note)
122 self.shedpage = ShedPage(note)
124 note
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-core.c30 /* NT_AUXV note related info */
96 Elf64_Nhdr *note = (Elf64_Nhdr *)buf; in append_elf64_note() local
99 note->n_namesz = cpu_to_be32(namesz); in append_elf64_note()
100 note->n_descsz = cpu_to_be32(data_len); in append_elf64_note()
101 note->n_type = cpu_to_be32(type); in append_elf64_note()
102 buf += DIV_ROUND_UP(sizeof(*note), sizeof(Elf64_Word)); in append_elf64_note()
251 * Skip past the first CPU note. Fill this note with the in opalcore_append_cpu_notes()
287 * Add crashing CPU as the first NT_PRSTATUS note for in opalcore_append_cpu_notes()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-core.c30 /* NT_AUXV note related info */
96 Elf64_Nhdr *note = (Elf64_Nhdr *)buf; in append_elf64_note() local
99 note->n_namesz = cpu_to_be32(namesz); in append_elf64_note()
100 note->n_descsz = cpu_to_be32(data_len); in append_elf64_note()
101 note->n_type = cpu_to_be32(type); in append_elf64_note()
102 buf += DIV_ROUND_UP(sizeof(*note), sizeof(Elf64_Word)); in append_elf64_note()
251 * Skip past the first CPU note. Fill this note with the in opalcore_append_cpu_notes()
287 * Add crashing CPU as the first NT_PRSTATUS note for in opalcore_append_cpu_notes()
/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_midi.c577 ossev.v.note = ev->data.note.note; in send_synth_event()
578 ossev.v.parm = ev->data.note.velocity; in send_synth_event()
579 ossev.v.chn = ev->data.note.channel; in send_synth_event()
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_midi.c586 ossev.v.note = ev->data.note.note; in send_synth_event()
587 ossev.v.parm = ev->data.note.velocity; in send_synth_event()
588 ossev.v.chn = ev->data.note.channel; in send_synth_event()
/third_party/alsa-utils/seq/aseqnet/
H A Daseqnet.c583 ev->data.control.channel, ev->data.note.note); in print_event()
587 ev->data.control.channel, ev->data.note.note); in print_event()

Completed in 12 milliseconds

12345678910>>...20