HomeSort by relevance Sort by last modified time
    Searched refs:PRE (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/valgrind/main/none/tests/
resolv.stdout.exp 0 PRE _res.nscount = 0
shell.stderr.exp 5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 136 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
485 PRE/POST wrappers for arch-generic, Linux-specific syscalls
488 // Nb: See the comment above the generic PRE/POST wrappers in
491 #define PRE(name) DEFN_PRE_TEMPLATE(linux, name)
512 PRE(sys_mount)
529 PRE(sys_oldumount)
536 PRE(sys_umount)
547 PRE(sys_setfsuid16)
553 PRE(sys_setfsuid)
559 PRE(sys_setfsgid16
    [all...]
syswrap-darwin.c 211 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
682 #define PRE(name) DEFN_PRE_TEMPLATE(darwin, name)
716 PRE(ioctl)
    [all...]
syswrap-amd64-linux.c 348 PRE/POST wrappers for AMD64/Linux-specific syscalls
351 #define PRE(name) DEFN_PRE_TEMPLATE(amd64_linux, name)
397 PRE(sys_clone)
499 PRE(sys_rt_sigreturn)
541 PRE(sys_arch_prctl)
583 PRE(sys_ptrace)
653 PRE(sys_socket)
666 PRE(sys_setsockopt)
675 PRE(sys_getsockopt)
690 PRE(sys_connect
    [all...]
syswrap-generic.c     [all...]
syswrap-arm-linux.c 335 PRE/POST wrappers for arm/Linux-specific syscalls
338 #define PRE(name) DEFN_PRE_TEMPLATE(arm_linux, name)
395 PRE(sys_socketcall)
661 PRE(sys_socket)
674 PRE(sys_setsockopt)
683 PRE(sys_getsockopt)
698 PRE(sys_connect)
707 PRE(sys_accept)
724 PRE(sys_accept4)
741 PRE(sys_sendto
    [all...]
syswrap-mips32-linux.c 365 PRE/POST wrappers for mips/Linux-specific syscalls
367 #define PRE(name) DEFN_PRE_TEMPLATE(mips_linux, name)
419 PRE (sys_socketcall)
640 PRE (sys_socket)
654 PRE (sys_setsockopt)
663 PRE (sys_getsockopt)
679 PRE(sys_connect)
688 PRE (sys_accept)
707 PRE (sys_sendto)
718 PRE (sys_recvfrom)
    [all...]
syswrap-x86-linux.c 783 PRE/POST wrappers for x86/Linux-specific syscalls
786 #define PRE(name) DEFN_PRE_TEMPLATE(x86_linux, name)
815 PRE(old_select)
848 PRE(sys_clone)
    [all...]
syswrap-ppc32-linux.c 401 PRE/POST wrappers for ppc32/Linux-specific syscalls
404 #define PRE(name) DEFN_PRE_TEMPLATE(ppc32_linux, name)
428 PRE(sys_socketcall)
693 PRE(sys_mmap)
709 PRE(sys_mmap2)
732 PRE(sys_stat64)
745 PRE(sys_lstat64)
761 PRE(sys_fstatat64)
775 PRE(sys_fstat64)
794 PRE(sys_ipc
    [all...]
syswrap-ppc64-linux.c 430 PRE/POST wrappers for ppc64/Linux-specific syscalls
433 #define PRE(name) DEFN_PRE_TEMPLATE(ppc64_linux, name)
454 PRE(sys_socketcall)
720 PRE(sys_mmap)
736 //zz PRE(sys_mmap2)
759 //zz PRE(sys_stat64)
772 //zz PRE(sys_lstat64)
788 //zz PRE(sys_fstat64)
807 PRE(sys_ipc)
953 PRE(sys_clone
    [all...]
syswrap-s390x-linux.c 329 PRE/POST wrappers for s390x/Linux-specific syscalls
332 #define PRE(name) DEFN_PRE_TEMPLATE(s390x_linux, name)
354 PRE(sys_ptrace)
444 PRE(sys_socketcall)
761 PRE(sys_mmap)
791 PRE(sys_ipc)
938 PRE(sys_clone)
1031 PRE(sys_sigreturn)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 82 if (ObjCPropertyRefExpr *PRE =
84 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD)
  /external/compiler-rt/lib/msandr/
msandr.cc 174 #define PRE(at, what) instrlist_meta_preinsert(bb, at, INSTR_CREATE_##what);
245 PRE(instr, mov_imm(drcontext, opnd_create_reg(R2),
247 PRE(instr, and(drcontext, opnd_create_reg(R1), opnd_create_reg(R2)));
253 PRE(instr,
259 PRE(instr,
291 PRE(instr,
312 PRE(instr,
531 if (arg->pre)
  /external/llvm/lib/CodeGen/
TargetSchedule.cpp 302 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) {
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 94 if (!newStyle || newStyle->whiteSpace() != PRE)
97 if (!oldStyle || oldStyle->whiteSpace() != PRE)
SVGTextLayoutAttributesBuilder.cpp 101 return style->whiteSpace() == PRE;
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 891 style->setWhiteSpace(PRE);
911 style->setWhiteSpace(PRE);
929 style->setWhiteSpace(PRE);
957 style->setWhiteSpace(PRE);
973 style->setWhiteSpace(PRE);
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 452 const ObjCPropertyRefExpr *PRE) {
453 if (PRE->isObjectReceiver()) {
455 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>();
459 S.isSelfExpr(const_cast<Expr*>(PRE->getBase()))) {
472 if (PRE->isSuperReceiver()) {
474 PRE->getSuperReceiverType()->getAs<ObjCObjectPointerType>())
477 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false);
480 assert(PRE->isClassReceiver() && "Invalid expression");
481 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
    [all...]
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
initial-values.js 100 var element = document.createElement("pre");
101 shouldBe("element.nodeName", "'PRE'");
103 // FF returns "PRE" for localName, WebKit returns "pre", the spec says we should return null
112 element = document.createElementNS("http://www.w3.org/1999/xhtml", "html:pre");
113 shouldBe("element.nodeName", "'html:pre'");
114 shouldBe("element.localName", "'pre'");
139 element = document.createElementNS("http://www.w3.org/1999/xhtml", "pre");
141 // FF and Opera returns "pre" for nodeName as it is an XHTML element, WebKit returns "PRE"
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 313 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP
  /external/clang/docs/tools/
manpage.css 70 PRE {
  /build/tools/droiddoc/templates-ds/assets/js/
prettify.js 7 t[s++<<1|1]=a)}}var e=/(?:^|\s)nocode(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=document.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);m(a);return{a:h.join("").replace(/\n$/,""),c:t}}function B(a,m,e,h){m&&(a={a:m,d:a},e(a),h.push.apply(h,a.e))}function x(a,m){function e(a){for(var l=a.d,p=[l,"pln"],d=0,g=a.a.match(y)||[],r={},n=0,z=g.length;n<z;++n){var f=g[n],b=r[f],o=void 0,c;if(typeof b===
14 for(;!a.nextSibling;)if(a=a.parentNode,!a)return;for(var a=b(a.nextSibling,0),e;(e=a.parentNode)&&e.nodeType===1;)a=e;d.push(a)}var k=/(?:^|\s)nocode(?:\s|$)/,t=/\r\n?|\n/,s=a.ownerDocument,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=s.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);for(l=s.createElement("LI");a.firstChild;)l.appendChild(a.firstChild);for(var d=[l],g=0;g<d.length;++g)e(d[g]);m===(m|0)&&d[0].setAttribute("value",
25 hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);k(x([],[["str",/^[\S\s]+/]]),["regex"]);window.prettyPrintOne=function(a,m,e){var h=document.createElement("PRE");h.innerHTML=a;e&&D(h,e);E({g:m,i:e,h:h});return h.innerHTML};window.prettyPrint=function(a){function m(){for(var e=window.PR_SHOULD_USE_CONTINUATION?l.now()+250:Infinity;p<h.length&&l.now()<e;p++){var n=h[p],k=n.className;if(k.indexOf("prettyprint")>=0){var k=k.match(g),f,b;if(b=
26 !k){b=n;for(var o=void 0,c=b.firstChild;c;c=c.nextSibling)var i=c.nodeType,o=i===1?o?b:c:i===3?N.test(c.nodeValue)?b:o:o;b=(f=o===b?void 0:o)&&"CODE"===f.tagName}b&&(k=f.className.match(g));k&&(k=k[1]);b=!1;for(o=n.parentNode;o;o=o.parentNode)if((o.tagName==="pre"||o.tagName==="code"||o.tagName==="xmp")&&o.className&&o.className.indexOf("prettyprint")>=0){b=!0;break}b||((b=(b=n.className.match(/\blinenums\b(?::(\d+))?/))?b[1]&&b[1].length?+b[1]:!0:!1)&&D(n,b),d={g:k,h:n,i:b},E(d))}}p<h.length?setTimeout(m,
27 250):a&&a()}for(var e=[document.getElementsByTagName("pre"),document.getElementsByTagName("code"),document.getElementsByTagName("xmp")],h=[],k=0;k<e.length;++k)for(var t=0,s=e[k].length;t<s;++t)h.push(e[k][t]);var e=q,l=Date;l.now||(l={now:function(){return+new Date}});var p=0,d,g=/\blang(?:uage)?-([\w.]+)(?!\S)/;m()};window.PR={createSimpleLexer:x,registerLangHandler:k,sourceDecorator:u,PR_ATTRIB_NAME:"atn",PR_ATTRIB_VALUE:"atv",PR_COMMENT:"com",PR_DECLARATION:"dec",PR_KEYWORD:"kwd",PR_LITERAL:"lit",
  /build/tools/droiddoc/templates-sac/assets/js/
prettify.js 7 t[s++<<1|1]=a)}}var e=/(?:^|\s)nocode(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=document.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);m(a);return{a:h.join("").replace(/\n$/,""),c:t}}function B(a,m,e,h){m&&(a={a:m,d:a},e(a),h.push.apply(h,a.e))}function x(a,m){function e(a){for(var l=a.d,p=[l,"pln"],d=0,g=a.a.match(y)||[],r={},n=0,z=g.length;n<z;++n){var f=g[n],b=r[f],o=void 0,c;if(typeof b===
14 for(;!a.nextSibling;)if(a=a.parentNode,!a)return;for(var a=b(a.nextSibling,0),e;(e=a.parentNode)&&e.nodeType===1;)a=e;d.push(a)}var k=/(?:^|\s)nocode(?:\s|$)/,t=/\r\n?|\n/,s=a.ownerDocument,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=s.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);for(l=s.createElement("LI");a.firstChild;)l.appendChild(a.firstChild);for(var d=[l],g=0;g<d.length;++g)e(d[g]);m===(m|0)&&d[0].setAttribute("value",
25 hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);k(x([],[["str",/^[\S\s]+/]]),["regex"]);window.prettyPrintOne=function(a,m,e){var h=document.createElement("PRE");h.innerHTML=a;e&&D(h,e);E({g:m,i:e,h:h});return h.innerHTML};window.prettyPrint=function(a){function m(){for(var e=window.PR_SHOULD_USE_CONTINUATION?l.now()+250:Infinity;p<h.length&&l.now()<e;p++){var n=h[p],k=n.className;if(k.indexOf("prettyprint")>=0){var k=k.match(g),f,b;if(b=
26 !k){b=n;for(var o=void 0,c=b.firstChild;c;c=c.nextSibling)var i=c.nodeType,o=i===1?o?b:c:i===3?N.test(c.nodeValue)?b:o:o;b=(f=o===b?void 0:o)&&"CODE"===f.tagName}b&&(k=f.className.match(g));k&&(k=k[1]);b=!1;for(o=n.parentNode;o;o=o.parentNode)if((o.tagName==="pre"||o.tagName==="code"||o.tagName==="xmp")&&o.className&&o.className.indexOf("prettyprint")>=0){b=!0;break}b||((b=(b=n.className.match(/\blinenums\b(?::(\d+))?/))?b[1]&&b[1].length?+b[1]:!0:!1)&&D(n,b),d={g:k,h:n,i:b},E(d))}}p<h.length?setTimeout(m,
27 250):a&&a()}for(var e=[document.getElementsByTagName("pre"),document.getElementsByTagName("code"),document.getElementsByTagName("xmp")],h=[],k=0;k<e.length;++k)for(var t=0,s=e[k].length;t<s;++t)h.push(e[k][t]);var e=q,l=Date;l.now||(l={now:function(){return+new Date}});var p=0,d,g=/\blang(?:uage)?-([\w.]+)(?!\S)/;m()};window.PR={createSimpleLexer:x,registerLangHandler:k,sourceDecorator:u,PR_ATTRIB_NAME:"atn",PR_ATTRIB_VALUE:"atv",PR_COMMENT:"com",PR_DECLARATION:"dec",PR_KEYWORD:"kwd",PR_LITERAL:"lit",
  /build/tools/droiddoc/templates-sdk/assets/js/
prettify.js 7 t[s++<<1|1]=a)}}var e=/(?:^|\s)nocode(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=document.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);m(a);return{a:h.join("").replace(/\n$/,""),c:t}}function B(a,m,e,h){m&&(a={a:m,d:a},e(a),h.push.apply(h,a.e))}function x(a,m){function e(a){for(var l=a.d,p=[l,"pln"],d=0,g=a.a.match(y)||[],r={},n=0,z=g.length;n<z;++n){var f=g[n],b=r[f],o=void 0,c;if(typeof b===
14 for(;!a.nextSibling;)if(a=a.parentNode,!a)return;for(var a=b(a.nextSibling,0),e;(e=a.parentNode)&&e.nodeType===1;)a=e;d.push(a)}var k=/(?:^|\s)nocode(?:\s|$)/,t=/\r\n?|\n/,s=a.ownerDocument,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=s.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);for(l=s.createElement("LI");a.firstChild;)l.appendChild(a.firstChild);for(var d=[l],g=0;g<d.length;++g)e(d[g]);m===(m|0)&&d[0].setAttribute("value",
25 hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);k(x([],[["str",/^[\S\s]+/]]),["regex"]);window.prettyPrintOne=function(a,m,e){var h=document.createElement("PRE");h.innerHTML=a;e&&D(h,e);E({g:m,i:e,h:h});return h.innerHTML};window.prettyPrint=function(a){function m(){for(var e=window.PR_SHOULD_USE_CONTINUATION?l.now()+250:Infinity;p<h.length&&l.now()<e;p++){var n=h[p],k=n.className;if(k.indexOf("prettyprint")>=0){var k=k.match(g),f,b;if(b=
26 !k){b=n;for(var o=void 0,c=b.firstChild;c;c=c.nextSibling)var i=c.nodeType,o=i===1?o?b:c:i===3?N.test(c.nodeValue)?b:o:o;b=(f=o===b?void 0:o)&&"CODE"===f.tagName}b&&(k=f.className.match(g));k&&(k=k[1]);b=!1;for(o=n.parentNode;o;o=o.parentNode)if((o.tagName==="pre"||o.tagName==="code"||o.tagName==="xmp")&&o.className&&o.className.indexOf("prettyprint")>=0){b=!0;break}b||((b=(b=n.className.match(/\blinenums\b(?::(\d+))?/))?b[1]&&b[1].length?+b[1]:!0:!1)&&D(n,b),d={g:k,h:n,i:b},E(d))}}p<h.length?setTimeout(m,
27 250):a&&a()}for(var e=[document.getElementsByTagName("pre"),document.getElementsByTagName("code"),document.getElementsByTagName("xmp")],h=[],k=0;k<e.length;++k)for(var t=0,s=e[k].length;t<s;++t)h.push(e[k][t]);var e=q,l=Date;l.now||(l={now:function(){return+new Date}});var p=0,d,g=/\blang(?:uage)?-([\w.]+)(?!\S)/;m()};window.PR={createSimpleLexer:x,registerLangHandler:k,sourceDecorator:u,PR_ATTRIB_NAME:"atn",PR_ATTRIB_VALUE:"atv",PR_COMMENT:"com",PR_DECLARATION:"dec",PR_KEYWORD:"kwd",PR_LITERAL:"lit",

Completed in 551 milliseconds

1 2 3