Searched refs:text (Results 1 - 25 of 32) sorted by relevance

12

/system/media/camera/docs/
H A Dmetadata_helpers.py668 def inner(text):
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...]
H A Dmetadata_helpers_test.py141 text = "*" * len(node_set) + "\n"
142 return text
H A 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...]
/system/core/init/
H A Dparser.h27 char *text; member in struct:parse_state
H A Dparser.cpp61 goto text;
69 text:
70 state->text = s = x;
H A Dueventd_parser.cpp220 args[nargs++] = state.text;
/system/bt/stack/smp/
H A Dsmp_cmac.c37 UINT8 *text; member in struct:__anon1274
71 ** Description utility function to padding the given text to be a 128 bits
119 if (cmac_cb.text != NULL)
121 GKI_freebuf(cmac_cb.text);
146 smp_xor_128(&cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], x); /* Mi' := Mi (+) X */
148 if (!SMP_Encrypt(key, BT_OCTET16_LEN, &cmac_cb.text[(cmac_cb.round - i)*BT_OCTET16_LEN], BT_OCTET16_LEN, &output))
198 smp_xor_128(&cmac_cb.text[0], k1);
202 padding(&cmac_cb.text[0], (UINT8)(cmac_cb.len % 16));
204 smp_xor_128(&cmac_cb.text[0], k2);
286 ** input - text t
[all...]
/system/core/libcutils/
H A Dconfig_utils.c117 char *text; member in struct:__anon1405
225 cs->text = s;
236 tok == T_TEXT ? cs->text : "");
267 node = config_find(root, cs->text);
269 node = _config_create(root, cs->text);
276 node = _config_create(node, cs->text);
280 node->value = cs->text;
H A Dsched_policy.c77 char text[22]; local
78 char *end = text + sizeof(text) - 1;
/system/core/include/android/
H A Dlog.h44 * - some text
49 * Log message text may be truncated to less than an implementation-specific
94 int __android_log_write(int prio, const char *tag, const char *text);
/system/core/libpixelflinger/arch-arm64/
H A Dcol32cb16blend.S28 .text
H A Dt32cb16blend.S28 .text
/system/core/libpixelflinger/
H A Dcol32cb16blend.S18 .text
H A Drotate90CW_4x4_16v6.S19 .text
H A Dcol32cb16blend_neon.S19 .text
H A Dt32cb16blend.S19 .text
/system/core/libutils/
H A DRefBase.cpp188 String8 text; local
194 text.append(buf);
195 printRefsLocked(&text, mStrongRefs);
197 text.append(buf);
198 printRefsLocked(&text, mWeakRefs);
206 write(rc, text.string(), text.length());
/system/core/libcutils/arch-arm/
H A Dmemset32.S21 .text
/system/media/audio/include/system/
H A Dsound_trigger.h118 char text[SOUND_TRIGGER_MAX_STRING_LEN]; /* phrase text in UTF-8 format. */ member in struct:sound_trigger_phrase
/system/core/include/log/
H A Dlog.h558 #define android_writeLog(prio, tag, text) \
559 __android_log_write(prio, tag, text)
627 int __android_log_buf_write(int bufID, int prio, const char *tag, const char *text);
/system/bt/doc/
H A Ddirectory_layout.md16 * conf - *Configuration* - Various configuration text files.
/system/core/libcutils/arch-arm64/
H A Dandroid_memset.S56 .text; \
/system/core/libpixelflinger/arch-mips/
H A Dt32cb16blend.S173 .text
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A Dasm_test_jacket.S29 .text
/system/core/libcutils/arch-x86/
H A Dandroid_memset32.S129 .section .text.sse2,"ax",@progbits

Completed in 1027 milliseconds

12