Searched defs:notes (Results 1 - 17 of 17) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/client/
H A Dguestbook.py44 notes = messages.MessageField('guestbook.Note', 1, repeated=True) variable in class:Notes
/external/vboot_reference/firmware/lib/include/
H A Dvboot_audio_private.h21 uint32_t checksum; /* crc32 over count & all notes */
22 uint32_t count; /* number of notes */
23 VbDevMusicNote notes[1]; /* gcc allows [0], MSVC doesn't */ member in struct:VbDevMusic
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/
H A Dguestbook.py97 notes = messages.MessageField(Note, 1, repeated=True) variable in class:Notes
126 notes = []
133 notes.append(note)
136 notes.sort(key=lambda note: note.text)
138 return Notes(notes=notes)
/external/google-breakpad/src/third_party/libdisasm/
H A Dia32_insn.c184 static void ia32_handle_notes(x86_insn_t *insn, unsigned int notes) { argument
185 insn->note = (enum x86_insn_note) notes;
255 ia32_handle_notes( insn, raw_insn->notes );
H A Dia32_insn.h45 unsigned int notes; /* Notes for this instruction */ member in struct:__anon6484
259 /* insn notes */
/external/elfutils/libdwfl/
H A Dcore-file.c126 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes) argument
133 if (notes != NULL)
134 notes->p_type = PT_NULL;
152 if (notes != NULL)
154 *notes = *phdr;
155 notes = NULL;
497 Elf_Data *notes = elf_getdata_rawchunk (elf, local
501 if (likely (notes != NULL))
507 while ((pos = gelf_getnote (notes, pos, &nhdr,
510 && !memcmp (notes
[all...]
H A Dlinux-kernel-modules.c60 #define KNOTESFILE "/sys/kernel/notes"
61 #define MODNOTESFMT "/sys/module/%s/notes"
470 intuit_kernel_bounds (Dwarf_Addr *start, Dwarf_Addr *end, Dwarf_Addr *notes) argument
480 *notes = 0;
491 if (*notes == 0 && !strcmp (state.p, "__start_notes\n"))
492 *notes = *end;
649 Dwarf_Addr notes; local
652 asm ("" : "=m" (notes));
653 int result = intuit_kernel_bounds (&start, &end, &notes);
657 return unlikely (mod == NULL) ? -1 : check_kernel_notes (mod, notes);
[all...]
H A Ddwfl_segment_report_module.c461 void *notes; local
463 notes = data;
466 notes = malloc (filesz);
467 if (unlikely (notes == NULL))
472 xlateto.d_buf = notes;
479 const GElf_Nhdr *nh = notes;
480 while ((const void *) nh < (const void *) notes + filesz)
484 if (unlikely ((size_t) ((const void *) notes + filesz
493 build_id_vaddr = note_desc - (const void *) notes + vaddr;
505 if (notes !
[all...]
/external/vboot_reference/tests/
H A Dvboot_api_devmode_tests.c45 note_event_t notes[MAX_NOTE_EVENTS]; member in struct:__anon19736
314 expected_event = test[i].notes;
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-solaris.c739 static void fill_old_note_for_thread(note_t **notes, argument
745 add_note(notes, VKI_NT_PRSTATUS, &prstatus, sizeof(vki_elf_prstatus_t));
749 add_note(notes, VKI_NT_PRFPREG, &fpu, sizeof(vki_fpregset_t));
755 add_note(notes, VKI_NT_PRXREG, &xregs, sizeof(vki_prxregset_t));
760 static void fill_new_note_for_thread(note_t **notes, argument
766 add_note(notes, VKI_NT_LWPSINFO, &lwpsinfo, sizeof(vki_lwpsinfo_t));
770 add_note(notes, VKI_NT_LWPSTATUS, &lwpstatus, sizeof(vki_lwpstatus_t));
776 add_note(notes, VKI_NT_PRXREG, &xregs, sizeof(vki_prxregset_t));
846 note_size(note), "notes");
937 /* Construct the old-style notes
[all...]
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c227 const char *sessionid, const char *notes,
233 debug_print(ctx, 1, "eventlog: %s", notes);
245 "(user,realm,sessionid,timestamp,notes,dump,addr)"
249 user, realm, sessionid, notes,
265 const char *sessionid, const char *notes,
274 hs20_eventlog(ctx, user, realm, sessionid, notes, str);
225 hs20_eventlog(struct hs20_svc *ctx, const char *user, const char *realm, const char *sessionid, const char *notes, const char *dump) argument
263 hs20_eventlog_node(struct hs20_svc *ctx, const char *user, const char *realm, const char *sessionid, const char *notes, xml_node_t *node) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 345 milliseconds