Searched refs:text (Results 1 – 25 of 59) sorted by relevance
123
/system/media/camera/docs/ |
D | metadata_helpers.py | 668 def inner(text): argument 670 text += '\n\n<b>Units</b>: %s\n' % (dedent(entry.units)) 672 text += '\n\n<b>Possible values:</b>\n<ul>\n' 675 text += ' <li>{@link #%s %s}</li>\n' % ( jenum_value(entry, value ), value.name ) 676 text += '</ul>\n' 679 text += '\n\n<b>Available values for this device:</b><br>\n' 681 text += '\n\n<b>Range of valid values:</b><br>\n' 682 text += '%s\n' % (dedent(entry.range)) 684 text += '\n\n<b>Optional</b> - This value may be {@code null} on some devices.\n' 686 text += \ [all …]
|
D | html.mako | 22 <style type="text/css"> 26 a:link { color: #258aaf; text-decoration: none} 27 a:hover { color: #459aaf; text-decoration: underline } 28 a:visited { color: #154a5f; text-decoration: none} 33 .entries_header { background-color: #dddddd; text-align: center} 38 .toc_deprecated { text-decoration:line-through; } 57 .entry_name_deprecated { text-decoration:line-through; } 80 text-align: center; font-size: 1.1em; margin-left: 0em; margin-right: 0em; } 111 def br(text): 112 return re.sub(r"(\r?\n)(\r?\n)", r"\1<br>\2<br>", text) [all …]
|
D | metadata_helpers_test.py | 141 text = "*" * len(node_set) + "\n" 142 return text
|
D | README.md | 13 * Markdown 2.1+ - Plain text to HTML converter, for docs formatting.
|
/system/core/libcutils/ |
D | config_utils.c | 117 char *text; member 225 cs->text = s; in _lex() 236 tok == T_TEXT ? cs->text : ""); 267 node = config_find(root, cs->text); in parse_expr() 269 node = _config_create(root, cs->text); in parse_expr() 276 node = _config_create(node, cs->text); in parse_expr() 280 node->value = cs->text; in parse_expr()
|
D | sched_policy.c | 97 char text[22]; in add_tid_to_cgroup() local 98 char *end = text + sizeof(text) - 1; in add_tid_to_cgroup()
|
/system/core/init/ |
D | parser.c | 103 goto text; in next_token() 111 text: in next_token() 112 state->text = s = x; in next_token()
|
D | parser.h | 27 char *text; member
|
D | ueventd_parser.c | 226 args[nargs++] = state.text; in parse_config()
|
/system/core/libutils/ |
D | RefBase.cpp | 188 String8 text; in printRefs() local 194 text.append(buf); in printRefs() 195 printRefsLocked(&text, mStrongRefs); in printRefs() 197 text.append(buf); in printRefs() 198 printRefsLocked(&text, mWeakRefs); in printRefs() 206 write(rc, text.string(), text.length()); in printRefs()
|
/system/core/include/android/ |
D | log.h | 94 int __android_log_write(int prio, const char *tag, const char *text);
|
/system/core/libpixelflinger/arch-arm64/ |
D | col32cb16blend.S | 28 .text
|
D | t32cb16blend.S | 28 .text
|
/system/core/include/log/ |
D | log.h | 529 #define android_writeLog(prio, tag, text) \ argument 530 __android_log_write(prio, tag, text) 563 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *text);
|
/system/core/libpixelflinger/ |
D | rotate90CW_4x4_16v6.S | 19 .text
|
D | col32cb16blend.S | 18 .text
|
D | col32cb16blend_neon.S | 19 .text
|
D | t32cb16blend.S | 19 .text
|
/system/core/include/system/ |
D | sound_trigger.h | 118 char text[SOUND_TRIGGER_MAX_STRING_LEN]; /* phrase text in UTF-8 format. */ member
|
/system/core/libcutils/arch-arm/ |
D | memset32.S | 21 .text
|
/system/core/libcutils/arch-arm64/ |
D | android_memset.S | 56 .text; \
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | asm_test_jacket.S | 29 .text
|
/system/extras/taskstats/ |
D | NOTICE | 119 (d) If the Work includes a "NOTICE" text file as part of its 124 of the following places: within a NOTICE text file distributed 132 or as an addendum to the NOTICE text from the Work, provided
|
/system/core/libnetutils/ |
D | NOTICE | 119 (d) If the Work includes a "NOTICE" text file as part of its 124 of the following places: within a NOTICE text file distributed 132 or as an addendum to the NOTICE text from the Work, provided
|
/system/extras/procrank/ |
D | NOTICE | 119 (d) If the Work includes a "NOTICE" text file as part of its 124 of the following places: within a NOTICE text file distributed 132 or as an addendum to the NOTICE text from the Work, provided
|
123