Home
last modified time | relevance | path

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

12

/system/extras/simpleperf/scripts/
Dreport_html.js123 getHtml('li', {text: getHtml('a', {href: '#' + id, text: title})})); property
326 let button = $('<button>', {text: 'Back'}); property
341 return [name, eventCount, getHtml('pre', {text: name}) + property
342 getHtml('b', {text: `${sampleWeight} (${percent})`})]; property
469 optionStr += getHtml('option', {value: i, text: options[i]}); property
471 this.div.append(getHtml('select', {text: optionStr})); property
518 this.div.append(getHtml('p', {text: `Sample table for event ${eventInfo.eventName}, ` + property
525 getHtml('thead', {text: getTableRow(titles, 'th')}) + property
526 getHtml('tfoot', {text: getTableRow(titles, 'th')}) + property
641 this.div.append(getHtml('b', {text: `Functions called by ${funcName}`}) + '<br/>'); property
[all …]
Dreport_html.py52 def add(self, text): argument
62 def modify_text_for_html(text): argument
/system/media/camera/docs/
Dmetadata_helpers.py752 def inner(text): argument
820 def javadoc_formatter(text): argument
908 def ndkdoc_formatter(text): argument
1007 def hidldoc_formatter(text): argument
1066 def dedent(text): argument
1091 def md(text, img_src_prefix="", table_ext=True): argument
1143 def filter_tags(text, metadata, filter_function, summary_function = None): argument
1238 def ndk_replace_tag_wildcards(text, metadata): argument
1260 def filter_links(text, filter_function, summary_function = None): argument
1394 def wbr(text): argument
[all …]
/system/sepolicy/tools/sepolicy-analyze/
Dneverallow.c377 static int check_neverallows(policydb_t *policydb, char *text, char *end) in check_neverallows()
450 char *text, *end; in check_neverallows_file() local
475 char *text, *end; in check_neverallows_string() local
/system/core/init/
Dtokenizer.h30 char *text; member
/system/core/init/parser/
Dtokenizer.h45 std::string text; member
/system/update_engine/payload_generator/
Dmapfile_filesystem_unittest.cc73 string text = in TEST_F() local
Dext2_filesystem.cc359 string text(blob.begin(), blob.begin() + EXT2_I_SIZE(&ino_data)); in LoadSettings() local
/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()
/system/extras/simpleperf/
Dcmd_report_sample_test.cpp29 TEST(cmd_report_sample, text) { in TEST() argument
/system/bt/stack/smp/
Dsmp_cmac.cc35 uint8_t* text; member
/system/core/libcutils/
Dconfig_utils.cpp116 char *text; member
Dsched_policy.cpp78 char text[22]; in add_tid_to_cgroup() local
/system/bt/service/ipc/
Dlinux_ipc_host.cc69 bool TokenBool(const std::string& text) { return text == "true"; } in TokenBool()
/system/core/lmkd/tests/
Dlmkd_test.cpp87 std::string getTextAround(const std::string& text, size_t pos, in getTextAround()
/system/tools/aidl/
Daidl_language.cpp37 AidlToken::AidlToken(const std::string& text, const std::string& comments) in AidlToken()
/system/core/liblog/include_vndk/log/
Dlog_main.h60 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument
/system/core/liblog/include/log/
Dlog_main.h60 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument
/system/libvintf/
Dparse_xml.cpp82 inline void appendText(NodeType *parent, const std::string &text, DocType *d) { in appendText()
227 for (const std::string &text : array) { in appendTextElements() local
373 std::string text = getText(node); in parseText() local
/system/iot/attestation/at-factory-tool/
Datft.py858 def PrintToWindow(self, text_entry, text, append=False): argument
880 def PrintToCommandWindow(self, text): argument
Datft_unittest.py180 def MockAppendText(self, text): argument
/system/media/audio/include/system/
Dsound_trigger.h115 char text[SOUND_TRIGGER_MAX_STRING_LEN]; /* phrase text in UTF-8 format. */ member
/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.cpp259 String8 text; in printRefs() local
/system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DTzLookupGeneratorTest.java711 private static Country parseCountry(String text) throws Exception { in parseCountry()

12