Home
last modified time | relevance | path

Searched refs:CALLBACK (Results 1 - 25 of 81) sorted by relevance

1234

/third_party/python/Lib/ctypes/test/
H A Dtest_callbacks.py170 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 Dtraverse_expressions.h60 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 Ddbghelp.h47 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 DFuzzerUtilWindows.cpp31 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 Dioapi.h125 #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 Dioapi.h125 #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 Dioapi.h129 #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 Dstw_tls.h57 LRESULT CALLBACK
/third_party/libuv/src/win/
H A Ddetect-wakeup.c35 static ULONG CALLBACK uv__system_resume_callback(PVOID Context, in uv__system_resume_callback()
/third_party/node/deps/uv/src/win/
H A Ddetect-wakeup.c35 static ULONG CALLBACK uv__system_resume_callback(PVOID Context, in uv__system_resume_callback()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsusermap.c170 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 Dasync_win.h42 VOID CALLBACK async_start_func_win(PVOID unused);
H A Dasync_win.c54 VOID CALLBACK async_start_func_win(PVOID unused) in async_start_func_win()
/third_party/openssl/crypto/async/arch/
H A Dasync_win.c54 VOID CALLBACK async_start_func_win(PVOID unused) in async_start_func_win()
H A Dasync_win.h42 VOID CALLBACK async_start_func_win(PVOID unused);
/third_party/skia/tools/
H A Dwin_lcid.cpp11 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { in MyFuncLocaleEx()
/third_party/curl/lib/
H A Dsystem_win32.h60 typedef void (CALLBACK *LOOKUP_COMPLETION_FN)(DWORD, DWORD, LPWSAOVERLAPPED);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A Dmain.cpp22 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 DWin32Window.h47 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 Dglfw3.h113 #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 Dwinutil.cpp40 BOOL CALLBACK EnumLocalesProc(LPSTR lpLocaleString) in EnumLocalesProc()
/third_party/icu/icu4c/source/samples/layout/
H A Dlayout.cpp41 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
123 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
H A Dclayout.c43 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 Dclayout.c42 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
124 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
H A Dlayout.cpp41 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
123 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()

Completed in 16 milliseconds

1234