| /third_party/python/Lib/test/ |
| H A D | test_sundry.py | 44 import html.entities namespace
|
| H A D | test_codeccallbacks.py | 2 import html.entities namespace
|
| H A D | test_htmlparser.py | 3 import html.parser namespace [all...] |
| /foundation/distributeddatamgr/pasteboard/framework/test/src/ |
| H A D | paste_data_entry_test.cpp | 159 auto html = entry.ConvertToHtml(); in HWTEST_F() local
|
| H A D | pasteboard_unified_data_test.cpp | 407 auto html = std::make_shared<UDMF::Html>(UDMF::HTML, *udmfValue); in HWTEST_F() local
|
| H A D | pasteboard_client_udmf_delay_test.cpp | 156 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 D | paste_data_entry.cpp | 339 auto html = ConvertToHtml(); in HasContent() local
|
| H A D | pasteboard_utils.cpp | 289 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 D | uds_test.cpp | 336 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 D | keyword_filter.py | 30 from lxml import html namespace [all...] |
| /test/xts/acts/distributeddatamgr/UDMFtest/UDMFndktestHvigor/entry/src/main/cpp/ |
| H A D | uds_ndk_test.cpp | 204 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 D | line.cpp | 396 Line::strengthToString(UColAttributeValue strength, UBool pretty, UBool html) { in strengthToString() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| H A D | SwiftConfig.cpp | 233 std::string html; in page() local 466 std::string html; profile() local [all...] |
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | spdy_event_loop.c | 214 char *html; in standard_request_handler() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | gen-tag-table.py | 28 import html namespace
|
| /base/web/webview/test/unittest/pasteboard_adapter/ |
| H A D | pasteboard_client_adapter_test.cpp | 307 std::shared_ptr<std::string> html = g_pasternull->GetHtmlText(); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/adapter/ohos/capability/udmf/ |
| H A D | udmf_impl.cpp | 266 UDMF::Html* html = reinterpret_cast<UDMF::Html*>(record.get()); in GetHtmlRecord() local
|
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
| H A D | ndk_data_conversion_test.cpp | 611 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 D | RBReporter.java | 495 getHTMLLanguageReportz(Document html, Element body_elem, boolean detailed, Bundle dict) getHTMLLanguageReportz() argument [all...] |
| /third_party/python/Lib/ |
| H A D | cgi.py | 46 import html namespace [all...] |
| /third_party/python/Lib/xmlrpc/ |
| H A D | server.py | 111 import html namespace
|
| /base/web/webview/ohos_adapter/pasteboard_adapter/src/ |
| H A D | pasteboard_client_adapter_impl.cpp | 346 void PasteDataAdapterImpl::AddHtmlRecord(const std::string& html) in AddHtmlRecord() argument
|
| /foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
| H A D | span_to_html.cpp | 30 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 D | tlv_util_test.cpp | 342 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 D | CheckAPI.java | 77 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...] |