Home
last modified time | relevance | path

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

123

/system/media/camera/docs/
Dmetadata_helpers.py668 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 …]
Dhtml.mako22 <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 …]
Dmetadata_helpers_test.py141 text = "*" * len(node_set) + "\n"
142 return text
DREADME.md13 * Markdown 2.1+ - Plain text to HTML converter, for docs formatting.
/system/core/libcutils/
Dconfig_utils.c117 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()
Dsched_policy.c97 char text[22]; in add_tid_to_cgroup() local
98 char *end = text + sizeof(text) - 1; in add_tid_to_cgroup()
/system/core/init/
Dparser.c103 goto text; in next_token()
111 text: in next_token()
112 state->text = s = x; in next_token()
Dparser.h27 char *text; member
Dueventd_parser.c226 args[nargs++] = state.text; in parse_config()
/system/core/libutils/
DRefBase.cpp188 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/
Dlog.h94 int __android_log_write(int prio, const char *tag, const char *text);
/system/core/libpixelflinger/arch-arm64/
Dcol32cb16blend.S28 .text
Dt32cb16blend.S28 .text
/system/core/include/log/
Dlog.h529 #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/
Drotate90CW_4x4_16v6.S19 .text
Dcol32cb16blend.S18 .text
Dcol32cb16blend_neon.S19 .text
Dt32cb16blend.S19 .text
/system/core/include/system/
Dsound_trigger.h118 char text[SOUND_TRIGGER_MAX_STRING_LEN]; /* phrase text in UTF-8 format. */ member
/system/core/libcutils/arch-arm/
Dmemset32.S21 .text
/system/core/libcutils/arch-arm64/
Dandroid_memset.S56 .text; \
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Dasm_test_jacket.S29 .text
/system/extras/taskstats/
DNOTICE119 (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/
DNOTICE119 (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/
DNOTICE119 (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