Home
last modified time | relevance | path

Searched refs:notes (Results 1 – 25 of 706) sorted by relevance

12345678910>>...29

/external/mesa3d/docs/
Drelnotes.rst4 The release notes summarize what's new or changed in each Mesa release.
6 - :doc:`20.2.2 release notes <relnotes/20.2.2>`
7 - :doc:`20.1.10 release notes <relnotes/20.1.10>`
8 - :doc:`20.2.1 release notes <relnotes/20.2.1>`
9 - :doc:`20.2.0 release notes <relnotes/20.2.0>`
10 - :doc:`20.1.9 release notes <relnotes/20.1.9>`
11 - :doc:`20.1.8 release notes <relnotes/20.1.8>`
12 - :doc:`20.1.7 release notes <relnotes/20.1.7>`
13 - :doc:`20.1.6 release notes <relnotes/20.1.6>`
14 - :doc:`20.1.5 release notes <relnotes/20.1.5>`
[all …]
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dnote-core.test5 # RUN: llvm-readelf --notes %t1.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PRSTATUS (prs…
6 # RUN: llvm-readobj --notes %t1.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PRSTATUS (prs…
10 # RUN: llvm-readelf --notes %t2.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_FPREGSET (flo…
11 # RUN: llvm-readobj --notes %t2.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_FPREGSET (flo…
15 # RUN: llvm-readelf --notes %t3.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PRPSINFO (prp…
16 # RUN: llvm-readobj --notes %t3.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PRPSINFO (prp…
20 # RUN: llvm-readelf --notes %t4.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_TASKSTRUCT (t…
21 # RUN: llvm-readobj --notes %t4.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_TASKSTRUCT (t…
25 # RUN: llvm-readelf --notes %t5.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_AUXV (auxilia…
26 # RUN: llvm-readobj --notes %t5.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_AUXV (auxilia…
[all …]
Dgnu-notes.test1 ## Test tools are able to dump different types of notes.
4 # RUN: llvm-readelf --notes %t1.so | FileCheck %s --check-prefix=GNU --strict-whitespace --match-fu…
5 # RUN: llvm-readobj --notes %t1.so | FileCheck %s --check-prefix=LLVM
7 # RUN: llvm-readelf --notes %t1.stripped.so | FileCheck %s --check-prefix=GNU-STRIPPED --strict-whi…
8 # RUN: llvm-readobj --notes %t1.stripped.so | FileCheck %s --check-prefix=LLVM-STRIPPED
10 # GNU:Displaying notes found in: .note.ABI-tag
15 # GNU:Displaying notes found in: .note.gnu.build-id
20 # GNU:Displaying notes found in: .note.gnu.gold-version
79 # GNU-STRIPPED:Displaying notes found at file offset 0x00000078 with length 0x00000020:
116 # RUN: llvm-readelf --notes %t2.so 2>&1 | FileCheck -DFILE=%t2.so %s --check-prefix=ERR1-GNU
[all …]
Dgnu-note-size.test2 # RUN: llvm-readelf --notes %t | FileCheck %s --check-prefix=GNU
3 # RUN: llvm-readobj --elf-output-style LLVM --notes %t | FileCheck %s --check-prefix=LLVM
5 # GNU: Displaying notes found in: .note.ABI-tag
/external/grpc-grpc/templates/
Dpackage.xml.template26 <notes>
28 </notes>
71 <notes>
73 </notes>
86 <notes>
88 </notes>
101 <notes>
108 </notes>
121 <notes>
123 </notes>
[all …]
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/
DAbstractPagesActivity.java21 private final List<Page> notes; field in AbstractPagesActivity
23 protected AbstractPagesActivity(int title, int layout, List<Page> notes) { in AbstractPagesActivity() argument
26 this.notes = notes; in AbstractPagesActivity()
78 if (page > notes.size() - 1) { in updateNotes()
83 actionBar.setSubtitle(notes.get(page).getSubtitle()); in updateNotes()
85 ((TextView)findViewById(R.id.note)).setText(notes.get(page).getText()); in updateNotes()
86 … findViewById(R.id.next).setVisibility(page >= notes.size() - 1 ? View.INVISIBLE : View.VISIBLE); in updateNotes()
DAbstractFragmentsActivity.java19 private final List<Page> notes; field in AbstractFragmentsActivity
23 protected AbstractFragmentsActivity(int title, int layout, List<Page> notes) { in AbstractFragmentsActivity() argument
26 this.notes = notes; in AbstractFragmentsActivity()
72 if (page > notes.size() - 1) { in updateNotes()
77 actionBar.setSubtitle(notes.get(page).getSubtitle()); in updateNotes()
/external/autotest/client/tests/crashme/
Dcrashme_2.4-9.diff290 - sprintf(notes,"Subprocess run for %d seconds (%d %02d:%02d:%02d)",
291 + sprintf(notes,"Subprocess run for %ld seconds (%ld %02ld:%02ld:%02ld)",
296 - sprintf(notes,"Creating %d crashme subprocesses",nsubs);}
297 + sprintf(notes,"Creating %ld crashme subprocesses",nsubs);}
301 {sprintf(notes,
320 - sprintf(notes,"crashme %s%ld.%d %ld %ld",
321 + sprintf(notes,"crashme %s%ld.%ld %ld %ld",
328 - sprintf(notes,"Badboy at %d. 0x%X",badboy,badboy);
329 + sprintf(notes,"Badboy at %d. 0x%X",(int) badboy,(unsigned int) badboy);
337 - sprintf(notes,"try %d, offset %d",i,offset);
[all …]
/external/mesa3d/src/freedreno/ir3/
Dir3_sched.c263 check_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in check_instr() argument
327 notes->addr0_conflict = true; in check_instr()
333 notes->addr1_conflict = true; in check_instr()
339 notes->pred_conflict = true; in check_instr()
361 notes->blocked_kill = true; in check_instr()
464 choose_instr_inc(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes,
475 choose_instr_dec(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in choose_instr_dec() argument
494 if (!check_instr(ctx, notes, n->instr)) in choose_instr_dec()
515 if (!check_instr(ctx, notes, n->instr)) in choose_instr_dec()
547 if (!check_instr(ctx, notes, n->instr)) in choose_instr_dec()
[all …]
/external/google-breakpad/src/common/linux/
Dfile_id_unittest.cc177 Notes notes(kLittleEndian); in TYPED_TEST() local
178 notes.AddNote(NT_GNU_BUILD_ID, "GNU", kExpectedIdentifierBytes, in TYPED_TEST()
180 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE); in TYPED_TEST()
204 Notes notes(kLittleEndian); in TYPED_TEST() local
205 notes.AddNote(NT_GNU_BUILD_ID, "GNU", kExpectedIdentifierBytes, in TYPED_TEST()
207 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE); in TYPED_TEST()
234 Notes notes(kLittleEndian); in TYPED_TEST() local
235 notes.AddNote(NT_GNU_BUILD_ID, "GNU", kExpectedIdentifierBytes, in TYPED_TEST()
237 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE); in TYPED_TEST()
262 Notes notes(kLittleEndian); in TYPED_TEST() local
[all …]
/external/rust/crates/regex-syntax/src/
Derror.rs118 let mut notes = vec![]; in fmt() localVariable
120 notes.push(format!( in fmt()
128 writeln!(f, "{}", notes.join("\n"))?; in fmt()
223 if let Some(notes) = self.notate_line(i) { in notate()
224 notated.push_str(&notes); in notate()
240 let mut notes = String::new(); in notate_line() localVariable
242 notes.push(' '); in notate_line()
247 notes.push(' '); in notate_line()
252 notes.push('^'); in notate_line()
256 Some(notes) in notate_line()
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DRouteGuideImpl.cs126 List<RouteNote> notes; in AddNoteForLocation()
127 if (!routeNotes.TryGetValue(location, out notes)) { in AddNoteForLocation()
128 notes = new List<RouteNote>(); in AddNoteForLocation()
129 routeNotes.Add(location, notes); in AddNoteForLocation()
131 var preexistingNotes = new List<RouteNote>(notes); in AddNoteForLocation()
132 notes.Add(note); in AddNoteForLocation()
/external/llvm-project/pstl/docs/
DReleaseNotes.rst13 These are in-progress notes for the upcoming pstl 12 release.
14 Release notes for previous releases can be found on
20 This document contains the release notes for the PSTL parallel algorithms
24 notes, see `the LLVM documentation <https://llvm.org/docs/ReleaseNotes.html>`_.
30 To see the release notes for a specific release, please see the `releases
/external/catch2/docs/
Drelease-process.md28 ### Release notes
30notes need to be written. They should summarize changes done since last release. For rough idea of…
35 After version number is incremented, single-include header is regenerated and release notes are upd…
42 description should contain the release notes for the current release.
57 Use the version name as the short message and the release notes as
/external/elfutils/libdwfl/
Dcore-file.c125 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments() argument
132 if (notes != NULL) in dwfl_report_core_segments()
133 notes->p_type = PT_NULL; in dwfl_report_core_segments()
151 if (notes != NULL) in dwfl_report_core_segments()
153 *notes = *phdr; in dwfl_report_core_segments()
154 notes = NULL; in dwfl_report_core_segments()
511 Elf_Data *notes = elf_getdata_rawchunk (elf, in dwfl_core_file_report() local
517 if (likely (notes != NULL)) in dwfl_core_file_report()
523 while ((pos = gelf_getnote (notes, pos, &nhdr, in dwfl_core_file_report()
526 && !memcmp (notes->d_buf + name_pos, "CORE", sizeof "CORE")) in dwfl_core_file_report()
[all …]
Ddwfl_segment_report_module.c519 void *notes; in dwfl_segment_report_module() local
521 notes = data; in dwfl_segment_report_module()
526 notes = malloc (filesz); in dwfl_segment_report_module()
527 if (unlikely (notes == NULL)) in dwfl_segment_report_module()
534 xlateto.d_buf = notes; in dwfl_segment_report_module()
538 free (notes); in dwfl_segment_report_module()
544 const GElf_Nhdr *nh = notes; in dwfl_segment_report_module()
552 note_name = notes + len; in dwfl_segment_report_module()
556 note_desc = notes + len; in dwfl_segment_report_module()
567 - (const void *) notes in dwfl_segment_report_module()
[all …]
/external/libtextclassifier/native/utils/flatbuffers/
Dmutable_test.cc208 additional_entity_data.reminders[0]->notes.push_back("additional note1"); in TEST_F()
209 additional_entity_data.reminders[0]->notes.push_back("additional note2"); in TEST_F()
229 EXPECT_THAT(entity_data->reminders[1]->notes, in TEST_F()
300 auto notes = reminder->Repeated("notes"); in TEST_F() local
301 notes->Add("note A"); in TEST_F()
302 notes->Add("note B"); in TEST_F()
317 EXPECT_THAT(entity_data->reminders[0]->notes, in TEST_F()
320 EXPECT_THAT(entity_data->reminders[1]->notes, in TEST_F()
353 OwnedFlatbuffer<FlatbufferFieldPath, std::string> notes = in TEST_F() local
356 EXPECT_TRUE(buffer->Repeated(notes.get())->Add("a")); in TEST_F()
[all …]
/external/oboe/docs/
DREADME.md10 - [Tech Notes](notes/)
11 - [Using Audio Effects with Oboe](notes/effects.md)
12 - [Disconnected Streams](notes/disconnect.md)
/external/rust/crates/codespan-reporting/src/
Ddiagnostic.rs136 pub notes: Vec<String>, field
147 notes: Vec::new(), in new()
205 pub fn with_notes(mut self, mut notes: Vec<String>) -> Diagnostic<FileId> { in with_notes()
206 self.notes.append(&mut notes); in with_notes()
/external/llvm-project/openmp/docs/
DReleaseNotes.rst7 These are in-progress notes for the upcoming LLVM 12.0.0 release.
8 Release notes for previous releases can be found on
15 This document contains the release notes for the OpenMP runtime, release 12.0.0.
/external/llvm-project/clang/docs/
DAPINotes.rst22 That's API notes.
24 API notes use a YAML-based file format. YAML is a format best explained by
26 notes for a hypothetical "SomeKit" framework.
34 API notes files are found relative to the module map that defines a module,
44 Clang will search for API notes files next to module maps only when passed the
45 ``-fapi-notes-modules`` option.
51 - Since they're identified by module name, API notes cannot be used to modify
58 Many API notes affect how a C API is imported into Swift. In order to change
59 that behavior while still remaining backwards-compatible, API notes can be
61 compiler (e.g. ``-fapi-notes-swift-version=5``). The rule is that an
[all …]
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/routeguide/
DRouteGuideServer.java219 List<RouteNote> notes = getOrCreateNotes(note.getLocation()); in routeChat()
222 for (RouteNote prevNote : notes.toArray(new RouteNote[0])) { in routeChat()
227 notes.add(note); in routeChat()
246 List<RouteNote> notes = Collections.synchronizedList(new ArrayList<RouteNote>());
247 List<RouteNote> prevNotes = routeNotes.putIfAbsent(location, notes);
248 return prevNotes != null ? prevNotes : notes;
/external/llvm-project/lld/docs/
DReleaseNotes.rst9 These are in-progress notes for the upcoming LLVM 12.0.0 release.
10 Release notes for previous releases can be found on
16 This document contains the release notes for the lld linker, release 12.0.0.
/external/llvm-project/libcxx/docs/
DReleaseNotes.rst13 These are in-progress notes for the upcoming libc++ 12 release.
14 Release notes for previous releases can be found on
20 This document contains the release notes for the libc++ C++ Standard Library,
23 release and new feature work. For the general LLVM release notes, see `the LLVM
32 the current one. To see the release notes for a specific release, please
/external/libcxx/
DNOTES.TXT5 This file contains notes about various libc++ tasks and processes.
11 These notes contain a list of things that must be done after branching for
23 These notes contain a list of things that must be done upon adding a new header

12345678910>>...29