Home
last modified time | relevance | path

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

12

/system/bt/gd/os/linux_generic/
Dfiles_test.cc34 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/
Dmetadata_helpers.py758 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/
Dparser.h35 AidlToken(const std::string& text, android::aidl::Comments comments) in AidlToken()
48 void Append(T&& text) { in Append()
/system/bt/test/mock/
Dmock_common_stop_watch_legacy.cc41 StopWatchLegacy::StopWatchLegacy(std::string text) in StopWatchLegacy()
/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/teeui/libteeui/include/teeui/
Dlabel.h71 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/
Dtokenizer.h45 std::string text; member
/system/teeui/libteeui/src/
Dfont_rendering.cpp131 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/
Dstop_watch_legacy.cc89 StopWatchLegacy::StopWatchLegacy(std::string text) in StopWatchLegacy()
/system/bt/gd/common/
Dstop_watch.cc90 StopWatch::StopWatch(std::string text) in StopWatch()
/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
/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/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTreeTest.java166 private static Country parseCountry(String text) throws Exception { in parseCountry()
/system/bt/gd/packet/parser/
Dutil.h153 inline std::string StringFindAndReplaceAll(std::string text, const std::string& old, const std::str… in StringFindAndReplaceAll()
/system/netd/libnetdutils/
DLog.cpp56 std::vector<std::string> text; in toString() local
/system/bt/hci/src/
Dhci_layer_android.cc77 std::string text = func_name + ": len " + std::to_string(vec.size()) + in GetTimerText() local
/system/bt/stack/crypto_toolbox/
Daes_cmac.cc36 uint8_t* text; member
/system/bt/gd/crypto_toolbox/
Daes_cmac.cc36 uint8_t* text; member
/system/core/debuggerd/tombstoned/
Dtombstoned.cpp74 std::string text; member
79 CrashArtifact text; member
/system/core/fs_mgr/libdm/
Ddm_target.cpp194 bool DmTargetSnapshot::ParseStatusText(const std::string& text, Status* status) { in ParseStatusText()
/system/core/libcutils/
Dconfig_utils.cpp116 char *text; member
/system/extras/simpleperf/
Dcmd_report_sample_test.cpp30 TEST(cmd_report_sample, text) { in TEST() argument
/system/core/fastboot/fuzzy_fastboot/
Dextensions.cpp153 const std::string text(child->GetText()); in ExtractPacked() local

12