/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/client/ |
D | main.py | 37 notes = postservice.get_notes(limit=10) 38 self.response.out.write('Last %d posts...' % len(notes.notes)) 39 for note in notes.notes:
|
D | guestbook.py | 44 notes = messages.MessageField('guestbook.Note', 1, repeated=True) variable in Notes
|
/external/autotest/client/tests/crashme/ |
D | crashme_2.4-9.diff | 290 - 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/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/ |
D | guestbook.py | 97 notes = messages.MessageField(Note, 1, repeated=True) variable in Notes 126 notes = [] 133 notes.append(note) 136 notes.sort(key=lambda note: note.text) 138 return Notes(notes=notes)
|
/external/elfutils/libdwfl/ |
D | core-file.c | 126 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments() argument 133 if (notes != NULL) in dwfl_report_core_segments() 134 notes->p_type = PT_NULL; in dwfl_report_core_segments() 152 if (notes != NULL) in dwfl_report_core_segments() 154 *notes = *phdr; in dwfl_report_core_segments() 155 notes = NULL; in dwfl_report_core_segments() 497 Elf_Data *notes = elf_getdata_rawchunk (elf, in dwfl_core_file_report() local 501 if (likely (notes != NULL)) in dwfl_core_file_report() 507 while ((pos = gelf_getnote (notes, pos, &nhdr, in dwfl_core_file_report() 510 && !memcmp (notes->d_buf + name_pos, "CORE", sizeof "CORE")) in dwfl_core_file_report() [all …]
|
D | dwfl_segment_report_module.c | 461 void *notes; in dwfl_segment_report_module() local 463 notes = data; in dwfl_segment_report_module() 466 notes = malloc (filesz); in dwfl_segment_report_module() 467 if (unlikely (notes == NULL)) in dwfl_segment_report_module() 472 xlateto.d_buf = notes; in dwfl_segment_report_module() 479 const GElf_Nhdr *nh = notes; in dwfl_segment_report_module() 480 while ((const void *) nh < (const void *) notes + filesz) in dwfl_segment_report_module() 484 if (unlikely ((size_t) ((const void *) notes + filesz in dwfl_segment_report_module() 493 build_id_vaddr = note_desc - (const void *) notes + vaddr; in dwfl_segment_report_module() 505 if (notes != data) in dwfl_segment_report_module() [all …]
|
D | linux-kernel-modules.c | 470 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes) in intuit_kernel_bounds() argument 480 *notes = 0; in intuit_kernel_bounds() 491 if (*notes == 0 && !strcmp (state.p, "__start_notes\n")) in intuit_kernel_bounds() 492 *notes = *end; in intuit_kernel_bounds() 649 Dwarf_Addr notes; in dwfl_linux_kernel_report_kernel() local 652 asm ("" : "=m" (notes)); in dwfl_linux_kernel_report_kernel() 653 int result = intuit_kernel_bounds (&start, &end, ¬es); in dwfl_linux_kernel_report_kernel() 657 return unlikely (mod == NULL) ? -1 : check_kernel_notes (mod, notes); in dwfl_linux_kernel_report_kernel()
|
/external/google-breakpad/src/common/linux/ |
D | file_id_unittest.cc | 168 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()
|
D | synth_elf_unittest.cc | 376 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(¬es_contents)); in TEST_F()
|
/external/vboot_reference/firmware/lib/ |
D | vboot_audio.c | 141 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/valgrind/docs/ |
D | Makefile.am | 34 internals/avx-notes.txt \ 36 internals/Darwin-notes.txt \ 37 internals/SPEC-notes.txt \ 45 internals/notes.txt \ 55 internals/t-chaining-notes.txt \
|
/external/valgrind/docs/internals/ |
D | Darwin-notes.txt | 2 Valgrind-developer notes, re the MacOSX port 9 is available. See docs/internals/Darwin-notes.txt for the reason 48 Valgrind-developer notes, things removed from the original MacOSX port 61 Valgrind-developer notes, todos re the MacOSX port 127 look at notes in coregrind/Makefile.am re Mach RPC interface
|
D | release-HOWTO.txt | 27 - Write release notes, add to NEWS. Include a list of fixed bugs from 126 - Include the release notes in the email (maybe not necessary for release 193 Include a link to the release notes. Possibly remove any old release 201 - Make sure the release notes are present in the NEWS file on the trunk and 207 - Include the release notes in the email.
|
/external/clang/docs/ |
D | ReleaseNotes.rst | 13 These are in-progress notes for the upcoming Clang 3.8 release. You may 20 This document contains the release notes for the Clang C/C++/Objective-C 24 general LLVM release notes, see `the LLVM 36 the current one. To see the release notes for a specific release, please
|
/external/curl/tests/ |
D | testcurl.pl | 75 $timestamp $notes); 114 $notes = (split(/=/, shift @ARGV, 2))[1]; 323 print F "notes='$notes'\n"; 346 logit "NOTES = $notes";
|
/external/clang/test/Modules/ |
D | build-fail-notes.m | 25 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from 30 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from
|
/external/llvm/test/Assembler/ |
D | 2008-09-02-FunctionNotes2.ll | 1 ; Test function notes
|
/external/mesa3d/docs/ |
D | RELNOTES-3.2 | 2 Mesa 3.2 release notes
|
D | RELNOTES-3.4 | 2 Mesa 3.4 release notes
|
D | RELNOTES-4.0.1 | 2 Mesa 4.0.1 release notes
|
D | RELNOTES-3.4.1 | 2 Mesa 3.4.1 release notes
|
D | RELNOTES-3.4.2 | 2 Mesa 3.4.2 release notes
|
/external/vboot_reference/tests/ |
D | vboot_api_devmode_tests.c | 45 note_event_t notes[MAX_NOTE_EVENTS]; member 314 expected_event = test[i].notes; in VbBootDeveloperSoundTest()
|
D | vboot_audio_tests.c | 57 hdr->count * sizeof(hdr->notes[0])); in FixChecksum() 71 use_notes = use_hdr->notes; in ResetMocks()
|
/external/vboot_reference/firmware/lib/include/ |
D | vboot_audio_private.h | 23 VbDevMusicNote notes[1]; /* gcc allows [0], MSVC doesn't */ member
|