HomeSort by relevance Sort by last modified time
    Searched refs:hasR (Results 1 - 18 of 18) sorted by null

  /external/valgrind/main/include/
pub_tool_aspacemgr.h 88 hasR==hasW==hasX==anyTranslated == False
108 Bool hasR;
  /external/webkit/Source/WebCore/svg/
RadialGradientAttributes.h 56 bool hasR() const { return m_rSet; }
SVGRadialGradientElement.cpp 185 if (!attributes.hasR() && current->hasAttribute(SVGNames::rAttr))
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 495 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
529 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
542 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
555 seg->hasR ? 'r' : '-', seg->hasW ? 'w' : '-',
685 && !s->hasR && !s->hasW && !s->hasX && !s->hasT
705 && !s->hasR && !s->hasW && !s->hasX && !s->hasT
737 if (s1->hasR == s2->hasR && s1->hasW == s2->hasW
746 if (s1->hasR == s2->hasR
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-arm-linux.c 96 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
sigframe-ppc64-linux.c 151 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
sigframe-amd64-linux.c 391 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
sigframe-ppc32-linux.c 521 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
    [all...]
sigframe-x86-linux.c 412 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
sigframe-mips32-linux.c 91 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW)
sigframe-s390x-linux.c 277 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 716 seg->hasR ? 'r' : '-',
813 is_rx_map = seg->hasR && seg->hasX;
814 is_rw_map = seg->hasR && seg->hasW;
816 is_rx_map = seg->hasR && seg->hasX && !seg->hasW;
817 is_rw_map = seg->hasR && seg->hasW && !seg->hasX;
819 is_rx_map = seg->hasR && seg->hasX && !seg->hasW;
820 is_rw_map = seg->hasR && seg->hasW;
826 is_ro_map = seg->hasR && !seg->hasW && !seg->hasX;
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 129 if (seg->hasR)
  /external/valgrind/main/coregrind/
m_redir.c     [all...]
m_main.c     [all...]
m_translate.c 736 && (seg->hasX || (seg->hasR && allowR));
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 378 old_seg->hasR, old_seg->hasW, old_seg->hasX,
413 old_seg->hasR,
425 Bool oldR = old_seg->hasR;
470 old_seg->hasR, old_seg->hasW, old_seg->hasX,
    [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c     [all...]

Completed in 6068 milliseconds