Home
last modified time | relevance | path

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

/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/
DAbstractFragmentsActivity.java19 private final List<Page> notes; field in AbstractFragmentsActivity
23 protected AbstractFragmentsActivity(int title, int layout, List<Page> notes) { in AbstractFragmentsActivity()
DAbstractPagesActivity.java21 private final List<Page> notes; field in AbstractPagesActivity
23 protected AbstractPagesActivity(int title, int layout, List<Page> notes) { in AbstractPagesActivity()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_sched.c236 check_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in check_instr()
313 find_instr_recursive(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes, in find_instr_recursive()
370 find_eligible_instr(struct ir3_sched_ctx *ctx, struct ir3_sched_notes *notes) in find_eligible_instr()
522 struct ir3_sched_notes notes = {0}; in sched_block() local
/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/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/v8/tools/mb/
Dmb.py405 def PrintBuilders(heading, builders, 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