Home
last modified time | relevance | path

Searched defs:register_callback (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DWindowList.py34 def register_callback(self, callback): member in WindowList
54 register_callback = registry.register_callback variable
/external/python/cpython3/Lib/idlelib/
Dwindow.py36 def register_callback(self, callback): member in WindowList
57 register_callback = registry.register_callback variable
/external/llvm-project/openmp/runtime/test/ompt/synchronization/barrier/
Dimplicit_task_data.c132 #define register_callback(name) register_callback_t(name, name##_t) macro
/external/llvm-project/libcxx/src/
Dios.cpp212 ios_base::register_callback(event_callback fn, int index) in register_callback() function in ios_base
/external/libcxx/src/
Dios.cpp229 ios_base::register_callback(event_callback fn, int index) in register_callback() function in ios_base
/external/llvm-project/openmp/runtime/test/ompt/
Dcallback.h244 #define register_callback(name) register_callback_t(name, name##_t) macro