/build/tools/droiddoc/templates-sdk/assets/css/ |
D | fullscreen.css | 113 #nav-x .col-1 { width: 40px } 115 #nav-x .col-2 { width: 100px } 117 #nav-x .col-3 { width: 160px } 119 #nav-x .col-4 { width: 220px } 121 #nav-x .col-5 { width: 280px } 123 #nav-x .col-6 { width: 340px } 125 #nav-x .col-7 { width: 400px } 127 #nav-x .col-8 { width: 460px } 129 #nav-x .col-9 { width: 520px } 131 #nav-x .col-10 { width: 580px } [all …]
|
D | default.css | 1085 .nav-x, .nav-y { 1193 .logo, .nav-x { 1196 .nav-x { 1200 .nav-x a { 1216 .nav-x li { 1944 overflow-x: auto; 3221 .nav-x li { 3232 #header-wrap.quicknav .nav-x li { 3597 #nav-x { 3601 #nav-x .wrap, [all …]
|
/build/tools/rgb2565/ |
D | to565.c | 25 #define from565_r(x) ((((x) >> 11) & 0x1f) * 255 / 31) argument 26 #define from565_g(x) ((((x) >> 5) & 0x3f) * 255 / 63) argument 27 #define from565_b(x) (((x) & 0x1f) * 255 / 31) argument
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | carousel.js | 31 for (var x in droidList) { 33 currentDroid = x; 34 showPreview(x); 35 centerSlide(x); 61 for (var x in droidList) { 62 var droid = droidList[x]; 71 a.setAttribute("id", "droidlink-" + x); 72 a.className = x; 91 div.setAttribute("id", x); 158 for (var x in slideCode) {
|
D | prettify.js | 15 …x;if(e+2<p&&Sb===f[e+1]){x=l(f[e+2]);e+=2}else x=u;k.push([u,x]);if(!(x<65||u>122)){x<65||u>90||k.… 17 …>=2&&u===L)f[e]=q(p);else if(u!==Q)f[e]=p.replace(/[a-zA-Z]/g,function(x){var B=x.charCodeAt(0);re… argument 22 …x=v;v+=k.length;if(p){var B=e[1],E=k.indexOf(B),A=E+B.length,D=h.substring(5);ia(n+x,k.substring(0…
|
D | android-developer-core.css | 85 background-repeat:repeat-x;
|
/build/tools/ |
D | compare_fileslist.py | 40 lines = map(lambda (x,y): (y,int(x)), lines) 55 rows = sorted(rows, key=lambda x: x[0])
|
D | merge-event-log-tags.py | 165 x = (hashname(name) % (ASSIGN_LIMIT - ASSIGN_START - 1)) + ASSIGN_START variable 166 if x not in by_tagnum: 167 t.tagnum = x 168 by_tagnum[x] = t
|
D | findleaves.py | 28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
|
/build/tools/releasetools/ |
D | edify_generator.py | 34 x = EdifyGenerator(self.version, self.info) 35 x.mounts = self.mounts 36 return x 47 x = re.compile("^(.{,%d})\0" % (linelen-indent,)) 52 m = x.search(cmd)
|
D | ota_from_target_files | 95 x = [(v, k) for (k, v) in d.iteritems()] 96 if not x: return default 97 x.sort() 98 return x[-1][1]
|
D | common.py | 647 b, x = os.path.splitext(f) 648 if x == ".py":
|
/build/tools/acp/ |
D | acp.c | 28 # define DBUG(x) printf x argument 30 # define DBUG(x) ((void)0) argument
|
/build/core/ |
D | find-jdk-tools-jar.sh | 2 if [ "x$ANDROID_JAVA_HOME" != x ] && [ -e "$ANDROID_JAVA_HOME/lib/tools.jar" ] ; then
|
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 \
|
D | Makefile | 216 $(hide) for x in $(sdk_build_prop_remove); do \ 217 echo "$$x"generic >> $@.tmp; done
|
/build/tools/fs_get_stats/ |
D | fs_get_stats.c | 20 #define DEBUG(x...) do {} while(0) argument
|
/build/tools/droiddoc/templates-sdk/components/ |
D | masthead.cs | 137 <!-- Secondary x-nav --> 154 <!-- /Sendondary x-nav -->
|
/build/core/combo/ |
D | TARGET_linux-sh.mk | 146 $(hide) $(PRIVATE_CXX) -nostdlib -Bdynamic -Wl,-T,$(BUILD_SYSTEM)/shlelf.x \ 166 $(hide) $(PRIVATE_CXX) -nostdlib -Bstatic -Wl,-T,$(BUILD_SYSTEM)/shlelf.x \
|
/build/libs/host/ |
D | CopyFile.c | 44 # define DBUG(x) printf x argument 46 # define DBUG(x) ((void)0) argument
|
/build/tools/droiddoc/templates-sdk/assets/scroller/ |
D | jquery.jscrollpane.min.js | 8 …x,av,aH,f,L,ai=true,P=true,aG=false,k=false,ao=D.clone(false,false).empty(),ac=b.fn.mwheelIntent?"… 9 …er){ax.bind("mouseover.jsp",aD(-1,0,ax));x.bind("mouseover.jsp",aD(1,0,x))}ak(G,ay.horizontalArrow… 10 …on r(aI,s){if(ay.showArrows){ax[aI?"addClass":"removeClass"]("jspDisabled");x[s?"addClass":"remove…
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | prettify.js | 7 …c:t}}function B(a,m,e,h){m&&(a={a:m,d:a},e(a),h.push.apply(h,a.e))}function x(a,m){function e(a){f… function 12 …]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+…
|
D | global-libraries-combined.js | 3 …x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Obje… function 4 …x(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]==… function 5 …url:bU,isLocal:bI.test(bV[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded;… 11 …x:d,y:c}},createWrapper:function(b){if(b.parent().is(".ui-effects-wrapper"))return b.parent();var … property 20 …c:t}}function B(a,m,e,h){m&&(a={a:m,d:a},e(a),h.push.apply(h,a.e))}function x(a,m){function e(a){f… function 25 …]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+… 65 …p-arrow-change",[ai,aG,P,k])}r(aL,aK);Y.css("left",s);D.trigger("jsp-scroll-x",[-s,aL,aK]).trigger…
|
/build/ |
D | envsetup.sh | 301 if [ "x$TARGET_PRODUCT" != x ] ; then
|
/build/tools/droiddoc/templates-sdk/assets/ |
D | android-developer-core.css | 32 background-repeat:repeat-x;
|