Home
last modified time | relevance | path

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

12345678

/system/media/camera/docs/
Dmetadata_helpers.py765 def inner(text): argument
767 text += '\n\n<b>Units</b>: %s\n' % (dedent(entry.units))
769 text += '\n\n<b>Possible values:</b>\n<ul>\n'
772 text += ' <li>{@link #%s %s}</li>\n' % ( jenum_value(entry, value ), value.name )
773 text += '</ul>\n'
776 text += '\n\n<b>Available values for this device:</b><br>\n'
778 text += '\n\n<b>Range of valid values:</b><br>\n'
779 text += '%s\n' % (dedent(entry.range))
781 text += '\n\n<b>Optional</b> - The value for this key may be {@code null} on some devices.\n'
783 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 …]
/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/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()
/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()
/system/core/debuggerd/tombstoned/
Dtombstoned.cpp74 std::string text; member
79 CrashArtifact text; member
177 result.text = create_temporary_file(); in get_output()
182 result.text = create_temporary_file(); in get_output()
197 result.text = StringPrintf("%s%02d", file_name_prefix_.c_str(), next_artifact_); in get_next_artifact_paths()
295 output_fd.reset(dup(crash->output.text.fd)); in perform_request()
451 if (crash->output.text.fd == -1) { in crash_completed()
458 if (rename_tombstone_fd(crash->output.text.fd, queue->dir_fd(), paths.text)) { in crash_completed()
460 LOG(ERROR) << "Traces for pid " << crash->crash_pid << " written to: " << paths.text; in crash_completed()
465 LOG(ERROR) << "Tombstone written to: " << paths.text; in crash_completed()
[all …]
/system/teeui/libteeui/include/teeui/
Dlabel.h71 LabelImpl(pxs fontSize, pxs lineHeight, text_t text, Alignment horizontal, in LabelImpl() argument
73 : fontSize_(fontSize), lineHeight_(lineHeight), text_(text), in LabelImpl()
79 void setText(text_t text) { text_ = text; } in setText() argument
82 text_t text() const { return text_; } in text() function
139 #define DefaultText(text) static const constexpr char label_text[] = text argument
/system/extras/simpleperf/scripts/
Dreport_html.js65 updateAsync(text, progress) { argument
68 if (text) {
69 this.modal.find('.modal-title').text(text);
73 .attr('aria-valuenow', progress).text(progress + '%');
122 let text;
124 text = attrs.text;
125 delete attrs.text;
128 if (text) {
129 s += text;
489 return [name, eventCount, getHtml('pre', {text: name}) + property
[all …]
/system/tools/aidl/
Dparser.h35 AidlToken(const std::string& text, android::aidl::Comments comments) in AidlToken() argument
36 : text_(text), comments_(std::move(comments)) {} in AidlToken()
48 void Append(T&& text) { in Append() argument
49 text_ += std::forward<T>(text); in Append()
/system/core/init/
Dtokenizer.cpp43 goto text; in next_token()
51 text: in next_token()
52 state->text = s = x; in next_token()
Dtokenizer.h30 char *text; member
/system/core/fastboot/
Dfastboot_driver_test.cpp64 std::string text; in TEST_F() local
67 [&text](const std::string& extra_text) { text += extra_text; }}; in TEST_F()
90 ASSERT_EQ(text, in TEST_F()
/system/core/fs_mgr/libdm/
Ddm_target.cpp198 bool DmTargetSnapshot::ParseStatusText(const std::string& text, Status* status) { in ParseStatusText() argument
200 int args = sscanf(text.c_str(), "%" PRIu64 "/%" PRIu64 " %" PRIu64, &status->sectors_allocated, in ParseStatusText()
205 auto sections = android::base::Split(text, " "); in ParseStatusText()
212 if (text == "Invalid" || text == "Overflow") { in ParseStatusText()
213 status->error = text; in ParseStatusText()
216 } else if (sections.size() == 2 && text == "Merge failed") { in ParseStatusText()
217 status->error = text; in ParseStatusText()
/system/sepolicy/tools/sepolicy-analyze/
Dneverallow.c377 static int check_neverallows(policydb_t *policydb, char *text, char *end) in check_neverallows() argument
385 p = text; in check_neverallows()
458 char *text, *end; in check_neverallows_file() local
470 text = mmap(NULL, sb.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in check_neverallows_file()
471 end = text + sb.st_size; in check_neverallows_file()
472 if (text == MAP_FAILED) { in check_neverallows_file()
478 return check_neverallows(policydb, text, end); in check_neverallows_file()
483 char *text, *end; in check_neverallows_string() local
484 text = string; in check_neverallows_string()
485 end = text + len; in check_neverallows_string()
[all …]
/system/extras/perf_tools/
Dsbtpull.py22 self.text = "none"
32 self.text = words[1][:150]
33 self.textKey = self.text.translate(self.remove_digits)
42 …4f}, DD, ({: .4f}) {}".format(self.lineNum, self.timeStamp, self.delta, self.deltaDiff, self.text))
45 ….4f}, DD, ({: .4f}) {}".format(self.lineNum, self.timeStamp, self.delta, self.deltaDiff, self.text)
112 if item.text.find(word) != -1:
136 text = item.text
137 return self.find(text)
178 if (item.text.find("EXT4-fs (sda11): recovery complete")!=-1):
181 print("LogLineList::difference() !Error, other does not have {}".format(item.text))
[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/teeui/libteeui/src/
Dfont_rendering.cpp135 findLongestWordSequence(TextFace* face, const UTF8Range<const char*>& text, in findLongestWordSequence() argument
144 UTF8WordRange<const char*> wordRange(text); in findLongestWordSequence()
202 resultRange = {**rangeBegin, *text.end()}; in findLongestWordSequence()
217 Error drawText(TextFace* face, const UTF8Range<const char*>& text, const PixelDrawer& drawPixel, in drawText() argument
221 for (auto c : text) { in drawText()
/system/timezone/input_tools/android/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/logging/liblog/include/android/
Dlog.h98 int __android_log_write(int prio, const char* tag, const char* text);
170 int __android_log_buf_write(int bufID, int prio, const char* tag, const char* text);
/system/memory/lmkd/tests/
Dlmkd_test.cpp88 std::string getTextAround(const std::string& text, size_t pos, in getTextAround() argument
95 (start_pos = text.rfind('\n', start_pos)) != std::string::npos) { in getTextAround()
99 start_pos = text.rfind('\n', start_pos); in getTextAround()
105 (pos = text.find('\n', pos)) != std::string::npos) { in getTextAround()
109 return text.substr(start_pos, (pos == std::string::npos) ? in getTextAround()
/system/timezone/input_tools/android/telephonylookup_generator/
DREADME.android1 This tool generates the telephonylookup.xml file from the telephonylookup.txt (proto text) file.
/system/hardware/interfaces/media/aidl_api/android.media.soundtrigger.types/1/android/media/soundtrigger/
DPhrase.aidl42 String text;
/system/hardware/interfaces/media/aidl/android/media/soundtrigger/
DPhrase.aidl35 String text;
/system/hardware/interfaces/media/aidl_api/android.media.soundtrigger.types/current/android/media/soundtrigger/
DPhrase.aidl42 String text;
/system/core/libutils/
DRefBase.cpp310 String8 text; in printRefs() local
318 text.append(buf); in printRefs()
319 printRefsLocked(&text, mStrongRefs); in printRefs()
323 text.append(buf); in printRefs()
324 printRefsLocked(&text, mWeakRefs); in printRefs()
333 (void)write(rc, text.string(), text.length()); in printRefs()

12345678