/third_party/python/Lib/ctypes/test/ |
H A D | test_callbacks.py | 170 CALLBACK = CFUNCTYPE(c_double, c_double) 174 integrate.argtypes = (c_double, c_double, CALLBACK, c_long) 180 result = integrate(0.0, 1.0, CALLBACK(func), 10) 219 CALLBACK = CFUNCTYPE(c_int, c_int, c_int, c_int, c_int, c_int) 222 func.argtypes = (c_int, c_int, c_int, c_int, c_int, CALLBACK) 228 result = func(2, 3, 4, 5, 6, CALLBACK(callback)) 235 CALLBACK = CFUNCTYPE(c_double, c_double, c_double, c_double, 240 c_double, c_double, CALLBACK) 246 result = func(1.1, 2.2, 3.3, 4.4, 5.5, CALLBACK(callback)) 277 CALLBACK [all...] |
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | traverse_expressions.h | 60 template <TraverseOrder ORDER = TraverseOrder::LeftToRight, typename CALLBACK> 63 CALLBACK&& callback) { in TraverseExpressions() 64 using EXPR_TYPE = std::remove_pointer_t<traits::ParameterType<CALLBACK, 0>>; in TraverseExpressions()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | dbghelp.h | 47 typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 48 typedef BOOL (CALLBACK *PFINDFILEINPATHCALLBACK)(PSTR filename,PVOID context); 49 typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 55 typedef BOOL (CALLBACK WINAPI *PSYMBOLSERVERCALLBACKPROC)(UINT_PTR action,ULONG64 data,ULONG64 context); 130 typedef BOOL (CALLBACK *PENUMDIRTREE_CALLBACK)(LPCSTR FilePath,PVOID CallerData); 306 typedef BOOL (CALLBACK *PSYM_ENUMMODULES_CALLBACK64)(PSTR ModuleName,DWORD64 BaseOfDll,PVOID UserContext); 307 typedef BOOL (CALLBACK *PSYM_ENUMSYMBOLS_CALLBACK64)(PSTR SymbolName,DWORD64 SymbolAddress,ULONG SymbolSize,PVOID UserContext); 308 typedef BOOL (CALLBACK *PSYM_ENUMSYMBOLS_CALLBACK64W)(PWSTR SymbolName,DWORD64 SymbolAddress,ULONG SymbolSize,PVOID UserContext); 309 typedef BOOL (CALLBACK *PENUMLOADED_MODULES_CALLBACK64)(PSTR ModuleName,DWORD64 ModuleBase,ULONG ModuleSize,PVOID UserContext); 310 typedef BOOL (CALLBACK *PSYMBOL_REGISTERED_CALLBACK6 [all...] |
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerUtilWindows.cpp | 31 LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler() 79 void CALLBACK AlarmHandler(PVOID, BOOLEAN) { in AlarmHandler()
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | ioapi.h | 125 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK) 126 #define ZCALLBACK CALLBACK
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | ioapi.h | 125 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK) 126 #define ZCALLBACK CALLBACK
|
/third_party/zlib/contrib/minizip/ |
H A D | ioapi.h | 129 #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK) 130 #define ZCALLBACK CALLBACK
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_tls.h | 57 LRESULT CALLBACK
|
/third_party/libuv/src/win/ |
H A D | detect-wakeup.c | 35 static ULONG CALLBACK uv__system_resume_callback(PVOID Context, in uv__system_resume_callback()
|
/third_party/node/deps/uv/src/win/ |
H A D | detect-wakeup.c | 35 static ULONG CALLBACK uv__system_resume_callback(PVOID Context, in uv__system_resume_callback()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsusermap.c | 170 struct CALLBACK { struct 177 typedef int (*dircallback)(struct CALLBACK *context, char *ntfsname, 586 struct CALLBACK *context; in callback() 591 context = (struct CALLBACK*)ctx; in callback() 658 struct CALLBACK context; in recurse() 677 struct CALLBACK context; in getusers()
|
/third_party/node/deps/openssl/openssl/crypto/async/arch/ |
H A D | async_win.h | 42 VOID CALLBACK async_start_func_win(PVOID unused);
|
H A D | async_win.c | 54 VOID CALLBACK async_start_func_win(PVOID unused) in async_start_func_win()
|
/third_party/openssl/crypto/async/arch/ |
H A D | async_win.c | 54 VOID CALLBACK async_start_func_win(PVOID unused) in async_start_func_win()
|
H A D | async_win.h | 42 VOID CALLBACK async_start_func_win(PVOID unused);
|
/third_party/skia/tools/ |
H A D | win_lcid.cpp | 11 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { in MyFuncLocaleEx()
|
/third_party/curl/lib/ |
H A D | system_win32.h | 60 typedef void (CALLBACK *LOOKUP_COMPLETION_FN)(DWORD, DWORD, LPWSAOVERLAPPED);
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | main.cpp | 22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
H A D | Win32Window.h | 47 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 113 #if !defined(CALLBACK) && defined(_WIN32) 114 #define CALLBACK __stdcall macro 116 #endif /* CALLBACK */ 4215 #undef CALLBACK macro
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | winutil.cpp | 40 BOOL CALLBACK EnumLocalesProc(LPSTR lpLocaleString) in EnumLocalesProc()
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | layout.cpp | 41 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 123 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|
H A D | clayout.c | 43 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 125 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | clayout.c | 42 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 124 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|
H A D | layout.cpp | 41 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); 123 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
|