/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; } 112 def br(text): 113 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/bt/stack/smp/ |
D | smp_cmac.c | 37 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/ |
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 | 77 char text[22]; in add_tid_to_cgroup() local 78 char *end = text + sizeof(text) - 1; in add_tid_to_cgroup()
|
/system/core/init/ |
D | parser.cpp | 61 goto text; in next_token() 69 text: in next_token() 70 state->text = s = x; in next_token()
|
D | parser.h | 27 char *text; member
|
D | ueventd_parser.cpp | 220 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/include/log/ |
D | log.h | 558 #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/ |
D | col32cb16blend.S | 28 .text
|
D | t32cb16blend.S | 28 .text
|
/system/core/libpixelflinger/ |
D | col32cb16blend.S | 18 .text
|
D | rotate90CW_4x4_16v6.S | 19 .text
|
D | col32cb16blend_neon.S | 19 .text
|
D | t32cb16blend.S | 19 .text
|
/system/media/audio/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/bt/doc/ |
D | directory_layout.md | 16 * conf - *Configuration* - Various configuration text files.
|
/system/bt/ |
D | NOTICE | 107 (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/ |
D | android_memset.S | 56 .text; \
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | asm_test_jacket.S | 29 .text
|