| /system/extras/simpleperf/scripts/ |
| D | report_html.js | 123 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 …]
|
| D | report_html.py | 52 def add(self, text): argument 62 def modify_text_for_html(text): argument
|
| /system/media/camera/docs/ |
| D | metadata_helpers.py | 752 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/ |
| D | neverallow.c | 377 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/ |
| D | tokenizer.h | 30 char *text; member
|
| /system/core/init/parser/ |
| D | tokenizer.h | 45 std::string text; member
|
| /system/update_engine/payload_generator/ |
| D | mapfile_filesystem_unittest.cc | 73 string text = in TEST_F() local
|
| D | ext2_filesystem.cc | 359 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/ |
| D | CountryZoneTreeTest.java | 160 private static Country parseCountry(String text) throws Exception { in parseCountry()
|
| /system/extras/simpleperf/ |
| D | cmd_report_sample_test.cpp | 29 TEST(cmd_report_sample, text) { in TEST() argument
|
| /system/bt/stack/smp/ |
| D | smp_cmac.cc | 35 uint8_t* text; member
|
| /system/core/libcutils/ |
| D | config_utils.cpp | 116 char *text; member
|
| D | sched_policy.cpp | 78 char text[22]; in add_tid_to_cgroup() local
|
| /system/bt/service/ipc/ |
| D | linux_ipc_host.cc | 69 bool TokenBool(const std::string& text) { return text == "true"; } in TokenBool()
|
| /system/core/lmkd/tests/ |
| D | lmkd_test.cpp | 87 std::string getTextAround(const std::string& text, size_t pos, in getTextAround()
|
| /system/tools/aidl/ |
| D | aidl_language.cpp | 37 AidlToken::AidlToken(const std::string& text, const std::string& comments) in AidlToken()
|
| /system/core/liblog/include_vndk/log/ |
| D | log_main.h | 60 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument
|
| /system/core/liblog/include/log/ |
| D | log_main.h | 60 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument
|
| /system/libvintf/ |
| D | parse_xml.cpp | 82 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/ |
| D | atft.py | 858 def PrintToWindow(self, text_entry, text, append=False): argument 880 def PrintToCommandWindow(self, text): argument
|
| D | atft_unittest.py | 180 def MockAppendText(self, text): argument
|
| /system/media/audio/include/system/ |
| D | sound_trigger.h | 115 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/ |
| D | CameraAvgFragment.java | 357 private void showToast(final String text) { in showToast()
|
| /system/core/libutils/ |
| D | RefBase.cpp | 259 String8 text; in printRefs() local
|
| /system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
| D | TzLookupGeneratorTest.java | 711 private static Country parseCountry(String text) throws Exception { in parseCountry()
|