Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 36) 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.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/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/core/adb/
Dadb_utils_test.cpp199 std::string text = std::string(string) + "foo"; local
212 std::string text = std::string(string) + "foo"; local
/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/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/bt/gd/packet/parser/
Dutil.h128 inline std::string StringFindAndReplaceAll(std::string text, const std::string& old, const std::str… in StringFindAndReplaceAll()
/system/tools/aidl/
Dparser.h34 AidlToken(const std::string& text, const std::string& comments) in AidlToken()
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTreeTest.java160 private static Country parseCountry(String text) throws Exception { in parseCountry()
/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/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.cpp30 TEST(cmd_report_sample, text) { in TEST() argument
/system/bt/gd/crypto_toolbox/
Daes_cmac.cc34 uint8_t* text; member
Dcrypto_toolbox.cc210 Octet16 text{0}; in s1() local
/system/core/libcutils/
Dconfig_utils.cpp116 char *text; member
/system/core/fs_mgr/libdm/
Ddm_target.cpp192 bool DmTargetSnapshot::ParseStatusText(const std::string& text, Status* status) { in ParseStatusText()
/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/cli-test/
Dcli-test.cpp151 std::string text; in CollectTests() local
/system/memory/lmkd/tests/
Dlmkd_test.cpp87 std::string getTextAround(const std::string& text, size_t pos, in getTextAround()

12