/aosp_15_r20/external/rust/android-crates-io/crates/url/tests/ |
D | setters_tests.json | 28 "href": "a://example.net", string 31 "href": "a://example.net", string 36 "href": "a://example.net", string 39 "href": "b://example.net", string 44 "href": "javascript:alert(1)", string 47 "href": "defuse:alert(1)", string 53 "href": "a://example.net", string 56 "href": "b://example.net", string 62 "href": "a://example.net", string 65 "href": "a://example.net", string [all …]
|
D | urltestdata.json | 7 "href": "http://example.org/", string 22 "href": "http://user:pass@foo:21/bar;par?b#c", string 37 "href": "https://test@test/", string 52 "href": "https://test/", string 67 "href": "non-special://test@test/x", string 82 "href": "non-special://test/x", string 97 "href": "http://example.org/foo/foo.com", string 112 "href": "http://example.org/foo/:foo.com", string 127 "href": "http://example.org/foo/foo.com", string 142 "href": "a: foo.com", string [all …]
|
/aosp_15_r20/external/perfetto/infra/perfetto.dev/src/ |
H A D | markdown_render.js | 32 function hrefInDocs(href) { argument 87 function renderLink(originalLinkFn, href, title, text) { argument 128 function renderImage(originalImgFn, href, title, text) { argument
|
/aosp_15_r20/external/doclava/src/com/google/doclava/ |
H A D | KeywordEntry.java | 22 KeywordEntry(String label, String href, String comment) { in KeywordEntry() 43 private String href; field in KeywordEntry
|
/aosp_15_r20/external/bazelbuild-rules_python/sphinxdocs/tests/sphinx_stardoc/ |
H A D | sphinx_output_test.py | 15 def assert_xref(self, doc, *, text, href): argument 68 def test_xrefs(self, text, href): argument
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/Kotlin/ |
H A D | DescriptorDocumentationParser.kt | 85 …val content = buildContent(tree, LinkResolver(linkMap, { href -> linkResolver.resolveContentLink(c… in <lambda>() method 96 …buildInlineContentTo(markdownNode, content, LinkResolver(linkMap, { href -> linkResolver.resolveCo… in <lambda>() method 111 …buildInlineContentTo(markdownNode, section, LinkResolver(linkMap, { href -> linkResolver.resolveCo… in <lambda>() method 117 …buildInlineContentTo(markdownNode, section, LinkResolver(linkMap, { href -> linkResolver.resolveCo… in <lambda>() method
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
H A D | html_module.py | 77 def HRefToResource(self, href, tag_for_err_msg): argument 92 loader, module_name, module_dir_name, href, tag_for_err_msg): argument
|
H A D | html_generation_controller.py | 15 def GetHTMLForStylesheetHRef(self, href): # pylint: disable=unused-argument argument
|
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/ |
H A D | DocTreeUtils.kt | 60 val href = if (classInfo != null) in <lambda>() constant
|
/aosp_15_r20/trusty/kernel/lib/ktipc/ |
H A D | ktipc.c | 46 struct handle_ref href; member 53 struct handle_ref href; member
|
/aosp_15_r20/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
H A D | ExtendedWikiHelper.java | 176 String.format("<a href=\"%s://%s/$1\">$1</a>", WIKI_AUTHORITY, WIKI_LOOKUP_HOST))); in sFormatRules.add() 178 String.format("<a href=\"%s://%s/$1\">$2</a>", WIKI_AUTHORITY, WIKI_LOOKUP_HOST))); in sFormatRules.add()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/duration/ |
D | arithmetic_pass.cpp | 60 boost::chrono::hours& href = ++h; in main() local 74 boost::chrono::hours& href = --h; in main() local
|
/aosp_15_r20/external/trusty/lk/dev/virtio/vsock-rust/src/ |
D | vsock.rs | 100 href: HandleRef, field 555 let mut href = HandleRef::default(); in vsock_tx_loop() localVariable
|
/aosp_15_r20/external/libxml2/ |
H A D | runsuite.c | 745 xmlChar *href = NULL; in xstcTestInstance() local 839 xmlChar *href = NULL; in xstcTestGroup() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | runsuite.c | 763 xmlChar *href = NULL; in xstcTestInstance() local 857 xmlChar *href = NULL; in xstcTestGroup() local
|
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/transform/ |
H A D | URIResolver.java | 42 public Source resolve(String href, String base) in resolve()
|
/aosp_15_r20/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/ |
H A D | op_--.pass.cpp | 33 std::chrono::hours& href = --h; in main() local
|
H A D | op_++.pass.cpp | 33 std::chrono::hours& href = ++h; in main() local
|
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
H A D | HyperRef.java | 19 public HyperRef (final String href, final String text, final boolean nbsp) in HyperRef()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.duration/time.duration.arithmetic/ |
H A D | op_++.pass.cpp | 32 std::chrono::hours& href = ++h; in main() local
|
H A D | op_--.pass.cpp | 32 std::chrono::hours& href = --h; in main() local
|
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/ui/ |
H A D | RealHyperlink.java | 24 public void setHref(String href) { in setHref()
|
/aosp_15_r20/external/python/cpython2/Lib/xml/etree/ |
D | ElementInclude.py | 77 def default_loader(href, parse, encoding=None): argument
|
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/ |
H A D | DOMTestIncompatibleException.java | 61 public static DOMTestIncompatibleException incompatibleLoad(String href, in incompatibleLoad()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/etree/ |
D | ElementInclude.py | 87 def default_loader(href, parse, encoding=None): argument
|