Searched defs:jo (Results 1 - 8 of 8) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONML.java307 JSONObject jo;
326 jo = (JSONObject)e;
330 keys = jo.keys();
334 v = jo.optString(k);
382 * @param jo A JSONObject.
386 public static String toString(JSONObject jo) throws JSONException { argument
399 tagName = jo.optString("tagName");
401 return XML.escape(jo.toString());
410 keys = jo.keys();
415 v = jo
[all...]
H A DJSONWriter.java270 private void push(JSONObject jo) throws JSONException { argument
274 this.stack[this.top] = jo;
275 this.mode = jo == null ? 'a' : 'k';
H A DJSONObject.java156 * @param jo A JSONObject.
160 public JSONObject(JSONObject jo, String[] names) throws JSONException { argument
163 putOnce(names[i], jo.opt(names[i]));
640 public static String[] getNames(JSONObject jo) { argument
641 int length = jo.length();
645 Iterator i = jo.keys();
/external/chromium_org/tools/traceline/traceline/
H A Dstubs.asm90 jo NEAR blah2 label
/external/robolectric/lib/main/
H A Djson-20080701.jar ... org.json.JSONException org.json.JSONObject jo org.json.JSONArray names org.json. ...
/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp256 int io, jo, imin = igr * nio, imax = imin + nio; local
277 for( jo = io; jo < imax; jo++, bu2 += n )
290 covarMatrix[io * nObjects + jo] = covarMatrix[jo * nObjects + io] = w;
295 for( jo = imax; jo < nObjects; jo++ )
302 /* read jo objec
[all...]
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js303 function co(a,b){return b==null?a.d:vi(b,1)?ko(a,ti(b,1)):jo(a,b,a.Z(b))}
412 function jo(h,a,b){var c=h.b[b];if(c){for(var d=0,e=c.length;d<e;++d){var f=c[d];var g=f.gb();if(h.Y(a,g)){return true}}}return false}
532 function zd(b){var c,d,e,f,g,h,i,j,k,l,m,n,o,q,r,s,t,u,v,w,x,y,z,A,B;Ub();Tb>=3&&ao(vd);d=yd();A=Ye($wnd.location.href,Xv,$u);c=b.getElementsByTagName(av);w=new yo;for(f=0;f<c.length;++f){h=c[f];z=h.offsetWidth||0;e=h.offsetHeight||0;if(z==0||e==0){xd(h,'ignored: sz='+z+Yv+e);continue}if(!jb(h)){xd(h,'ignored: invisible');continue}j=Ye(Ye(h.href,'#.*$',$u),Xv,$u);if(!j.length||!af(j,'^https?://')||Dp(j,A)||Dp(j,d)){xd(h,'ignored: empty or same as current or base url'+d);continue}y=(Xe(),Lp(j,'\\/+',0));if(y.length<3||!Dp($wnd.location.host,y[1])){xd(h,'ignored: different domain');continue}m=hb(h);if(af(m,Zv)||m.length>25){xd(h,'ignored: one of extra');continue}k=Ye(j,d,$u);if(!af(k,'\\d')){xd(h,'ignored: no number beyond base url '+d);continue}l=null;if(j==null?w.d:j!=null?Gv+j in w.f:jo(w,null,~~_p(null))){l=ti(j==null?w.c:j!=null?w.f[Gv+j]:ho(w,null,~~_p(null)),9);l.d+=' | '+m}else{l=new Dd(f,m,j);j==null?no(w,l):j!=null?oo(w,j,l):mo(w,null,l,~~_p(null))}if(j.indexOf(d)!=0){l.e-=25;xd(h,$v+l.e+': not part of base url '+d)}i=m+qv+h.className+qv+h.id;xd(h,'txt+class+id='+i);if(af(i,_v)){l.e+=50;xd(h,$v+l.e+': has next')}if(af(i,aw)){l.e+=25;xd(h,$v+l.e+': has pag* word')}if(af(i,'(first|last)')){if(!af(l.d,_v)){l.e-=65;xd(h,$v+l.e+': has first|last but no next regex')}}if(af(i,bw)||af(i,Zv)){l.e-=50;xd(h,$v+l.e+': has neg or extra regex')}if(af(i,'(prev|early|old|new|<|\xAB)')){l.e-=200;xd(h,$v+l.e+': has opp of next regex')}u=false;o=false;s=ci(h);while(!!s&&(!u||!o)){t=s.className+qv+s.id;if(!u&&af(t,aw)){l.e+=25;u=true;xd(h,$v+l.e+': posParent - '+t)}if(!o&&af(t,bw)){if(!af(t,'article|body|content|entry|hentry|main|page|pagination|post|text|blog|story')){l.e-=25;o=true;xd(h,$v+l.e+': negParent - '+t)}}s=ci(s)}if(af(j,'p(a|g|ag)?(e|ing|ination)?(=|\\/)[0-9]{1,2}')||af(j,'(page|paging)')){l.e+=25;xd(h,$v+l.e+': has paging info')}if(af(j,Zv)){l.e-=15;xd(h,$v+l.e+': has extra regex')}n=0;try{n=gp(m)}catch(a){a=_k(a);if(!vi(a,29))throw a}if(n>0){n==1?(l.e-=10):(l.e+=0>10-n?0:10-n);xd(h,$v+l.e+': linktxt is a num')}}x=null;if(w.e!=0){v=(B=new Jq(w),new Sr(w,B));g=Rr(v);while(pr(g.b.b)){q=ti(Xr(g),9);q.e>=50&&(!x||x.e<q.e)&&(x=q)}}r=null;if(x){r=Ye(x.b,Xv,$u);xd(c[x.c],'found: score='+x.e+cw+x.d+'], '+r)}Tb>=3&&Ad(r,c);return r}
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 353 milliseconds