Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
DHTMLElement.java285 public HTMLElement a(final ILinkable linkable, in a() argument
288 final String link = linkable.getLink(base); in a()
290 a = span(linkable.getLinkStyle()); in a()
292 a = a(link, linkable.getLinkStyle()); in a()
294 a.text(linkable.getLinkLabel()); in a()
/external/llvm-project/mlir/lib/TableGen/
DCMakeLists.txt6 # dependence on libLLVM.so) However, it must also be linkable against
/external/deqp-deps/glslang/glslang/Include/
DShHandle.h99 virtual bool linkable() { return haveValidObjectCode; } in linkable() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base.fbs234 linkable:bool;
Dserialization_base_generated.h2149 bool linkable() const { return GetField<uint8_t>(VT_LINKABLE, 0) != 0; } in linkable() function
2250 void add_linkable(bool linkable) { in add_linkable()
2252 static_cast<uint8_t>(linkable), 0); in add_linkable()
2319 bool elementwise = false, bool linkable = false,
2349 builder_.add_linkable(linkable);
2364 bool elementwise = false, bool linkable = false,
2397 tensor_to_grid, elementwise, linkable, check_src_channels_size,
/external/pdfium/third_party/yasm/
Dyasm_assemble.gni182 # Gather the .o files into a linkable thing. This doesn't actually link
/external/catch2/
DCMakeLists.txt64 # add catch as a 'linkable' target
/external/tensorflow/tensorflow/tools/def_file_filter/
Ddef_file_filter.py.tpl246 # Pipe dumpbin to extract all linkable symbols from libs.
/external/kotlinc/lib/
Dtrove4j.jarMETA-INF/ META-INF/MANIFEST.MF gnu/ gnu/trove/ gnu/ ...
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc817 op->linkable_ = fb_op->linkable(); in Decode()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp1549 if (! cObjects[i]->getAsCompiler()->linkable()) { in ShLinkExt()
/external/catch2/docs/
Drelease-notes.md591 * Catch is now exported as a CMake package and linkable target (#1170)
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz