/build/blueprint/proptools/ |
D | escape.go | 24 func NinjaEscape(slice []string) []string { 25 slice = append([]string(nil), slice...) 26 for i, s := range slice { 27 slice[i] = ninjaEscaper.Replace(s) 29 return slice 40 func ShellEscape(slice []string) []string { 60 slice = append([]string(nil), slice...) 62 for i, s := range slice { 68 slice[i] = `'` + singleQuoteReplacer.Replace(s) + `'` 70 return slice [all …]
|
/build/soong/java/ |
D | resources.go | 34 func isStringInSlice(str string, slice []string) bool { 35 for _, s := range slice {
|
/build/soong/cc/config/ |
D | arm_device.go | 161 replaceFirst := func(slice []string, from, to string) { 162 if slice[0] != from { 166 slice[0] = to
|
/build/soong/android/ |
D | module.go | 726 func findStringInSlice(str string, slice []string) int { 727 for i, s := range slice { 879 slice []Module member 886 func (s AndroidModulesByName) Len() int { return len(s.slice) } 888 mi, mj := s.slice[i], s.slice[j] 897 func (s AndroidModulesByName) Swap(i, j int) { s.slice[i], s.slice[j] = s.slice[j], s.slice[i] }
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 860 apk.slice(); in findMainZipSections() 874 ByteBuffer beforeCentralDir = apk.slice(); in findMainZipSections() 878 ByteBuffer centralDir = apk.slice(); in findMainZipSections() 882 ByteBuffer eocd = apk.slice(); in findMainZipSections()
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.js | 267 var pathPageName = fullPageName.slice(firstSlashPos, htmlPos + 5); // +5 advances past ".html" 277 link = $("#devdoc-nav a[href$='"+ pathPageName.slice(0, backstepDirectory +
|
D | jquery-1.6.2.min.js | 16 …slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function cp(){setTimeout(cq,0);retu… method 17 …slice(0),e=!c.exclusive&&!c.namespace,g=Array.prototype.slice.call(arguments,0);g[0]=c,c.currentTa… method in Array
|
D | jquery-resizable.min.js | 12 …slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.co… 19 …slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.d… method in Array 29 …(".")[1];c.fn[k]=function(p){var n=(typeof p=="string"),o=Array.prototype.slice.call(arguments,1);…
|
D | prettify.js | 20 …f(w&&w[2]===n)if(w[1]===ra){if(--q===0)break a}else++q}if(v<m){g.push(d,b.slice(i,v+1).join(P));i=…
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 3850 var otherClauses = clauses.slice(1); 3892 results = results.slice(0, maxResults);
|
D | android_3p-bundle.js | 723 sourceBufLen, matches.slice(i, j + 1).join('')); 2478 …s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{A… 2575 if ($(hash).length == 0 && $('a[name='+hash.slice(1)+']').length == 0) { 2633 (function(a){function d(b){var c=b||window.event,d=[].slice.call(arguments,1),e=0,f=!0,g=0,h=0;retu… 2650 …ction(c,d){a.fn[c]=function(e){var f=typeof e=="string",g=Array.prototype.slice.call(arguments,1),… 2698 …=this.options.values[a],b=this._trimAlignValue(b),b;c=this.options.values.slice();for(d=0;d<c.leng…
|
/build/make/tools/droiddoc/templates-sac/assets/js/ |
D | android_3p-bundle.js | 723 sourceBufLen, matches.slice(i, j + 1).join('')); 2478 …s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{A… 2575 if ($(hash).length == 0 && $('a[name='+hash.slice(1)+']').length == 0) { 2633 (function(a){function d(b){var c=b||window.event,d=[].slice.call(arguments,1),e=0,f=!0,g=0,h=0;retu… 2650 …ction(c,d){a.fn[c]=function(e){var f=typeof e=="string",g=Array.prototype.slice.call(arguments,1),… 2698 …=this.options.values[a],b=this._trimAlignValue(b),b;c=this.options.values.slice();for(d=0;d<c.leng…
|