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

123

/system/core/init/
H A Dparser.h30 char *text; member in struct:android::init::parse_state
H A Dparser.cpp41 goto text;
49 text:
50 state->text = s = x;
/system/media/camera/docs/
H A Dmetadata_helpers.py749 def inner(text):
751 text += '\n\n<b>Units</b>: %s\n' % (dedent(entry.units))
753 text += '\n\n<b>Possible values:</b>\n<ul>\n'
756 text += ' <li>{@link #%s %s}</li>\n' % ( jenum_value(entry, value ), value.name )
757 text += '</ul>\n'
760 text += '\n\n<b>Available values for this device:</b><br>\n'
762 text += '\n\n<b>Range of valid values:</b><br>\n'
763 text += '%s\n' % (dedent(entry.range))
765 text += '\n\n<b>Optional</b> - This value may be {@code null} on some devices.\n'
767 text
[all...]
H A Dmetadata_helpers_test.py141 text = "*" * len(node_set) + "\n"
142 return text
/system/core/init/parser/
H A Dtokenizer.cpp58 current_.text.clear();
84 current_.text.clear();
118 current_.text.clear();
125 current_.text.append(data_, tok_start_, pos_ - tok_start_);
H A Dtokenizer.h45 std::string text; member in struct:init::Tokenizer::Token
/system/core/include/log/
H A Dlog_id.h47 const char* text);
/system/core/liblog/include/log/
H A Dlog_id.h47 const char* text);
/system/core/liblog/include_vndk/log/
H A Dlog_id.h47 const char* text);
/system/extras/simpleperf/inferno/
H A Dscript.js1 <script type="text/ecmascript">
28 text = x.getElementsByTagName("text")[0];
35 text.textContent = "";
43 // Avoid reflow by using hard-coded estimate instead of text.getSubStringLength(0, numCharacters)
44 // if (text.getSubStringLength(0, numCharacters) <= width) {
51 text.textContent = methodName;
55 text.textContent = methodName.substring(0, numCharacters-2) + "..";
94 text = callsites[i].getElementsByTagName("text")[
[all...]
H A Dsvg_renderer.py83 <text x="%f" y="%f" font-size="%d" font-family="Monospace"></text>\n \
123 <text id="search_text" class="t" x="%d" y="30" onclick="search(this);">Search</text>\n'
132 <text id="zoom_text" style="display:none;" class="t" x="19" y="30" \
133 onclick="unzoom(this);">Zoom out</text>\n'
142 <text clip-path="url(#info_clip_path)" id="info_text" x="128" y="30"></text>\n' % (SVG_CANVAS_WIDTH - 335, SVG_CANVAS_WIDTH - 325)
149 <text id="percent_text" text
[all...]
/system/tools/hidl/utils/
H A DFormatter.cpp185 void Formatter::output(const std::string &text) const {
189 size_t matchPos = text.find(mSpace);
191 std::string newText = text.substr(0, matchPos);
193 while ((matchPos = text.find(mSpace, startPos))
195 newText.append(text.substr(startPos, matchPos - startPos));
198 newText.append(text.substr(startPos));
204 fprintf(mFile, "%s", text.c_str());
/system/chre/build/sys_support/qcom/
H A 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/bt/stack/smp/
H A Dsmp_cmac.cc35 uint8_t* text; member in struct:__anon1261
66 * Description utility function to padding the given text to be a 128 bits
110 osi_free(cmac_cb.text);
134 smp_xor_128(&cmac_cb.text[(cmac_cb.round - i) * BT_OCTET16_LEN],
138 &cmac_cb.text[(cmac_cb.round - i) * BT_OCTET16_LEN],
189 smp_xor_128(&cmac_cb.text[0], k1);
192 padding(&cmac_cb.text[0], (uint8_t)(cmac_cb.len % 16));
194 smp_xor_128(&cmac_cb.text[0], k2);
270 * input - text to be signed in little endian byte order.
292 /* allocate a memory space of multiple of 16 bytes to hold text */
[all...]
/system/core/libcutils/
H A Dconfig_utils.c117 char *text; member in struct:__anon1539
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;
/system/chre/build/variant/
H A Dgoogle_hexagonv62_slpi-uimg.mk12 TARGET_CFLAGS += -mno-pic-data-is-text-relative
H A Dqcom_hexagonv60_nanohub-uimg.mk9 TARGET_CFLAGS += -mno-pic-data-is-text-relative
/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/liblog/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/liblog/include_vndk/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/libunwindstack/
H A DAsmGetRegsX86.S29 .text
H A DAsmGetRegsX86_64.S29 .text
/system/sepolicy/tools/sepolicy-analyze/
H A Dneverallow.c367 static int check_neverallows(policydb_t *policydb, char *text, char *end) argument
374 p = text;
440 char *text, *end; local
452 text = mmap(NULL, sb.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
453 end = text + sb.st_size;
454 if (text == MAP_FAILED) {
460 return check_neverallows(policydb, text, end);
465 char *text, *end; local
466 text = string;
467 end = text
[all...]
/system/core/libpixelflinger/arch-arm64/
H A Dcol32cb16blend.S28 .text
/system/core/libpixelflinger/
H A Dcol32cb16blend.S18 .text

Completed in 397 milliseconds

123