Home
last modified time | relevance | path

Searched refs:text (Results 1 – 20 of 20) sorted by relevance

/build/core/
Darmelf.x23 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) }
24 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) }
52 .text :
54 *(.text .stub .text.* .gnu.linkonce.t.*)
55 KEEP (*(.text.*personality*))
Darmelf.xsc8 /* Read-only sections, merged into text segment: */
19 *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*)
34 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*)
52 .text :
54 *(.text .stub .text.* .gnu.linkonce.t.*)
55 KEEP (*(.text.*personality*))
Darmelflib.x20 .text :
22 *(.text .stub .text.* .gnu.linkonce.t.*)
23 KEEP (*(.text.*personality*))
/build/tools/droiddoc/templates-sdk/assets/
Dandroid-developer-reference.js117 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]");
Dsearch_autocomplete.js107 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);
Dandroid-developer-core.css171 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 …]
Dandroid-developer-docs.css83 text-decoration:none;
93 text-decoration:underline;
116 text-decoration:none;
163 text-decoration:none;
204 text-decoration: none;
220 text-decoration:none;
252 text-decoration:none;
257 text-decoration:underline;
289 text-decoration:none;
293 text-decoration:underline;
[all …]
Dstyle.css28 text-align: left;
201 text-decoration: none;
238 text-align: left;
303 text-align: right;
Dcarousel.js69 var text = document.createTextNode(droid.name);
78 span.appendChild(text);
Djquery-resizable.min.js12text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].own…
19text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:functio…
/build/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-reference.js96 function new_node(me, mom, text, link, children_data, api_level) argument
144 node.label = document.createTextNode(text);
336 if ( (expand == null && a.text() == "[Expand]") || expand ) {
340 a.text("[Collapse]");
341 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
345 a.text("[Expand]");
355 if (a.text() == "[Expand All]") {
359 a.text("[Collapse All]");
364 a.text("[Expand All]");
375 $("#toggleAllClassInherited").text("[Collapse All]");
Dsearch_autocomplete.js107 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);
Dandroid-developer-docs.css87 text-decoration:none;
97 text-decoration:underline;
120 text-decoration:none;
167 text-decoration:none;
208 text-decoration: none;
224 text-decoration:none;
256 text-decoration:none;
261 text-decoration:underline;
293 text-decoration:none;
297 text-decoration:underline;
[all …]
Dandroid-developer-core.css222 text-align:left;
269 text-align:right;
287 text-decoration: none;
297 text-align: center;
464 text-align:left;
470 text-align:left;
511 text-decoration: underline;
759 text-align: right;
950 text-decoration:none;
951 text-align:center;
[all …]
Dandroid-developer-docs.js358 if ( (expand == null && a.text() == "[Expand]") || expand ) {
362 a.text("[Collapse]");
363 } else if ( (expand == null && a.text() == "[Collapse]") || (expand == false) ) {
367 a.text("[Expand]");
376 if (a.text() == "[Expand All]") {
380 a.text("[Collapse All]");
385 a.text("[Expand All]");
Dstyle.css28 text-align: left;
201 text-decoration: none;
238 text-align: left;
303 text-align: right;
Dcarousel.js69 var text = document.createTextNode(droid.name);
78 span.appendChild(text);
Djquery-resizable.min.js12text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].own…
19text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:functio…
/build/tools/
Dwarn.py401 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:]:
/build/tools/releasetools/
Dcheck_target_files_signatures74 OPTIONS.text = False
394 OPTIONS.text = True
427 if OPTIONS.text or not compare_files:
433 if OPTIONS.text: