/build/tools/ |
D | check_radio_versions.py | 40 key, fn = item.split(":", 1) variable 47 f = open(fn, "rb") 53 f = open(fn + ".sha1") 56 print "*** Error opening \"%s.sha1\"; can't verify %s" % (fn, key) 67 print "*** SHA-1 hash of \"%s\" doesn't appear in \"%s.sha1\"" % (fn, fn) 74 fn, versions[digest], key, sys.argv[1])
|
D | compare_fileslist.py | 41 for fn,sz in lines: 42 if not data.has_key(fn): 43 data[fn] = {} 44 data[fn][index] = sz 47 for fn,sizes in data.iteritems(): 48 row = [fn]
|
D | java-event-log-tags.py | 59 fn = args[0] variable 60 tagfile = event_log_tags.TagFile(fn) 87 for fn, ln, msg in tagfile.errors: 88 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg) 94 " */\n\n" % (fn,)) 98 basename, _ = os.path.splitext(os.path.basename(fn))
|
D | merge-event-log-tags.py | 85 for fn in args: 86 tagfile = event_log_tags.TagFile(fn) 135 for fn, ln, msg in errors: 136 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg) 140 for fn, ln, msg in warnings: 141 print >> sys.stderr, "%s:%d: warning: %s" % (fn, ln, msg)
|
D | product_debug.py | 71 def read_file(fn): argument 72 f = file(fn)
|
D | java-layers.py | 175 result.extend([fn for fn in [s.strip() for s in f.readlines()] 176 if len(fn) != 0])
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | jquery-history.js | 62 $.fn.history = function(fn) { argument 63 $(this).bind('history', fn); 66 $.fn.historyadd = function(fn) { argument 67 $(this).bind('historyadd', fn);
|
D | microtemplate.js | 9 var fn = !/\W/.test(str) ? 33 return data ? fn( data ) : fn;
|
D | jquery-resizable.min.js | 12 …fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:fu… function 19 …fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.ad… property 29 …fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{a… function
|
D | jquery-1.6.2.min.js | 16 …fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/… 17 …fn[c]=function(a,d,e){var g;if(typeof a=="object"){for(var h in a)this[c](h,d,a[h],e);return this}… function
|
/build/tools/releasetools/ |
D | ota_from_target_files | 323 fn = info2.filename = "system/" + basefilename 324 if substitute and fn in substitute and substitute[fn] is None: 327 if substitute and fn in substitute: 328 data = substitute[fn] 332 if fn.endswith("/"): 333 Item.Get(fn[:-1], dir=True) 335 Item.Get(fn, dir=False) 551 fn = "system/" + basefilename 553 out[fn] = common.File(fn, data) 614 for fn, sf in source_data.items(): [all …]
|
D | edify_generator.py | 215 def WriteRawImage(self, mount_point, fn): argument 223 args = {'device': p.device, 'fn': fn} 234 def SetPermissions(self, fn, uid, gid, mode, selabel, capabilities): argument 237 self.script.append('set_perm(%d, %d, 0%o, "%s");' % (uid, gid, mode, fn)) 241 '"capabilities", %s' % (fn, uid, gid, mode, capabilities) 247 def SetPermissionsRecursive(self, fn, uid, gid, dmode, fmode, selabel, capabilities): argument 251 % (uid, gid, dmode, fmode, fn)) 256 % (fn, uid, gid, dmode, fmode, capabilities)
|
D | common.py | 292 fn = os.path.join(sourcedir, "cmdline") 293 if os.access(fn, os.F_OK): 295 cmd.append(open(fn).read().rstrip("\n")) 297 fn = os.path.join(sourcedir, "base") 298 if os.access(fn, os.F_OK): 300 cmd.append(open(fn).read().rstrip("\n")) 302 fn = os.path.join(sourcedir, "pagesize") 303 if os.access(fn, os.F_OK): 305 cmd.append(open(fn).read().rstrip("\n"))
|
D | check_target_files_signatures | 242 for fn in filenames: 243 if fn.endswith(".apk"): 244 fullname = os.path.join(dirpath, fn)
|
/build/tools/droiddoc/templates-ds/assets/scroller/ |
D | jquery.mousewheel.min.js | 12 …h;a;)this.removeEventListener(b[--a],d,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:f…
|
D | jquery.jscrollpane.min.js | 8 …fn.jScrollPane=function(e){function d(D,O){var ay,Q=this,Y,aj,v,al,T,Z,y,q,az,aE,au,i,I,h,j,aa,U,a… 11 …fn.jScrollPane.defaults,e);b.each(["mouseWheelSpeed","arrowButtonSpeed","trackClickSpeed","keyboar…
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | global-libraries-combined.js | 3 …fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=… 4 …fn.extend({on:function(a,c,d,e,g){var h,i;if(typeof a=="object"){typeof c!="string"&&(d=d||c,c=b);… function 11 …fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(b,c){return typeof b=="n… function
|
D | docs.js | 1178 $.fn.dacSlideshow = function(o) { 1379 $.fn.dacTabbedList = function(o) {
|
/build/tools/droiddoc/templates-sac/assets/js/ |
D | android_3p-bundle.js | 2494 $.fn.extend({ 2614 …fn.jScrollPane=function(e){function d(D,O){var ay,Q=this,Y,aj,v,al,T,Z,y,q,az,aE,au,i,I,h,j,aa,U,a… 2617 …fn.jScrollPane.defaults,e);b.each(["mouseWheelSpeed","arrowButtonSpeed","trackClickSpeed","keyboar… 2633 …h;a;)this.removeEventListener(b[--a],d,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:f… 2646 …fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(b,c){return typeof b=="n… function 2650 …fn.remove;a.fn.remove=function(b,c){return this.each(function(){return c||(!b||a.filter(b,[this]).… function in a 2658 …fn.position,h=a.fn.offset;a.fn.position=function(b){if(!b||!b.of)return g.apply(this,arguments);b=… 2686 …fn.bgiframe&&this.menu.element.bgiframe(),b.beforeunloadHandler=function(){b.element.removeAttr("a… 2694 …fn.draggable&&b._makeDraggable(),d.resizable&&a.fn.resizable&&b._makeResizable(),b._createButtons(…
|
D | docs.js | 1242 $.fn.dacSlideshow = function(o) { 1443 $.fn.dacTabbedList = function(o) {
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2494 $.fn.extend({ 2614 …fn.jScrollPane=function(e){function d(D,O){var ay,Q=this,Y,aj,v,al,T,Z,y,q,az,aE,au,i,I,h,j,aa,U,a… 2617 …fn.jScrollPane.defaults,e);b.each(["mouseWheelSpeed","arrowButtonSpeed","trackClickSpeed","keyboar… 2633 …h;a;)this.removeEventListener(b[--a],d,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:f… 2646 …fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(b,c){return typeof b=="n… function 2650 …fn.remove;a.fn.remove=function(b,c){return this.each(function(){return c||(!b||a.filter(b,[this]).… function in a 2658 …fn.position,h=a.fn.offset;a.fn.position=function(b){if(!b||!b.of)return g.apply(this,arguments);b=… 2686 …fn.bgiframe&&this.menu.element.bgiframe(),b.beforeunloadHandler=function(){b.element.removeAttr("a… 2694 …fn.draggable&&b._makeDraggable(),d.resizable&&a.fn.resizable&&b._makeResizable(),b._createButtons(…
|
D | docs.js | 1227 $.fn.dacSlideshow = function(o) { 1428 $.fn.dacTabbedList = function(o) {
|