Home
last modified time | relevance | path

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

/build/tools/rgb2565/
Dto565.c46 int e; in to_565_raw_dither() local
69 next_error[(i-1)*3+ch] += e * 3 / 16; \ in to_565_raw_dither()
70 next_error[(i)*3+ch] += e * 5 / 16; \ in to_565_raw_dither()
71 next_error[(i+1)*3+ch] += e * 1 / 16; \ in to_565_raw_dither()
72 error[(i+1)*3+ch] += e - ((e*1/16) + (e*3/16) + (e*5/16)); \ in to_565_raw_dither()
75 e = r - from565_r(out); in to_565_raw_dither()
78 e = g - from565_g(out); in to_565_raw_dither()
81 e = b - from565_b(out); in to_565_raw_dither()
/build/tools/droiddoc/templates-pdk/assets/
Dprettify.js15e=h?1:0,p=f.length;e<p;++e){var t=f[e];switch(t){case Vb:case Wb:case Xb:case Yb:case Zb:case $b:c…
16e=0;e<k.length;++e){var A=k[e];if(A[0]<=E[1]+1)E[1]=Math.max(E[1],A[1]);else B.push(E=A)}var D=[L]…
17e])k[e]=++b;for(h=e=0;e<s;++e){p=f[e];if(p===H){++h;if(k[h]===undefined)f[e]=dc}else if(Q===p.char…
21 …],e,p;if(typeof h===nc)p=z;else{var t=c[k.charAt(0)];if(t){e=k.match(t[1]);h=t[0]}else{for(var u=0…
22 h.substring(0,5))&&!(e&&e[1])){p=z;h=oc}p||(j[k]=h)}var x=v;v+=k.length;if(p){var B=e[1],E=k.indexO…
Djquery-resizable.min.js12e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length… function
19e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDef…
29e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l…
40e=this,j=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspec… argument
Dsearch_autocomplete.js104 function search_changed(e, kd, toroot) argument
110 if (e.keyCode == 13) {
120 else if (kd && (e.keyCode == 38)) {
128 else if (kd && (e.keyCode == 40)) {
Dandroid-developer-reference.js385 $(document).keydown( function(e) { argument
386 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
387 if (control && e.which == 70) { // 70 is "F"
Dandroid-developer-docs.js127 … $("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizeHeight(); } }); argument
128 $(".side-nav-resizable").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } }); argument
Dandroid-developer-docs.css1228 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%;
/build/tools/droiddoc/templates-sdk/assets/
Dprettify.js15e=h?1:0,p=f.length;e<p;++e){var t=f[e];switch(t){case Vb:case Wb:case Xb:case Yb:case Zb:case $b:c…
16e=0;e<k.length;++e){var A=k[e];if(A[0]<=E[1]+1)E[1]=Math.max(E[1],A[1]);else B.push(E=A)}var D=[L]…
17e])k[e]=++b;for(h=e=0;e<s;++e){p=f[e];if(p===H){++h;if(k[h]===undefined)f[e]=dc}else if(Q===p.char…
21 …],e,p;if(typeof h===nc)p=z;else{var t=c[k.charAt(0)];if(t){e=k.match(t[1]);h=t[0]}else{for(var u=0…
22 h.substring(0,5))&&!(e&&e[1])){p=z;h=oc}p||(j[k]=h)}var x=v;v+=k.length;if(p){var B=e[1],E=k.indexO…
Djquery-resizable.min.js12e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length… function
19e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDef…
29e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l…
40e=this,j=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspec… argument
Dsearch_autocomplete.js104 function search_changed(e, kd, toroot) argument
110 if (e.keyCode == 13) {
120 else if (kd && (e.keyCode == 38)) {
128 else if (kd && (e.keyCode == 40)) {
Dandroid-developer-reference.js406 $(document).keydown( function(e) { argument
407 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
408 if (control && e.which == 70) { // 70 is "F"
Dandroid-developer-docs.js152 …$("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(… argument
153 $("#side-nav").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } }); argument
Dandroid-developer-docs.css1430 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%;
/build/libs/host/
Dlist.java13 } catch (UnsupportedEncodingException e) { in main()
14 e.printStackTrace(System.err); in main()
21 } catch (IOException e) { in main()
22 e.printStackTrace(System.err); in main()
/build/tools/
Devent_log_tags.py58 except (IOError, OSError), e:
59 self.AddError(str(e))
103 except (IOError, OSError), e:
104 self.AddError(str(e))
133 except (IOError, OSError), e:
134 print >> sys.stderr, "failed to write %s: %s" % (output_file, e)
/build/tools/signapk/
DSignApk.java193 for (Enumeration<JarEntry> e = jar.entries(); e.hasMoreElements(); ) { in addDigestsToManifest()
194 JarEntry entry = e.nextElement(); in addDigestsToManifest()
235 } catch (SignatureException e) { in write()
236 throw new IOException("SignatureException: " + e); in write()
246 } catch (SignatureException e) { in write()
247 throw new IOException("SignatureException: " + e); in write()
501 } catch (Exception e) { in main()
502 e.printStackTrace(); in main()
508 } catch (IOException e) { in main()
509 e.printStackTrace(); in main()
/build/tools/releasetools/
Dimg_from_target_files110 except OSError, e:
115 if (e.errno == errno.EEXIST):
206 except common.ExternalError, e:
208 print " ERROR: %s" % (e,)
Dcommon.py605 except IOError, e:
606 if e.errno != errno.ENOENT:
607 print "error reading password file: ", str(e)
801 except Exception, e:
802 print e
Dsign_target_files_apks350 except common.ExternalError, e:
352 print " ERROR: %s" % (e,)
Dcheck_target_files_signatures451 except common.ExternalError, e:
453 print " ERROR: %s" % (e,)
Dota_from_target_files840 except common.ExternalError, e:
842 print " ERROR: %s" % (e,)
/build/core/
Dchecktree17 for e in excludes_compiled:
18 if e.match(str):
111 except PerforceError, e:
Dproduct_config.mk34 a b c d e f g h i j k l m n o p q r s t u v w x y z \
/build/tools/acp/
DREADME35 conventions. It adds a "-e" flag, used when copying executables around.
39 the "-e" flag, avoiding potential ambiguity.
/build/tools/zipalign/
DREADME.txt9 <align> is in bytes, e.g. "4" provides 32-bit alignment