Home
last modified time | relevance | path

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

12345678

/system/media/camera/docs/
Dmetadata_helpers.py752 def inner(text): argument
754 text += '\n\n<b>Units</b>: %s\n' % (dedent(entry.units))
756 text += '\n\n<b>Possible values:</b>\n<ul>\n'
759 text += ' <li>{@link #%s %s}</li>\n' % ( jenum_value(entry, value ), value.name )
760 text += '</ul>\n'
763 text += '\n\n<b>Available values for this device:</b><br>\n'
765 text += '\n\n<b>Range of valid values:</b><br>\n'
766 text += '%s\n' % (dedent(entry.range))
768 text += '\n\n<b>Optional</b> - This value may be {@code null} on some devices.\n'
770 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; }
58 .entry_name_deprecated { text-decoration:line-through; }
81 text-align: center; font-size: 1.1em; margin-left: 0em; margin-right: 0em; }
113 def br(text):
114 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
/system/extras/simpleperf/scripts/inferno/
Dscript.js54 let text = x.getElementsByTagName('text')[0];
61 text.textContent = '';
77 text.textContent = methodName;
81 text.textContent = methodName.substring(0, numCharacters-2) + '..';
130 let text = callsites[i].getElementsByTagName('text')[0];
139 text.style.display = 'none';
143 text.style.display = 'block';
150 text.attributes['y'].value = newrec_y + 12;
151 text.attributes['x'].value = newrec_x;
252 let text = titleElement.textContent;
[all …]
/system/bt/stack/smp/
Dsmp_cmac.cc35 uint8_t* text; member
110 osi_free(cmac_cb.text); in cmac_aes_cleanup()
134 smp_xor_128(&cmac_cb.text[(cmac_cb.round - i) * BT_OCTET16_LEN], in cmac_aes_k_calculate()
138 &cmac_cb.text[(cmac_cb.round - i) * BT_OCTET16_LEN], in cmac_aes_k_calculate()
189 smp_xor_128(&cmac_cb.text[0], k1); in cmac_prepare_last_block()
192 padding(&cmac_cb.text[0], (uint8_t)(cmac_cb.len % 16)); in cmac_prepare_last_block()
194 smp_xor_128(&cmac_cb.text[0], k2); in cmac_prepare_last_block()
293 cmac_cb.text = (uint8_t*)osi_calloc(len); in aes_cipher_msg_auth_code()
298 memcpy(&cmac_cb.text[diff], input, (int)length); in aes_cipher_msg_auth_code()
/system/extras/simpleperf/scripts/
Dreport_html.js35 let text;
37 text = attrs.text;
38 delete attrs.text;
41 if (text) {
42 s += text;
123 getHtml('li', {text: getHtml('a', {href: '#' + id, text: title})})); property
135 if (links.eq(i).text() == title) {
326 let button = $('<button>', {text: 'Back'}); property
341 return [name, eventCount, getHtml('pre', {text: name}) + property
342 getHtml('b', {text: `${sampleWeight} (${percent})`})]; property
[all …]
/system/core/init/parser/
Dtokenizer.cpp58 current_.text.clear(); in Next()
84 current_.text.clear(); in Next()
118 current_.text.clear(); in StartText()
125 current_.text.append(data_, tok_start_, pos_ - tok_start_); in EndText()
Dtokenizer.h45 std::string text; member
/system/core/libcutils/
Dconfig_utils.cpp116 char *text; member
224 cs->text = s; in _lex()
235 tok == T_TEXT ? cs->text : "");
266 node = config_find(root, cs->text); in parse_expr()
268 node = _config_create(root, cs->text); in parse_expr()
275 node = _config_create(node, cs->text); in parse_expr()
279 node->value = cs->text; in parse_expr()
Dsched_policy.cpp78 char text[22]; in add_tid_to_cgroup() local
79 char *end = text + sizeof(text) - 1; in add_tid_to_cgroup()
/system/core/init/
Dtokenizer.cpp41 goto text; in next_token()
49 text: in next_token()
50 state->text = s = x; in next_token()
Dtokenizer.h30 char *text; member
/system/sepolicy/tools/sepolicy-analyze/
Dneverallow.c377 static int check_neverallows(policydb_t *policydb, char *text, char *end) in check_neverallows() argument
384 p = text; in check_neverallows()
450 char *text, *end; in check_neverallows_file() local
462 text = mmap(NULL, sb.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in check_neverallows_file()
463 end = text + sb.st_size; in check_neverallows_file()
464 if (text == MAP_FAILED) { in check_neverallows_file()
470 return check_neverallows(policydb, text, end); in check_neverallows_file()
475 char *text, *end; in check_neverallows_string() local
476 text = string; in check_neverallows_string()
477 end = text + len; in check_neverallows_string()
[all …]
/system/chre/build/sys_support/qcom/
Duimage.lcs.toolv8051 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*)
83 .text :
85 *(.text.unlikely .text.*_unlikely)
86 *(.text.hot .text.hot.* .gnu.linkonce.t.hot.*)
87 *(.text .stub .text.* .gnu.linkonce.t.*)
/system/core/include/android/
Dlog.h104 int __android_log_write(int prio, const char* tag, const char* text);
196 const char* text);
/system/core/liblog/include/android/
Dlog.h104 int __android_log_write(int prio, const char* tag, const char* text);
196 const char* text);
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DUtils.java19 import java.text.DateFormat;
20 import java.text.DecimalFormat;
21 import java.text.ParseException;
/system/core/lmkd/tests/
Dlmkd_test.cpp87 std::string getTextAround(const std::string& text, size_t pos, in getTextAround() argument
94 (start_pos = text.rfind('\n', start_pos)) != std::string::npos) { in getTextAround()
98 start_pos = text.rfind('\n', start_pos); in getTextAround()
104 (pos = text.find('\n', pos)) != std::string::npos) { in getTextAround()
108 return text.substr(start_pos, (pos == std::string::npos) ? in getTextAround()
/system/core/libutils/
DRefBase.cpp259 String8 text; in printRefs() local
267 text.append(buf); in printRefs()
268 printRefsLocked(&text, mStrongRefs); in printRefs()
272 text.append(buf); in printRefs()
273 printRefsLocked(&text, mWeakRefs); in printRefs()
282 write(rc, text.string(), text.length()); in printRefs()
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTreeTest.java160 private static Country parseCountry(String text) throws Exception { in parseCountry() argument
163 TextFormat.getParser().merge(text, builder); in parseCountry()
/system/core/liblog/include/log/
Dlog_id.h48 const char* text);
/system/core/liblog/include_vndk/log/
Dlog_id.h48 const char* text);
/system/update_engine/payload_generator/
Dmapfile_filesystem_unittest.cc73 string text = in TEST_F() local
79 test_utils::WriteFileString(temp_mapfile_.path(), text); in TEST_F()
/system/core/libunwindstack/
DAsmGetRegsX86.S29 .text
DAsmGetRegsX86_64.S29 .text

12345678