Home
last modified time | relevance | path

Searched refs:debugCallback (Results 1 – 25 of 143) sorted by relevance

123456

/dports/java/jxgrabkey/jxgrabkey-0.3.2/JXGrabKey/Java/src/jxgrabkey/
H A DJXGrabKey.java48 debugCallback("-- listen()"); in JXGrabKey()
101 debugCallback("cleanUp() - InterruptedException: "+e.getMessage()); in cleanUp()
132 debugCallback("++ registerAwtHotkey("+id+", 0x"+ in registerAwtHotkey()
139 debugCallback("registerAwtHotkey() - converted AWT mask '"+ in registerAwtHotkey()
143 debugCallback("registerAwtHotkey() - converted AWT key '"+ in registerAwtHotkey()
149 debugCallback("-- registerAwtHotkey()"); in registerAwtHotkey()
186 public static void debugCallback(String debugmessage){ in debugCallback() method in JXGrabKey
200 ((HotkeyListenerDebugEnabled)l).debugCallback(debugmessage); in debugCallback()
H A DHotkeyListenerDebugEnabled.java35 void debugCallback(String debugMessage); in debugCallback() method
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/vk/
H A DVkTestContext.cpp29 VkDebugReportCallbackEXT debugCallback = VK_NULL_HANDLE; in Create() local
55 features, &debugCallback)) { in Create()
61 if (debugCallback != VK_NULL_HANDLE) { in Create()
67 debugCallback, destroyCallback); in Create()
116 VkDebugReportCallbackEXT debugCallback, in VkTestContextImpl() argument
118 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl()
H A DVkTestUtils.cpp343 VkDebugReportCallbackEXT* debugCallback, in destroy_instance() argument
345 if (hasDebugExtension && *debugCallback != VK_NULL_HANDLE) { in destroy_instance()
347 grVkDestroyDebugReportCallbackEXT(inst, *debugCallback, nullptr); in destroy_instance()
348 *debugCallback = VK_NULL_HANDLE; in destroy_instance()
423 VkDebugReportCallbackEXT* debugCallback, in CreateVkBackendContext() argument
512 *debugCallback = VK_NULL_HANDLE; in CreateVkBackendContext()
550 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
555 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
565 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
575 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
[all …]
H A DVkTestContext.h40 VkDebugReportCallbackEXT debugCallback, in VkTestContext() argument
46 , fDebugCallback(debugCallback) in VkTestContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/vk/
H A DVkTestContext.cpp29 VkDebugReportCallbackEXT debugCallback = VK_NULL_HANDLE; in Create() local
55 features, &debugCallback)) { in Create()
61 if (debugCallback != VK_NULL_HANDLE) { in Create()
67 debugCallback, destroyCallback); in Create()
116 VkDebugReportCallbackEXT debugCallback, in VkTestContextImpl() argument
118 : VkTestContext(backendContext, extensions, features, ownsContext, debugCallback, in VkTestContextImpl()
H A DVkTestUtils.cpp331 VkDebugReportCallbackEXT* debugCallback, in destroy_instance() argument
333 if (hasDebugExtension && *debugCallback != VK_NULL_HANDLE) { in destroy_instance()
335 grVkDestroyDebugReportCallbackEXT(inst, *debugCallback, nullptr); in destroy_instance()
336 *debugCallback = VK_NULL_HANDLE; in destroy_instance()
411 VkDebugReportCallbackEXT* debugCallback, in CreateVkBackendContext() argument
500 *debugCallback = VK_NULL_HANDLE; in CreateVkBackendContext()
538 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
543 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
553 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
563 destroy_instance(getProc, inst, debugCallback, hasDebugExtension); in CreateVkBackendContext()
[all …]
H A DVkTestContext.h40 VkDebugReportCallbackEXT debugCallback, in VkTestContext() argument
46 , fDebugCallback(debugCallback) in VkTestContext()
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Ddebug.cpp103 DebugCallback debugCallback = NULL; variable
118 debugCallback = cb; in setDebugCallback()
141 if (debugCallback) { in invokeDebugCallback()
142 debugCallback(QLatin1String("tp-qt"), QLatin1String(PACKAGE_VERSION), type, msg); in invokeDebugCallback()
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/src/EGL/
H A Dlibeglerror.c49 static EGLDEBUGPROCKHR debugCallback = NULL; variable
94 debugCallback = callback; in eglDebugMessageControlKHR()
97 debugCallback = NULL; in eglDebugMessageControlKHR()
136 *value = (EGLAttrib) debugCallback; in eglQueryDebugKHR()
229 callback = debugCallback; in __eglDebugReport()
/dports/graphics/libglvnd/libglvnd-8f3c5b17a21e2222ab3e5fd38870b915815aca49/tests/
H A Dtestegldebug.c55 static void EGLAPIENTRY debugCallback(EGLenum error, const char *command,
103 ptr_eglDebugMessageControlKHR(debugCallback, NULL); in main()
116 ptr_eglDebugMessageControlKHR(debugCallback, callbackAttribs); in main()
182 void EGLAPIENTRY debugCallback(EGLenum error, const char *command, in debugCallback() function
/dports/emulators/dosbox/dosbox-0.74-3/src/cpu/
H A Dcore_dynrec.cpp191 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dynrec_Run()
236 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dynrec_Run()
252 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dynrec_Run()
260 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dynrec_Run()
H A Dcore_dyn_x86.cpp266 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dyn_X86_Run()
303 return debugCallback; in CPU_Core_Dyn_X86_Run()
320 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dyn_X86_Run()
325 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dyn_X86_Run()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/cpu/
H A Dcore_dynrec.cpp191 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dynrec_Run()
237 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dynrec_Run()
255 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dynrec_Run()
265 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dynrec_Run()
H A Dcore_dyn_x86.cpp266 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dyn_X86_Run()
305 return debugCallback; in CPU_Core_Dyn_X86_Run()
324 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dyn_X86_Run()
331 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dyn_X86_Run()
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/JmesPath/
H A DDebugRuntime.php33 return $this->debugCallback(
45 $result = $this->debugCallback(
94 private function debugCallback(callable $debugFn, $expression, $data) function in JmesPath\\DebugRuntime
/dports/www/nextcloud/nextcloud/3rdparty/mtdowling/jmespath.php/src/
H A DDebugRuntime.php33 return $this->debugCallback(
45 $result = $this->debugCallback(
94 private function debugCallback(callable $debugFn, $expression, $data) function in JmesPath\\DebugRuntime
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/cpu/
H A Dcore_dynrec.cpp220 return debugCallback; in CPU_Core_Dynrec_Run()
266 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dynrec_Run()
284 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dynrec_Run()
294 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dynrec_Run()
H A Dcore_dyn_x86.cpp273 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dyn_X86_Run()
314 return debugCallback; in CPU_Core_Dyn_X86_Run()
330 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dyn_X86_Run()
337 if (DEBUG_HeavyIsBreakpoint()) return debugCallback; in CPU_Core_Dyn_X86_Run()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/jobqueue/
H A DJobRunner.php352 $this->debugCallback( $msg );
423 $this->debugCallback( $msg );
432 $this->debugCallback( $msg );
597 $this->debugCallback( $msg );
609 private function debugCallback( $msg ) { function in JobRunner
666 $this->debugCallback( $msg );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/jobqueue/
H A DJobRunner.php353 $this->debugCallback( $msg );
424 $this->debugCallback( $msg );
433 $this->debugCallback( $msg );
598 $this->debugCallback( $msg );
610 private function debugCallback( $msg ) { function in JobRunner
667 $this->debugCallback( $msg );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/jobqueue/
H A DJobRunner.php353 $this->debugCallback( $msg );
424 $this->debugCallback( $msg );
433 $this->debugCallback( $msg );
598 $this->debugCallback( $msg );
610 private function debugCallback( $msg ) { function in JobRunner
667 $this->debugCallback( $msg );
/dports/emulators/dosbox/dosbox-0.74-3/include/
H A Ddebug.h30 extern Bitu debugCallback;
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/include/
H A Ddebug.h30 extern Bitu debugCallback;
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/include/
H A Ddebug.h35 extern Bitu debugCallback;

123456