Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 25 of 38) sorted by relevance

12

/build/tools/
Dcheck_radio_versions.py40 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])
Dcompare_fileslist.py41 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]
Djava-event-log-tags.py59 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))
Dmerge-event-log-tags.py85 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)
Dproduct_debug.py71 def read_file(fn): argument
72 f = file(fn)
Djava-layers.py175 result.extend([fn for fn in [s.strip() for s in f.readlines()]
176 if len(fn) != 0])
/build/tools/droiddoc/templates-pdk/assets/
Djquery-history.js62 $.fn.history = function(fn) { argument
63 $(this).bind('history', fn);
66 $.fn.historyadd = function(fn) { argument
67 $(this).bind('historyadd', fn);
Dmicrotemplate.js9 var fn = !/\W/.test(str) ?
33 return data ? fn( data ) : fn;
Djquery-resizable.min.js12fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:fu… function
19fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.ad… property
29fn.remove,d=c.browser.mozilla&&(parseFloat(c.browser.version)<1.9);c.ui={version:"1.7.2",plugin:{a… function
Djquery-1.6.2.min.js16fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/…
17fn[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/
Deval.go55 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/
Dsign_target_files_apks176 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)
Dsign_target_files_apks.py176 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)
Dota_from_target_files414 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 …]
Dota_from_target_files.py414 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 …]
Dedify_generator.py312 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)
Dmake_recovery_patch45 def output_sink(fn, data): argument
46 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
Dmake_recovery_patch.py45 def output_sink(fn, data): argument
46 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
Dcommon.py136 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 …]
Dsparse_img.py202 def LoadFileBlockMap(self, fn, clobbered_blocks): argument
206 with open(fn) as f:
208 fn, ranges = line.split(None, 1)
210 out[fn] = ranges
Dcheck_target_files_signatures243 for fn in filenames:
244 if fn.endswith(".apk"):
245 fullname = os.path.join(dirpath, fn)
Dcheck_target_files_signatures.py243 for fn in filenames:
244 if fn.endswith(".apk"):
245 fullname = os.path.join(dirpath, fn)
Dadd_img_to_target_files58 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/
Ddocs.js567 $.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/
Djquery.mousewheel.min.js12 …h;a;)this.removeEventListener(b[--a],d,!1);else this.onmousewheel=null}},a.fn.extend({mousewheel:f…

12