Home
last modified time | relevance | path

Searched defs:n (Results 1 – 7 of 7) 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 anonymousFunctionff0904b70100.anonymousFunctionff0904b70400.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/zipalign/
DZipFile.cpp1136 status_t ZipFile::filemove(FILE* fp, off_t dst, off_t src, size_t n) in filemove()