Home
last modified time | relevance | path

Searched +defs:reference +defs:function (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.configadmin/
H A DctkCMLogTracker.cpp38 ctkLogService* ctkCMLogTracker::addingService(const ctkServiceReference& reference) in addingService()
49 void ctkCMLogTracker::removedService(const ctkServiceReference& reference, ctkLogService* service) in removedService()
68 const char* file, const char* function, int line) in log()
73 void ctkCMLogTracker::log(const ctkServiceReference& reference, int level, const QString& message, in log()
74 … const std::exception* exception, const char* file, const char* function, int line) in log()
79 void ctkCMLogTracker::logToAll(const ctkServiceReference& reference, int level, const QString& mess… in logToAll()
80 … const std::exception* exception, const char* file, const char* function, int line) in logToAll()
108 void ctkCMLogTracker::noLogService(const ctkServiceReference& reference, int level, const QString& … in noLogService()
109 … const std::exception* exc, const char* file, const char* function, int line) in noLogService()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.eventadmin/util/
H A DctkEALogTracker.cpp39 ctkLogService* ctkEALogTracker::addingService(const ctkServiceReference& reference) in addingService()
52 void ctkEALogTracker::removedService(const ctkServiceReference& reference, ctkLogService* service) in removedService()
76 const char* file, const char* function, int line) in log()
81 void ctkEALogTracker::log(const ctkServiceReference& reference, int level, const QString& message, in log()
82 … const std::exception* exception, const char* file, const char* function, int line) in log()
87 void ctkEALogTracker::logToAll(const ctkServiceReference& reference, int level, const QString& mess… in logToAll()
88 … const std::exception* exception, const char* file, const char* function, int line) in logToAll()
115 void ctkEALogTracker::noLogService(const ctkServiceReference& reference, int level, const QString& … in noLogService()
116 … const std::exception* exc, const char* file, const char* function, int line) in noLogService()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.metatype/
H A DctkMTLogTracker.cpp39 ctkLogService* ctkMTLogTracker::addingService(const ctkServiceReference& reference) in addingService()
52 void ctkMTLogTracker::removedService(const ctkServiceReference& reference, ctkLogService* service) in removedService()
76 const char* file, const char* function, int line) in log()
81 void ctkMTLogTracker::log(const ctkServiceReference& reference, int level, const QString& message, in log()
82 … const std::exception* exception, const char* file, const char* function, int line) in log()
87 void ctkMTLogTracker::logToAll(const ctkServiceReference& reference, int level, const QString& mess… in logToAll()
88 … const std::exception* exception, const char* file, const char* function, int line) in logToAll()
115 void ctkMTLogTracker::noLogService(const ctkServiceReference& reference, int level, const QString& … in noLogService()
116 … const std::exception* exc, const char* file, const char* function, int line) in noLogService()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/
H A DCommandsTracker.java52 public Set<String> addingService(ServiceReference<Object> reference) { in addingService()
54 Object function = reference.getProperty(CommandProcessor.COMMAND_FUNCTION); in addingService() local
72 public void modifiedService(ServiceReference<Object> reference, Set<String> commandNames) { in modifiedService()
77 public void removedService(ServiceReference<Object> reference, Set<String> commandNames) { in removedService()
79 Object function = reference.getProperty(CommandProcessor.COMMAND_FUNCTION); in removedService() local
/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/function_transformers/
H A Dtransformer.py19 def __init__(self, function): argument
25 def function( self ): member in transformer_t
33 def get_argument( self, reference ): argument
49 def get_type( self, reference ): argument
/dports/devel/libqcow/libqcow-20210419/libqcow/
H A Dlibqcow_cluster_table.c40 static char *function = "libqcow_cluster_table_initialize"; in libqcow_cluster_table_initialize() local
112 static char *function = "libqcow_cluster_table_free"; in libqcow_cluster_table_free() local
148 static char *function = "libqcow_cluster_table_get_number_of_references"; in libqcow_cluster_table_get_number_of_references() local
183 uint64_t *reference, in libqcow_cluster_table_get_reference_by_index()
186 static char *function = "libqcow_cluster_table_get_reference_by_index"; in libqcow_cluster_table_get_reference_by_index() local
249 static char *function = "libqcow_cluster_table_read"; in libqcow_cluster_table_read() local
/dports/net-im/libsignal-client/libsignal-client-0.9.6/java/java/src/main/java/org/whispersystems/libsignal/util/guava/
H A DPresent.java29 private final T reference; field in Present
31 Present(T reference) { in Present()
66 @Override public <V> Optional<V> transform(Function<? super T, V> function) { in transform()
H A DOptional.java80 public static <T> Optional<T> of(T reference) { in of()
179 public abstract <V> Optional<V> transform(Function<? super T, V> function); in transform()
/dports/math/brial/BRiAl-1.2.10/libbrial/include/polybori/ring/
H A DCCallbackWrapper.h87 typedef typename traits::object_reference reference; typedef
95 MemberFuncPtr function; variable
/dports/math/py-brial/BRiAl-1.2.10/libbrial/include/polybori/ring/
H A DCCallbackWrapper.h87 typedef typename traits::object_reference reference; typedef
95 MemberFuncPtr function; variable
/dports/science/plumed/plumed2-2.7.2/src/function/
H A DTarget.cpp34 namespace function { namespace
130 std::string reference; parse("REFERENCE",reference); in Target() local
/dports/devel/boost-docs/boost_1_72_0/boost/compute/iterator/
H A Dfunction_input_iterator.hpp82 typedef typename super_type::reference reference; typedef in boost::compute::function_input_iterator
84 typedef Function function; typedef in boost::compute::function_input_iterator
86 function_input_iterator(const Function &function, size_t index = 0) in function_input_iterator()
174 make_function_input_iterator(const Function &function, size_t index = 0) in make_function_input_iterator()
/dports/devel/hyperscan/boost_1_75_0/boost/compute/iterator/
H A Dfunction_input_iterator.hpp82 typedef typename super_type::reference reference; typedef in boost::compute::function_input_iterator
84 typedef Function function; typedef in boost::compute::function_input_iterator
86 function_input_iterator(const Function &function, size_t index = 0) in function_input_iterator()
174 make_function_input_iterator(const Function &function, size_t index = 0) in make_function_input_iterator()
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/iterator/
H A Dfunction_input_iterator.hpp82 typedef typename super_type::reference reference; typedef in boost::compute::function_input_iterator
84 typedef Function function; typedef in boost::compute::function_input_iterator
86 function_input_iterator(const Function &function, size_t index = 0) in function_input_iterator()
174 make_function_input_iterator(const Function &function, size_t index = 0) in make_function_input_iterator()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/iterator/
H A Dfunction_input_iterator.hpp82 typedef typename super_type::reference reference; typedef in boost::compute::function_input_iterator
84 typedef Function function; typedef in boost::compute::function_input_iterator
86 function_input_iterator(const Function &function, size_t index = 0) in function_input_iterator()
174 make_function_input_iterator(const Function &function, size_t index = 0) in make_function_input_iterator()
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/iterator/
H A Dfunction_input_iterator.hpp82 typedef typename super_type::reference reference; typedef in boost::compute::function_input_iterator
84 typedef Function function; typedef in boost::compute::function_input_iterator
86 function_input_iterator(const Function &function, size_t index = 0) in function_input_iterator()
174 make_function_input_iterator(const Function &function, size_t index = 0) in make_function_input_iterator()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/iterator/
H A Dfunction_input_iterator.hpp82 typedef typename super_type::reference reference; typedef in boost::compute::function_input_iterator
84 typedef Function function; typedef in boost::compute::function_input_iterator
86 function_input_iterator(const Function &function, size_t index = 0) in function_input_iterator()
174 make_function_input_iterator(const Function &function, size_t index = 0) in make_function_input_iterator()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/iterator/
H A Dfunction_input_iterator.hpp82 typedef typename super_type::reference reference; typedef in boost::compute::function_input_iterator
84 typedef Function function; typedef in boost::compute::function_input_iterator
86 function_input_iterator(const Function &function, size_t index = 0) in function_input_iterator()
174 make_function_input_iterator(const Function &function, size_t index = 0) in make_function_input_iterator()
/dports/devel/boost-libs/boost_1_72_0/boost/compute/iterator/
H A Dfunction_input_iterator.hpp82 typedef typename super_type::reference reference; typedef in boost::compute::function_input_iterator
84 typedef Function function; typedef in boost::compute::function_input_iterator
86 function_input_iterator(const Function &function, size_t index = 0) in function_input_iterator()
174 make_function_input_iterator(const Function &function, size_t index = 0) in make_function_input_iterator()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/iterator/
H A Dfunction_input_iterator.hpp82 typedef typename super_type::reference reference; typedef in boost::compute::function_input_iterator
84 typedef Function function; typedef in boost::compute::function_input_iterator
86 function_input_iterator(const Function &function, size_t index = 0) in function_input_iterator()
174 make_function_input_iterator(const Function &function, size_t index = 0) in make_function_input_iterator()
/dports/multimedia/pitivi/pitivi-0.999/pitivi/
H A Dautoaligner.py85 def rigidalign(reference, targets): argument
164 def affinealign(reference, targets, max_drift=0.02): argument
309 def addWatcher(self, function): argument
365 def addWatcher(self, function): argument
676 reference = envelopes[-1] variable
/dports/security/p11-kit/p11-kit-0.24.0/trust/
H A Dtest-trust.c64 const char *function, in test_check_object_msg()
84 const char *function, in test_check_cacert3_ca_msg()
111 const char *function, in test_check_id_msg()
127 const char *function, in test_check_attrs_msg()
149 const char *function, in test_check_attr_msg()
173 const char *function, in read_file()
205 const char *function, in test_check_file_msg()
208 const char *reference) in test_check_file_msg()
221 const char *function, in test_check_data_msg()
250 const char *function, in test_check_symlink_msg()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/video_rvfc/
H A Dvideo_frame_callback_requester_impl_test.cc155 void VerifyTicksClamping(base::TimeTicks reference, in VerifyTicksClamping()
230 V8VideoFrameRequestCallback* GetCallback(MockFunction* function) { in GetCallback()
261 auto* function = MockFunction::Create(scope.GetScriptState()); in TEST_F() local
291 auto* function = MockFunction::Create(scope.GetScriptState()); in TEST_F() local
309 auto* function = MockFunction::Create(scope.GetScriptState()); in TEST_F() local
362 auto* function = MockFunction::Create(scope.GetScriptState()); in TEST_F() local
377 auto* function = MockFunction::Create(scope.GetScriptState()); in TEST_F() local
/dports/graphics/darktable/darktable-3.6.1/src/lua/
H A Dcall.c214 int reference = GPOINTER_TO_INT(message); in stacked_job_dispatch() local
313 int reference = save_thread(L); in alien_job_dispatch() local
388 char* function; member
420 int reference = save_thread(L); in string_job_dispatch() local
472 void dt_lua_async_call_internal(const char* function, int line,lua_State *L, int nargs,int nresults… in dt_lua_async_call_internal()
482 int reference = save_thread(L); in dt_lua_async_call_internal() local
557 void dt_lua_async_call_string_internal(const char* function, int line,const char* lua_string,int nr… in dt_lua_async_call_string_internal()
687 void dt_lua_gtk_wrap_internal(lua_State*L,const char* function, int line) in dt_lua_gtk_wrap_internal()
/dports/graphics/darktable38/darktable-3.8.0/src/lua/
H A Dcall.c214 int reference = GPOINTER_TO_INT(message); in stacked_job_dispatch() local
313 int reference = save_thread(L); in alien_job_dispatch() local
388 char* function; member
420 int reference = save_thread(L); in string_job_dispatch() local
472 void dt_lua_async_call_internal(const char* function, int line,lua_State *L, int nargs,int nresults… in dt_lua_async_call_internal()
482 int reference = save_thread(L); in dt_lua_async_call_internal() local
557 void dt_lua_async_call_string_internal(const char* function, int line,const char* lua_string,int nr… in dt_lua_async_call_string_internal()
687 void dt_lua_gtk_wrap_internal(lua_State*L,const char* function, int line) in dt_lua_gtk_wrap_internal()

12345678910>>...24