Home
last modified time | relevance | path

Searched refs:make_function (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/dports/misc/usd/USD-21.11/pxr/imaging/glf/
H A DwrapSimpleLight.cpp38 make_function( in wrapSimpleLight()
43 make_function( in wrapSimpleLight()
48 make_function( in wrapSimpleLight()
53 make_function( in wrapSimpleLight()
58 make_function( in wrapSimpleLight()
63 make_function( in wrapSimpleLight()
68 make_function( in wrapSimpleLight()
73 make_function( in wrapSimpleLight()
78 make_function( in wrapSimpleLight()
83 make_function( in wrapSimpleLight()
[all …]
H A DwrapSimpleMaterial.cpp38 make_function( in wrapSimpleMaterial()
43 make_function( in wrapSimpleMaterial()
48 make_function( in wrapSimpleMaterial()
53 make_function( in wrapSimpleMaterial()
58 make_function( in wrapSimpleMaterial()
H A DwrapTexture.cpp47 .add_property( "memoryUsed", make_function( in wrapTexture()
51 .add_property( "memoryRequested", make_function( in wrapTexture()
56 .add_property( "minFilterSupported", make_function( in wrapTexture()
60 .add_property( "magFilterSupported", make_function( in wrapTexture()
/dports/games/freeorion/freeorion-0.4.10.2/python/
H A DUniverseWrapper.cpp419 .def("systemHasStarlane", make_function( in WrapUniverseClasses()
429 .def("linearDistance", make_function( in WrapUniverseClasses()
435 .def("jumpDistance", make_function( in WrapUniverseClasses()
447 .def("shortestPath", make_function( in WrapUniverseClasses()
453 .def("shortestNonHostilePath", make_function( in WrapUniverseClasses()
463 .def("shortestPathDistance", make_function( in WrapUniverseClasses()
469 .def("leastJumpsPath", make_function( in WrapUniverseClasses()
475 .def("systemsConnected", make_function( in WrapUniverseClasses()
481 .def("getImmediateNeighbors", make_function( in WrapUniverseClasses()
487 .def("getSystemNeighborsMap", make_function( in WrapUniverseClasses()
[all …]
H A DEmpireWrapper.cpp314 .def("productionCostAndTime", make_function( in WrapEmpire()
319 .add_property("planetsWithAvailablePP", make_function( in WrapEmpire()
324 .add_property("planetsWithAllocatedPP", make_function( in WrapEmpire()
329 .add_property("planetsWithWastedPP", make_function( in WrapEmpire()
336 .add_property("availableTechs", make_function( in WrapEmpire()
372 .def("getSitRep", make_function( in WrapEmpire()
378 .def("obstructedStarlanes", make_function( in WrapEmpire()
383 .def("supplyProjections", make_function( in WrapEmpire()
388 .def("getMeter", make_function( in WrapEmpire()
409 .def("__contains__", make_function( in WrapEmpire()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dbehavior_oracle.cpp21 make_function( status_t ( character_oracle_t::* fun )( const std::string & ) const ) in make_function() function
27 make_function( status_t ( monster_oracle_t::* fun )( const std::string & ) const ) in make_function() function
34 { "npc_needs_warmth_badly", make_function( &character_oracle_t::needs_warmth_badly ) },
35 { "npc_needs_water_badly", make_function( &character_oracle_t::needs_water_badly ) },
36 { "npc_needs_food_badly", make_function( &character_oracle_t::needs_food_badly ) },
38 { "npc_can_make_fire", make_function( &character_oracle_t::can_make_fire ) },
39 { "npc_can_take_shelter", make_function( &character_oracle_t::can_take_shelter ) },
40 { "npc_has_water", make_function( &character_oracle_t::has_water ) },
41 { "npc_has_food", make_function( &character_oracle_t::has_food ) },
43 { "monster_items_available", make_function( &monster_oracle_t::items_available ) },
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dbehavior_oracle.cpp21 make_function( status_t ( character_oracle_t::* fun )( const std::string & ) const ) in make_function() function
27 make_function( status_t ( monster_oracle_t::* fun )( const std::string & ) const ) in make_function() function
34 { "npc_needs_warmth_badly", make_function( &character_oracle_t::needs_warmth_badly ) },
35 { "npc_needs_water_badly", make_function( &character_oracle_t::needs_water_badly ) },
36 { "npc_needs_food_badly", make_function( &character_oracle_t::needs_food_badly ) },
38 { "npc_can_make_fire", make_function( &character_oracle_t::can_make_fire ) },
39 { "npc_can_take_shelter", make_function( &character_oracle_t::can_take_shelter ) },
40 { "npc_has_water", make_function( &character_oracle_t::has_water ) },
41 { "npc_has_food", make_function( &character_oracle_t::has_food ) },
43 { "monster_items_available", make_function( &monster_oracle_t::items_available ) },
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp204 return make_function( in find_exception_handler()
241 return make_function( in throw_ArithmeticException()
246 return make_function( in throw_ArrayIndexOutOfBoundsException()
251 return make_function( in throw_ClassCastException()
256 return make_function( in throw_NullPointerException()
287 return make_function("llvm.sin.f64", "d", "d"); in sin()
291 return make_function("llvm.cos.f64", "d", "d"); in cos()
295 return make_function((address) ::tan, "d", "d"); in tan()
307 return make_function("llvm.log.f64", "d", "d"); in log()
319 return make_function("llvm.exp.f64", "d", "d"); in exp()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp204 return make_function( in find_exception_handler()
241 return make_function( in throw_ArithmeticException()
246 return make_function( in throw_ArrayIndexOutOfBoundsException()
251 return make_function( in throw_ClassCastException()
256 return make_function( in throw_NullPointerException()
287 return make_function("llvm.sin.f64", "d", "d"); in sin()
291 return make_function("llvm.cos.f64", "d", "d"); in cos()
295 return make_function((address) ::tan, "d", "d"); in tan()
307 return make_function("llvm.log.f64", "d", "d"); in log()
319 return make_function("llvm.exp.f64", "d", "d"); in exp()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A DwrapLayerStack.cpp70 make_function(&PcpLayerStack::GetIdentifier, in wrapLayerStack()
73 make_function(&_GetLayerStackLayers, in wrapLayerStack()
76 make_function(&_GetLayerOffsets, in wrapLayerStack()
79 make_function(&PcpLayerStack::GetLayerTree, in wrapLayerStack()
82 make_function(&PcpLayerStack::GetRelocatesSourceToTarget, in wrapLayerStack()
85 make_function(&PcpLayerStack::GetRelocatesTargetToSource, in wrapLayerStack()
88 make_function( in wrapLayerStack()
92 make_function( in wrapLayerStack()
96 make_function(&PcpLayerStack::GetLocalErrors, in wrapLayerStack()
99 make_function(&PcpLayerStack::GetPathsToPrimsWithRelocates, in wrapLayerStack()
H A DwrapNode.cpp70 make_function(&This::GetPath, in wrapNode()
73 make_function(&This::GetLayerStack, in wrapNode()
79 make_function(&_GetChildren, in wrapNode()
84 make_function(&This::GetMapToParent, in wrapNode()
87 make_function(&This::GetMapToRoot, in wrapNode()
/dports/devel/p5-Alzabo/Alzabo-0.92/lib/Alzabo/SQLMaker/
H A DMySQL.pm29 local *make_function = \&Alzabo::SQLMaker::make_function;
49 make_function( function => $_->[0],
61 make_function( function => $_->[0],
69 make_function( function => 'CHAR',
78 make_function( function => $_->[0],
121 make_function( function => $_->[0],
137 make_function( function => $_->[0],
157 make_function( function => $_->[0],
169 make_function( function => $_->[0],
275 make_function( function => $_->[0],
[all …]
H A DPostgreSQL.pm28 local *make_function = \&Alzabo::SQLMaker::make_function;
44 make_function( function => $_->[0],
92 make_function( function => $_->[0],
110 make_function( function => $_->[0],
137 make_function( function => $_->[0],
151 make_function( function => $_->[0],
159 make_function( function => 'COALESCE',
166 make_function( function => 'OVERLAPS',
184 make_function( function => $_->[0],
/dports/science/tfel/tfel-3.4.0/bindings/python/tfel/
H A DGlossaryEntry.cxx28 make_function(&GlossaryEntry::getKey, in declareGlossaryEntry()
31 make_function(&GlossaryEntry::getNames, in declareGlossaryEntry()
34 make_function(&GlossaryEntry::getUnit, in declareGlossaryEntry()
37 make_function(&GlossaryEntry::getType, in declareGlossaryEntry()
40 make_function(&GlossaryEntry::getShortDescription, in declareGlossaryEntry()
43 make_function(&GlossaryEntry::getDescription, in declareGlossaryEntry()
46 make_function(&GlossaryEntry::getNotes, in declareGlossaryEntry()
/dports/science/tfel-edf/tfel-3.2.1/bindings/python/tfel/
H A DGlossaryEntry.cxx28 make_function(&GlossaryEntry::getKey, in declareGlossaryEntry()
31 make_function(&GlossaryEntry::getNames, in declareGlossaryEntry()
34 make_function(&GlossaryEntry::getUnit, in declareGlossaryEntry()
37 make_function(&GlossaryEntry::getType, in declareGlossaryEntry()
40 make_function(&GlossaryEntry::getShortDescription, in declareGlossaryEntry()
43 make_function(&GlossaryEntry::getDescription, in declareGlossaryEntry()
46 make_function(&GlossaryEntry::getNotes, in declareGlossaryEntry()
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DwrapValueTypeName.cpp50 make_function(&SdfValueTypeName::GetType, in wrapValueType()
53 make_function(&SdfValueTypeName::GetCPPTypeName, in wrapValueType()
56 make_function(&SdfValueTypeName::GetRole, in wrapValueType()
59 make_function(&SdfValueTypeName::GetDefaultValue, in wrapValueType()
62 make_function(&SdfValueTypeName::GetDefaultUnit, in wrapValueType()
69 make_function(&SdfValueTypeName::GetAliasesAsTokens, in wrapValueType()
H A DpyListOp.h100 make_function(&T::GetExplicitItems, in _Wrap()
104 make_function(&T::GetAddedItems, in _Wrap()
108 make_function(&T::GetPrependedItems, in _Wrap()
112 make_function(&T::GetAppendedItems, in _Wrap()
116 make_function(&T::GetDeletedItems, in _Wrap()
120 make_function(&T::GetOrderedItems, in _Wrap()
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/cli/
H A DSession.cpp100 make_function([this]() -> void { Help(); })); in Session()
103 make_function([this]() -> void { List(false, false); })); in Session()
108 make_function([this]() -> void { List(false, true); })); in Session()
113 make_function([this]() -> void { List(true, false); })); in Session()
118 make_function([this]() -> void { List(true, true); })); in Session()
143 make_function([this]() -> void { Quit(); })); in Session()
145 make_function([this]() -> void { Quit(); })); in Session()
152 make_function([this]() -> void { CurrentDirectory(); })); in Session()
167 make_function([this]() -> void { ListStorages(); })); in Session()
173 make_function([this]() -> void { DisplayDeviceInfo(); })); in Session()
[all …]
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/cli/
H A DSession.cpp100 make_function([this]() -> void { Help(); })); in Session()
103 make_function([this]() -> void { List(false, false); })); in Session()
108 make_function([this]() -> void { List(false, true); })); in Session()
113 make_function([this]() -> void { List(true, false); })); in Session()
118 make_function([this]() -> void { List(true, true); })); in Session()
143 make_function([this]() -> void { Quit(); })); in Session()
145 make_function([this]() -> void { Quit(); })); in Session()
152 make_function([this]() -> void { CurrentDirectory(); })); in Session()
167 make_function([this]() -> void { ListStorages(); })); in Session()
173 make_function([this]() -> void { DisplayDeviceInfo(); })); in Session()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/Python/
H A DElementInterface.cpp79 ….def("GetAttribute", python::make_function(&ElementInterface::GetAttribute, python::return_value_p… in InitialisePythonInterface()
96 ….add_property("address", python::make_function(&ElementInterface::GetAddress, python::return_value… in InitialisePythonInterface()
104 ….add_property("first_child", python::make_function(&Element::GetFirstChild, python::return_value_p… in InitialisePythonInterface()
105 ….add_property("id", python::make_function(&Element::GetId, python::return_value_policy< python::re… in InitialisePythonInterface()
107 ….add_property("last_child", python::make_function(&Element::GetLastChild, python::return_value_pol… in InitialisePythonInterface()
108 ….add_property("next_sibling", python::make_function(&Element::GetNextSibling, python::return_value… in InitialisePythonInterface()
111 ….add_property("offset_parent", python::make_function(&Element::GetOffsetParent, python::return_val… in InitialisePythonInterface()
114 ….add_property("owner_document", python::make_function(&Element::GetOwnerDocument, python::return_v… in InitialisePythonInterface()
115 ….add_property("parent_node", python::make_function(&Element::GetParentNode, python::return_value_p… in InitialisePythonInterface()
122 ….add_property("tag_name", python::make_function(&Element::GetTagName, python::return_value_policy<… in InitialisePythonInterface()
[all …]
H A DEventInterface.cpp49 ….add_property("type", python::make_function( &Event::GetType, python::return_value_policy< python:… in InitialisePythonInterface()
50 ….add_property("target_element", python::make_function(&Event::GetTargetElement, python::return_val… in InitialisePythonInterface()
51 ….add_property("current_element", python::make_function(&Event::GetCurrentElement, python::return_v… in InitialisePythonInterface()
52 ….add_property("parameters", python::make_function(&EventInterface::GetParameters, python::return_v… in InitialisePythonInterface()
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DwrapDiagnosticBase.cpp41 make_function(&This::GetSourceFileName, in wrapDiagnosticBase()
49 make_function(&This::GetCommentary, in wrapDiagnosticBase()
54 make_function(&This::GetSourceFunction, in wrapDiagnosticBase()
62 make_function(&This::GetDiagnosticCodeAsString, in wrapDiagnosticBase()
/dports/x11-wm/chamfer/chamferwm-d0916ee/src/
H A Dconfig.cpp863 boost::python::make_function( in BOOST_PYTHON_MODULE()
869 boost::python::make_function( in BOOST_PYTHON_MODULE()
878 boost::python::make_function( in BOOST_PYTHON_MODULE()
884 boost::python::make_function( in BOOST_PYTHON_MODULE()
895 boost::python::make_function( in BOOST_PYTHON_MODULE()
901 boost::python::make_function( in BOOST_PYTHON_MODULE()
912 boost::python::make_function( in BOOST_PYTHON_MODULE()
918 boost::python::make_function( in BOOST_PYTHON_MODULE()
928 boost::python::make_function( in BOOST_PYTHON_MODULE()
935 boost::python::make_function( in BOOST_PYTHON_MODULE()
[all …]
/dports/misc/usd/USD-21.11/pxr/base/gf/
H A DwrapBBox3d.cpp66 .add_property("box", make_function(&This::GetRange, in wrapBBox3d()
71 .add_property("matrix", make_function(&This::GetMatrix, in wrapBBox3d()
78 .def("GetBox", make_function(&This::GetRange, in wrapBBox3d()
86 .def("GetRange", make_function(&This::GetRange, in wrapBBox3d()
94 .def("GetMatrix", make_function(&This::GetMatrix, in wrapBBox3d()
/dports/math/py-theano/Theano-1.0.5/theano/gof/tests/
H A Dtest_cc.py185 fn = lnk.make_function()
196 fn = lnk.make_function()
239 fn = lnk.make_function()
250 fn = lnk.make_function()
262 fn = lnk.make_function()
273 fn = lnk.make_function()
286 fn = lnk.make_function()
299 fn = lnk.make_function()
322 fn = lnk.make_function()
335 fn = lnk.make_function()
[all …]

12345678910>>...26