/system/media/camera/docs/ |
D | metadata_helpers.py | 764 def inner(text): argument 834 def javadoc_formatter(text): argument 923 def ndkdoc_formatter(text): argument 1026 def hidldoc_formatter(text): argument 1085 def dedent(text): argument 1110 def md(text, img_src_prefix="", table_ext=True): argument 1162 def filter_tags(text, metadata, filter_function, summary_function = None): argument 1257 def ndk_replace_tag_wildcards(text, metadata): argument 1279 def filter_links(text, filter_function, summary_function = None): argument 1500 def wbr(text): argument [all …]
|
/system/tools/aidl/ |
D | parser.h | 35 AidlToken(const std::string& text, android::aidl::Comments comments) in AidlToken() 48 void Append(T&& text) { in Append()
|
/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/teeui/libteeui/include/teeui/ |
D | label.h | 71 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/core/init/ |
D | tokenizer.h | 30 char *text; member
|
/system/core/init/parser/ |
D | tokenizer.h | 45 std::string text; member
|
/system/teeui/libteeui/src/ |
D | font_rendering.cpp | 131 findLongestWordSequence(TextFace* face, const UTF8Range<const char*>& text, in findLongestWordSequence() 213 Error drawText(TextFace* face, const UTF8Range<const char*>& text, const PixelDrawer& drawPixel, in drawText()
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 65 updateAsync(text, progress) { argument 489 return [name, eventCount, getHtml('pre', {text: name}) + property 490 getHtml('b', {text: `${sampleWeight} (${percent})`})]; property 942 this.div.append(getHtml('b', {text: 'SourceCode:'}) + '<br/>'); property 949 this.div.append(getHtml('b', {text: 'Disassembly:'}) + '<br/>'); property 972 rows.push(['Function', getHtml('pre', {text: funcName})]); property 1569 let code = getHtml('pre', {text: sourceFile.code[lineNumber]}); property 1592 this.div.append(getHtml('pre', {text: sourceFile.path})); property 1669 let code = getHtml('pre', {text: line.code}); property 1732 function updateProgress(text, progress) { 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/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | CountryZoneTreeTest.java | 166 private static Country parseCountry(String text) throws Exception { in parseCountry()
|
/system/core/debuggerd/tombstoned/ |
D | tombstoned.cpp | 74 std::string text; member 79 CrashArtifact text; member
|
/system/core/fs_mgr/libdm/ |
D | dm_target.cpp | 198 bool DmTargetSnapshot::ParseStatusText(const std::string& text, Status* status) { in ParseStatusText()
|
/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/core/cli-test/ |
D | cli-test.cpp | 158 std::string text; in CollectTests() local
|
/system/memory/lmkd/tests/ |
D | lmkd_test.cpp | 88 std::string getTextAround(const std::string& text, size_t pos, in getTextAround()
|
/system/logging/liblog/include_vndk/log/ |
D | log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument
|
/system/extras/simpleperf/ |
D | cmd_report_sample_test.cpp | 32 TEST(cmd_report_sample, text) { in TEST() argument
|
/system/logging/liblog/include/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 | 88 inline void appendText(NodeType *parent, const std::string &text, DocType *d) { in appendText() 257 for (const std::string &text : array) { in appendTextElements() local 429 std::string text = getText(node); in parseText() 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/core/libutils/ |
D | RefBase.cpp | 279 String8 text; in printRefs() local
|
/system/media/audio/include/system/ |
D | sound_trigger.h | 178 char text[SOUND_TRIGGER_MAX_STRING_LEN]; /* phrase text in UTF-8 format. */ member
|
/system/security/identity/util/src/java/com/android/security/identity/internal/ |
D | Util.java | 708 public static String replaceLine(String text, int lineNumber, String replacementLine) { in replaceLine()
|