/third_party/elfutils/backends/ |
D | ppc_reloc.def | 34 RELOC_TYPE (ADDR16, REL|EXEC|DYN) /* note 1 */ 35 RELOC_TYPE (ADDR16_LO, REL|EXEC|DYN) /* note 1 */ 36 RELOC_TYPE (ADDR16_HI, REL|EXEC|DYN) /* note 1 */ 37 RELOC_TYPE (ADDR16_HA, REL|EXEC|DYN) /* note 1 */ 38 RELOC_TYPE (ADDR14, REL|EXEC|DYN) /* note 1 */ 39 RELOC_TYPE (ADDR14_BRTAKEN, REL|EXEC|DYN) /* note 1 */ 40 RELOC_TYPE (ADDR14_BRNTAKEN, REL|EXEC|DYN) /* note 1 */ 41 RELOC_TYPE (REL24, REL|EXEC|DYN) /* note 1 */ 42 RELOC_TYPE (REL14, REL|EXEC|DYN) /* note 1 */ 43 RELOC_TYPE (REL14_BRTAKEN, REL|EXEC|DYN) /* note 1 */ [all …]
|
D | ppc64_reloc.def | 34 RELOC_TYPE (ADDR16, REL) /* note 1 */ 35 RELOC_TYPE (ADDR16_LO, REL) /* note 1 */ 36 RELOC_TYPE (ADDR16_HI, REL) /* note 1 */ 37 RELOC_TYPE (ADDR16_HA, REL) /* note 1 */ 38 RELOC_TYPE (ADDR14, REL) /* note 1 */ 39 RELOC_TYPE (ADDR14_BRTAKEN, REL) /* note 1 */ 40 RELOC_TYPE (ADDR14_BRNTAKEN, REL) /* note 1 */ 65 RELOC_TYPE (ADDR30, REL) /* note 1 */ 67 RELOC_TYPE (ADDR16_HIGHER, REL) /* note 1 */ 68 RELOC_TYPE (ADDR16_HIGHERA, REL) /* note 1 */ [all …]
|
/third_party/mesa3d/src/util/ |
D | build_id.c | 52 struct build_id_note *note; member 78 struct build_id_note *note = (void *)(info->dlpi_addr + in build_id_find_nhdr_callback() local 83 if (note->nhdr.n_type == NT_GNU_BUILD_ID && in build_id_find_nhdr_callback() 84 note->nhdr.n_descsz != 0 && in build_id_find_nhdr_callback() 85 note->nhdr.n_namesz == 4 && in build_id_find_nhdr_callback() 86 memcmp(note->name, "GNU", 4) == 0) { in build_id_find_nhdr_callback() 87 data->note = note; in build_id_find_nhdr_callback() 92 ALIGN_POT(note->nhdr.n_namesz, 4) + in build_id_find_nhdr_callback() 93 ALIGN_POT(note->nhdr.n_descsz, 4); in build_id_find_nhdr_callback() 96 if ((note->nhdr.n_type == 0x534f484f) && (len > 20)) { in build_id_find_nhdr_callback() [all …]
|
/third_party/rust/crates/proc-macro-error/tests/ui/ |
D | abort.stderr | 27 = note: simple note 30 = note: simple yay 31 = note: format note 32 = note: Some note 33 = note: spanned simple note 34 = note: spanned format note 35 = note: Some note 48 …= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more …
|
D | emit.stderr | 31 …= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more … 35 = note: simple note 38 = note: simple yay 39 = note: format note 40 = note: Some note 41 = note: spanned simple note 42 = note: spanned format note 43 = note: Some note
|
/third_party/icu/icu4c/source/test/testdata/ |
D | ra.txt | 13 * @note Comments for tag named ra 19 * @note {0} represents the position of OSNAME and {1} represents the position of job name 25 * @note This resource is for test2 33 * @note This resource is for TestTable 39 * @note This resource is for test3 45 * @note This resource is for test4 51 * @note This resource is for test5 57 * @note This resource is for test6 64 * @note This resource is for Tag name: Array 70 * @note This resource is un-named string [all …]
|
/third_party/rust/crates/cxx/syntax/ |
D | error.rs | 7 pub note: Option<&'static str>, field 33 note: Some("hint: use UniquePtr<> or SharedPtr<>"), 39 note: Some("identifiers starting with cxxbridge are reserved"), 45 note: Some("hint: wrap it in a UniquePtr<>"), 51 note: Some("hint: wrap it in a UniquePtr<> or SharedPtr<>"), 57 note: Some("note: explicitly set `= 0` if that is desired outcome"), 63 note: Some("note: use a path starting with the crate name"), 69 note: Some("identifiers containing double underscore are reserved in C++"), 75 note: None, 81 note: Some("hint: wrap it in a Box<>"), [all …]
|
/third_party/rust/crates/cxx/tests/ui/ |
D | opaque_autotraits.stderr | 8 = note: required because it appears within the type `[*const void; 0]` 9 = note: required because it appears within the type `Opaque` 10 note: required because it appears within the type `Opaque` 15 note: required by a bound in `assert_send` 28 = note: required because it appears within the type `[*const void; 0]` 29 = note: required because it appears within the type `Opaque` 30 note: required because it appears within the type `Opaque` 35 note: required by a bound in `assert_sync` 47 = note: consider using `Box::pin` 48 = note: required because it appears within the type `PhantomData<PhantomPinned>` [all …]
|
D | vector_autotraits.stderr | 8 = note: required because it appears within the type `[*const void; 0]` 9 = note: required because it appears within the type `Opaque` 10 note: required because it appears within the type `NotThreadSafe` 15 = note: required because it appears within the type `[NotThreadSafe]` 16 = note: required because it appears within the type `PhantomData<[NotThreadSafe]>` 17 = note: required because it appears within the type `CxxVector<NotThreadSafe>` 18 note: required by a bound in `assert_send`
|
/third_party/node/test/es-module/ |
D | test-esm-cjs-load-error-note.mjs | 8 // Expect note to be included in the error output 28 filePath: fixtures.path('/es-modules/es-note-unexpected-export-1.cjs'), 33 filePath: fixtures.path('/es-modules/es-note-unexpected-import-1.cjs'), 38 filePath: fixtures.path('/es-modules/es-note-promiserej-import-2.cjs'), 43 filePath: fixtures.path('/es-modules/es-note-unexpected-import-3.cjs'), 48 filePath: fixtures.path('/es-modules/es-note-unexpected-import-4.cjs'), 53 filePath: fixtures.path('/es-modules/es-note-unexpected-import-5.cjs'), 58 filePath: fixtures.path('/es-modules/es-note-error-1.mjs'), 64 filePath: fixtures.path('/es-modules/es-note-error-2.mjs'), 70 filePath: fixtures.path('/es-modules/es-note-error-3.mjs'), [all …]
|
/third_party/elfutils/tests/ |
D | run-pt_gnu_prop-tests.sh | 54 …02 [RO: .interp .note.gnu.build-id .note.gnu.property .note.ABI-tag .gnu.hash .dynsym .dynstr… 59 07 [RO: .note.gnu.build-id .note.gnu.property .note.ABI-tag] 60 08 [RO: .note.gnu.property] 105 …02 [RO: .interp .note.gnu.property .note.gnu.build-id .note.ABI-tag .gnu.hash .dynsym .dynstr… 110 07 [RO: .note.gnu.property] 111 08 [RO: .note.gnu.build-id .note.ABI-tag] 112 09 [RO: .note.gnu.property]
|
/third_party/openssl/test/recipes/ |
D | 01-test_symbol_presence.t | 36 note 69 note "Number of lines in \@nm_lines before massaging: ", scalar @nm_lines; 70 note "Number of lines in \@def_lines before massaging: ", scalar @def_lines; 98 note "Number of lines in \@nm_lines after massaging: ", scalar @nm_lines; 99 note "Number of lines in \@def_lines after massaging: ", scalar @def_lines; 125 note "The following symbols are missing in ${shlibname}:"; 127 note " $_"; 131 note "The following symbols are extra in ${shlibname}:"; 133 note " $_";
|
D | 70-test_sslvertol.t | 40 note("Checking enabled protocol $_"); 45 note("'$1', '$2', '$3' => $versionname"); 48 note("'$1', '$2' => $versionname"); 53 note("TLS versions we can expect: ", join(", ", @available_tls_versions)); 70 ok((note("Record version received: ".$record->version()), 88 ok((note("Record version received: ".$record->version()), 102 ok((note("Record version received: ".
|
/third_party/alsa-lib/include/ |
D | seqmid.h | 374 (ev)->data.note.channel = (ch),\ 375 (ev)->data.note.note = (key),\ 376 (ev)->data.note.velocity = (vel),\ 377 (ev)->data.note.duration = (dur)) 389 (ev)->data.note.channel = (ch),\ 390 (ev)->data.note.note = (key),\ 391 (ev)->data.note.velocity = (vel)) 403 (ev)->data.note.channel = (ch),\ 404 (ev)->data.note.note = (key),\ 405 (ev)->data.note.velocity = (vel)) [all …]
|
/third_party/rust/crates/libc/src/ |
D | fixed_width_ints.rs | 5 #[deprecated(since = "0.2.55", note = "Use i8 instead.")] 7 #[deprecated(since = "0.2.55", note = "Use i16 instead.")] 9 #[deprecated(since = "0.2.55", note = "Use i32 instead.")] 11 #[deprecated(since = "0.2.55", note = "Use i64 instead.")] 13 #[deprecated(since = "0.2.55", note = "Use u8 instead.")] 15 #[deprecated(since = "0.2.55", note = "Use u16 instead.")] 17 #[deprecated(since = "0.2.55", note = "Use u32 instead.")] 19 #[deprecated(since = "0.2.55", note = "Use u64 instead.")]
|
/third_party/libunwind/src/coredump/ |
D | _UCD_corefile_elf.c | 108 Elf64_Nhdr *note = (Elf64_Nhdr *)(segment + parsed_size); in _UCD_elf_visit_notes() local 110 unsigned name_size = UNW_ALIGN(note->n_namesz, 4); in _UCD_elf_visit_notes() 111 unsigned desc_size = UNW_ALIGN(note->n_descsz, 4); in _UCD_elf_visit_notes() 113 char *name = (char *)(note) + header_size; in _UCD_elf_visit_notes() 114 uint8_t *desc = (uint8_t *)(note) + header_size + name_size; in _UCD_elf_visit_notes() 116 ret = visit(note->n_namesz, note->n_descsz, note->n_type, name, desc, arg); in _UCD_elf_visit_notes()
|
/third_party/rust/crates/proc-macro-error/test-crate/ |
D | lib.rs | 97 note = "simple note"; in abort_notes() 102 note = "format {}", "note"; in abort_notes() 104 note =? some_note; in abort_notes() 105 note =? none_note; in abort_notes() 107 note = span2 => "spanned simple note"; in abort_notes() 108 note = span2 => "spanned format {}", "note"; in abort_notes() 109 note =? span2 => some_note; in abort_notes() 110 note =? span2 => none_note; in abort_notes() 127 note = "simple note"; in emit_notes() 132 note = "format {}", "note"; in emit_notes() [all …]
|
/third_party/alsa-lib/test/lsb/ |
D | midi_event.c | 190 TEST_CHECK(ev.data.note.channel == 1); in test_encode() 191 TEST_CHECK(ev.data.note.note == 2); in test_encode() 192 TEST_CHECK(ev.data.note.velocity == 3); in test_encode() 196 TEST_CHECK(ev.data.note.channel == 4); in test_encode() 197 TEST_CHECK(ev.data.note.note == 5); in test_encode() 198 TEST_CHECK(ev.data.note.velocity == 6); in test_encode() 202 TEST_CHECK(ev.data.note.channel == 7); in test_encode() 203 TEST_CHECK(ev.data.note.note == 8); in test_encode() 204 TEST_CHECK(ev.data.note.velocity == 9); in test_encode() 347 TEST_CHECK(ev.data.note.channel == 1); in test_encode_byte() [all …]
|
/third_party/alsa-utils/seq/aseqdump/ |
D | aseqdump.c | 136 if (ev->data.note.velocity) in dump_event() 138 ev->data.note.channel, ev->data.note.note, ev->data.note.velocity); in dump_event() 141 ev->data.note.channel, ev->data.note.note); in dump_event() 145 ev->data.note.channel, ev->data.note.note, ev->data.note.velocity); in dump_event() 149 ev->data.note.channel, ev->data.note.note, ev->data.note.velocity); in dump_event()
|
/third_party/libunwind/src/dwarf/ |
D | Gfind_unwind_table.c | 97 struct build_id_note* note; in dwarf_find_unwind_table() local 157 note = (void *)(ei->image + phdr[i].p_offset); in dwarf_find_unwind_table() 159 if (((unw_word_t)note + note_len) > max_load_addr || in dwarf_find_unwind_table() 160 ((unw_word_t)note + note_len) < min_load_addr) { in dwarf_find_unwind_table() 166 if (note->nhdr.n_type == NT_GNU_BUILD_ID && in dwarf_find_unwind_table() 167 note->nhdr.n_descsz != 0 && in dwarf_find_unwind_table() 168 note->nhdr.n_namesz == 4 && in dwarf_find_unwind_table() 169 memcmp(note->name, "GNU", 4) == 0) { in dwarf_find_unwind_table() 170 ei->build_id_note = note; in dwarf_find_unwind_table() 175 ALIGN(note->nhdr.n_namesz, 4) + in dwarf_find_unwind_table() [all …]
|
/third_party/rust/crates/proc-macro2/tests/ui/ |
D | test-not-send.stderr | 8 = note: required because it appears within the type `Span` 9 = note: required because it appears within the type `Span` 10 note: required by a bound in `requires_send` 23 = note: required because it appears within the type `ProcMacroAutoTraits` 24 = note: required because it appears within the type `PhantomData<ProcMacroAutoTraits>` 25 = note: required because it appears within the type `Span` 26 note: required by a bound in `requires_send`
|
/third_party/rust/crates/codespan/codespan-reporting/tests/snapshots/ |
D | term__message_and_notes__rich_no_color.snap | 6 = a note 9 = a note 11 note: a message 12 = a note 15 = a note
|
D | term__message_and_notes__medium_no_color.snap | 6 = a note 8 = a note 9 note: a message 10 = a note 12 = a note
|
D | term__message_and_notes__rich_color.snap | 6 {fg:Blue}={/} a note 9 {fg:Blue}={/} a note 11 {fg:Green bold bright}note{bold bright}: a message{/} 12 {fg:Blue}={/} a note 15 {fg:Blue}={/} a note
|
/third_party/libexif/libexif/pentax/ |
D | exif-mnote-data-pentax.c | 360 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; in exif_mnote_data_pentax_get_id() local 362 if (!note) return 0; in exif_mnote_data_pentax_get_id() 363 if (note->count <= n) return 0; in exif_mnote_data_pentax_get_id() 364 return note->entries[n].tag; in exif_mnote_data_pentax_get_id() 370 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; in exif_mnote_data_pentax_get_name() local 372 if (!note) return NULL; in exif_mnote_data_pentax_get_name() 373 if (note->count <= n) return NULL; in exif_mnote_data_pentax_get_name() 374 return mnote_pentax_tag_get_name (note->entries[n].tag); in exif_mnote_data_pentax_get_name() 380 ExifMnoteDataPentax *note = (ExifMnoteDataPentax *) d; in exif_mnote_data_pentax_get_title() local 382 if (!note) return NULL; in exif_mnote_data_pentax_get_title() [all …]
|