Home
last modified time | relevance | path

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

12345678910>>...20

/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/gallium/drivers/freedreno/ir3/
Dir3_sched.c245 check_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in check_instr() argument
278 notes->addr_conflict = true; in check_instr()
284 notes->pred_conflict = true; in check_instr()
309 notes->blocked_kill = true; in check_instr()
322 find_instr_recursive(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in find_instr_recursive() argument
353 if (check_instr(ctx, notes, instr)) { in find_instr_recursive()
363 candidate = find_instr_recursive(ctx, notes, src); in find_instr_recursive()
367 if (check_instr(ctx, notes, candidate)) { in find_instr_recursive()
379 find_eligible_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in find_eligible_instr() argument
395 candidate = find_instr_recursive(ctx, notes, instr); in find_eligible_instr()
[all …]
/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/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()
496 Elf_Data *notes = elf_getdata_rawchunk (elf, in dwfl_core_file_report() local
502 if (likely (notes != NULL)) in dwfl_core_file_report()
508 while ((pos = gelf_getnote (notes, pos, &nhdr, in dwfl_core_file_report()
511 && !memcmp (notes->d_buf + name_pos, "CORE", sizeof "CORE")) in dwfl_core_file_report()
[all …]
Ddwfl_segment_report_module.c474 void *notes; in dwfl_segment_report_module() local
476 notes = data; in dwfl_segment_report_module()
479 notes = malloc (filesz); in dwfl_segment_report_module()
480 if (unlikely (notes == NULL)) in dwfl_segment_report_module()
486 xlateto.d_buf = notes; in dwfl_segment_report_module()
493 const GElf_Nhdr *nh = notes; in dwfl_segment_report_module()
501 note_name = notes + len; in dwfl_segment_report_module()
505 note_desc = notes + len; in dwfl_segment_report_module()
515 build_id_vaddr = note_desc - (const void *) notes + vaddr; in dwfl_segment_report_module()
525 nh = (void *) notes + len; in dwfl_segment_report_module()
[all …]
/external/google-breakpad/src/common/linux/
Dfile_id_unittest.cc168 Notes notes(kLittleEndian); in TYPED_TEST() local
169 notes.AddNote(NT_GNU_BUILD_ID, "GNU", kExpectedIdentifier, in TYPED_TEST()
171 elf.AddSection(".note.gnu.build-id", notes, SHT_NOTE); in TYPED_TEST()
200 Notes notes(kLittleEndian); in TYPED_TEST() local
201 notes.AddNote(0, "Linux", in TYPED_TEST()
203 notes.AddNote(NT_GNU_BUILD_ID, "GNU", kExpectedIdentifier, in TYPED_TEST()
205 int note_idx = elf.AddSection(".note", notes, SHT_NOTE); in TYPED_TEST()
Dsynth_elf_unittest.cc376 Notes notes(kLittleEndian); in TEST_F() local
378 ASSERT_TRUE(notes.GetContents(&contents)); in TEST_F()
383 Notes notes(kLittleEndian); in TEST_F() local
384 notes.AddNote(1, "Linux", reinterpret_cast<const uint8_t *>("\x42\x02\0\0"), in TEST_F()
386 notes.AddNote(2, "a", reinterpret_cast<const uint8_t *>("foobar"), in TEST_F()
404 EXPECT_EQ(kExpectedNotesSize, notes.Size()); in TEST_F()
407 ASSERT_TRUE(notes.GetContents(&notes_contents)); in TEST_F()
/external/u-boot/tools/patman/test/
D0001-pci-Correct-cast-for-sandbox.patch18 Series-notes:
19 some notes
24 Commit-notes:
25 Some notes about
Dtest01.txt16 Series-notes:
17 some notes
22 Commit-notes:
23 Some notes about
/external/libtextclassifier/utils/
Dflatbuffers_test.cc283 auto notes = reminder->Repeated<std::string>("notes"); in TEST() local
284 notes->Add("note A"); in TEST()
285 notes->Add("note B"); in TEST()
290 auto notes = reminder->Repeated<std::string>("notes"); in TEST() local
291 notes->Add("note i"); in TEST()
292 notes->Add("note ii"); in TEST()
293 notes->Add("note iii"); in TEST()
303 EXPECT_THAT(entity_data->reminders[0]->notes, in TEST()
306 EXPECT_THAT(entity_data->reminders[1]->notes, in TEST()
/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/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
/external/libcxx/docs/
DReleaseNotes.rst13 These are in-progress notes for the upcoming libc++ 8 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/grpc-grpc/examples/ruby/route_guide/
Droute_guide_server.rb130 def route_chat(notes) argument
131 RouteChatEnumerator.new(notes, @received_notes).each_item
136 def initialize(notes, received_notes) argument
137 @notes = notes
/external/perfetto/ui/src/frontend/
Drecord_page.ts453 const notes: m.Children = []; constant
478 notes.push(msgFeatNotSupported);
479 notes.push(msgSideload);
482 notes.push(msgPerfettoNotSupported);
483 notes.push(msgSideload);
486 notes.push(msgLinux);
509 notes.length > 0 ? m('.note', notes) : [],
/external/u-boot/tools/patman/
Dpatchstream.py68 self.notes = [] # Series notes
191 self.series.notes += self.section
194 self.commit.notes += self.section
213 self.series.notes += self.section
216 self.commit.notes += self.section
333 out += self.commit.notes
520 line += '\n'.join(series.notes) + '\n'
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dgnu-notes.test2 # RUN: llvm-readobj -elf-output-style GNU --notes %t.so | FileCheck %s
4 # CHECK: Displaying notes found at file offset 0x00000300 with length 0x00000020:
9 # CHECK: Displaying notes found at file offset 0x0000036c with length 0x0000001c:
/external/vboot_reference/firmware/lib/
Dvboot_audio.c141 this_msecs = hdr->notes[i].msec ; in VbGetDevMusicNotes()
145 hdr->notes[i].frequency >= 100 && in VbGetDevMusicNotes()
146 hdr->notes[i].frequency <= 2000) in VbGetDevMusicNotes()
174 Memcpy(notebuf, hdr->notes, hdr->count * sizeof(VbDevMusicNote)); in VbGetDevMusicNotes()
/external/grpc-grpc/examples/node/dynamic_codegen/route_guide/
Droute_guide_client.js181 var notes = [{
206 for (var i = 0; i < notes.length; i++) {
207 var note = notes[i];
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dhsa-metadata-images.ll1 …mcpu=gfx700 -filetype=obj -o - < %s | llvm-readobj -elf-output-style=GNU -notes | FileCheck --chec…
2 …mcpu=gfx802 -filetype=obj -o - < %s | llvm-readobj -elf-output-style=GNU -notes | FileCheck --chec…
3 …mcpu=gfx900 -filetype=obj -o - < %s | llvm-readobj -elf-output-style=GNU -notes | FileCheck --chec…
/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_client.js175 var notes = [{
200 for (var i = 0; i < notes.length; i++) {
201 var note = notes[i];

12345678910>>...20