Lines Matching refs:Tools
15 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
256 <p class="table-caption"><strong>SDK Tools Only</strong></p>
276 <a onclick="return onDownload(this)" id="win-tools" href="http://dl.google.com/android/<?cs
286 <a onclick="return onDownload(this)" id="mac-tools" href="http://dl.google.com/android/<?cs
296 <a onclick="return onDownload(this)" id="linux-tools" href="http://dl.google.com/android/<?cs
328 $toolslink = $('#win-tools');
332 $toolslink = $('#mac-tools');
336 $toolslink = $('#linux-tools');
347 /* set up sdk tools only button */
348 $('#download-tools-button').show();
349 $('#download-tools-button').append("Download the SDK Tools for " + os);
350 $('#download-tools-button').click(function() {return onDownload(this,true);}).attr('href', $toolslink.attr('href'));