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

1 2

  /external/bluetooth/bluedroid/bta/
Android.mk 32 ./ag/bta_ag_sdp.c \
33 ./ag/bta_ag_sco.c \
34 ./ag/bta_ag_cfg.c \
35 ./ag/bta_ag_main.c \
36 ./ag/bta_ag_api.c \
37 ./ag/bta_ag_rfc.c \
38 ./ag/bta_ag_act.c \
39 ./ag/bta_ag_cmd.c \
40 ./ag/bta_ag_ci.c \
41 ./ag/bta_ag_at.c
    [all...]
  /external/clang/test/CodeGenCXX/
static-init-3.cpp 28 X2< A > ag = X1< X2< A > >::get(); variable
dynamic-cast-hint.cpp 32 volatile G *ag = dynamic_cast<G *>(a); local
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p1-0x.cpp 14 Aggr ag = { b }; variable
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 254 final float ag = scurve(stretch, 8.0f); local
258 + ", ar=" + ar + ", ag=" + ag + ", ab=" + ab);
295 setVStretchQuad(mVertexBuffer, mDisplayWidth, mDisplayHeight, ag);
311 GLES10.glColor4f(ag, ag, ag, 1.0f);
329 final float ag = scurve(stretch, 8.0f); local
331 Slog.d(TAG, "drawHStretch: stretch=" + stretch + ", ag=" + ag);
    [all...]
  /external/skia/tools/
skhello.cpp 19 SkAutoGraphics ag; local
skimage_main.cpp 59 SkAutoGraphics ag; local
render_pdfs_main.cpp 212 SkAutoGraphics ag; local
bench_pictures_main.cpp 781 SkAutoGraphics ag; local
  /external/valgrind/main/none/tests/s390x/
