Home
last modified time | relevance | path

Searched refs:linkable (Results 1 – 8 of 8) sorted by relevance

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
DHTMLElement.java252 public HTMLElement a(final ILinkable linkable, final ReportOutputFolder base) in a() argument
255 final String link = linkable.getLink(base); in a()
257 a = span(linkable.getLinkStyle()); in a()
259 a = a(link, linkable.getLinkStyle()); in a()
261 a.text(linkable.getLinkLabel()); in a()
/external/deqp-deps/glslang/glslang/Include/
DShHandle.h99 virtual bool linkable() { return haveValidObjectCode; } in linkable() function
/external/catch2/
DCMakeLists.txt56 # add catch as a 'linkable' target
/external/pdfium/third_party/yasm/
Dyasm_assemble.gni182 # Gather the .o files into a linkable thing. This doesn't actually link
/external/tensorflow/tensorflow/tools/def_file_filter/
Ddef_file_filter.py.tpl101 # Pipe dumpbin to extract all linkable symbols from libs.
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1485 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()
/external/catch2/docs/
Drelease-notes.md341 * Catch is now exported as a CMake package and linkable target (#1170)
/external/libmtp/
DChangeLog428 linkable on cygwin too (previously it was not).