| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | error.rs | 7 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 D | error.rs | 7 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 D | error.rs | 7 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 D | error.rs | 7 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 D | mem-memset-x86-64-asm.S | 11 * We need to provide note.GNU-stack section, saying that we want 15 .section .note.GNU-stack,"",@progbits
|
| H A D | mem-memcpy-x86-64-asm.S | 16 * 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 D | mem-memset-x86-64-asm.S | 11 * We need to provide note.GNU-stack section, saying that we want 15 .section .note.GNU-stack,"",@progbits
|
| H A D | mem-memcpy-x86-64-asm.S | 16 * 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 D | longjmp.S | 34 .section .note.GNU-stack,"",@progbits
|
| /third_party/libunwind/libunwind/src/x86/ |
| H A D | longjmp.S | 39 .section .note.GNU-stack,"",@progbits
|
| /third_party/libunwind/libunwind/src/hppa/ |
| H A D | siglongjmp.S | 15 .section .note.GNU-stack,"",@progbits
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| H A D | vmlinux.lds.S | 22 note PT_NOTE; 35 *(.note)
|
| /kernel/linux/linux-5.10/arch/s390/kernel/syscalls/ |
| H A D | syscalltbl | 138 /* 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 D | vmlinux.lds.S | 22 note PT_NOTE; 35 *(.note)
|
| /kernel/linux/linux-6.6/arch/s390/kernel/syscalls/ |
| H A D | syscalltbl | 138 /* 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 D | board.ld.S | 47 /DISCARD/ : { *(.comment .note) }
|
| /third_party/libunwind/libunwind/src/ia64/ |
| H A D | longjmp.S | 41 .section .note.GNU-stack,"",@progbits
|
| /third_party/libunwind/libunwind/src/aarch64/ |
| H A D | getcontext.S | 52 .section .note.GNU-stack,"",@progbits
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| H A D | RBTMXExporter.java | 158 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 D | configdialog.py | 101 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 D | opal-core.c | 30 /* 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 D | opal-core.c | 30 /* 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 D | seq_oss_midi.c | 577 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 D | seq_oss_midi.c | 586 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 D | aseqnet.c | 583 ev->data.control.channel, ev->data.note.note); in print_event() 587 ev->data.control.channel, ev->data.note.note); in print_event()
|