Searched refs:slice (Results 1 – 10 of 10) sorted by relevance
/build/blueprint/proptools/ |
D | escape.go | 24 func NinjaEscapeList(slice []string) []string { 25 slice = append([]string(nil), slice...) 26 for i, s := range slice { 27 slice[i] = NinjaEscape(s) 29 return slice 49 func ShellEscapeList(slice []string) []string { 50 slice = append([]string(nil), slice...) 52 for i, s := range slice { 53 slice[i] = ShellEscape(s) 55 return slice [all …]
|
/build/soong/android/ |
D | path_properties.go | 86 …panic(fmt.Errorf(`field %s in type %s has tag android:"path" but is not a string or slice of strin…
|
D | neverallow.go | 638 slice, ok := value.Interface().([]string) 642 for _, v := range slice {
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 953 apk.slice(); in findMainZipSections() 967 ByteBuffer beforeCentralDir = apk.slice(); in findMainZipSections() 971 ByteBuffer centralDir = apk.slice(); in findMainZipSections() 975 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…
|