Home
last modified time | relevance | path

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

12345678910>>...101

/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()
94 note = (struct build_id_note *)((char *)note + offset); in build_id_find_nhdr_callback()
[all …]
/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/openssl/test/recipes/
D01-test_symbol_presence.t25 note
56 note "Number of lines in \@nm_lines before massaging: ", scalar @nm_lines;
57 note "Number of lines in \@def_lines before massaging: ", scalar @def_lines;
85 note "Number of lines in \@nm_lines after massaging: ", scalar @nm_lines;
86 note "Number of lines in \@def_lines after massaging: ", scalar @def_lines;
112 note "The following symbols are missing in lib$libname.so:";
114 note " $_";
118 note "The following symbols are extra in lib$libname.so:";
120 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: ".
D15-test_genrsa.t29 note "Looking for lowest amount of bits";
36 note 2 ** $checked, " bits is good";
39 note 2 ** $checked, " bits is bad";
45 note "Found lowest allowed amount of bits to be $good";
/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/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/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/grpc/examples/node/static_codegen/route_guide/
Droute_guide_client.js167 call.on('data', function(note) { argument
168 console.log('Got message "' + note.getMessage() + '" at ' +
169 note.getLocation().getLatitude() + ', ' +
170 note.getLocation().getLongitude());
201 var note = notes[i];
202 console.log('Sending message "' + note.message + '" at ' +
203 note.location.latitude + ', ' + note.location.longitude);
205 noteMsg.setMessage(note.message);
207 location.setLatitude(note.location.latitude);
208 location.setLongitude(note.location.longitude);
/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/grpc/examples/node/dynamic_codegen/route_guide/
Droute_guide_client.js174 call.on('data', function(note) { argument
175 console.log('Got message "' + note.message + '" at ' +
176 note.location.latitude + ', ' + note.location.longitude);
207 var note = notes[i];
208 console.log('Sending message "' + note.message + '" at ' +
209 note.location.latitude + ', ' + note.location.longitude);
210 call.write(note);
/third_party/node/test/es-module/
Dtest-esm-cjs-load-error-note.mjs6 const Export1 = fixtures.path('/es-modules/es-note-unexpected-export-1.cjs');
7 const Export2 = fixtures.path('/es-modules/es-note-unexpected-export-2.cjs');
8 const Import1 = fixtures.path('/es-modules/es-note-unexpected-import-1.cjs');
9 const Import2 = fixtures.path('/es-modules/es-note-promiserej-import-2.cjs');
10 const Import3 = fixtures.path('/es-modules/es-note-unexpected-import-3.cjs');
11 const Import4 = fixtures.path('/es-modules/es-note-unexpected-import-4.cjs');
12 const Import5 = fixtures.path('/es-modules/es-note-unexpected-import-5.cjs');
13 const Error1 = fixtures.path('/es-modules/es-note-error-1.mjs');
14 const Error2 = fixtures.path('/es-modules/es-note-error-2.mjs');
15 const Error3 = fixtures.path('/es-modules/es-note-error-3.mjs');
[all …]
/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 …]
/third_party/skia/src/core/
DSkOpts_erms.cpp13 static const char* note = "MSAN can't see that rep sto initializes memory."; variable
18 sk_msan_mark_initialized(dst,dst+n,note); in repsto()
22 sk_msan_mark_initialized(dst,dst+n,note); in repsto()
27 sk_msan_mark_initialized(dst,dst+n,note); in repsto()
32 sk_msan_mark_initialized(dst,dst+n,note); in repsto()
36 sk_msan_mark_initialized(dst,dst+n,note); in repsto()
40 sk_msan_mark_initialized(dst,dst+n,note); in repsto()
/third_party/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_diff.py209 note = None
211 note = 'Corrupt JSON data (indicates timeout or crash): \n%s' % fmt_dict(
214 if note:
215 note += '\n\nMissing files (indicates new benchmark): \n%s' % fmt_dict(
218 note = '\n\nMissing files (indicates new benchmark): \n%s' % fmt_dict(
221 return tabulate.tabulate(rows, headers=headers, floatfmt='+.2f'), note
223 return None, note
228 diff, note = diff(args.benchmarks, args.loops, args.regex, args.track, variable
230 print('%s\n%s' % (note, diff if diff else "No performance differences"))
/third_party/alsa-lib/test/
Dseq-decoder.c137 ev->data.note.channel, in decode_event()
138 ev->data.note.note, in decode_event()
139 ev->data.note.velocity, in decode_event()
140 ev->data.note.off_velocity, in decode_event()
141 ev->data.note.duration); in decode_event()
148 ev->data.note.channel, in decode_event()
149 ev->data.note.note, in decode_event()
150 ev->data.note.velocity); in decode_event()
/third_party/PyYAML/lib/yaml/
Derror.py51 problem=None, problem_mark=None, note=None): argument
56 self.note = note
72 if self.note is not None:
73 lines.append(self.note)
/third_party/boost/libs/asio/doc/requirements/
DIoObjectService.qbk19 [[expression] [return type] [assertion/note[br]pre/post-condition]]
28 [note: `X::implementation_type` has a public default constructor and
43 [note: `destroy()` will only be called on a value that has previously been
51 [note: only required for I/O objects that support movability.]
58 [note: only required for I/O objects that support movability.]
/third_party/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c384 char note[MAXMESG]; /* message buffer for pipe */ in child() local
390 (void)strcpy(note, READY); in child()
395 (void)strcpy(note, mesg); in child()
399 (void)strcpy(note, mesg); in child()
408 (void)sprintf(note, in child()
426 if (write_pipe(pipe_fd[1], note) < 0) { in child()
483 (void)sprintf(note, in child()
504 (void)memcpy(note, (char *)sig_array, sizeof(sig_array)); in child()
508 if (write_pipe(pipe_fd[1], note) < 0) { in child()
/third_party/skia/third_party/externals/tint/src/diagnostic/
Ddiagnostic.h127 diag::Diagnostic note{}; in add_note()
128 note.severity = diag::Severity::Note; in add_note()
129 note.system = system; in add_note()
130 note.source = source; in add_note()
131 note.message = note_msg; in add_note()
132 add(std::move(note)); in add_note()
/third_party/grpc/examples/csharp/RouteGuide/RouteGuideServer/
DRouteGuideImpl.cs110 var note = requestStream.Current; in RouteChat()
111 List<RouteNote> prevNotes = AddNoteForLocation(note.Location, note); in RouteChat()
122 private List<RouteNote> AddNoteForLocation(Point location, RouteNote note) in AddNoteForLocation() argument
132 notes.Add(note); in AddNoteForLocation()
/third_party/json/test/thirdparty/Fuzzer/test/
Dlit.cfg18 lit_config.note('lsan feature available')
21 lit_config.note('lsan feature unavailable')
26 lit_config.note('linux feature available')
29 lit_config.note('linux feature unavailable')
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMusicKeyboardView.java158 int note = pitch % NOTES_PER_OCTAVE; in makeBlackRectangles() local
159 if (NOTE_IN_OCTAVE_IS_BLACK[note]) { in makeBlackRectangles()
183 int note = pitch % NOTES_PER_OCTAVE; in onDraw() local
184 if (!NOTE_IN_OCTAVE_IS_BLACK[note]) { in onDraw()
197 int note = pitch % NOTES_PER_OCTAVE; in onDraw() local
198 if (NOTE_IN_OCTAVE_IS_BLACK[note]) { in onDraw()
305 int note = pitch % NOTES_PER_OCTAVE; in isPitchBlack() local
306 return NOTE_IN_OCTAVE_IS_BLACK[note]; in isPitchBlack()
/third_party/grpc/examples/objective-c/route_guide/
DViewControllers.m56 RTGRouteNote *note = [self message];
57 note.message = message;
58 note.location.latitude = (int32_t)latitude * 1E7;
59 note.location.longitude = (int32_t)longitude * 1E7;
60 return note;
331 for (RTGRouteNote *note in notes) {
332 [call writeMessage:note];
338 RTGRouteNote *note = (RTGRouteNote *)message;
339 if (note) {
341 note.message, note.location];
[all …]

12345678910>>...101