Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 61) 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; }
112 def br(text):
113 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/bt/stack/smp/
Dsmp_cmac.c37 UINT8 *text; member
119 if (cmac_cb.text != NULL) in cmac_aes_cleanup()
121 GKI_freebuf(cmac_cb.text); in cmac_aes_cleanup()
146 smp_xor_128(&cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], x); /* Mi' := Mi (+) X */ in cmac_aes_k_calculate()
148 …if (!SMP_Encrypt(key, BT_OCTET16_LEN, &cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], BT_OCTET1… in cmac_aes_k_calculate()
198 smp_xor_128(&cmac_cb.text[0], k1); in cmac_prepare_last_block()
202 padding(&cmac_cb.text[0], (UINT8)(cmac_cb.len % 16)); in cmac_prepare_last_block()
204 smp_xor_128(&cmac_cb.text[0], k2); in cmac_prepare_last_block()
308 if ((cmac_cb.text = (UINT8 *)GKI_getbuf(len)) != NULL) in aes_cipher_msg_auth_code()
312 memset(cmac_cb.text, 0, len); in aes_cipher_msg_auth_code()
[all …]
/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.c77 char text[22]; in add_tid_to_cgroup() local
78 char *end = text + sizeof(text) - 1; in add_tid_to_cgroup()
/system/core/init/
Dparser.cpp61 goto text; in next_token()
69 text: in next_token()
70 state->text = s = x; in next_token()
Dparser.h27 char *text; member
Dueventd_parser.cpp220 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/include/log/
Dlog.h558 #define android_writeLog(prio, tag, text) \ argument
559 __android_log_write(prio, tag, text)
618 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *text);
/system/core/libpixelflinger/arch-arm64/
Dcol32cb16blend.S28 .text
Dt32cb16blend.S28 .text
/system/core/libpixelflinger/
Dcol32cb16blend.S18 .text
Drotate90CW_4x4_16v6.S19 .text
Dcol32cb16blend_neon.S19 .text
Dt32cb16blend.S19 .text
/system/media/audio/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/bt/doc/
Ddirectory_layout.md16 * conf - *Configuration* - Various configuration text files.
/system/bt/
DNOTICE107 (d) If the Work includes a "NOTICE" text file as part of its
112 of the following places: within a NOTICE text file distributed
120 or as an addendum to the NOTICE text from the Work, provided
184 the brackets!) The text should be enclosed in the appropriate
/system/core/libcutils/arch-arm64/
Dandroid_memset.S56 .text; \
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Dasm_test_jacket.S29 .text

123