/system/bt/gd/os/linux_generic/ |
D | files_test.cc | 34 std::string text = "Hello world!\n"; in TEST() local 44 std::string text = "Hello world!\n"; in TEST() local 58 std::string text = "Hello world!\n"; in TEST() local 67 std::string text = "Hello world!\n"; in TEST() local 79 std::string text; in TEST() local
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 758 def inner(text): argument 828 def javadoc_formatter(text): argument 916 def ndkdoc_formatter(text): argument 1015 def hidldoc_formatter(text): argument 1074 def dedent(text): argument 1099 def md(text, img_src_prefix="", table_ext=True): argument 1151 def filter_tags(text, metadata, filter_function, summary_function = None): argument 1246 def ndk_replace_tag_wildcards(text, metadata): argument 1268 def filter_links(text, filter_function, summary_function = None): argument 1443 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/bt/test/mock/ |
D | mock_common_stop_watch_legacy.cc | 41 StopWatchLegacy::StopWatchLegacy(std::string text) in StopWatchLegacy()
|
/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/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/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/bt/common/ |
D | stop_watch_legacy.cc | 89 StopWatchLegacy::StopWatchLegacy(std::string text) in StopWatchLegacy()
|
/system/bt/gd/common/ |
D | stop_watch.cc | 90 StopWatch::StopWatch(std::string text) in StopWatch()
|
/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
|
/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/bt/gd/packet/parser/ |
D | util.h | 153 inline std::string StringFindAndReplaceAll(std::string text, const std::string& old, const std::str… in StringFindAndReplaceAll()
|
/system/netd/libnetdutils/ |
D | Log.cpp | 56 std::vector<std::string> text; in toString() local
|
/system/bt/hci/src/ |
D | hci_layer_android.cc | 77 std::string text = func_name + ": len " + std::to_string(vec.size()) + in GetTimerText() local
|
/system/bt/gd/crypto_toolbox/ |
D | aes_cmac.cc | 36 uint8_t* text; member
|
/system/bt/stack/crypto_toolbox/ |
D | aes_cmac.cc | 36 uint8_t* text; member
|
/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 | 194 bool DmTargetSnapshot::ParseStatusText(const std::string& text, Status* status) { in ParseStatusText()
|
/system/core/libcutils/ |
D | config_utils.cpp | 116 char *text; member
|
/system/extras/simpleperf/ |
D | cmd_report_sample_test.cpp | 30 TEST(cmd_report_sample, text) { in TEST() argument
|
/system/core/fastboot/fuzzy_fastboot/ |
D | extensions.cpp | 153 const std::string text(child->GetText()); in ExtractPacked() local
|