/build/tools/droiddoc/templates-sac/assets/css/ |
D | fullscreen.css | 115 #nav-x .col-1 { width: 40px } 117 #nav-x .col-2 { width: 100px } 119 #nav-x .col-3 { width: 160px } 121 #nav-x .col-4 { width: 220px } 123 #nav-x .col-5 { width: 280px } 125 #nav-x .col-6 { width: 340px } 127 #nav-x .col-7 { width: 400px } 129 #nav-x .col-8 { width: 460px } 131 #nav-x .col-9 { width: 520px } 133 #nav-x .col-10 { width: 580px } [all …]
|
/build/tools/droiddoc/templates-ds/assets/css/ |
D | fullscreen.css | 115 #nav-x .col-1 { width: 40px } 117 #nav-x .col-2 { width: 100px } 119 #nav-x .col-3 { width: 160px } 121 #nav-x .col-4 { width: 220px } 123 #nav-x .col-5 { width: 280px } 125 #nav-x .col-6 { width: 340px } 127 #nav-x .col-7 { width: 400px } 129 #nav-x .col-8 { width: 460px } 131 #nav-x .col-9 { width: 520px } 133 #nav-x .col-10 { width: 580px } [all …]
|
/build/tools/droiddoc/templates-ndk/assets/css/ |
D | fullscreen.css | 115 #nav-x .col-1 { width: 40px } 117 #nav-x .col-2 { width: 100px } 119 #nav-x .col-3 { width: 160px } 121 #nav-x .col-4 { width: 220px } 123 #nav-x .col-5 { width: 280px } 125 #nav-x .col-6 { width: 340px } 127 #nav-x .col-7 { width: 400px } 129 #nav-x .col-8 { width: 460px } 131 #nav-x .col-9 { width: 520px } 133 #nav-x .col-10 { width: 580px } [all …]
|
D | default.css | 1427 #header, #footer, #nav-x, #side-nav, 1430 .nav-x, .nav-y, 1564 .logo, .nav-x { 1567 .nav-x { 1571 .nav-x a { 1590 .nav-x li { 2398 overflow-x: auto; 2987 background:url('../images/styles/notice-developers@2x.png') no-repeat 10px 10px; 2992 background:url('../images/styles/notice-designers@2x.png') no-repeat 10px 10px; 2996 background:url('../images/styles/notice-designers-video@2x.png') no-repeat 10px 10px; [all …]
|
/build/tools/droiddoc/templates-sdk-dev/assets/css/ |
D | fullscreen.css | 115 #nav-x .col-1 { width: 40px } 117 #nav-x .col-2 { width: 100px } 119 #nav-x .col-3 { width: 160px } 121 #nav-x .col-4 { width: 220px } 123 #nav-x .col-5 { width: 280px } 125 #nav-x .col-6 { width: 340px } 127 #nav-x .col-7 { width: 400px } 129 #nav-x .col-8 { width: 460px } 131 #nav-x .col-9 { width: 520px } 133 #nav-x .col-10 { width: 580px } [all …]
|
D | default.css | 1427 #header, #footer, #nav-x, #side-nav, 1430 .nav-x, .nav-y, 1564 .logo, .nav-x { 1567 .nav-x { 1571 .nav-x a { 1590 .nav-x li { 2398 overflow-x: auto; 2990 background:url('../images/styles/notice-developers@2x.png') no-repeat 10px 10px; 2995 background:url('../images/styles/notice-designers@2x.png') no-repeat 10px 10px; 2999 background:url('../images/styles/notice-designers-video@2x.png') no-repeat 10px 10px; [all …]
|
/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 | jquery-1.6.2.min.js | 16 …x,"")===a.type?q.push(g.selector):s.splice(i--,1);e=f(a.target).closest(q,a.currentTarget);for(j=0… function 17 …x.exec(h),k="",j&&(k=j[0],h=h.replace(x,""));if(h==="hover"){a.push("mouseenter"+k,"mouseleave"+k)… 18 …x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text…
|
D | android-developer-docs.js | 187 topics.sort(function(x,y){ return (x.title < y.title) ? -1 : 1; }); argument
|
/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/ |
D | compare_fileslist.py | 40 lines = map(lambda (x,y): (y,int(x)), lines) 55 rows = sorted(rows, key=lambda x: x[0])
|
D | java-layers.py | 89 dep.transitive = set([x+"." for x in dep.transitive]) 112 x = compare_parts(parts, pkg) 113 if x > matched: 114 matched = x 127 lines = [lineno(x,n) for x in lines]
|
D | merge-event-log-tags.py | 168 x = (hashname(name) % (ASSIGN_LIMIT - ASSIGN_START - 1)) + ASSIGN_START variable 169 if x not in by_tagnum: 170 t.tagnum = x 171 by_tagnum[x] = t
|
D | findleaves.py | 28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
|
/build/tools/acp/ |
D | acp.c | 28 # define DBUG(x) printf x argument 30 # define DBUG(x) ((void)0) argument
|
/build/tools/droiddoc/templates-sdk-dev/components/ |
D | masthead.cs | 185 <!-- Secondary x-nav --> 200 <!-- /Sendondary x-nav ABOUT --> 205 <!-- Secondary x-nav --> 257 <!-- /Sendondary x-nav DEVELOP --> 260 <!-- Secondary distribute x-nav --> 286 </div> <!-- /Secondary distribute x-nav --> 288 <!-- /Sendondary x-nav DISTRIBUTE -->
|
/build/tools/releasetools/ |
D | edify_generator.py | 37 x = EdifyGenerator(self.version, self.info) 38 x.mounts = self.mounts 39 return x 50 x = re.compile("^(.{,%d})\0" % (linelen-indent,)) 55 m = x.search(cmd)
|
D | blockimgdiff.py | 612 x = xf.src_ranges 615 x = x.subtract(sr) 617 assert not touched.overlaps(x) 822 for x in itertools.chain(s1, s2): 823 x.order = len(new_transfers) 824 new_transfers.append(x) 825 del x.incoming 826 del x.outgoing
|
/build/core/ |
D | find-jdk-tools-jar.sh | 2 if [ "x$ANDROID_JAVA_HOME" != x ] && [ -e "$ANDROID_JAVA_HOME/lib/tools.jar" ] ; then
|
/build/tools/fs_get_stats/ |
D | fs_get_stats.c | 20 #define DEBUG(x...) do {} while(0) argument
|
/build/tools/droiddoc/templates-ds/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/libs/host/ |
D | CopyFile.c | 45 # define DBUG(x) printf x argument 47 # define DBUG(x) ((void)0) argument
|
/build/tools/droiddoc/templates-ds/components/ |
D | masthead.cs | 180 <!-- Secondary x-nav --> 228 <!-- /Sendondary x-nav -->
|
/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+…
|