add.c 22 memsweep(ag, s2, 0);
add.stdout.exp 23 ag 0 + 0000000000000000 + 0000000000000000 = 0000000000000000 (cc=0)
24 ag 0 + 0000000000000001 + 0000000000000000 = 0000000000000001 (cc=2)
25 ag 0 + 000000000000FFFF + 0000000000000000 = 000000000000FFFF (cc=2)
26 ag 0 + 0000000000007FFF + 0000000000000000 = 0000000000007FFF (cc=2)
27 ag 0 + 0000000000008000 + 0000000000000000 = 0000000000008000 (cc=2)
28 ag 0 + 00000000FFFFFFFF + 0000000000000000 = 00000000FFFFFFFF (cc=2)
29 ag 0 + 0000000080000000 + 0000000000000000 = 0000000080000000 (cc=2)
30 ag 0 + 000000007FFFFFFF + 0000000000000000 = 000000007FFFFFFF (cc=2)
31 ag 0 + FFFFFFFFFFFFFFFF + 0000000000000000 = FFFFFFFFFFFFFFFF (cc=1)
32 ag 0 + 8000000000000000 + 0000000000000000 = 8000000000000000 (cc=1
    [all...]
  /external/qemu/android/skin/
image.c 160 unsigned ag = (src[0] >> 8) & 0xff00ff; local
163 ag = (ag*alpha) & 0xff00ff00;
166 dst[0] = ag | rb;
window.c 325 unsigned ag = (c >> 8) & 0x00ff00ff;
328 ag = (ag*alpha) & 0xff00ff00;
331 line[nn] = (unsigned)(ag | rb);
352 unsigned ag = (c >> 8) & 0x00ff00ff;
356 ag = ((ag*ialpha + 0x00ff00ff*alpha)) & 0xff00ff00;
359 line[nn] = (unsigned)(ag | rb);
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 240 AuthGroup *ag; local
241 for (ag = r->rrauth_hash[slot]; ag; ag=ag->next)
242 if (ag->namehash == namehash && SameDomainName(ag->name, name))
244 return(ag);
255 AuthGroup *ag = (AuthGroup*)GetAuthEntity(r, mDNSNULL); local
256 if (!ag) { LogMsg("GetAuthGroup: Failed to allocate memory for %##s", rr->name->c); return(mDNSNULL);
282 AuthGroup *ag; local
298 AuthGroup **ag = &a; local
954 AuthGroup **ag = &a; local
981 AuthGroup **ag = &a; local
1004 AuthGroup **ag = &a; local
1297 AuthGroup *ag; local
1370 AuthGroup **ag = &a; local
1538 AuthGroup *ag = RemoveAuthRecord(m, &m->rrauth, rr); local
3790 AuthGroup *ag; local
3979 AuthGroup *ag; local
4298 AuthGroup *ag; local
4560 AuthGroup *ag; local
8160 AuthGroup *ag; local
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 523 GS_Address** ag; local
530 ag = (GS_Address**) VG_(HT_to_array) (gs_addresses, &n_elems);
532 if (!clear_only_jumps || ag[i]->kind == GS_jump)
533 remove_gs_address (ag[i], "clear_gdbserved_addresses");
534 VG_(free) (ag);
    [all...]
  /external/skia/legacy/src/core/
SkBitmap.cpp 988 SkPMColor c, ag, rb; local
990 c = *p; ag = (c >> 8) & 0xFF00FF; rb = c & 0xFF00FF;
994 c = *p; ag += (c >> 8) & 0xFF00FF; rb += c & 0xFF00FF;
1000 c = *p; ag += (c >> 8) & 0xFF00FF; rb += c & 0xFF00FF;
1004 c = *p; ag += (c >> 8) & 0xFF00FF; rb += c & 0xFF00FF;
1007 ((rb >> 2) & 0xFF00FF) | ((ag << 6) & 0xFF00FF00);
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 1178 SkPMColor c, ag, rb; local
    [all...]
  /external/skia/include/core/
SkColorPriv.h 287 // Reorders ARGB to AG-RB in order to reduce the number of operations.
335 uint32_t ag = ((c >> 8) & mask) * scale; local
336 return (rb & mask) | (ag & ~mask);
601 unsigned ag = ((c >> 4) & mask) * scale;
602 return (rb & mask) | (ag & ~mask);
  /external/skia/legacy/include/core/
SkColorPriv.h 252 // Reorders ARGB to AG-RB in order to reduce the number of operations.
300 uint32_t ag = ((c >> 8) & mask) * scale; local
301 return (rb & mask) | (ag & ~mask);
566 unsigned ag = ((c >> 4) & mask) * scale;
567 return (rb & mask) | (ag & ~mask);
  /external/libyuv/files/source/
row_common.cc 282 uint8 ag = (src_rgb0[G] + src_rgb0[G + 4] + \
286 dst_u[0] = RGBToU(ar, ag, ab); \
287 dst_v[0] = RGBToV(ar, ag, ab); \
295 uint8 ag = (src_rgb0[G] + src_rgb1[G]) >> 1; \
297 dst_u[0] = RGBToU(ar, ag, ab); \
298 dst_v[0] = RGBToV(ar, ag, ab); \
    [all...]
  /external/v8/test/mjsunit/
regexp.js 635 assertTrue(re.test("ag"));
646 assertTrue(re.test("ag"));
658 assertTrue(re.test("ag"));
660 assertFalse(re.test("ag"));
  /external/opencv/cvaux/src/
cvlmeds.cpp 939 double af, ag, ah, t; local
1224 ag = fabs( g );
1226 if( af < ag )
1227 h = ag * sqrt( 1 + (f / g) * (f / g) );
    [all...]
  /external/elfutils/
elfutils.spec 344 - elflint: relax a bit. Allow version definitions for defined symbols ag
350 - elflint: relax a bit. Allow version definitions for defined symbols ag
355 - elflint: relax a bit. Allow version definitions for defined symbols ag
  /build/tools/droiddoc/templates-ds/assets/scroller/
jquery.jscrollpane.min.js 8 (function(b,a,c){b.fn.jScrollPane=function(e){function d(D,O){var ay,Q=this,Y,aj,v,al,T,Z,y,q,az,aE,au,i,I,h,j,aa,U,ap,X,t,A,aq,af,am,G,l,at,ax,x,av,aH,f,L,ai=true,P=true,aG=false,k=false,ao=D.clone(false,false).empty(),ac=b.fn.mwheelIntent?"mwheelIntent.jsp":"mousewheel.jsp";aH=D.css("paddingTop")+" "+D.css("paddingRight")+" "+D.css("paddingBottom")+" "+D.css("paddingLeft");f=(parseInt(D.css("paddingLeft"),10)||0)+(parseInt(D.css("paddingRight"),10)||0);function ar(aQ){var aL,aN,aM,aJ,aI,aP,aO=false,aK=false;ay=aQ;if(Y===c){aI=D.scrollTop();aP=D.scrollLeft();D.css({overflow:"hidden",padding:0});aj=D.innerWidth()+f;v=D.innerHeight();D.width(aj);Y=b('<div class="jspPane" />').css("padding",aH).append(D.children());al=b('<div class="jspContainer" />').css({width:aj+"px",height:v+"px"}).append(Y).appendTo(D)}else{D.css("width","");aO=ay.stickToBottom&&K();aK=ay.stickToRight&&B();aJ=D.innerWidth()+f!=aj||D.outerHeight()!=v;if(aJ){aj=D.innerWidth()+f;v=D.innerHeight();al.css({width:aj+"px",height:v+"px"})}if(!aJ&&L==T&&Y.outerHeight()==Z){D.width(aj);return}L=T;Y.css("width","");D.width(aj);al.find(">.jspVerticalBar,>.jspHorizontalBar").remove().end()}Y.css("overflow","auto");if(aQ.contentWidth){T=aQ.contentWidth}else{T=Y[0].scrollWidth}Z=Y[0].scrollHeight;Y.css("overflow","");y=T/aj;q=Z/v;az=q>1;aE=y>1;if(!(aE||az)){D.removeClass("jspScrollable");Y.css({top:0,width:al.width()-f});n();E();R();w()}else{D.addClass("jspScrollable");aL=ay.maintainPosition&&(I||aa);if(aL){aN=aC();aM=aA()}aF();z();F();if(aL){N(aK?(T-aj):aN,false);M(aO?(Z-v):aM,false)}J();ag();an();if(ay.enableKeyboardNavigation){S()}if(ay.clickOnTrack){p()}C();if(ay.hijackInternalLinks){m()}}if(ay.autoReinitialise&&!av){av=setInterval(function(){ar(ay)},ay.autoReinitialiseDelay)}else{if(!ay.autoReinitialise&&av){clearInterval(av)}}aI&&D.scrollTop(0)&&M(aI,false);aP&&D.scrollLeft(0)&&N(aP,false);D.trigger("jsp-initialised",[aE||az])}function aF(){if(az){al.append(b('<div class="jspVerticalBar" />').append(b('<div class="jspCap jspCapTop" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragTop" />'),b('<div class="jspDragBottom" />'))),b('<div class="jspCap jspCapBottom" />')));U=al.find(">.jspVerticalBar");ap=U.find(">.jspTrack");au=ap.find(">.jspDrag");if(ay.showArrows){aq=b('<a class="jspArrow jspArrowUp" />').bind("mousedown.jsp",aD(0,-1)).bind("click.jsp",aB);af=b('<a class="jspArrow jspArrowDown" />').bind("mousedown.jsp",aD(0,1)).bind("click.jsp",aB);if(ay.arrowScrollOnHover){aq.bind("mouseover.jsp",aD(0,-1,aq));af.bind("mouseover.jsp",aD(0,1,af))}ak(ap,ay.verticalArrowPositions,aq,af)}t=v;al.find(">.jspVerticalBar>.jspCap:visible,>.jspVerticalBar>.jspArrow").each(function(){t-=b(this).outerHeight()});au.hover(function(){au.addClass("jspHover")},function(){au.removeClass("jspHover")}).bind("mousedown.jsp",function(aI){b("html").bind("dragstart.jsp selectstart.jsp",aB);au.addClass("jspActive");var s=aI.pageY-au.position().top;b("html").bind("mousemove.jsp",function(aJ){V(aJ.pageY-s,false)}).bind("mouseup.jsp mouseleave.jsp",aw);return false});o()}}function o(){ap.height(t+"px");I=0;X=ay.verticalGutter+ap.outerWidth();Y.width(aj-X-f);try{if(U.position().left===0){Y.css("margin-left",X+"px")}}catch(s){}}function z(){if(aE){al.append(b('<div class="jspHorizontalBar" />').append(b('<div class="jspCap jspCapLeft" />'),b('<div class="jspTrack" />').append(b('<div class="jspDrag" />').append(b('<div class="jspDragLeft" />'),b('<div class="jspDragRight" />'))),b('<div class="jspCap jspCapRight" />')));am=al.find(">.jspHorizontalBar");G=am.find(">.jspTrack");h=G.find(">.jspDrag");if(ay.showArrows){ax=b('<a class="jspArrow jspArrowLeft" />').bind("mousedown.jsp",aD(-1,0)).bind("click.jsp",aB);x=b('<a class="jspArrow jspArrowRight" />').bind("mousedown.jsp",aD(1,0)).bind("click.jsp",aB);
9 if(ay.arrowScrollOnHover){ax.bind("mouseover.jsp",aD(-1,0,ax));x.bind("mouseover.jsp",aD(1,0,x))}ak(G,ay.horizontalArrowPositions,ax,x)}h.hover(function(){h.addClass("jspHover")},function(){h.removeClass("jspHover")}).bind("mousedown.jsp",function(aI){b("html").bind("dragstart.jsp selectstart.jsp",aB);h.addClass("jspActive");var s=aI.pageX-h.position().left;b("html").bind("mousemove.jsp",function(aJ){W(aJ.pageX-s,false)}).bind("mouseup.jsp mouseleave.jsp",aw);return false});l=al.innerWidth();ah()}}function ah(){al.find(">.jspHorizontalBar>.jspCap:visible,>.jspHorizontalBar>.jspArrow").each(function(){l-=b(this).outerWidth()});G.width(l+"px");aa=0}function F(){if(aE&&az){var aI=G.outerHeight(),s=ap.outerWidth();t-=aI;b(am).find(">.jspCap:visible,>.jspArrow").each(function(){l+=b(this).outerWidth()});l-=s;v-=s;aj-=aI;G.parent().append(b('<div class="jspCorner" />').css("width",aI+"px"));o();ah()}if(aE){Y.width((al.outerWidth()-f)+"px")}Z=Y.outerHeight();q=Z/v;if(aE){at=Math.ceil(1/y*l);if(at>ay.horizontalDragMaxWidth){at=ay.horizontalDragMaxWidth}else{if(at<ay.horizontalDragMinWidth){at=ay.horizontalDragMinWidth}}h.width(at+"px");j=l-at;ae(aa)}if(az){A=Math.ceil(1/q*t);if(A>ay.verticalDragMaxHeight){A=ay.verticalDragMaxHeight}else{if(A<ay.verticalDragMinHeight){A=ay.verticalDragMinHeight}}au.height(A+"px");i=t-A;ad(I)}}function ak(aJ,aL,aI,s){var aN="before",aK="after",aM;if(aL=="os"){aL=/Mac/.test(navigator.platform)?"after":"split"}if(aL==aN){aK=aL}else{if(aL==aK){aN=aL;aM=aI;aI=s;s=aM}}aJ[aN](aI)[aK](s)}function aD(aI,s,aJ){return function(){H(aI,s,this,aJ);this.blur();return false}}function H(aL,aK,aO,aN){aO=b(aO).addClass("jspActive");var aM,aJ,aI=true,s=function(){if(aL!==0){Q.scrollByX(aL*ay.arrowButtonSpeed)}if(aK!==0){Q.scrollByY(aK*ay.arrowButtonSpeed)}aJ=setTimeout(s,aI?ay.initialDelay:ay.arrowRepeatFreq);aI=false};s();aM=aN?"mouseout.jsp":"mouseup.jsp";aN=aN||b("html");aN.bind(aM,function(){aO.removeClass("jspActive");aJ&&clearTimeout(aJ);aJ=null;aN.unbind(aM)})}function p(){w();if(az){ap.bind("mousedown.jsp",function(aN){if(aN.originalTarget===c||aN.originalTarget==aN.currentTarget){var aL=b(this),aO=aL.offset(),aM=aN.pageY-aO.top-I,aJ,aI=true,s=function(){var aR=aL.offset(),aS=aN.pageY-aR.top-A/2,aP=v*ay.scrollPagePercent,aQ=i*aP/(Z-v);if(aM<0){if(I-aQ>aS){Q.scrollByY(-aP)}else{V(aS)}}else{if(aM>0){if(I+aQ<aS){Q.scrollByY(aP)}else{V(aS)}}else{aK();return}}aJ=setTimeout(s,aI?ay.initialDelay:ay.trackClickRepeatFreq);aI=false},aK=function(){aJ&&clearTimeout(aJ);aJ=null;b(document).unbind("mouseup.jsp",aK)};s();b(document).bind("mouseup.jsp",aK);return false}})}if(aE){G.bind("mousedown.jsp",function(aN){if(aN.originalTarget===c||aN.originalTarget==aN.currentTarget){var aL=b(this),aO=aL.offset(),aM=aN.pageX-aO.left-aa,aJ,aI=true,s=function(){var aR=aL.offset(),aS=aN.pageX-aR.left-at/2,aP=aj*ay.scrollPagePercent,aQ=j*aP/(T-aj);if(aM<0){if(aa-aQ>aS){Q.scrollByX(-aP)}else{W(aS)}}else{if(aM>0){if(aa+aQ<aS){Q.scrollByX(aP)}else{W(aS)}}else{aK();return}}aJ=setTimeout(s,aI?ay.initialDelay:ay.trackClickRepeatFreq);aI=false},aK=function(){aJ&&clearTimeout(aJ);aJ=null;b(document).unbind("mouseup.jsp",aK)};s();b(document).bind("mouseup.jsp",aK);return false}})}}function w(){if(G){G.unbind("mousedown.jsp")}if(ap){ap.unbind("mousedown.jsp")}}function aw(){b("html").unbind("dragstart.jsp selectstart.jsp mousemove.jsp mouseup.jsp mouseleave.jsp");if(au){au.removeClass("jspActive")}if(h){h.removeClass("jspActive")}}function V(s,aI){if(!az){return}if(s<0){s=0}else{if(s>i){s=i}}if(aI===c){aI=ay.animateScroll}if(aI){Q.animate(au,"top",s,ad)}else{au.css("top",s);ad(s)}}function ad(aI){if(aI===c){aI=au.position().top}al.scrollTop(0);I=aI;var aL=I===0,aJ=I==i,aK=aI/i,s=-aK*(Z-v);if(ai!=aL||aG!=aJ){ai=aL;aG=aJ;D.trigger("jsp-arrow-change",[ai,aG,P,k])}u(aL,aJ);Y.css("top",s);D.trigger("jsp-scroll-y",[-s,aL,aJ]).trigger("scroll")}function W(aI,s){if(!aE){return}if(aI<0){aI=0}else{if(aI>j){aI=j}}if(s===c){s=ay.animateScroll}if(s){Q.animate(h,"left",aI,ae)
10 }else{h.css("left",aI);ae(aI)}}function ae(aI){if(aI===c){aI=h.position().left}al.scrollTop(0);aa=aI;var aL=aa===0,aK=aa==j,aJ=aI/j,s=-aJ*(T-aj);if(P!=aL||k!=aK){P=aL;k=aK;D.trigger("jsp-arrow-change",[ai,aG,P,k])}r(aL,aK);Y.css("left",s);D.trigger("jsp-scroll-x",[-s,aL,aK]).trigger("scroll")}function u(aI,s){if(ay.showArrows){aq[aI?"addClass":"removeClass"]("jspDisabled");af[s?"addClass":"removeClass"]("jspDisabled")}}function r(aI,s){if(ay.showArrows){ax[aI?"addClass":"removeClass"]("jspDisabled");x[s?"addClass":"removeClass"]("jspDisabled")}}function M(s,aI){var aJ=s/(Z-v);V(aJ*i,aI)}function N(aI,s){var aJ=aI/(T-aj);W(aJ*j,s)}function ab(aV,aQ,aJ){var aN,aK,aL,s=0,aU=0,aI,aP,aO,aS,aR,aT;try{aN=b(aV)}catch(aM){return}aK=aN.outerHeight();aL=aN.outerWidth();al.scrollTop(0);al.scrollLeft(0);while(!aN.is(".jspPane")){s+=aN.position().top;aU+=aN.position().left;aN=aN.offsetParent();if(/^body|html$/i.test(aN[0].nodeName)){return}}aI=aA();aO=aI+v;if(s<aI||aQ){aR=s-ay.verticalGutter}else{if(s+aK>aO){aR=s-v+aK+ay.verticalGutter}}if(aR){M(aR,aJ)}aP=aC();aS=aP+aj;if(aU<aP||aQ){aT=aU-ay.horizontalGutter}else{if(aU+aL>aS){aT=aU-aj+aL+ay.horizontalGutter}}if(aT){N(aT,aJ)}}function aC(){return -Y.position().left}function aA(){return -Y.position().top}function K(){var s=Z-v;return(s>20)&&(s-aA()<10)}function B(){var s=T-aj;return(s>20)&&(s-aC()<10)}function ag(){al.unbind(ac).bind(ac,function(aL,aM,aK,aI){var aJ=aa,s=I;Q.scrollBy(aK*ay.mouseWheelSpeed,-aI*ay.mouseWheelSpeed,false);return aJ==aa&&s==I})}function n(){al.unbind(ac)}function aB(){return false}function J(){Y.find(":input,a").unbind("focus.jsp").bind("focus.jsp",function(s){ab(s.target,false)})}function E(){Y.find(":input,a").unbind("focus.jsp")}function S(){var s,aI,aK=[];aE&&aK.push(am[0]);az&&aK.push(U[0]);Y.focus(function(){D.focus()});D.attr("tabindex",0).unbind("keydown.jsp keypress.jsp").bind("keydown.jsp",function(aN){if(aN.target!==this&&!(aK.length&&b(aN.target).closest(aK).length)){return}var aM=aa,aL=I;switch(aN.keyCode){case 40:case 38:case 34:case 32:case 33:case 39:case 37:s=aN.keyCode;aJ();break;case 35:M(Z-v);s=null;break;case 36:M(0);s=null;break}aI=aN.keyCode==s&&aM!=aa||aL!=I;return !aI}).bind("keypress.jsp",function(aL){if(aL.keyCode==s){aJ()}return !aI});if(ay.hideFocus){D.css("outline","none");if("hideFocus" in al[0]){D.attr("hideFocus",true)}}else{D.css("outline","");if("hideFocus" in al[0]){D.attr("hideFocus",false)}}function aJ(){var aM=aa,aL=I;switch(s){case 40:Q.scrollByY(ay.keyboardSpeed,false);break;case 38:Q.scrollByY(-ay.keyboardSpeed,false);break;case 34:case 32:Q.scrollByY(v*ay.scrollPagePercent,false);break;case 33:Q.scrollByY(-v*ay.scrollPagePercent,false);break;case 39:Q.scrollByX(ay.keyboardSpeed,false);break;case 37:Q.scrollByX(-ay.keyboardSpeed,false);break}aI=aM!=aa||aL!=I;return aI}}function R(){D.attr("tabindex","-1").removeAttr("tabindex").unbind("keydown.jsp keypress.jsp")}function C(){if(location.hash&&location.hash.length>1){var aK,aI,aJ=escape(location.hash.substr(1));try{aK=b("#"+aJ+', a[name="'+aJ+'"]')}catch(s){return}if(aK.length&&Y.find(aJ)){if(al.scrollTop()===0){aI=setInterval(function(){if(al.scrollTop()>0){ab(aK,true);b(document).scrollTop(al.position().top);clearInterval(aI)}},50)}else{ab(aK,true);b(document).scrollTop(al.position().top)}}}}function m(){if(b(document.body).data("jspHijack")){return}b(document.body).data("jspHijack",true);b(document.body).delegate("a[href*=#]","click",function(s){var aI=this.href.substr(0,this.href.indexOf("#")),aK=location.href,aO,aP,aJ,aM,aL,aN;if(location.href.indexOf("#")!==-1){aK=location.href.substr(0,location.href.indexOf("#"))}if(aI!==aK){return}aO=escape(this.href.substr(this.href.indexOf("#")+1));aP;try{aP=b("#"+aO+', a[name="'+aO+'"]')}catch(aQ){return}if(!aP.length){return}aJ=aP.closest(".jspScrollable");aM=aJ.data("jsp");aM.scrollToElement(aP,true);if(aJ[0].scrollIntoView){aL=b(a).scrollTop();aN=aP.offset().top;if(aN<aL||aN>aL+b(a).height()){aJ[0].scrollIntoView()}}s.preventDefault()
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 4209 AuthGroup *ag; local
4248 AuthGroup *ag; local
    [all...]

Completed in 541 milliseconds

1 2