Home
last modified time | relevance | path

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

12

/system/media/camera/docs/
Dmetadata_helpers.py794 def inner(text): argument
864 def javadoc_formatter(text): argument
954 def ndkdoc_formatter(text): argument
1057 def hidldoc_formatter(text): argument
1116 def dedent(text): argument
1141 def md(text, img_src_prefix="", table_ext=True): argument
1193 def filter_tags(text, metadata, filter_function, summary_function = None): argument
1288 def ndk_replace_tag_wildcards(text, metadata): argument
1310 def filter_links(text, filter_function, summary_function = None): argument
1593 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/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/sepolicy/tools/sepolicy-analyze/
Dneverallow.c377 static int check_neverallows(policydb_t *policydb, char *text, char *end) in check_neverallows()
463 char *text, *end; in check_neverallows_file() local
488 char *text, *end; in check_neverallows_string() local
/system/extras/torq/tools/
Dtorq_test43 text = line.strip() variable
/system/core/init/
Dtokenizer.h30 char *text; member
/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
946 this.div.append(getHtml('b', {text: 'SourceCode:'}) + '<br/>'); property
953 this.div.append(getHtml('b', {text: 'Disassembly:'}) + '<br/>'); property
976 rows.push(['Function', getHtml('pre', {text: funcName})]); property
1576 let code = getHtml('pre', {text: sourceFile.code[lineNumber]}); property
1596 this.div.append(getHtml('pre', {text: sourceFile.path})); property
1673 let code = getHtml('pre', {text: line.code}); property
1733 function updateProgress(text, progress) { argument
/system/teeui/libteeui/src/
Dfont_rendering.cpp135 findLongestWordSequence(TextFace* face, const UTF8Range<const char*>& text, in findLongestWordSequence()
217 Error drawText(TextFace* face, const UTF8Range<const char*>& text, const PixelDrawer& drawPixel, in drawText()
/system/core/init/parser/
Dtokenizer.h45 std::string text; member
/system/core/fastboot/
Dfastboot_driver_test.cpp66 std::string text; in TEST_F() local
/system/update_engine/payload_generator/
Dmapfile_filesystem_unittest.cc72 string text = in TEST_F() 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.cpp73 std::string text; member
78 CrashArtifact text; member
/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/fs_mgr/libdm/
Ddm_target.cpp202 bool DmTargetSnapshot::ParseStatusText(const std::string& text, Status* status) { in ParseStatusText()
/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/log/
Dlog_main.h82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument
/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_list.cpp310 std::string text = " " + event_type.name + " ("; in PrintRawEventTypes() local
Dcmd_report_sample_test.cpp33 TEST(cmd_report_sample, text) { in TEST() argument
/system/libvintf/
Dparse_xml.cpp95 inline void appendText(NodeType *parent, const std::string &text, DocType *d) { in appendText()
277 for (const std::string &text : array) { in appendTextElements() local
459 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/binder/
DRefBase.cpp309 String8 text; in printRefs() local

12