Home
last modified time | relevance | path

Searched refs:lModule (Results 1 – 15 of 15) sorted by relevance

/dports/devel/open-beagle/beagle-3.0.3/beagle/GP/src/
H A DModuleCompressOp.cpp145 GP::Module::Handle lModule = castHandleT<GP::Module>(lTree[l].mPrimitive); in cleanup() local
146 lModuleUtilization[lModule->getIndex()] = true; in cleanup()
161 lModuleUtilization[lModule->getIndex()] = true; in cleanup()
176 GP::Module::Handle lModule = castHandleT<GP::Module>(lTree[l].mPrimitive); in cleanup() local
177 lModuleUtilization[lModule->getIndex()] = true; in cleanup()
282 GP::Tree& lModule = *(*lModuleVectorComponent)[inModuleIndex]; in compress() local
283 lModule.setPrimitiveSetIndex(ioTree.getPrimitiveSetIndex()); in compress()
285 lModule.setNumberArguments(lNbArgsSelected); in compress()
322 lModule.push_back(GP::Node(lArgPrimit->generateArgument(lArgIndex++))); in compress()
333 lModule.fixSubTreeSize(); in compress()
[all …]
H A DModuleExpandOp.cpp124 Beagle::GP::Tree::Handle lModule = (*lModuleVectorComponent)[lModuleIndex]; in expand() local
128 string("Module is: ")+lModule->serialize() in expand()
136 for(unsigned int i=0; i<lModule->size(); ++i) { in expand()
137 if((*lModule)[i].mPrimitive->getName() != lArgName) { in expand()
138 lNewTree->push_back(GP::Node((*lModule)[i].mPrimitive)); in expand()
141 GP::Argument::Handle lArg = castHandleT<GP::Argument>((*lModule)[i].mPrimitive); in expand()
/dports/textproc/zorba/zorba-2.7.0/doc/cxx/examples/
H A Dexecution_plans.cpp189 MySerializableExternalModule lModule; in execution_plan_example_2() local
194 sctx->registerModule(&lModule); in execution_plan_example_2()
211 MySerializationCallback lCallback(&lModule); in execution_plan_example_2()
229 MySerializableExternalModule lModule; in execution_plan_example_3() local
232 sctx->registerModule(&lModule); in execution_plan_example_3()
H A Dexternal_functions.cpp82 MyExternalModule lModule; in func_example_0() local
84 lContext->registerModule(&lModule); in func_example_0()
85 lContext->registerModule(&lModule); // only allowed to register it once in func_example_0()
353 MyExternalModule lModule; in func_example_2_2() local
355 lContext->registerModule(&lModule); in func_example_2_2()
H A Duri_resolvers.cpp71 std::auto_ptr<std::istream> lModule in resolveURL() local
75 return StreamResource::create(lModule.release(), &releaseStream); in resolveURL()
/dports/math/py-deap/deap-1.3.1/deap/tools/_hypervolume/
H A Dhv.cpp151 PyObject *lModule = PyModule_Create(&moduledef); in PyInit_hv() local
152 if(lModule == NULL) in PyInit_hv()
155 return lModule; in PyInit_hv()
/dports/textproc/zorba/zorba-2.7.0/src/context/
H A Ddynamic_loader.cpp276 ExternalModule* lModule = loadModule(potentialModuleFile); in getExternalModule() local
277 if (lModule) in getExternalModule()
279 if (lModule->getURI().c_str() != aNsURI) in getExternalModule()
288 return lModule; in getExternalModule()
H A Dstatic_context.cpp2858 ExternalModule* lModule = 0; in lookup_external_function() local
2864 lModule = GENV_DYNAMIC_LOADER->getExternalModule(aURI, *this); in lookup_external_function()
2867 if (!lModule) in lookup_external_function()
2871 bind_external_module(lModule, true); in lookup_external_function()
2875 lModule = modinfo.module; in lookup_external_function()
2880 return lModule->getExternalFunction(aLocalName.str()); in lookup_external_function()
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwinext.pas252 lModule: HINST;
367 lModule := LoadLibrary(KernelDLL);
368 GetWindowOrgEx := TGetWindowOrgEx(GetProcAddress(lModule, 'GetWindowOrgEx'));
369 SetWindowOrgEx := TSetWindowOrgEx(GetProcAddress(lModule, 'SetWindowOrgEx'));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwinext.pas252 lModule: HINST;
367 lModule := LoadLibrary(KernelDLL);
368 GetWindowOrgEx := TGetWindowOrgEx(GetProcAddress(lModule, 'GetWindowOrgEx'));
369 SetWindowOrgEx := TSetWindowOrgEx(GetProcAddress(lModule, 'SetWindowOrgEx'));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwinext.pas252 lModule: HINST;
367 lModule := LoadLibrary(KernelDLL);
368 GetWindowOrgEx := TGetWindowOrgEx(GetProcAddress(lModule, 'GetWindowOrgEx'));
369 SetWindowOrgEx := TSetWindowOrgEx(GetProcAddress(lModule, 'SetWindowOrgEx'));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwinext.pas252 lModule: HINST;
367 lModule := LoadLibrary(KernelDLL);
368 GetWindowOrgEx := TGetWindowOrgEx(GetProcAddress(lModule, 'GetWindowOrgEx'));
369 SetWindowOrgEx := TSetWindowOrgEx(GetProcAddress(lModule, 'SetWindowOrgEx'));
/dports/textproc/zorba/zorba-2.7.0/src/capi/
H A Dcstatic_context.cpp643 ExternalModuleWrapper*& lModule = me->theExternalModules[uri]; in register_external_function()
644 if (!lModule) { in register_external_function()
645 lModule = new ExternalModuleWrapper(uri); in register_external_function()
646 me->theContext.get()->registerModule(lModule); in register_external_function()
654 XQC_Error lErr = lModule->registerFunction(lFunc.get()); in register_external_function()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dtrycatch.cpp432 zstring lModule = ue->source_uri(); in bindErrorVars() local
433 GENV_ITEMFACTORY->createString(lErrorModuleItem, lModule); in bindErrorVars()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp7631 store::Item_t lCode, lDesc, lValue, lModule, lLineNo, lColumnNo, lStackTrace; in begin_visit() local
7636 GENV_ITEMFACTORY->createQName(lModule, XQUERY_ERR_NS, "", "module"); in begin_visit()
7651 bind_var(loc, lModule, var_expr::catch_var, theRTM.STRING_TYPE_QUESTION)); in begin_visit()