/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/kati/ |
D | eval.go | 55 func (ac *accessCache) update(fn string, hash [sha1.Size]byte, st fileState) string { 61 rm, present := ac.m[fn] 66 return fmt.Sprintf("%s was removed after the previous read", fn) 68 ac.m[fn].State = fileInconsistent 69 return fmt.Sprintf("%s was modified after the previous read", fn) 74 ac.m[fn].State = fileInconsistent 75 return fmt.Sprintf("%s was created after the previous read", fn) 82 ac.m[fn] = &accessedMakefile{ 83 Filename: fn, 516 for _, fn := range files { [all …]
|
/build/tools/releasetools/ |
D | sign_target_files_apks | 176 def write_to_temp(fn, attr, data): argument 177 fn = os.path.join(tmpdir, fn) 178 if fn.endswith("/"): 179 fn = os.path.join(tmpdir, fn) 180 os.mkdir(fn) 182 d = os.path.dirname(fn) 187 os.symlink(data, fn) 189 with open(fn, "wb") as f: 276 def output_sink(fn, data): argument 277 common.ZipWriteStr(output_tf_zip, "SYSTEM/" + fn, data)
|
D | sign_target_files_apks.py | 176 def write_to_temp(fn, attr, data): argument 177 fn = os.path.join(tmpdir, fn) 178 if fn.endswith("/"): 179 fn = os.path.join(tmpdir, fn) 180 os.mkdir(fn) 182 d = os.path.dirname(fn) 187 os.symlink(data, fn) 189 with open(fn, "wb") as f: 276 def output_sink(fn, data): argument 277 common.ZipWriteStr(output_tf_zip, "SYSTEM/" + fn, data)
|
D | ota_from_target_files | 414 fn = info2.filename = partition + "/" + basefilename 415 if substitute and fn in substitute and substitute[fn] is None: 418 if substitute and fn in substitute: 419 data = substitute[fn] 423 if fn.endswith("/"): 424 itemset.Get(fn[:-1], is_dir=True) 426 itemset.Get(fn) 658 def output_sink(fn, data): argument 659 common.ZipWriteStr(output_zip, "recovery/" + fn, data) 660 system_items.Get("system/" + fn) [all …]
|
D | ota_from_target_files.py | 414 fn = info2.filename = partition + "/" + basefilename 415 if substitute and fn in substitute and substitute[fn] is None: 418 if substitute and fn in substitute: 419 data = substitute[fn] 423 if fn.endswith("/"): 424 itemset.Get(fn[:-1], is_dir=True) 426 itemset.Get(fn) 658 def output_sink(fn, data): argument 659 common.ZipWriteStr(output_zip, "recovery/" + fn, data) 660 system_items.Get("system/" + fn) [all …]
|
D | edify_generator.py | 312 def WriteRawImage(self, mount_point, fn, mapfn=None): argument 320 args = {'device': p.device, 'fn': fn} 337 def SetPermissions(self, fn, uid, gid, mode, selabel, capabilities): argument 340 self.script.append('set_perm(%d, %d, 0%o, "%s");' % (uid, gid, mode, fn)) 345 '"capabilities", %s' % (fn, uid, gid, mode, capabilities) 351 def SetPermissionsRecursive(self, fn, uid, gid, dmode, fmode, selabel, argument 356 % (uid, gid, dmode, fmode, fn)) 362 % (fn, uid, gid, dmode, fmode, capabilities)
|
D | make_recovery_patch | 45 def output_sink(fn, data): argument 46 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
|
D | make_recovery_patch.py | 45 def output_sink(fn, data): argument 46 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
|
D | common.py | 136 def read_helper(fn): argument 138 return input_file.read(fn) 140 path = os.path.join(input_file, *fn.split("/")) 146 raise KeyError(fn) 441 fn = os.path.join(sourcedir, "second") 442 if os.access(fn, os.F_OK): 444 cmd.append(fn) 446 fn = os.path.join(sourcedir, "cmdline") 447 if os.access(fn, os.F_OK): 449 cmd.append(open(fn).read().rstrip("\n")) [all …]
|
D | sparse_img.py | 202 def LoadFileBlockMap(self, fn, clobbered_blocks): argument 206 with open(fn) as f: 208 fn, ranges = line.split(None, 1) 210 out[fn] = ranges
|
D | check_target_files_signatures | 243 for fn in filenames: 244 if fn.endswith(".apk"): 245 fullname = os.path.join(dirpath, fn)
|
D | check_target_files_signatures.py | 243 for fn in filenames: 244 if fn.endswith(".apk"): 245 fullname = os.path.join(dirpath, fn)
|
D | add_img_to_target_files | 58 def output_sink(fn, data): argument 59 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w")
|
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
D | docs.js | 567 $.fn.dacSlideshow = function(o) { 763 $.fn.dacTabbedList = function(o) { 1275 $.fn.widgetOptions = function() { 1292 $.fn.deprecateOldGridStyles = function() { 1329 $.fn.resourceWidget = function(resources, options) { 1659 $.fn.decorateResourceCard = function(resource, plusone) { 1691 $.fn.decorateResourceSection = function(section, plusone) { 1770 $.fn.decorateResource = function(resource, opts) { 2222 $.fn.debounce = function(func, wait, immediate) { 2249 $.fn.ellipsisfade = function() { [all …]
|
/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…
|