Home
last modified time | relevance | path

Searched defs:html (Results 26 - 50 of 69) sorted by relevance

123

/third_party/python/Lib/test/
H A Dtest_sundry.py44 import html.entities namespace
H A Dtest_codeccallbacks.py2 import html.entities namespace
H A Dtest_htmlparser.py3 import html.parser namespace
[all...]
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_entry_test.cpp159 auto html = entry.ConvertToHtml(); in HWTEST_F() local
H A Dpasteboard_unified_data_test.cpp407 auto html = std::make_shared<UDMF::Html>(UDMF::HTML, *udmfValue); in HWTEST_F() local
H A Dpasteboard_client_udmf_delay_test.cpp156 Html html; in SetHtmlUnifiedData() local
461 auto html = static_cast<Html *>(unifiedRecord.get()); in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data_entry.cpp339 auto html = ConvertToHtml(); in HasContent() local
H A Dpasteboard_utils.cpp289 auto html = static_cast<UDMF::Html *>(record.get()); in Html2PasteRecord() local
321 auto html = std::make_shared<UDMF::Html>(UDMF::HTML, *udmfValue); in PasteRecord2Html() local
[all...]
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Duds_test.cpp336 auto html = OH_UdsHtml_Create(); in HWTEST_F() local
350 auto html = OH_UdsHtml_Create(); in HWTEST_F() local
371 auto html = OH_UdsHtml_Create(); in HWTEST_F() local
393 auto html = OH_UdsHtml_Create(); HWTEST_F() local
415 auto html = OH_UdsHtml_Create(); HWTEST_F() local
441 auto html = OH_UdsHtml_Create(); HWTEST_F() local
[all...]
/test/testfwk/developer_test/local_coverage/keyword_registration/
H A Dkeyword_filter.py30 from lxml import html namespace
[all...]
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/
H A Duds_ndk_test.cpp204 OH_UdsHtml* html = nullptr; in OH_UdsHtml_Create_001() local
215 OH_UdsHtml* html = nullptr; in OH_UdsHtml_Destroy_001() local
227 OH_UdsHtml* html in OH_UdsHtml_GetType_001() local
239 OH_UdsHtml* html = nullptr; OH_UdsHtml_SetContent_001() local
250 OH_UdsHtml* html = nullptr; OH_UdsHtml_GetContent_001() local
263 OH_UdsHtml* html = nullptr; OH_UdsHtml_SetPlainContent_001() local
275 OH_UdsHtml* html = nullptr; OH_UdsHtml_GetPlainContent_001() local
[all...]
/third_party/icu/tools/colprobe/
H A Dline.cpp396 Line::strengthToString(UColAttributeValue strength, UBool pretty, UBool html) { in strengthToString() argument
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DSwiftConfig.cpp233 std::string html; in page() local
466 std::string html; profile() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dspdy_event_loop.c214 char *html; in standard_request_handler() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-tag-table.py28 import html namespace
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp307 std::shared_ptr<std::string> html = g_pasternull->GetHtmlText(); in HWTEST_F() local
/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.cpp266 UDMF::Html* html = reinterpret_cast<UDMF::Html*>(record.get()); in GetHtmlRecord() local
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dndk_data_conversion_test.cpp611 std::shared_ptr<Html> html = std::make_shared<Html>("htmlContent", "plainContent"); in HWTEST_F() local
699 auto html = std::static_pointer_cast<Html>(readRecord); in HWTEST_F() local
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBReporter.java495 getHTMLLanguageReportz(Document html, Element body_elem, boolean detailed, Bundle dict) getHTMLLanguageReportz() argument
[all...]
/third_party/python/Lib/
H A Dcgi.py46 import html namespace
[all...]
/third_party/python/Lib/xmlrpc/
H A Dserver.py111 import html namespace
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp346 void PasteDataAdapterImpl::AddHtmlRecord(const std::string& html) in AddHtmlRecord() argument
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp30 extern "C" ACE_FORCE_EXPORT int OHOS_ACE_ConvertHmtlToSpanString(std::vector<uint8_t>& span, std::string& html) in OHOS_ACE_ConvertHmtlToSpanString() argument
163 std::string html; in DeclarationToHtml() local
588 const std::string html = sth.ToHtml(*str); in ToHtml() local
/foundation/distributeddatamgr/udmf/framework/common/unittest/
H A Dtlv_util_test.cpp342 std::shared_ptr<UnifiedRecord> html = std::make_shared<Html>(UDType::HTML, "this is a HTML content"); in HWTEST_F() local
563 std::shared_ptr<UnifiedRecord> html = std::make_shared<Html>(UDType::HTML, "this is a HTML content"); in HWTEST_F() local
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckAPI.java77 boolean html; field in CheckAPI
101 public abstract void write(BufferedWriter w, boolean brief, boolean html, boolean detail); in write() argument
164 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { in write() argument
528 public void write(BufferedWriter w, boolean brief, boolean html, boolean detail) { in write() argument
826 writeResults(Collection c, BufferedWriter w, boolean brief, boolean html, boolean detail) writeResults() argument
[all...]

Completed in 26 milliseconds

123