/system/media/camera/docs/ |
D | metadata_helpers.py | 753 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/ |
D | neverallow.c | 377 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/ |
D | tokenizer.h | 30 char *text; member
|
/system/core/init/parser/ |
D | tokenizer.h | 45 std::string text; member
|
/system/core/adb/ |
D | adb_utils_test.cpp | 199 std::string text = std::string(string) + "foo"; local 212 std::string text = std::string(string) + "foo"; local
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 65 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
|
D | report_html.py | 54 def add(self, text): argument 64 def modify_text_for_html(text): argument
|
/system/update_engine/payload_generator/ |
D | mapfile_filesystem_unittest.cc | 73 string text = in TEST_F() local
|
D | ext2_filesystem.cc | 367 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/apex/tests/src/com/android/tests/apex/ |
D | ApexTestUtils.java | 113 void assertMatchesRegex(String text, Pattern pattern) { in assertMatchesRegex()
|
/system/netd/libnetdutils/ |
D | Log.cpp | 56 std::vector<std::string> text; in toString() local
|
/system/bt/stack/crypto_toolbox/ |
D | aes_cmac.cc | 36 uint8_t* text; member
|
/system/extras/simpleperf/ |
D | cmd_report_sample_test.cpp | 28 TEST(cmd_report_sample, text) { in TEST() argument
|
/system/core/libcutils/ |
D | config_utils.cpp | 116 char *text; member
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.cpp | 153 const std::string text(child->GetText()); in ExtractPacked() 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/core/liblog/include/log/ |
D | log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument
|
/system/core/liblog/include_vndk/log/ |
D | log_main.h | 82 #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 392 std::string text = getText(node); in parseText() local
|
/system/media/audio/include/system/ |
D | sound_trigger.h | 118 char text[SOUND_TRIGGER_MAX_STRING_LEN]; /* phrase text in UTF-8 format. */ member
|
/system/core/libutils/ |
D | RefBase.cpp | 272 String8 text; in printRefs() local
|
/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/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()
|