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

12 3

  /dalvik/docs/
prettify.js 34 * 3) mark the <pre> and <code> tags in your source with class=prettyprint.
76 /** find all the < pre > and < code > tags in the DOM with class=prettyprint
347 // an html description of well formed XML and the containing tag is a PRE
350 var testNode = document.createElement('PRE');
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 526 // White-space is locked to pre
527 style->setWhiteSpace(PRE);
871 // White-space is locked to pre
872 style->setWhiteSpace(PRE);
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderTextControlSingleLine.cpp 720 textBlockStyle->setWhiteSpace(PRE);
    [all...]
RenderTheme.cpp 146 style->setWhiteSpace(PRE);
    [all...]
RenderThemeWinCE.cpp 460 // White-space is locked to pre
461 style->setWhiteSpace(PRE);
RenderThemeWin.cpp 780 // White-space is locked to pre
781 style->setWhiteSpace(PRE);
    [all...]
RenderText.cpp 736 // A <pre> run that ends with a newline, as in, e.g.,
737 // <pre>Some text\n\n<span>More text</pre>
    [all...]
RenderThemeMac.mm     [all...]
  /sdk/templates/docs/
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",
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 192 #define PRE(r,c) (y + (((r)>>2) * y_stride + ((c)>>2) -(offset)))
196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
230 int pre_stride = x->e_mbd.pre.y_stride;
231 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
351 #undef PRE
374 int pre_stride = x->e_mbd.pre.y_stride;
375 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
685 int pre_stride = x->e_mbd.pre.y_stride;
686 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
867 int pre_stride = x->e_mbd.pre.y_stride
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 806 PRE = ProcModel.ProcResourceDefs.end();
807 PRI != PRE; ++PRI) {
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
CSSComputedStyleDeclaration.cpp     [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 731 // White-space is locked to pre
732 style->setWhiteSpace(PRE);
802 // White-space is locked to pre
803 style->setWhiteSpace(PRE);
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
10 zd="rb",Ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
  /external/doclava/res/assets/templates/assets/
prettify.js 5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
10 zd="rb",Ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 514 // Nowrap and pre don't automatically wrap.
515 return ws != NOWRAP && ws != PRE;
536 // Pre and prewrap do not collapse whitespace.
537 return ws != PRE && ws != PRE_WRAP;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 35 * <li> mark the {@code <pre>} and {@code <code>} tags in your source with
43 * another class to the {@code <pre>} or {@code <code>} element to specify the
44 * language, as in {@code <pre class="prettyprint lang-java">}. Any class that
87 /** Find all the {@code <pre>} and {@code <code>} tags in the DOM with
297 // PRE means preformatted, and is a very common case, so don't create
299 if ('PRE' === node.tagName) { return true; }
310 return !whitespace || whitespace === 'pre';
583 // an html description of well formed XML and the containing tag is a PRE
586 var testNode = document.createElement('PRE');
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 35 * <li> mark the {@code <pre>} and {@code <code>} tags in your source with
43 * another class to the {@code <pre>} or {@code <code>} element to specify the
44 * language, as in {@code <pre class="prettyprint lang-java">}. Any class that
87 /** Find all the {@code <pre>} and {@code <code>} tags in the DOM with
297 // PRE means preformatted, and is a very common case, so don't create
299 if ('PRE' === node.tagName) { return true; }
310 return !whitespace || whitespace === 'pre';
583 // an html description of well formed XML and the containing tag is a PRE
586 var testNode = document.createElement('PRE');
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]

Completed in 1170 milliseconds

12 3