/build/tools/rgb2565/ |
D | to565.c | 46 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/ |
D | prettify.js | 15 …e=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… 16 …e=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]… 17 …e])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…
|
D | jquery-resizable.min.js | 12 …e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length… function 19 …e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDef… 29 …e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l… 40 …e=this,j=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspec… argument
|
D | search_autocomplete.js | 104 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)) {
|
D | android-developer-reference.js | 385 $(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"
|
D | android-developer-docs.js | 127 … $("#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
|
D | android-developer-docs.css | 1228 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%;
|
/build/tools/droiddoc/templates-sdk/assets/ |
D | prettify.js | 15 …e=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… 16 …e=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]… 17 …e])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…
|
D | jquery-resizable.min.js | 12 …e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length… function 19 …e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDef… 29 …e=c.fn.removeAttr,h="http://www.w3.org/2005/07/aaa",a=/^aria-/,b=/^wairole:/;c.attr=function(k,j,l… 40 …e=this,j=this.options;this.element.addClass("ui-resizable");c.extend(this,{_aspectRatio:!!(j.aspec… argument
|
D | search_autocomplete.js | 104 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)) {
|
D | android-developer-reference.js | 406 $(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"
|
D | android-developer-docs.js | 152 …$("#resize-packages-nav").resizable({handles: "s", resize: function(e, ui) { resizePackagesHeight(… argument 153 $("#side-nav").resizable({handles: "e", resize: function(e, ui) { resizeWidth(); } }); argument
|
D | android-developer-docs.css | 1430 .ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%;
|
/build/libs/host/ |
D | list.java | 13 } 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/ |
D | event_log_tags.py | 58 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/ |
D | SignApk.java | 193 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/ |
D | img_from_target_files | 110 except OSError, e: 115 if (e.errno == errno.EEXIST): 206 except common.ExternalError, e: 208 print " ERROR: %s" % (e,)
|
D | common.py | 605 except IOError, e: 606 if e.errno != errno.ENOENT: 607 print "error reading password file: ", str(e) 801 except Exception, e: 802 print e
|
D | sign_target_files_apks | 350 except common.ExternalError, e: 352 print " ERROR: %s" % (e,)
|
D | check_target_files_signatures | 451 except common.ExternalError, e: 453 print " ERROR: %s" % (e,)
|
D | ota_from_target_files | 840 except common.ExternalError, e: 842 print " ERROR: %s" % (e,)
|
/build/core/ |
D | checktree | 17 for e in excludes_compiled: 18 if e.match(str): 111 except PerforceError, e:
|
D | product_config.mk | 34 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/ |
D | README | 35 conventions. It adds a "-e" flag, used when copying executables around. 39 the "-e" flag, avoiding potential ambiguity.
|
/build/tools/zipalign/ |
D | README.txt | 9 <align> is in bytes, e.g. "4" provides 32-bit alignment
|