| /base/hiviewdfx/hiview/plugins/performance/ |
| H A D | EvtParser.h | 275 evt.note = sysEvent.GetEventValue(KEY_NOTE); in ConvertToXperfEvent()
|
| /base/telephony/core_service/utils/vcard/include/ |
| H A D | vcard_contact.h | 107 void AddNote(const std::string note);
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
| H A D | rs_render_service_client.h | 89 std::string note;
member
|
| /third_party/ffmpeg/libavutil/arm/ |
| H A D | asm.S | 82 ELF .section .note.GNU-stack,"",%progbits @ Mark stack as non-executable
|
| /third_party/libunwind/libunwind/src/ia64/ |
| H A D | Ginstall_cursor.S | 347 .section .note.GNU-stack,"",@progbits
|
| /third_party/libunwind/libunwind/tests/ |
| H A D | ia64-test-rbs-asm.S | 274 .section .note.GNU-stack,"",@progbits
|
| H A D | ia64-test-nat-asm.S | 507 .section .note.GNU-stack,"",@progbits
|
| /third_party/mesa3d/src/mesa/x86/ |
| H A D | read_rgba_span_x86.S | 686 .section .note.GNU-stack,"",%progbits
|
| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| H A D | test-suite | 118 check-note:) ;; # ignore
|
| /third_party/lz4/ |
| H A D | Makefile | 249 @echo note : this test requires V=1 to work properly
|
| /third_party/skia/third_party/externals/libpng/arm/ |
| H A D | filter_neon.S | 20 .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 D | SourceMgr.cpp | 400 WithColor::note(OS, "", !ShowColors); in print()
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/ |
| H A D | x86.s | 381 .section .note.GNU-stack,"",@progbits
|
| /third_party/vulkan-loader/loader/ |
| H A D | unknown_ext_chain_gas_aarch64.S | 84 .section .note.GNU-stack,"",%progbits
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | underscoreTest1.js | 781 _.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 D | mod.rs | 889 #[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 D | mod.rs | 225 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 D | mod.rs | 181 note="Please leave a comment on \ 333 #[deprecated(since = "0.2.55", note = "Use SIGSYS instead")]
|
| /third_party/googletest/googlemock/test/ |
| H A D | gmock-spec-builders_test.cc | 2060 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 D | mod.rs | 447 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 D | pythonrun.c | 1168 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 D | hexagon.rs | 268 #[deprecated(since = "0.2.64", note = "Not stable across OS versions")]
|
| /third_party/rust/crates/clap/src/parser/matches/ |
| H A D | arg_matches.rs | 594 note = "Use get_occurrences or remove_occurrences instead" 1574 #[deprecated(since = "4.1.0", note = "Use Occurrences instead")]
|
| /third_party/python/Objects/ |
| H A D | exceptions.c | 204 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 D | mod.rs | 136 note="Please leave a comment on \
|