Home
last modified time | relevance | path

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

12

/system/media/camera/docs/
Dmetadata_helpers.py753 def inner(text): argument
823 def javadoc_formatter(text): argument
911 def ndkdoc_formatter(text): argument
1010 def hidldoc_formatter(text): argument
1069 def dedent(text): argument
1094 def md(text, img_src_prefix="", table_ext=True): argument
1146 def filter_tags(text, metadata, filter_function, summary_function = None): argument
1241 def ndk_replace_tag_wildcards(text, metadata): argument
1263 def filter_links(text, filter_function, summary_function = None): argument
1426 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()
458 char *text, *end; in check_neverallows_file() local
483 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/core/adb/
Dadb_utils_test.cpp199 std::string text = std::string(string) + "foo"; local
212 std::string text = std::string(string) + "foo"; local
/system/extras/simpleperf/scripts/
Dreport_html.js65 updateAsync(text, progress) { argument
483 return [name, eventCount, getHtml('pre', {text: name}) + property
484 getHtml('b', {text: `${sampleWeight} (${percent})`})]; property
936 this.div.append(getHtml('b', {text: 'SourceCode:'}) + '<br/>'); property
943 this.div.append(getHtml('b', {text: 'Disassembly:'}) + '<br/>'); property
966 rows.push(['Function', getHtml('pre', {text: funcName})]); property
1563 let code = getHtml('pre', {text: sourceFile.code[lineNumber]}); property
1586 this.div.append(getHtml('pre', {text: sourceFile.path})); property
1663 let code = getHtml('pre', {text: line.code}); property
1726 function updateProgress(text, progress) { argument
Dreport_html.py54 def add(self, text): argument
64 def modify_text_for_html(text): 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/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTreeTest.java160 private static Country parseCountry(String text) throws Exception { in parseCountry()
/system/apex/tests/src/com/android/tests/apex/
DApexTestUtils.java113 void assertMatchesRegex(String text, Pattern pattern) { in assertMatchesRegex()
/system/netd/libnetdutils/
DLog.cpp56 std::vector<std::string> text; in toString() local
/system/bt/stack/crypto_toolbox/
Daes_cmac.cc36 uint8_t* text; member
/system/extras/simpleperf/
Dcmd_report_sample_test.cpp28 TEST(cmd_report_sample, text) { in TEST() argument
/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/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/core/liblog/include/log/
Dlog_main.h82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument
/system/core/liblog/include_vndk/log/
Dlog_main.h82 #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
392 std::string text = getText(node); in parseText() local
/system/media/audio/include/system/
Dsound_trigger.h118 char text[SOUND_TRIGGER_MAX_STRING_LEN]; /* phrase text in UTF-8 format. */ member
/system/core/libutils/
DRefBase.cpp272 String8 text; in printRefs() 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/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DTzLookupGeneratorTest.java711 private static Country parseCountry(String text) throws Exception { in parseCountry()

12