Home
last modified time | relevance | path

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

12345678910

/base/hiviewdfx/hiview/plugins/performance/
H A DEvtParser.h275 evt.note = sysEvent.GetEventValue(KEY_NOTE); in ConvertToXperfEvent()
/base/telephony/core_service/utils/vcard/include/
H A Dvcard_contact.h107 void AddNote(const std::string note);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h89 std::string note; member
/third_party/ffmpeg/libavutil/arm/
H A Dasm.S82 ELF .section .note.GNU-stack,"",%progbits @ Mark stack as non-executable
/third_party/libunwind/libunwind/src/ia64/
H A DGinstall_cursor.S347 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/tests/
H A Dia64-test-rbs-asm.S274 .section .note.GNU-stack,"",@progbits
H A Dia64-test-nat-asm.S507 .section .note.GNU-stack,"",@progbits
/third_party/mesa3d/src/mesa/x86/
H A Dread_rgba_span_x86.S686 .section .note.GNU-stack,"",%progbits
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtest-suite118 check-note:) ;; # ignore
/third_party/lz4/
H A DMakefile249 @echo note : this test requires V=1 to work properly
/third_party/skia/third_party/externals/libpng/arm/
H A Dfilter_neon.S20 .section .note.GNU-stack,"",%progbits /* mark stack as non-executable */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSourceMgr.cpp400 WithColor::note(OS, "", !ShowColors); in print()
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dx86.s381 .section .note.GNU-stack,"",@progbits
/third_party/vulkan-loader/loader/
H A Dunknown_ext_chain_gas_aarch64.S84 .section .note.GNU-stack,"",%progbits
/third_party/typescript/tests/baselines/reference/
H A DunderscoreTest1.js781 _.each(notes, (note) => note.asyncSave({ success: renderNotes }));
1002 _.each(notes, function (note) { return note.asyncSave({ success: renderNotes }); });
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs889 #[deprecated(note = "this function leaks memory and does not exist on newer OpenSSL versions")]
1360 #[deprecated(since = "0.10.10", note = "renamed to `set_psk_client_callback`")]
2417 #[deprecated(note = "this function leaks memory and does not exist on newer OpenSSL versions")] in fmt()
2567 #[deprecated(since = "0.10.5", note = "renamed to `version_str`")]
3514 note = "use Ssl::from_ptr and SslStream::new instead" in fmt()
3841 note = "use the methods directly on Ssl/SslStream instead"
4033 #[deprecated(note = "Use SslRef::set_mtu instead", since = "0.10.30")]
/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")]
/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()
/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 \

Completed in 44 milliseconds

12345678910