Home
last modified time | relevance | path

Searched defs:i (Results 1 – 22 of 22) sorted by relevance

/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-reference.js89 apis.each(function(i) { argument
358 expandos.each(function(i) { argument
363 expandos.each(function(i) { argument
377 toggles.each(function(i) { argument
382 toggles.each(function(i) { argument
393 toggles.each(function(i) { argument
Dprettify.js21 …erty(k)){l.push(s);n[k]=r}}l.push(/[\0-\uffff]/);d=Na(l)})();var g=b.length,i=function(m){for(var … function
Dandroid-developer-docs.js460 function(i) { argument
Djquery-resizable.min.js19 (function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.… function
40 (function(c){c.widget("ui.resizable",c.extend({},c.ui.mouse,{_init:function(){var e=this,j=this.opt… argument
Djquery-1.6.2.min.js16 …,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,… function
/build/blueprint/parser/
Dsort.go261 i int member
272 func (l commentsByOffset) Less(i, j int) bool { argument
276 func (l commentsByOffset) Swap(i, j int) { argument
/build/soong/shared/
Denv.go121 func (e envFileData) Less(i, j int) bool { argument
125 func (e envFileData) Swap(i, j int) { argument
/build/bazel/examples/android_app/java/com/app/
Djni_dep.cc27 for (int i = 0; i < len; i++) { in NewStringLatin1() local
/build/make/tools/zipalign/
DZipAlign.cpp52 for (int i = 0; i < numEntries; i++) { in copyAndAlign() local
156 for (int i = 0; i < numEntries; i++) { in verify() local
DZipFile.cpp212 int i; in readCentralDir() local
988 int i, count; in flush() local
1040 int i, count; in crunchArchive() local
/build/make/tools/ziptime/
DZipFile.cpp79 int i; in rewriteCentralDir() local
/build/make/tools/fs_config/
Dfs_config.c116 int i; in main() local
/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/
DParent.java11 public int method(boolean b, char c, int i, long l, float f, double d) { throw new RuntimeExceptio… in method()
/build/make/tools/acp/
Dacp.c44 int i; in process() local
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/
DParent.java46 public int method(boolean b, char c, int i, long l, float f, double d) { in method()
/build/soong/androidmk/parser/
Dast.go118 func (s byPosition) Swap(i, j int) { argument
122 func (s byPosition) Less(i, j int) bool { argument
/build/soong/cc/
Dccdeps.go238 func (d Deals) Less(i, j int) bool { return d[i].Name < d[j].Name } argument
239 func (d Deals) Swap(i, j int) { d[i], d[j] = d[j], d[i] } argument
/build/make/tools/
Djava-layers.py123 def lineno(s, i): argument
/build/soong/android/
Dapex.go502 func (a byApexName) Swap(i, j int) { a[i], a[j] = a[j], a[i] } argument
503 func (a byApexName) Less(i, j int) bool { return a[i].ApexVariationName < a[j].ApexVariationName } argument
/build/make/tools/atree/
Dfiles.cpp188 int i, lineCount; in read_list_file() local
/build/soong/android/soongconfig/
Dmodules.go751 i interface{} member
/build/blueprint/
Dcontext.go3881 func (s depSorter) Less(i, j int) bool { argument
3891 func (s depSorter) Swap(i, j int) { argument