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

  /system/core/libacc/tests/data/
char.c 2 char gb; variable
9 gb = ga * 3;
10 printf("ga = %d, gb = %d\n", ga, gb);
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
GifDecoder.java 253 GifGraphicBlock gb = local
265 gb.dispose();
266 gb = gifDataStream.graphicBlocks.get(i);
271 gb.imageLeft,
272 gb.imageTop,
273 gb.imageWidth,
274 gb.imageHeight,
276 gb.getRgbImageData(),
278 gb.imageWidth
282 gb.imageLeft
    [all...]
  /build/tools/rgb2565/
to565.c 60 int gb = (g < 0) ? 0 : ((g > 255) ? 255 : g); local
65 out = to565(rb, gb, bb);
  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 827 const BorderValue& gb = colGroup->style()->borderTop(); local
828 if (gb.style() == BHIDDEN || cb.style() == BHIDDEN)
832 if (gb.style() > BHIDDEN && gb.width > borderWidth)
833 borderWidth = gb.width;
880 const BorderValue& gb = colGroup->style()->borderBottom(); local
881 if (gb.style() == BHIDDEN || cb.style() == BHIDDEN)
885 if (gb.style() > BHIDDEN && gb.width > borderWidth)
886 borderWidth = gb.width
921 const BorderValue& gb = colGroup->style()->borderLeft(); local
968 const BorderValue& gb = colGroup->style()->borderRight(); local
    [all...]
RenderTable.cpp 781 const BorderValue& gb = style()->borderLeft(); local
782 if (gb.style() == BHIDDEN)
784 if (gb.style() > BHIDDEN)
785 borderWidth = max(borderWidth, static_cast<unsigned>(gb.width));
840 const BorderValue& gb = style()->borderRight(); local
841 if (gb.style() == BHIDDEN)
843 if (gb.style() > BHIDDEN)
844 borderWidth = max(borderWidth, static_cast<unsigned>(gb.width));
    [all...]
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
AbstractCharsetDecoderTestCase.java 330 byte[] gb = getUnibytes();
331 ByteBuffer in = ByteBuffer.wrap(gb);
556 byte[] gb = getUnibytes();
558 decoder.decode(ByteBuffer.wrap(gb));
560 decoder.decode(ByteBuffer.wrap(gb), CharBuffer.allocate(3), false);
562 decoder.decode(ByteBuffer.wrap(gb), CharBuffer.allocate(3), true);
624 byte[] gb = getUnibytes();
625 ByteBuffer in = ByteBuffer.wrap(gb);
636 decoder.decode(ByteBuffer.wrap(gb), CharBuffer.allocate(30), true);
642 decoder.decode(ByteBuffer.wrap(gb), CharBuffer.allocate(30), false)
    [all...]
  /external/qemu/android/skin/
argb.h 52 mmx_t gb = _mm_unpacklo_pi16(argb, zero ); local
56 gb = _mm_srli_pi32( _mm_madd_pi16( gb, mult ), rshift );
58 return _mm_packs_pi32( gb, ar );
  /packages/apps/Email/src/com/android/email/activity/
MessageView.java 970 long gb = (mb * 1024); local
    [all...]
  /build/tools/droiddoc/templates/assets/
prettify.js 3 var aa="!",ba="!=",ca="!==",F="#",da="%",ea="%=",G="&",fa="&&",ja="&&=",ka="&=",H="(",la="*",ma="*=",na="+=",oa=",",pa="-=",qa="->",ra="/",sa="/=",ta=":",ua="::",va=";",I="<",wa="<<",xa="<<=",ya="<=",za="=",Aa="==",Ba="===",J=">",Ca=">=",Da=">>",Ea=">>=",Fa=">>>",Ga=">>>=",Ha="?",Ia="@",L="[",M="^",Ta="^=",Ua="^^",Va="^^=",Wa="{",O="|",Xa="|=",Ya="||",Za="||=",$a="~",ab="break",bb="case",cb="continue",db="delete",eb="do",fb="else",gb="finally",hb="instanceof",ib="return",jb="throw",kb="try",lb="typeof",
4 mb="(?:^^|[+-]",nb="\\$1",ob=")\\s*",pb="&amp;",qb="&lt;",rb="&gt;",sb="&quot;",tb="&#",ub="x",vb="'",wb='"',xb=" ",yb="XMP",zb="</",Ab='="',P="",Q="\\",Bb="b",Cb="t",Db="n",Eb="v",Fb="f",Gb="r",Hb="u",Ib="0",Jb="1",Kb="2",Lb="3",Mb="4",Nb="5",Ob="6",Pb="7",Qb="\\x0",Rb="\\x",Sb="-",Tb="]",Ub="\\\\u[0-9A-Fa-f]{4}|\\\\x[0-9A-Fa-f]{2}|\\\\[0-3][0-7]{0,2}|\\\\[0-7]{1,2}|\\\\[\\s\\S]|-|[^-\\\\]",R="g",Vb="\\B",Wb="\\b",Xb="\\D",Yb="\\d",Zb="\\S",$b="\\s",ac="\\W",bc="\\w",cc="(?:\\[(?:[^\\x5C\\x5D]|\\\\[\\s\\S])*\\]|\\\\u[A-Fa-f0-9]{4}|\\\\x[A-Fa-f0-9]{2}|\\\\[0-9]+|\\\\[^ux0-9]|\\(\\?[:!=]|[\\(\\)\\^]|[^\\x5B\\x5C\\(\\)\\^]+)",
11 (function(){var N=function(){for(var a=[aa,ba,ca,F,da,ea,G,fa,ja,ka,H,la,ma,na,oa,pa,qa,ra,sa,ta,ua,va,I,wa,xa,ya,za,Aa,Ba,J,Ca,Da,Ea,Fa,Ga,Ha,Ia,L,M,Ta,Ua,Va,Wa,O,Xa,Ya,Za,$a,ab,bb,cb,db,eb,fb,gb,hb,ib,jb,kb,lb],b=mb,c=0;c<a.length;++c)b+=O+a[c].replace(/([^=<>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb).replace(Kd,sb)}function ga(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb)}var Md=/&lt;/g,Nd=/&gt;/g,
14 P))){c=o;d=z;break}}function l(j){if(j.charAt(0)!==Q)return j.charCodeAt(0);switch(j.charAt(1)){case Bb:return 8;case Cb:return 9;case Db:return 10;case Eb:return 11;case Fb:return 12;case Gb:return 13;case Hb:case ub:return parseInt(j.substring(2),16)||j.charCodeAt(1);case Ib:case Jb:case Kb:case Lb:case Mb:case Nb:case Ob:case Pb:return parseInt(j.substring(1),8);default:return j.charCodeAt(1)}}function n(j){if(j<32)return(j<16?Qb:Rb)+j.toString(16);var f=String.fromCharCode(j);if(f===Q||f===Sb||
  /external/v8/benchmarks/
regexp.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-regexp.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin 839 p(? ?Xb?€?????ML3 ?g?q?|w\n???^??L?=.?h? &.l?#??>??}te??6?:Gb?^? /????i{??,M??A?Z???s>??? Ex@+?b???
    [all...]

Completed in 1577 milliseconds