Home
last modified time | relevance | path

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

/build/make/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)
94 for fn, ln, msg in tagfile.errors:
95 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg)
101 " */\n\n" % (fn,))
105 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/make/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/blueprint/bootstrap/bpdoc/
Dreader.go122 for _, fn := range goPkg.Funcs {
123 if fn.Name == factoryFuncName {
124 return fn.Doc, nil
130 for _, fn := range typ.Funcs {
131 if fn.Name == factoryFuncName {
132 return fn.Doc, nil
Dreader_test.go42 fn := runtime.FuncForPC(pc)
45 pkgPath, err = funcNameToPkgPath(fn.Name())
/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/make/tools/releasetools/
Dmake_recovery_patch.py50 def output_sink(fn, data): argument
51 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
Dmake_recovery_patch50 def output_sink(fn, data): argument
51 with open(os.path.join(output_dir, "SYSTEM", *fn.split("/")), "wb") as f:
Dcheck_target_files_signatures259 for fn in filenames:
261 if compressed_extension and fn.endswith(compressed_extension):
263 uncompressed_fn = fn[:-len(compressed_extension)]
266 common.Gunzip(os.path.join(dirpath, fn),
273 os.remove(os.path.join(dirpath, fn))
274 fn = uncompressed_fn
276 if fn.endswith(('.apk', '.apex')):
277 fullname = os.path.join(dirpath, fn)
Dcheck_target_files_signatures.py259 for fn in filenames:
261 if compressed_extension and fn.endswith(compressed_extension):
263 uncompressed_fn = fn[:-len(compressed_extension)]
266 common.Gunzip(os.path.join(dirpath, fn),
273 os.remove(os.path.join(dirpath, fn))
274 fn = uncompressed_fn
276 if fn.endswith(('.apk', '.apex')):
277 fullname = os.path.join(dirpath, fn)
Dcommon.py310 def read_helper(fn): argument
312 return input_file.read(fn)
314 path = os.path.join(input_file, *fn.split("/"))
320 raise KeyError(fn)
619 fn = os.path.join(sourcedir, "second")
620 if os.access(fn, os.F_OK):
622 cmd.append(fn)
624 fn = os.path.join(sourcedir, "dtb")
625 if os.access(fn, os.F_OK):
627 cmd.append(fn)
[all …]
Dsparse_img.py239 def LoadFileBlockMap(self, fn, clobbered_blocks, allow_shared_blocks): argument
250 with open(fn) as f:
252 fn, ranges = line.split(None, 1)
272 out[fn] = ranges
Dedify_generator.py307 def WriteRawImage(self, mount_point, fn, mapfn=None): argument
315 args = {'device': p.device, 'fn': fn}
Dadd_img_to_target_files145 def output_sink(fn, data): argument
146 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w")
151 arc_name = "SYSTEM/" + fn
Dadd_img_to_target_files.py145 def output_sink(fn, data): argument
146 ofile = open(os.path.join(OPTIONS.input_tmp, "SYSTEM", fn), "w")
151 arc_name = "SYSTEM/" + fn
/build/soong/ui/logger/
Dlogger.go125 func Recover(fn func(err error)) {
131 fn(error(log))
/build/make/tools/droiddoc/templates-ndk/assets/js/
Dandroid_3p-bundle.js2494 $.fn.extend({
2614fn.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…
2617fn.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…
2646fn.extend({propAttr:a.fn.prop||a.fn.attr,_focus:a.fn.focus,focus:function(b,c){return typeof b=="n… function
2650fn.remove;a.fn.remove=function(b,c){return this.each(function(){return c||(!b||a.filter(b,[this]).… function in a
2658fn.position,h=a.fn.offset;a.fn.position=function(b){if(!b||!b.of)return g.apply(this,arguments);b=…
2686fn.bgiframe&&this.menu.element.bgiframe(),b.beforeunloadHandler=function(){b.element.removeAttr("a…
2694fn.draggable&&b._makeDraggable(),d.resizable&&a.fn.resizable&&b._makeResizable(),b._createButtons(…
Ddocs.js1500 $.fn.dacSlideshow = function(o) {
1701 $.fn.dacTabbedList = function(o) {
4024 $.fn.decorateResourceCard = function(resource,plusone) {
4048 $.fn.decorateResourceSection = function(section,plusone) {
4130 $.fn.decorateResource = function(resource, opts) {
4160 $.fn.ellipsisfade= function(lineHeight) {