| /third_party/node/deps/icu-small/source/tools/genrb/ |
| H A D | wrtxml.cpp | 432 char16_t* note = nullptr; in printNoteElements() local 441 note = (char16_t*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printNoteElements() 445 uprv_free(note); in printNoteElements() 449 noteLen = getAt(src->fChars,src->fLength, ¬e, capacity, i, UPC_NOTE, status); in printNoteElements() 451 uprv_free(note); in printNoteElements() 456 print(note, noteLen,"<note>", "</note>", status); in printNoteElements() 459 uprv_free(note); in printNoteElements()
|
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | wrtxml.cpp | 432 UChar* note = NULL; in printNoteElements() local 441 note = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printNoteElements() 445 uprv_free(note); in printNoteElements() 449 noteLen = getAt(src->fChars,src->fLength, ¬e, capacity, i, UPC_NOTE, status); in printNoteElements() 451 uprv_free(note); in printNoteElements() 456 print(note, noteLen,"<note>", "</note>", status); in printNoteElements() 459 uprv_free(note); in printNoteElements()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 145 note() << "The length for this unit is too " in verifyUnitHeader() 148 note() << "The 16 bit unit header version is not valid.\n"; in verifyUnitHeader() 150 note() << "The unit type encoding is not valid.\n"; in verifyUnitHeader() 152 note() << "The offset into the .debug_abbrev section is " in verifyUnitHeader() 155 note() << "The address size is unsupported.\n"; in verifyUnitHeader() 1478 raw_ostream &DWARFVerifier::note() const { return WithColor::note(OS); } in note() function in DWARFVerifier
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | wrtxml.cpp | 432 UChar* note = NULL; in printNoteElements() local 441 note = (UChar*) uprv_malloc(U_SIZEOF_UCHAR * capacity); in printNoteElements() 445 uprv_free(note); in printNoteElements() 449 noteLen = getAt(src->fChars,src->fLength, ¬e, capacity, i, UPC_NOTE, status); in printNoteElements() 451 uprv_free(note); in printNoteElements() 456 print(note, noteLen,"<note>", "</note>", status); in printNoteElements() 459 uprv_free(note); in printNoteElements()
|
| /third_party/libunwind/libunwind/src/x86_64/ |
| H A D | setcontext.S | 87 .section .note.GNU-stack,"",@progbits
|
| H A D | getcontext.S | 136 .section .note.GNU-stack,"",@progbits
|
| /third_party/libunwind/libunwind/tests/ |
| H A D | flush-cache.S | 101 .section .note.GNU-stack,"",@progbits
|
| H A D | ia64-dyn-asm.S | 101 .section .note.GNU-stack,"",@progbits
|
| /third_party/libunwind/libunwind/src/riscv/ |
| H A D | setcontext.S | 87 .section .note.GNU-stack,"",@progbits
|
| H A D | getcontext.S | 87 .section .note.GNU-stack,"",@progbits
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| H A D | Error.cpp | 42 void PrintNote(const Twine &Msg) { WithColor::note() << Msg << "\n"; } in PrintNote()
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/ |
| H A D | tls1.rs | 63 #[deprecated(note = "use SSL_CTX_set_tlsext_servername_callback__fixed_rust instead")]
|
| /third_party/rust/crates/proc-macro-error/src/imp/ |
| H A D | delegate.rs | 54 (SuggestionKind::Note, None) => res.note(msg),
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_rgp_elf_object_pack.c | 287 char note[sizeof(".note")]; member 302 .note = ".note", 419 /* write .note */ in ac_rgp_file_write_elf_object() 420 /* the .note section contains msgpack which stores variables */ in ac_rgp_file_write_elf_object() 462 sec_hdr[4].sh_name = (uintptr_t)((struct ac_rgp_elf_string_table*)0)->note; in ac_rgp_file_write_elf_object()
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | pkcs12.rs | 36 #[deprecated(note = "Use parse2 instead", since = "0.10.46")] 111 #[deprecated(note = "Use ParsedPkcs12_2 instead", since = "0.10.46")] 205 note = "Use Self::{name, pkey, cert, build2} instead.",
|
| /third_party/rust/crates/clap/src/builder/ |
| H A D | command.rs | 817 deprecated(since = "4.0.0", note = "Replaced with `Command::render_help`") 832 deprecated(since = "4.0.0", note = "Replaced with `Command::render_long_help`") 1303 deprecated(since = "4.0.0", note = "This is now the default") 2017 deprecated(since = "4.0.0", note = "Replaced with `Arg::allow_hyphen_values`") 2030 deprecated(since = "4.0.0", note = "Replaced with `Arg::allow_negative_numbers`") 2043 deprecated(since = "4.0.0", note = "Replaced with `Arg::trailing_var_arg`") 3615 deprecated(since = "4.0.0", note = "This is now the default") 3641 note = "Replaced with `Arg::is_allow_hyphen_values_set`" 3653 note = "Replaced with `Arg::is_allow_negative_numbers_set`" 3663 deprecated(since = "4.0.0", note [all...] |
| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asequencer.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 41 /** note messages (channel specific) 195 /* note event */ 198 unsigned char note; member 225 void *ptr; /* pointer to data (note: maybe 64-bit) */ 273 struct snd_seq_ev_note note; member
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| H A D | CollectAPI.java | 47 String note = "Contents generated by CollectAPI tool on " + new Date().toString(); in writeHTML() 142 pw.println("<p><i><font size=\"-1\">" + note + "</font></i></p>"); in writeHTML()
|
| /third_party/rust/crates/libc/src/ |
| H A D | macros.rs | 302 note = "Use the `mach2` crate instead", 317 note = "Use the `mach2` crate instead",
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
| H A D | rs_jank_stats.cpp | 472 "SOURCE_TYPE", info.sourceType, "NOTE", info.note, "INPUT_TIME", static_cast<uint64_t>(inputTime), in ReportEventResponse() 493 "SOURCE_TYPE", info.sourceType, "NOTE", info.note, "INPUT_TIME", static_cast<uint64_t>(inputTime), in ReportEventComplete() 520 "BUNDLE_NAME_EX", info.note, "MAX_HITCH_TIME", static_cast<uint64_t>(jankFrames.maxHitchTime_), in ReportEventJankFrame() 542 jankFrames.lastMaxSeqMissedFrames_, "IS_FOLD_DISP", IS_FOLD_DISP, "BUNDLE_NAME_EX", info.note, in ReportEventJankFrame() 602 "IS_FOLD_DISP", IS_FOLD_DISP, "BUNDLE_NAME_EX", info.note); in ReportEventHitchTimeRatio() 619 "IS_FOLD_DISP", IS_FOLD_DISP, "BUNDLE_NAME_EX", info.note); in ReportEventHitchTimeRatio()
|
| /base/hiviewdfx/hiview/plugins/performance/monitor/gateway/ |
| H A D | IAppLaunchSceneDataProcessor.h | 55 std::string note{""};
|
| /third_party/ffmpeg/libavutil/aarch64/ |
| H A D | asm.S | 43 * features which require emitting a .note.gnu.property section with the 98 * are only the target of direct calls do not require annotations. Also note 145 .pushsection .note.gnu.property, "a"
|
| /third_party/libunwind/libunwind/src/x86/ |
| H A D | getcontext-freebsd.S | 112 .section .note.GNU-stack,"",@progbits
|
| /third_party/mesa3d/src/mesa/x86/ |
| H A D | common_x86_asm.S | 218 .section .note.GNU-stack,"",%progbits
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.h | 105 raw_ostream ¬e() const;
|