Home
last modified time | relevance | path

Searched defs:n (Results 1 – 9 of 9) sorted by relevance

/build/make/tools/releasetools/
Drangelib.py279 def extend(self, n): argument
301 def first(self, n): argument
/build/soong/third_party/zip/
Dzip_test.go116 n int64 member
/build/make/tools/
Dfat16copy.py54 def skip_bytes(f, n): argument
66 def rewind_bytes(f, n): argument
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-resizable.min.js29 …loat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{add:function(k,l,n){var m=c.ui[k].proto… argument
40 …andles=j.handles||(!c(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:… property
Dprettify.js14 …:return parseInt(j.substring(1),8);default:return j.charCodeAt(1)}}function n(j){if(j<32)return(j<… function in anonymousFunctiond1eaf9100100.anonymousFunctiond1eaf9100400.Sd.Na
Djquery-1.6.2.min.js17 …ment&&a}while(k&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var n,o=f.event.special[h]… function
18 …if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isX… property
/build/make/tools/droiddoc/templates-ndk/assets/js/
Dprettify.js6 {b:8,t:9,n:10,v:11,f:12,r:13},n=[],p=0,d=a.length;p<d;++p){g=a[p];if(g.global||g.multiline)throw Er… property
Dandroid_3p-bundle.js2477 …ataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++)… function
2616 …ouseWheelSpeed,-aI*ay.mouseWheelSpeed,false);return aJ==aa&&s==I})}function n(){al.unbind(ac)}func… function in b.fn.jScrollPane.d.ah.V.W
2670 …()),this.handles=c.handles||(a(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:… property
2706 (function($,undefined){function Datepicker(){this.debug=!1,this._curInst=null,this._keyEvent=!1,thi… function
2754 …fect"),k=b.options.restore||!1,l=b.options.scale||"both",m=b.options.origin,n={height:c.height(),w… variable
/build/make/tools/zipalign/
DZipFile.cpp1097 status_t ZipFile::filemove(FILE* fp, off_t dst, off_t src, size_t n) in filemove()