Home
last modified time | relevance | path

Searched defs:notes (Results 1 – 15 of 15) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/client/
Dguestbook.py44 notes = messages.MessageField('guestbook.Note', 1, repeated=True) variable in Notes
/external/google-breakpad/src/common/linux/
Dfile_id_unittest.cc168 Notes notes(kLittleEndian); in TYPED_TEST() local
200 Notes notes(kLittleEndian); in TYPED_TEST() local
Dsynth_elf_unittest.cc376 Notes notes(kLittleEndian); in TEST_F() local
383 Notes notes(kLittleEndian); in TEST_F() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/
Dguestbook.py97 notes = messages.MessageField(Note, 1, repeated=True) variable in Notes
/external/vboot_reference/firmware/lib/include/
Dvboot_audio_private.h23 VbDevMusicNote notes[1]; /* gcc allows [0], MSVC doesn't */ member
/external/elfutils/libdwfl/
Dcore-file.c126 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) in dwfl_report_core_segments()
497 Elf_Data *notes = elf_getdata_rawchunk (elf, in dwfl_core_file_report() local
Dlinux-kernel-modules.c470 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes) in intuit_kernel_bounds()
649 Dwarf_Addr notes; in dwfl_linux_kernel_report_kernel() local
Ddwfl_segment_report_module.c461 void *notes; in dwfl_segment_report_module() local
/external/google-breakpad/src/third_party/libdisasm/
Dia32_insn.c184 static void ia32_handle_notes(x86_insn_t *insn, unsigned int notes) { in ia32_handle_notes()
Dia32_insn.h45 unsigned int notes; /* Notes for this instruction */ member
/external/vboot_reference/tests/
Dvboot_api_devmode_tests.c45 note_event_t notes[MAX_NOTE_EVENTS]; member
/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c739 static void fill_old_note_for_thread(note_t **notes, in fill_old_note_for_thread()
760 static void fill_new_note_for_thread(note_t **notes, in fill_new_note_for_thread()
/external/autotest/client/bin/
Dkernel.py84 def _boot_kernel(self, args, ident_check, expected_ident, subdir, notes): argument
/external/wpa_supplicant_8/hs20/server/
Dspp_server.c227 const char *sessionid, const char *notes, in hs20_eventlog()
265 const char *sessionid, const char *notes, in hs20_eventlog_node()
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py310 def __init__ (self, notes, exclude=True): argument