Home
last modified time | relevance | path

Searched refs:tmgr (Results 1 – 25 of 145) sorted by relevance

123456

/dports/devel/p5-Compiler-Lexer/Compiler-Lexer-0.23/src/compiler/lexer/
H A DCompiler_scanner.cpp60 TokenManager *tmgr = ctx->tmgr; in scanQuote() local
161 TokenManager *tmgr = ctx->tmgr; in scanRegQuote() local
366 TokenManager *tmgr = ctx->tmgr; in scanPrevSymbol() local
443 TokenManager *tmgr = ctx->tmgr; in scanCurSymbol() local
543 TokenManager *tmgr = ctx->tmgr; in scanTripleCharacterOperator() local
715 TokenManager *tmgr = ctx->tmgr; in scanWordDelimiter() local
757 TokenManager *tmgr = ctx->tmgr; in scanSingleLineComment() local
839 TokenManager *tmgr = ctx->tmgr; in scanVersionString() local
858 TokenManager *tmgr = ctx->tmgr; in scanNumber() local
900 TokenManager *tmgr = ctx->tmgr; in scanWhiteSpace() local
[all …]
H A DCompiler_annotator.cpp78 *info = ctx->tmgr->getTokenInfo(RegOpt); in annotateRegOpt()
122 *info = ctx->tmgr->getTokenInfo(Key); in annotateKey()
126 *info = ctx->tmgr->getTokenInfo(Key); in annotateKey()
128 *info = ctx->tmgr->getTokenInfo(Key); in annotateKey()
173 TokenManager *tmgr = ctx->tmgr; in annotateReservedKeyword() local
180 *info = tmgr->getTokenInfo(UsedName); in annotateReservedKeyword()
192 *info = tmgr->getTokenInfo(Key); in annotateReservedKeyword()
199 *info = tmgr->getTokenInfo(Key); in annotateReservedKeyword()
226 *info = ctx->tmgr->getTokenInfo(Glob); in annotateGlobOrMul()
228 *info = ctx->tmgr->getTokenInfo(Mul); in annotateGlobOrMul()
[all …]
H A DCompiler_lexer.cpp45 TokenManager *tmgr = ctx->tmgr; in tokenize() local
84 tmgr->add(scanner.scanNumber(ctx)); in tokenize()
97 tmgr->add(tk); in tokenize()
99 tmgr->add(scanner.scanSymbol(ctx)); in tokenize()
111 tmgr->add(scanner.scanSymbol(ctx)); in tokenize()
150 tmgr->add(tmgr->new_Token(ctx->buffer(), ctx->finfo)); in tokenize()
153 annotateTokens(ctx, tmgr->tokens); in tokenize()
154 return tmgr->tokens; in tokenize()
159 free(ctx->tmgr->head); in clearContext()
161 delete ctx->tmgr->tokens; in clearContext()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/isc/
H A Dtaskpool.c29 isc_taskmgr_t *tmgr; member
40 alloc_pool(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, in alloc_pool() argument
51 pool->tmgr = tmgr; in alloc_pool()
61 isc_taskpool_create(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, in isc_taskpool_create() argument
69 alloc_pool(tmgr, mctx, ntasks, quantum, &pool); in isc_taskpool_create()
73 isc_result_t result = isc_task_create_bound(tmgr, quantum, in isc_taskpool_create()
113 alloc_pool(pool->tmgr, pool->mctx, size, pool->quantum, in isc_taskpool_expand()
125 isc_task_create_bound(pool->tmgr, pool->quantum, in isc_taskpool_expand()
/dports/dns/bind-tools/bind-9.16.27/lib/isc/
H A Dtaskpool.c29 isc_taskmgr_t *tmgr; member
40 alloc_pool(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, in alloc_pool() argument
51 pool->tmgr = tmgr; in alloc_pool()
61 isc_taskpool_create(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, in isc_taskpool_create() argument
69 alloc_pool(tmgr, mctx, ntasks, quantum, &pool); in isc_taskpool_create()
73 isc_result_t result = isc_task_create_bound(tmgr, quantum, in isc_taskpool_create()
113 alloc_pool(pool->tmgr, pool->mctx, size, pool->quantum, in isc_taskpool_expand()
125 isc_task_create_bound(pool->tmgr, pool->quantum, in isc_taskpool_expand()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/
H A Dtaskpool.c27 isc_taskmgr_t *tmgr; member
38 alloc_pool(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, in alloc_pool() argument
49 pool->tmgr = tmgr; in alloc_pool()
59 isc_taskpool_create(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, in isc_taskpool_create() argument
67 alloc_pool(tmgr, mctx, ntasks, quantum, &pool); in isc_taskpool_create()
71 isc_result_t result = isc_task_create_bound(tmgr, quantum, in isc_taskpool_create()
111 alloc_pool(pool->tmgr, pool->mctx, size, pool->quantum, in isc_taskpool_expand()
123 isc_task_create_bound(pool->tmgr, pool->quantum, in isc_taskpool_expand()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isc/
H A Dtaskpool.c27 isc_taskmgr_t *tmgr; member
38 alloc_pool(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, in alloc_pool() argument
49 pool->tmgr = tmgr; in alloc_pool()
59 isc_taskpool_create(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, in isc_taskpool_create() argument
68 alloc_pool(tmgr, mctx, ntasks, quantum, &pool); in isc_taskpool_create()
72 result = isc_task_create(tmgr, quantum, &pool->tasks[i]); in isc_taskpool_create()
111 alloc_pool(pool->tmgr, pool->mctx, size, pool->quantum, in isc_taskpool_expand()
122 result = isc_task_create(pool->tmgr, pool->quantum, in isc_taskpool_expand()
/dports/net/ntp/ntp-4.2.8p15/lib/isc/
H A Dtaskpool.c35 isc_taskmgr_t * tmgr; member
46 alloc_pool(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, in alloc_pool() argument
58 pool->tmgr = tmgr; in alloc_pool()
72 isc_taskpool_create(isc_taskmgr_t *tmgr, isc_mem_t *mctx, in isc_taskpool_create() argument
83 result = alloc_pool(tmgr, mctx, ntasks, quantum, &pool); in isc_taskpool_create()
89 result = isc_task_create(tmgr, quantum, &pool->tasks[i]); in isc_taskpool_create()
130 result = alloc_pool(pool->tmgr, pool->mctx, size, in isc_taskpool_expand()
143 result = isc_task_create(pool->tmgr, pool->quantum, in isc_taskpool_expand()
/dports/dns/bind911/bind-9.11.37/lib/isc/
H A Dtaskpool.c30 isc_taskmgr_t * tmgr; member
41 alloc_pool(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, in alloc_pool() argument
55 pool->tmgr = tmgr; in alloc_pool()
69 isc_taskpool_create(isc_taskmgr_t *tmgr, isc_mem_t *mctx, in isc_taskpool_create() argument
80 result = alloc_pool(tmgr, mctx, ntasks, quantum, &pool); in isc_taskpool_create()
86 result = isc_task_create(tmgr, quantum, &pool->tasks[i]); in isc_taskpool_create()
127 result = alloc_pool(pool->tmgr, pool->mctx, size, in isc_taskpool_expand()
140 result = isc_task_create(pool->tmgr, pool->quantum, in isc_taskpool_expand()
/dports/graphics/openrm/rm160/rm/
H A Drmomesh.c172 …if ((tmgr->tDims[0] == newDims[0]) && (tmgr->tDims[1] == newDims[1]) && (tmgr->tDims[2] == newDims… in private_OctmeshTextureDimsIdentical()
1159 RMoctmesh2DTextureMgr *tmgr; in private_build2DTextureObjects() local
1185 tmgr->nXAxisTextures = tmgr->nYAxisTextures = tmgr->nZAxisTextures = 1; in private_build2DTextureObjects()
1186 tmgr->xAxisTextures = (GLuint *)calloc(tmgr->nXAxisTextures, sizeof(GLuint)); in private_build2DTextureObjects()
1187 tmgr->yAxisTextures = (GLuint *)calloc(tmgr->nYAxisTextures, sizeof(GLuint)); in private_build2DTextureObjects()
1188 tmgr->zAxisTextures = (GLuint *)calloc(tmgr->nYAxisTextures, sizeof(GLuint)); in private_build2DTextureObjects()
1189 glGenTextures(tmgr->nXAxisTextures, tmgr->xAxisTextures); in private_build2DTextureObjects()
1190 glGenTextures(tmgr->nYAxisTextures, tmgr->yAxisTextures); in private_build2DTextureObjects()
1191 glGenTextures(tmgr->nZAxisTextures, tmgr->zAxisTextures); in private_build2DTextureObjects()
1202 tmgr->xAxisTextures = tmgr->yAxisTextures = tmgr->zAxisTextures = NULL; in private_build2DTextureObjects()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppuhelper/source/
H A Ddefaultbootstrap.cxx58 rtl::Reference tmgr(new cppuhelper::TypeManager); in defaultBootstrap_InitialComponentContext() local
59 tmgr->init(getBootstrapVariable(bs, "UNO_TYPES")); in defaultBootstrap_InitialComponentContext()
73 static_cast< cppu::OWeakObject * >(tmgr.get()))), in defaultBootstrap_InitialComponentContext()
95 cppu::installTypeDescriptionManager(tmgr); in defaultBootstrap_InitialComponentContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppuhelper/source/
H A Ddefaultbootstrap.cxx59 rtl::Reference tmgr(new cppuhelper::TypeManager); in defaultBootstrap_InitialComponentContext() local
60 tmgr->init(getBootstrapVariable(bs, "UNO_TYPES")); in defaultBootstrap_InitialComponentContext()
74 static_cast< cppu::OWeakObject * >(tmgr.get()))), in defaultBootstrap_InitialComponentContext()
97 cppu::installTypeDescriptionManager(tmgr.get()); in defaultBootstrap_InitialComponentContext()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/refiner/
H A DEntityRefiner.cpp34 bool EntityRefiner::prepare( RefinerTagManager* tmgr, EntityRefinerOutputFunctor* ofunc ) in prepare() argument
39 this->edge_size_evaluator->set_tag_manager( tmgr ); in prepare()
46 this->mesh_in = tmgr->get_input_mesh(); in prepare()
H A DEdgeSizeEvaluator.hpp44 void set_tag_manager( RefinerTagManager* tmgr ) { this->tag_manager = tmgr; } in set_tag_manager() argument
H A DSimplexTemplateTagAssigner.cpp101 void SimplexTemplateTagAssigner::set_tag_manager( RefinerTagManager* tmgr ) in set_tag_manager() argument
103 this->tag_manager = tmgr; in set_tag_manager()
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/http2-3.0.2/Network/HTTP2/Arch/
H A DManager.hs109 timeoutKillThread (Manager _ _ tmgr) action = E.bracket register T.cancel action
111 register = T.registerKillThread tmgr noAction
116 timeoutClose (Manager _ _ tmgr) closer = do
117 th <- T.register tmgr closer
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/http2-3.0.2/Network/HTTP2/Arch/
H A DManager.hs109 timeoutKillThread (Manager _ _ tmgr) action = E.bracket register T.cancel action
111 register = T.registerKillThread tmgr noAction
116 timeoutClose (Manager _ _ tmgr) closer = do
117 th <- T.register tmgr closer
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/http2-2.0.5/Network/HTTP2/Server/
H A DManager.hs104 timeoutKillThread (Manager _ _ tmgr) action = E.bracket register T.cancel action
106 register = T.registerKillThread tmgr noAction
111 timeoutClose (Manager _ _ tmgr) closer = do
112 th <- T.register tmgr closer
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/http2-2.0.4/Network/HTTP2/Server/
H A DManager.hs104 timeoutKillThread (Manager _ _ tmgr) action = E.bracket register T.cancel action
106 register = T.registerKillThread tmgr noAction
111 timeoutClose (Manager _ _ tmgr) closer = do
112 th <- T.register tmgr closer
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/http2-2.0.6/Network/HTTP2/Server/
H A DManager.hs104 timeoutKillThread (Manager _ _ tmgr) action = E.bracket register T.cancel action
106 register = T.registerKillThread tmgr noAction
111 timeoutClose (Manager _ _ tmgr) closer = do
112 th <- T.register tmgr closer
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/http2-2.0.6/Network/HTTP2/Server/
H A DManager.hs104 timeoutKillThread (Manager _ _ tmgr) action = E.bracket register T.cancel action
106 register = T.registerKillThread tmgr noAction
111 timeoutClose (Manager _ _ tmgr) closer = do
112 th <- T.register tmgr closer
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/http2-2.0.4/Network/HTTP2/Server/
H A DManager.hs104 timeoutKillThread (Manager _ _ tmgr) action = E.bracket register T.cancel action
106 register = T.registerKillThread tmgr noAction
111 timeoutClose (Manager _ _ tmgr) closer = do
112 th <- T.register tmgr closer
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreTexture.cpp77 TextureManager& tmgr = TextureManager::getSingleton(); in Texture() local
78 setNumMipmaps(tmgr.getDefaultNumMipmaps()); in Texture()
79 setDesiredBitDepths(tmgr.getPreferredIntegerBitDepth(), tmgr.getPreferredFloatBitDepth()); in Texture()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/internals/
H A Dtest_internals.py458 tmgr = mgr.astype(t)
459 assert tmgr.iget(0).dtype.type == t
460 assert tmgr.iget(1).dtype.type == t
461 assert tmgr.iget(2).dtype.type == t
467 tmgr = mgr.astype(t, errors="ignore")
468 assert tmgr.iget(2).dtype.type == t
469 assert tmgr.iget(4).dtype.type == t
470 assert tmgr.iget(5).dtype.type == t
471 assert tmgr.iget(6).dtype.type == t
473 assert tmgr.iget(0).dtype.type == np.object_
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreTexture.cpp74 TextureManager& tmgr = TextureManager::getSingleton(); in Texture() local
75 setNumMipmaps(tmgr.getDefaultNumMipmaps()); in Texture()
76 … setDesiredBitDepths(tmgr.getPreferredIntegerBitDepth(), tmgr.getPreferredFloatBitDepth()); in Texture()

123456