/third_party/boost/tools/build/src/tools/ |
D | fop.jam | 13 generators.register-standard fop.render.pdf : FO : PDF ; 14 generators.register-standard fop.render.ps : FO : PS ; 16 # Initializes the fop toolset. 18 rule init ( fop-command ? : java-home ? : java ? ) 22 if $(fop-command) 27 if $(fop-command) || ! $(has-command) 29 fop-command = [ common.get-invocation-command fop : fop : $(fop-command) 33 if $(fop-command) 35 .FOP_COMMAND = $(fop-command) ; 63 $(.FOP_SETUP) $(.FOP_COMMAND:E=fop) $(>) $(<) [all …]
|
/third_party/NuttX/fs/vfs/ |
D | fs_unlink.c | 116 else if (vnode && vnode->fop && vnode->fop->unlink) in do_unlink() 118 ret = vnode->fop->unlink(vnode); in do_unlink()
|
/third_party/boost/tools/boostbook/ |
D | setup_boostbook.py | 99 , fop argument 140 if fop is not None: 141 print r.append( "using fop : %s : : %s ;\n" % ( fop, java ) ) 283 , fop = FOP
|
D | setup_boostbook.sh | 15 FOP_MIRROR=http://archive.apache.org/dist/xmlgraphics/fop/binaries/ 158 /^\s*using fop.*$/ { eaten=1 }
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_state.c | 95 int fop, dfop, dpop; in i830StencilOpSeparate() local 102 fop = 0; in i830StencilOpSeparate() 108 fop = STENCILOP_KEEP; in i830StencilOpSeparate() 111 fop = STENCILOP_ZERO; in i830StencilOpSeparate() 114 fop = STENCILOP_REPLACE; in i830StencilOpSeparate() 117 fop = STENCILOP_INCRSAT; in i830StencilOpSeparate() 120 fop = STENCILOP_DECRSAT; in i830StencilOpSeparate() 123 fop = STENCILOP_INCR; in i830StencilOpSeparate() 126 fop = STENCILOP_DECR; in i830StencilOpSeparate() 129 fop = STENCILOP_INVERT; in i830StencilOpSeparate() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_builder.cpp | 503 const fetch_op_info *fop = bc.op_ptr; in build_fetch_tex() local 505 assert(!(fop->flags & FF_VTX)); in build_fetch_tex() 567 const fetch_op_info *fop = bc.op_ptr; in build_fetch_gds() local 570 assert(fop->flags & FF_GDS); in build_fetch_gds() 607 const fetch_op_info *fop = bc.op_ptr; in build_fetch_vtx() local 609 assert(fop->flags & FF_VTX); in build_fetch_vtx() 706 const fetch_op_info *fop = bc.op_ptr; in build_fetch_mem() local 708 assert(fop->flags & FF_MEM); in build_fetch_mem()
|
/third_party/boost/libs/safe_numerics/doc/boostbook/accu/ |
D | makepdf.sh | 3 fop -r -dpi 300 -xsl db2fo.xsl -xml accudocbook4.xml -pdf accu.pdf
|
/third_party/boost/libs/safe_numerics/doc/boostbook/ |
D | makepdf.sh | 8 | fop -r -dpi 300 -xsl db2fo.xsl -xml - -pdf ../safe_numerics.pdf
|
D | makeproposal.sh | 8 | fop -r -dpi 300 -xsl db2fo.xsl -xml - -pdf proposal.pdf
|
/third_party/NuttX/fs/driver/ |
D | fs_registerdriver.c | 99 vnode->fop = (struct file_operations_vfs *)fops; in register_driver()
|
/third_party/musl/arch/i386/bits/ |
D | user.h | 9 unsigned short cwd, swd, twd, fop; member
|
/third_party/musl/arch/x86_64/bits/ |
D | user.h | 5 uint16_t cwd, swd, ftw, fop; member
|
D | signal.h | 61 unsigned short cwd, swd, ftw, fop; member
|
/third_party/musl/arch/x32/bits/ |
D | user.h | 5 uint16_t cwd, swd, ftw, fop; member
|
D | signal.h | 61 unsigned short cwd, swd, ftw, fop; member
|
/third_party/boost/tools/quickbook/doc/boost-doc-tools/ |
D | pdfs.qbk | 22 using fop :
|
/third_party/NuttX/fs/romfs/ |
D | fs_romfs.c | 132 newVnode->fop = &g_romfsFops; in romfs_lookup() 186 newVnode->fop = &g_romfsFops; in romfs_lookup() 700 pv->fop = &g_romfsFops; in romfs_bind()
|
/third_party/NuttX/fs/tmpfs/ |
D | fs_tmpfs.c | 1205 vp->fop = dvp->fop; in tmpfs_create() 1711 vp->fop = &tmpfs_fops; in tmpfs_mount() 1846 vp->fop = parent->fop; in tmpfs_lookup() 2065 vp->fop = parent->fop; in tmpfs_mkdir()
|
/third_party/boost/libs/static_assert/doc/ |
D | Jamfile.v2 | 24 <xsl:param>fop.extensions=0
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 404 int fop = i915_translate_stencil_op(stencil->fail_op); in i915_get_lis5_stencil() local 410 (fop << S5_STENCIL_FAIL_SHIFT) | in i915_get_lis5_stencil() 419 int fop = i915_translate_stencil_op(stencil->fail_op); in i915_get_bfo() local 426 (fop << BFO_STENCIL_FAIL_SHIFT) | in i915_get_bfo()
|
/third_party/boost/libs/config/doc/ |
D | Jamfile.v2 | 36 <format>pdf:<xsl:param>fop.extensions=0
|
/third_party/boost/libs/regex/doc/ |
D | Jamfile.v2 | 37 <xsl:param>fop.extensions=0
|
/third_party/boost/libs/integer/doc/ |
D | Jamfile.v2 | 36 <xsl:param>fop.extensions=0
|
/third_party/boost/libs/unordered/doc/ |
D | Jamfile.v2 | 41 <format>pdf:<xsl:param>fop.extensions=0
|
/third_party/boost/libs/ratio/doc/ |
D | Jamfile.v2 | 58 <xsl:param>fop.extensions=0
|