Home
last modified time | relevance | path

Searched refs:render (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/tools/lua/
H A Dtemplate.lua250 local render
254 render = function(self, context) function
260 layout:render()
271 render = function(self, context) function
275 template.render(layout, context)
285 render = function(self, context) function
286 return template.render(view, context or self)
295 render = function(...) function
296 local ok, err = pcall(render, ...)
319 render = render,
[all …]
/freebsd/lib/libc/stdio/
H A Dxprintf.c237 printf_render *render; member
553 } else if (printf_tbl[pi->spec].render != NULL) { in __v2printf()
555 n = printf_tbl[pi->spec].render( in __v2printf()
630 register_printf_function(int spec, printf_function *render, printf_arginfo_function *arginfo) in register_printf_function() argument
635 printf_tbl[spec].gnurender = render; in register_printf_function()
642 register_printf_render(int spec, printf_render *render, printf_arginfo_function *arginfo) in register_printf_render() argument
647 printf_tbl[spec].render = render; in register_printf_render()
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DArg.cpp74 render(Args, ASL); in getAsString()
87 render(Args, Output); in renderAsInput()
94 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in renderAsInput()
96 void Arg::render(const ArgList &Args, ArgStringList &Output) const { render() function in Arg
H A DArgList.cpp108 A->render(*this, Output); in addOptInFlag()
126 Arg->render(*this, Output); in AddAllArgsExcept()
144 Arg->render(*this, Output); in AddAllArgs()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp50 void render(raw_ostream &OS) const { in render() function
77 Value.render(OS); in operator <<()
218 void CoverageReport::render(const FileCoverageSummary &File, in render() function in llvm::CoverageReport
330 void CoverageReport::render(const FunctionCoverageSummary &Function, in render() function in llvm::CoverageReport
435 render(Function, DC, OS); in renderFunctionReports()
440 render(Totals, DC, OS); in renderFunctionReports()
570 render(FCS, OS); in renderFileReports()
580 render(*FCS, OS); in renderFileReports()
585 render(Totals, OS); in renderFileReports()
H A DCoverageReport.h30 void render(const FileCoverageSummary &File, raw_ostream &OS) const;
31 void render(const FunctionCoverageSummary &Function, const DemangleCache &DC,
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp164 XRayInstrument->render(Args, CmdArgs); in addArgs()
187 A->render(Args, CmdArgs); in addArgs()
197 A->render(Args, CmdArgs); in addArgs()
207 A->render(Args, CmdArgs); in addArgs()
/freebsd/include/
H A Dprintf.h122 int register_printf_function(int spec, printf_function *render, printf_arginfo_function *arginfo);
125 int register_printf_render(int spec, printf_render *render, printf_arginfo_function *arginfo);
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dmelexis,mlx90640.txt5 userspace to render processed frames.
/freebsd/lib/libifconfig/
H A Dsfp.lua35 require("template").render(arg[1], { -- This table is the template's context.
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp429 A->render(Args, CmdArgs); in addDebugCompDirArg()
729 A->render(Args, CmdArgs); in addPGOAndCoverageFlags()
1019 A->render(Args, CmdArgs); in AddPreprocessingOptions()
1191 A->render(Args, CmdArgs); in AddPreprocessingOptions()
2478 A->render(Args, ASL); in DumpCompilationDatabase()
3582 A->render(Args, CmdArgs); in RenderSSPOptions()
3602 A->render(Args, CmdArgs); in RenderSSPOptions()
3619 A->render(Args, CmdArgs); in RenderSSPOptions()
3629 A->render(Args, CmdArgs); in RenderSSPOptions()
3889 A->render(Args, CmdArgs); in RenderBuiltinOptions()
[all …]
H A DFlang.cpp414 A->render(Args, CmdArgs); in addTargetOptions()
843 A->render(Args, CmdArgs); in ConstructJob()
848 A->render(Args, CmdArgs); in ConstructJob()
866 A->render(Args, CmdArgs); in ConstructJob()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h137 void render(const ArgList &Args, ArgStringList &Output) const;
H A DArgList.h325 A->render(*this, Output); in addLastArg()
/freebsd/contrib/libxo/doc/
H A Dformatting.rst27 output, with attributes that detail how to render the data.
145 stylesheet can render the HTML into rich text that mirrors the
H A Dintro.rst18 and the role tells libxo how and when to render that field (see
H A Dfield-modifiers.rst18 g gettext Call gettext on field's render content
159 The humanize modifier is used to render large numbers as in a
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_DER_w_bn.pod29 Any value that evaluates as true will render a B<true> BOOLEAN,
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js128 PROTOTYPE.render = function(show) { function
411 v && !this.rendered && this.render(this.options.show.ready);
448 v && (!this.rendered && this.render(TRUE) || this.toggle(TRUE));
961 if(!this.rendered) { return state ? this.render(1) : this; }
1739 function render() { function
1741 api.render(typeof event === 'object' || options.show.ready);
1757 api.timers.show = setTimeout(render, options.show.delay);
1762 else { render(); }
1915 render: NULL, property
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DTarget.td60 // void render(MachineInstrBuilder &MIB, const MachineInstr &MI,
/freebsd/contrib/nvi/
H A DREADME49 Their insights render the software usable, secure, and sustainable.
/freebsd/usr.bin/compress/doc/
H A Drevision.log16 * speedups render the megamemory version defunct, for now. Make decoder
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaOperands.td11 // Immediate operands with a shared generic render method.
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-SCRYPT.pod15 computation. The intention of this is to render brute forcing of passwords on
/freebsd/sbin/bsdlabel/
H A Ddisktab20 # (the default -i value will render you with a floppy wasting way

123