/build/tools/ |
D | product_debug.py | 34 def sort_lines(text): argument 35 lines = text.split() 52 def linkify_inherit(variables, text, func_name): argument 53 groups = re.split("(\\$\\(call " + func_name + ",.*\\))", text) 66 def render_original(variables, text): argument 67 text = linkify_inherit(variables, text, "inherit-product") 68 text = linkify_inherit(variables, text, "inherit-product-if-exists") 69 return text 73 text = f.read() 75 return text
|
D | warn.py | 401 def output(text): argument 402 print text, 412 def tablerow(text): argument 416 output(text,) 419 def begintable(text, backgroundcolor): argument 423 output(htmlbig(text[0]) + '<br>') 424 for i in text[1:]:
|
D | java-layers.py | 192 text = f.read() 194 text = COMMENTS.sub("", text) 195 index = text.find("{") 201 text = text[0:index] 202 statements = [s.strip() for s in text.split(";")]
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-reference.js | 117 function new_node(me, mom, text, link, children_data, api_level) argument 165 node.label = document.createTextNode(text); 357 if ( (expand == null && a.text() == "[Expand]") || expand ) { 361 a.text("[Collapse]"); 362 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) { 366 a.text("[Expand]"); 376 if (a.text() == "[Expand All]") { 380 a.text("[Collapse All]"); 385 a.text("[Expand All]"); 396 $("#toggleAllClassInherited").text("[Collapse All]");
|
D | android-developer-core.css | 171 text-align:left; 227 text-align:right; 246 text-decoration: none; 256 text-align: center; 418 text-align:left; 428 text-align:left; 470 text-decoration: underline; 627 text-align: right; 819 text-decoration:none; 820 text-align:center; [all …]
|
D | search_autocomplete.js | 107 var text = search.value.replace(/(^ +)|( +$)/g, ''); 142 if (text.length != 0 && 143 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) { 148 rank_autocomplete_results(text); 155 highlight_autocomplete_result_labels(text);
|
D | android-developer-docs.css | 85 text-decoration:none; 95 text-decoration:underline; 118 text-decoration:none; 165 text-decoration:none; 206 text-decoration: none; 222 text-decoration:none; 254 text-decoration:none; 259 text-decoration:underline; 291 text-decoration:none; 295 text-decoration:underline; [all …]
|
D | yui-3.3.0-reset-min.css | 8 …text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';…
|
/build/tools/droiddoc/templates-ds/assets/js/grid/ |
D | 960.gridder.css | 1 …text-decoration:none!important;text-indent:0!important;text-transform:none!important;word-spacing:…
|
/build/tools/droiddoc/templates-ds/assets/ |
D | android-developer-core.css | 171 text-align:left; 228 text-align:right; 247 text-decoration: none; 257 text-align: center; 419 text-align:left; 429 text-align:left; 471 text-decoration: underline; 628 text-align: right; 820 text-decoration:none; 821 text-align:center; [all …]
|
D | android-developer-docs.css | 85 text-decoration:none; 95 text-decoration:underline; 118 text-decoration:none; 165 text-decoration:none; 206 text-decoration: none; 222 text-decoration:none; 254 text-decoration:none; 259 text-decoration:underline; 291 text-decoration:none; 295 text-decoration:underline; [all …]
|
/build/tools/droiddoc/templates-ndk/assets/ |
D | android-developer-docs.css | 172 text-align:left; 229 text-align:right; 248 text-decoration: none; 258 text-align: center; 420 text-align:left; 430 text-align:left; 472 text-decoration: underline; 629 text-align: right; 821 text-decoration:none; 822 text-align:center; [all …]
|
/build/tools/droiddoc/templates-sdk/assets/ |
D | android-developer-docs.css | 172 text-align:left; 229 text-align:right; 248 text-decoration: none; 258 text-align: center; 420 text-align:left; 430 text-align:left; 472 text-decoration: underline; 629 text-align: right; 821 text-decoration:none; 822 text-align:center; [all …]
|
/build/tools/droiddoc/templates-sdk-dev/assets/ |
D | android-developer-docs.css | 172 text-align:left; 229 text-align:right; 248 text-decoration: none; 258 text-align: center; 420 text-align:left; 430 text-align:left; 472 text-decoration: underline; 629 text-align: right; 821 text-decoration:none; 822 text-align:center; [all …]
|
/build/tools/droiddoc/templates-sac/assets/ |
D | android-developer-docs.css | 172 text-align:left; 229 text-align:right; 248 text-decoration: none; 258 text-align: center; 420 text-align:left; 430 text-align:left; 472 text-decoration: underline; 629 text-align: right; 821 text-decoration:none; 822 text-align:center; [all …]
|
/build/tools/droiddoc/templates-sdk/assets/css/ |
D | default.css | 23 /* prevent subpixel antialiasing, which thickens the text */ 24 /* text-rendering: optimizeLegibility; */ 62 text-decoration: none; 143 text-align: right; 300 text-decoration: none; 304 text-decoration: none; 308 text-decoration:underline; 327 text-align: left; 490 text-decoration: none; 532 text-transform: none; [all …]
|
/build/tools/droiddoc/templates-sac/assets/js/ |
D | docs.js | 256 $('.topic-start-link').text($nextLink.text().toUpperCase()); 1110 $link.text($link.attr(lang+"-lang")) 1298 go(parseInt($(this).text())); 1614 var text = search.value.replace(/(^ +)|( +$)/g, ''); 1617 if (text != '') { 1681 if (text.length != 0 && 1682 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) { 1687 rank_autocomplete_results(text, gMatches); 1696 if (text.length != 0 && 1697 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) { [all …]
|
/build/tools/droiddoc/templates-pdk/assets/design/ |
D | default.css | 20 /* prevent subpixel antialiasing, which thickens the text */ 21 /* text-rendering: optimizeLegibility; */ 44 text-decoration: none; 244 text-decoration: none; } 257 text-transform: uppercase; } 296 text-transform: uppercase; } 319 text-decoration: none; 320 text-transform: uppercase; } 407 text-transform: uppercase; 524 text-align: center; [all …]
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | docs.js | 199 $('.topic-start-link').text($nextLink.text().toUpperCase()); 1045 $link.text($link.attr(lang+"-lang")) 1234 go(parseInt($(this).text())); 1537 var text = search.value.replace(/(^ +)|( +$)/g, ''); 1540 if (text != '') { 1588 if (text.length != 0 && 1589 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) { 1594 rank_autocomplete_results(text); 1601 highlight_autocomplete_result_labels(text); 2045 function new_node(me, mom, text, link, children_data, api_level) argument [all …]
|
/build/tools/releasetools/ |
D | rangelib.py | 56 def parse(cls, text): argument 68 return cls(text) 70 def _parse_internal(self, text): argument 74 for p in text.split():
|
/build/tools/droiddoc/templates-ndk/assets/css/ |
D | default.css | 22 /* prevent subpixel antialiasing, which thickens the text */ 23 /* text-rendering: optimizeLegibility; */ 48 text-decoration: none; 273 text-decoration: none; 316 text-transform: none; 347 text-transform:uppercase; 460 text-align:right; 465 text-decoration: none; 466 text-transform: uppercase; 480 text-decoration: none; [all …]
|
/build/tools/droiddoc/templates-sdk-dev/assets/css/ |
D | default.css | 22 /* prevent subpixel antialiasing, which thickens the text */ 23 /* text-rendering: optimizeLegibility; */ 48 text-decoration: none; 273 text-decoration: none; 316 text-transform: none; 347 text-transform:uppercase; 460 text-align:right; 465 text-decoration: none; 466 text-transform: uppercase; 480 text-decoration: none; [all …]
|
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
D | docs.js | 306 $('.topic-start-link').text($nextLink.text().toUpperCase()); 753 .text($("div#header .logo img").attr('alt')); 1360 $link.text($link.attr(lang+"-lang")) 1546 go(parseInt($(this).text())); 1966 var text = search.value.replace(/(^ +)|( +$)/g, ''); 1973 if (text != '') { 2100 if (text.length != 0 && 2101 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) { 2106 rank_autocomplete_api_results(text, gMatches); 2115 if (text.length != 0 && [all …]
|
/build/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 316 $('.topic-start-link').text($nextLink.text().toUpperCase()); 763 .text($("div#header .logo img").attr('alt')); 1370 $link.text($link.attr(lang+"-lang")) 1556 go(parseInt($(this).text())); 1976 var text = search.value.replace(/(^ +)|( +$)/g, ''); 1983 if (text != '') { 2110 if (text.length != 0 && 2111 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) { 2116 rank_autocomplete_api_results(text, gMatches); 2125 if (text.length != 0 && [all …]
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
D | docs.js | 290 $('.topic-start-link').text($nextLink.text().toUpperCase()); 727 .text($("div#header .logo img").attr('alt')); 1335 $link.text($link.attr(lang + '-lang')) 1520 go(parseInt($(this).text())); 1938 var text = search.value.replace(/(^ +)|( +$)/g, ''); 1945 if (text != '') { 2072 if (text.length != 0 && 2073 s.label.toLowerCase().indexOf(text.toLowerCase()) != -1) { 2078 rank_autocomplete_api_results(text, gMatches); 2087 if (text.length != 0 && [all …]
|