Home
last modified time | relevance | path

Searched refs:note (Results 401 - 425 of 472) sorted by relevance

1...<<111213141516171819

/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
H A Dmod.rs225 note="Please leave a comment on \
528 #[deprecated(since = "0.2.55", note = "Use SIGSYS instead")]
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/powerpc64/
H A Dmod.rs181 note="Please leave a comment on \
333 #[deprecated(since = "0.2.55", note = "Use SIGSYS instead")]
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_lnode.c1915 * @note: Notification
1923 csio_notify_lnodes(struct csio_hw *hw, enum csio_ln_notify note) in csio_notify_lnodes() argument
1928 csio_dbg(hw, "Notifying all nodes of event %d\n", note); in csio_notify_lnodes()
1934 switch (note) { in csio_notify_lnodes()
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_lnode.c1915 * @note: Notification
1923 csio_notify_lnodes(struct csio_hw *hw, enum csio_ln_notify note) in csio_notify_lnodes() argument
1928 csio_dbg(hw, "Notifying all nodes of event %d\n", note); in csio_notify_lnodes()
1934 switch (note) { in csio_notify_lnodes()
/third_party/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2060 const std::string note = in TestUninterestingCallOnNaggyMock() local
2076 note, in TestUninterestingCallOnNaggyMock() local
2087 note, in TestUninterestingCallOnNaggyMock() local
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs447 note = "Can vary at runtime. Use sysconf(3) instead"
1031 note = "Removed in FreeBSD 11, unused in DragonFlyBSD"
1037 note = "Removed in FreeBSD 11, unused in DragonFlyBSD"
/third_party/python/Python/
H A Dpythonrun.c1168 PyObject *note = PySequence_GetItem(notes, ni); in print_exception_notes() local
1169 PyObject *note_str = PyObject_Str(note); in print_exception_notes()
1170 Py_DECREF(note); in print_exception_notes()
1174 if (PyFile_WriteString("<note str() failed>", f) < 0) { in print_exception_notes()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dassembler.h724 * This macro emits a program property note section identifying
743 .pushsection .note.gnu.property, "a"
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dassembler.h802 * This macro emits a program property note section identifying
821 .pushsection .note.gnu.property, "a"
/kernel/linux/linux-5.10/tools/usb/
H A Dffs-test.c71 [5] = "note:", in _msg()
97 #define note(...) _msg(5, __VA_ARGS__) macro
/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_synth.c369 * reset note and velocity on each channel.
378 info->ch[i].note = -1; in reset_channels()
/kernel/linux/linux-6.6/rust/alloc/
H A Dslice.rs597 #[deprecated(since = "1.3.0", note = "renamed to join")]
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_synth.c369 * reset note and velocity on each channel.
378 info->ch[i].note = -1; in reset_channels()
/kernel/linux/linux-6.6/tools/usb/
H A Dffs-test.c71 [5] = "note:", in _msg()
97 #define note(...) _msg(5, __VA_ARGS__) macro
/third_party/libunwind/libunwind/tests/
H A Dia64-test-nat-asm.S507 .section .note.GNU-stack,"",@progbits
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs268 #[deprecated(since = "0.2.64", note = "Not stable across OS versions")]
/third_party/rust/crates/clap/src/parser/matches/
H A Darg_matches.rs594 note = "Use get_occurrences or remove_occurrences instead"
1574 #[deprecated(since = "4.1.0", note = "Use Occurrences instead")]
/third_party/python/Objects/
H A Dexceptions.c204 BaseException_add_note(PyObject *self, PyObject *note) in BaseException_add_note() argument
206 if (!PyUnicode_Check(note)) { in BaseException_add_note()
208 "note must be a str, not '%s'", in BaseException_add_note()
209 Py_TYPE(note)->tp_name); in BaseException_add_note()
230 PyErr_SetString(PyExc_TypeError, "Cannot add note: __notes__ is not a list"); in BaseException_add_note()
233 if (PyList_Append(notes, note) < 0) { in BaseException_add_note()
242 "Exception.add_note(note) --\n\
243 add a note to the exception");
486 /* note these macros omit the last semicolon so the macro invocation may
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/riscv32/
H A Dmod.rs136 note="Please leave a comment on \
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/m68k/
H A Dmod.rs314 #[deprecated(since = "0.2.55", note = "Use SIGSYS instead")]
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
H A Dmod.rs159 note="Please leave a comment on \
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/
H A Dmod.rs129 note="Please leave a comment on \
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/sparc64/
H A Dmod.rs48 note="Please leave a comment on \
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
H A Dmod.rs132 note="Please leave a comment on \
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/riscv32/
H A Dmod.rs123 note="Please leave a comment on \

Completed in 54 milliseconds

1...<<111213141516171819