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
585
add_note
(¬elist, "LINUX", NT_PRXFPREG, &xfpu, sizeof(xfpu));
592
add_note
(¬elist, "CORE", NT_FPREGSET, &fpu, sizeof(fpu));
597
add_note
(¬elist, "CORE", NT_PRSTATUS, &prstatus, sizeof(prstatus));
603
add_note
(¬elist, "CORE", NT_PRPSINFO, &prpsinfo, sizeof(prpsinfo));
/frameworks/base/docs/html/guide/topics/ui/accessibility/
apps.jd
117
the plus button to the {@code
add_note
} string resource, which could be defined as ?Add note" for an
123
android:src=?@drawable/
add_note
?
124
android:contentDescription=?@string/
add_note
?/>
[
all
...]
Completed in 41 milliseconds