HomeSort by relevance Sort by last modified time
    Searched full:add_note (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 153 static void add_note(struct note **list, const HChar *name, UInt type, function
606 add_note(&notelist, "LINUX", NT_PRXFPREG, &xfpu, sizeof(xfpu));
613 add_note(&notelist, "CORE", NT_FPREGSET, &fpu, sizeof(fpu));
619 add_note(&notelist, "CORE", NT_PRSTATUS, &prstatus, sizeof(prstatus));
626 add_note(&notelist, "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 847 milliseconds