Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 27) sorted by relevance

12

/system/media/camera/docs/
Dmetadata_helpers.py764 def inner(text): argument
834 def javadoc_formatter(text): argument
923 def ndkdoc_formatter(text): argument
1026 def hidldoc_formatter(text): argument
1085 def dedent(text): argument
1110 def md(text, img_src_prefix="", table_ext=True): argument
1162 def filter_tags(text, metadata, filter_function, summary_function = None): argument
1257 def ndk_replace_tag_wildcards(text, metadata): argument
1279 def filter_links(text, filter_function, summary_function = None): argument
1500 def wbr(text): argument
[all …]
/system/tools/aidl/
Dparser.h35 AidlToken(const std::string& text, android::aidl::Comments comments) in AidlToken()
48 void Append(T&& text) { in Append()
/system/sepolicy/tools/sepolicy-analyze/
Dneverallow.c377 static int check_neverallows(policydb_t *policydb, char *text, char *end) in check_neverallows()
458 char *text, *end; in check_neverallows_file() local
483 char *text, *end; in check_neverallows_string() local
/system/teeui/libteeui/include/teeui/
Dlabel.h71 LabelImpl(pxs fontSize, pxs lineHeight, text_t text, Alignment horizontal, in LabelImpl()
79 void setText(text_t text) { text_ = text; } in setText()
82 text_t text() const { return text_; } in text() function
139 #define DefaultText(text) static const constexpr char label_text[] = text argument
/system/core/init/
Dtokenizer.h30 char *text; member
/system/core/init/parser/
Dtokenizer.h45 std::string text; member
/system/teeui/libteeui/src/
Dfont_rendering.cpp131 findLongestWordSequence(TextFace* face, const UTF8Range<const char*>& text, in findLongestWordSequence()
213 Error drawText(TextFace* face, const UTF8Range<const char*>& text, const PixelDrawer& drawPixel, in drawText()
/system/extras/simpleperf/scripts/
Dreport_html.js65 updateAsync(text, progress) { argument
489 return [name, eventCount, getHtml('pre', {text: name}) + property
490 getHtml('b', {text: `${sampleWeight} (${percent})`})]; property
942 this.div.append(getHtml('b', {text: 'SourceCode:'}) + '<br/>'); property
949 this.div.append(getHtml('b', {text: 'Disassembly:'}) + '<br/>'); property
972 rows.push(['Function', getHtml('pre', {text: funcName})]); property
1569 let code = getHtml('pre', {text: sourceFile.code[lineNumber]}); property
1592 this.div.append(getHtml('pre', {text: sourceFile.path})); property
1669 let code = getHtml('pre', {text: line.code}); property
1732 function updateProgress(text, progress) { argument
/system/update_engine/payload_generator/
Dmapfile_filesystem_unittest.cc73 string text = in TEST_F() local
Dext2_filesystem.cc367 string text(blob.begin(), blob.begin() + EXT2_I_SIZE(&ino_data)); in LoadSettings() local
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTreeTest.java166 private static Country parseCountry(String text) throws Exception { in parseCountry()
/system/core/debuggerd/tombstoned/
Dtombstoned.cpp74 std::string text; member
79 CrashArtifact text; member
/system/core/fs_mgr/libdm/
Ddm_target.cpp198 bool DmTargetSnapshot::ParseStatusText(const std::string& text, Status* status) { in ParseStatusText()
/system/core/libcutils/
Dconfig_utils.cpp116 char *text; member
/system/core/fastboot/fuzzy_fastboot/
Dextensions.cpp153 const std::string text(child->GetText()); in ExtractPacked() local
/system/core/cli-test/
Dcli-test.cpp158 std::string text; in CollectTests() local
/system/memory/lmkd/tests/
Dlmkd_test.cpp88 std::string getTextAround(const std::string& text, size_t pos, in getTextAround()
/system/logging/liblog/include_vndk/log/
Dlog_main.h82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument
/system/extras/simpleperf/
Dcmd_report_sample_test.cpp32 TEST(cmd_report_sample, text) { in TEST() argument
/system/logging/liblog/include/log/
Dlog_main.h82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument
/system/libvintf/
Dparse_xml.cpp88 inline void appendText(NodeType *parent, const std::string &text, DocType *d) { in appendText()
257 for (const std::string &text : array) { in appendTextElements() local
429 std::string text = getText(node); in parseText() local
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java357 private void showToast(final String text) { in showToast()
/system/core/libutils/
DRefBase.cpp279 String8 text; in printRefs() local
/system/media/audio/include/system/
Dsound_trigger.h178 char text[SOUND_TRIGGER_MAX_STRING_LEN]; /* phrase text in UTF-8 format. */ member
/system/security/identity/util/src/java/com/android/security/identity/internal/
DUtil.java708 public static String replaceLine(String text, int lineNumber, String replacementLine) { in replaceLine()

12