OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_note
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/m_coredump/
coredump-elf.c
152
static void
add_note
(struct note **list, const Char *name, UInt type,
function
567
add_note
(¬elist, "LINUX", NT_PRXFPREG, &xfpu, sizeof(xfpu));
573
add_note
(¬elist, "CORE", NT_FPREGSET, &fpu, sizeof(fpu));
578
add_note
(¬elist, "CORE", NT_PRSTATUS, &prstatus, sizeof(prstatus));
584
add_note
(¬elist, "CORE", NT_PRPSINFO, &prpsinfo, sizeof(prpsinfo));
/frameworks/base/docs/html/guide/topics/ui/accessibility/
apps.jd
101
the plus button to the {@code
add_note
} string resource, which could be defined as ?Add note" for an
107
android:src=?@drawable/
add_note
?
108
android:contentDescription=?@string/
add_note
?/>
Completed in 67 milliseconds