Home
last modified time | relevance | path

Searched refs:note (Results 76 - 100 of 227) sorted by relevance

12345678910

/third_party/alsa-utils/seq/aplaymidi/
H A Daplaymidi.c506 /* now pretend that we have quarter-note based timing */ in read_smf()
656 ev->data.note.channel = event->data.d[0]; in fill_legacy_event()
657 ev->data.note.note = event->data.d[1]; in fill_legacy_event()
658 ev->data.note.velocity = event->data.d[2]; in fill_legacy_event()
724 /* correct the note-on with velocity 0 to note-off; in fill_ump_event()
727 if (!ev->data.note.velocity) in fill_ump_event()
734 ump.note_on.note = event->data.d[1]; in fill_ump_event()
/third_party/rust/crates/clap/src/builder/
H A Darg.rs1103 deprecated(since = "4.0.0", note = "Replaced with `Arg::num_args`")
1463 deprecated(since = "4.0.0", note = "Replaced with `Arg::value_delimiter`")
1660 deprecated(since = "4.0.0", note = "Replaced with `Arg::default_value`")
1683 deprecated(since = "4.0.0", note = "Replaced with `Arg::default_values`")
1990 deprecated(since = "4.0.0", note = "Replaced with `Arg::env`")
2768 deprecated(since = "4.0.0", note = "Replaced with `Arg::default_value_if`")
2881 deprecated(since = "4.0.0", note = "Replaced with `Arg::default_value_ifs`")
3506 deprecated(since = "4.0.0", note = "Replaced with `Arg::requires_ifs`")
H A Dcommand.rs817 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/libunwind/libunwind/src/ia64/
H A Dsetjmp.S50 .section .note.GNU-stack,"",@progbits
H A Dsiglongjmp.S68 .section .note.GNU-stack,"",@progbits
H A Dsigsetjmp.S68 .section .note.GNU-stack,"",@progbits
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dmips.s189 .section .note.GNU-stack,"",@progbits
213 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/src/s390x/
H A Dsetcontext.S76 .section .note.GNU-stack,"",@progbits
H A Dgetcontext.S74 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/tests/
H A Dia64-test-readonly-asm.S54 .section .note.GNU-stack,"",@progbits
H A Dflush-cache.S101 .section .note.GNU-stack,"",@progbits
/third_party/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.c284 "Parsing Olympus/Sanyo/Epson maker note v1..."); in exif_mnote_data_olympus_load()
308 "Parsing Olympus maker note v2 (0x%02x, %02x, %02x, %02x)...", in exif_mnote_data_olympus_load()
323 "Parsing Nikon maker note v1 (0x%02x, %02x, %02x, " in exif_mnote_data_olympus_load()
349 "Parsing Nikon maker note v2 (0x%02x, %02x, %02x, " in exif_mnote_data_olympus_load()
390 "Parsing Nikon maker note v0 (0x%02x, %02x, %02x, " in exif_mnote_data_olympus_load()
525 ExifMnoteDataOlympus *note = (ExifMnoteDataOlympus *) d; in exif_mnote_data_olympus_get_id() local
527 if (!note) return 0; in exif_mnote_data_olympus_get_id()
528 if (note->count <= n) return 0; in exif_mnote_data_olympus_get_id()
529 return note->entries[n].tag; in exif_mnote_data_olympus_get_id()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp432 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, &note, 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 Dwrtxml.cpp432 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, &note, 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 DDWARFVerifier.cpp145 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 Dwrtxml.cpp432 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, &note, 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/hppa/
H A Dsetcontext.S76 .section .note.GNU-stack,"",@progbits
H A Dgetcontext.S73 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/src/x86/
H A Dsiglongjmp.S92 .section .note.GNU-stack,"",@progbits
H A Dgetcontext-linux.S74 .section .note.GNU-stack,"",@progbits
/third_party/optimized-routines/string/
H A Dasmdefs.h25 /* Add a NT_GNU_PROPERTY_TYPE_0 note. */
27 .section .note.gnu.property, "a"; \
46 /* Add property note with supported features to all asm files. */
/third_party/mesa3d/src/amd/common/
H A Dac_rgp_elf_object_pack.c287 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 Dpkcs12.rs36 #[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/libunwind/libunwind/src/x86_64/
H A Dsetcontext.S87 .section .note.GNU-stack,"",@progbits
/third_party/libunwind/libunwind/src/riscv/
H A Dsetcontext.S87 .section .note.GNU-stack,"",@progbits

Completed in 27 milliseconds

12345678910