Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 1852) sorted by relevance

12345678910>>...75

/third_party/elfutils/backends/
Dppc_reloc.def34 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 …]
Dppc64_reloc.def34 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/
Dbuild_id.c52 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/
Dabort.stderr27 = 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 …
Demit.stderr31 …= 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/
Dra.txt13 * @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/
Derror.rs7 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/
Dopaque_autotraits.stderr8 = 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 …]
Dvector_autotraits.stderr8 = 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/
Dtest-esm-cjs-load-error-note.mjs8 // 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/
Drun-pt_gnu_prop-tests.sh54 …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/
D01-test_symbol_presence.t36 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 " $_";
D70-test_sslvertol.t40 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/
Dseqmid.h374 (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/
Dfixed_width_ints.rs5 #[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.c108 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/
Dlib.rs97 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/
Dmidi_event.c190 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/
Daseqdump.c136 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/
DGfind_unwind_table.c97 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/
Dtest-not-send.stderr8 = 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/
Dterm__message_and_notes__rich_no_color.snap6 = a note
9 = a note
11 note: a message
12 = a note
15 = a note
Dterm__message_and_notes__medium_no_color.snap6 = a note
8 = a note
9 note: a message
10 = a note
12 = a note
Dterm__message_and_notes__rich_color.snap6 {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/
Dexif-mnote-data-pentax.c360 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 …]

12345678910>>...75