Home
last modified time | relevance | path

Searched refs:CALLBACK (Results 1 – 25 of 107) sorted by relevance

12345

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dhandshaker.pb.c13 … PB_FIELD( 1, STRING , OPTIONAL, CALLBACK, FIRST, grpc_gcp_Endpoint, ip_address, ip_address, 0),
20 …PB_FIELD( 1, STRING , OPTIONAL, CALLBACK, FIRST, grpc_gcp_Identity, service_account, service_acc…
21 …PB_FIELD( 2, STRING , OPTIONAL, CALLBACK, OTHER, grpc_gcp_Identity, hostname, service_account, 0…
27 …PB_FIELD( 2, STRING , REPEATED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, application_p…
28 …PB_FIELD( 3, STRING , REPEATED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, record_protoc…
29 …PB_FIELD( 4, MESSAGE , REPEATED, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, target_identi…
33 …PB_FIELD( 8, STRING , OPTIONAL, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, target_name, …
39 …PB_FIELD( 1, STRING , REPEATED, CALLBACK, FIRST, grpc_gcp_ServerHandshakeParameters, record_prot…
40 …PB_FIELD( 2, MESSAGE , REPEATED, CALLBACK, OTHER, grpc_gcp_ServerHandshakeParameters, local_ident…
45 …PB_FIELD( 1, STRING , REPEATED, CALLBACK, FIRST, grpc_gcp_StartServerHandshakeReq, application_p…
[all …]
Daltscontext.pb.c13 …PB_FIELD( 1, STRING , OPTIONAL, CALLBACK, FIRST, grpc_gcp_AltsContext, application_protocol, app…
14 …PB_FIELD( 2, STRING , OPTIONAL, CALLBACK, OTHER, grpc_gcp_AltsContext, record_protocol, applicat…
16 …PB_FIELD( 4, STRING , OPTIONAL, CALLBACK, OTHER, grpc_gcp_AltsContext, peer_service_account, sec…
17 …PB_FIELD( 5, STRING , OPTIONAL, CALLBACK, OTHER, grpc_gcp_AltsContext, local_service_account, pe…
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/HWAddressSanitizer/
Dkernel-inline.ll4 …ver=1 -asan-instrumentation-with-call-threshold=0 -S | FileCheck --check-prefixes=CHECK-CALLBACK %s
23 ; CHECK-CALLBACK: call void @__asan_load4_noabort
24 ; CHECK-CALLBACK: call void @__asan_load8_noabort
25 ; CHECK-CALLBACK: call void @__asan_loadN_noabort
26 ; CHECK-CALLBACK-NOT: call void @__asan_report_load4_noabort
27 ; CHECK-CALLBACK-NOT: call void @__asan_report_load8_noabort
28 ; CHECK-CALLBACK-NOT: call void @__asan_report_load_n_noabort
/external/python/cpython3/Lib/ctypes/test/
Dtest_callbacks.py164 CALLBACK = CFUNCTYPE(c_double, c_double)
168 integrate.argtypes = (c_double, c_double, CALLBACK, c_long)
174 result = integrate(0.0, 1.0, CALLBACK(func), 10)
213 CALLBACK = CFUNCTYPE(c_int, c_int, c_int, c_int, c_int, c_int)
216 func.argtypes = (c_int, c_int, c_int, c_int, c_int, CALLBACK)
222 result = func(2, 3, 4, 5, 6, CALLBACK(callback))
229 CALLBACK = CFUNCTYPE(c_double, c_double, c_double, c_double,
234 c_double, c_double, CALLBACK)
240 result = func(1.1, 2.2, 3.3, 4.4, 5.5, CALLBACK(callback))
271 CALLBACK = CFUNCTYPE(None, X)
[all …]
/external/python/cpython2/Lib/ctypes/test/
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 = CFUNCTYPE(None, X)
[all …]
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.h188 static void CALLBACK OnPipeConnected(void* context, BOOLEAN timer_or_wait);
191 static void CALLBACK OnDumpRequest(void* context, BOOLEAN timer_or_wait);
194 static void CALLBACK OnClientEnd(void* context, BOOLEAN timer_or_wait);
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h47 …typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerDat…
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 con…
130 typedef BOOL (CALLBACK *PENUMDIRTREE_CALLBACK)(LPCSTR FilePath,PVOID CallerData);
306 …typedef BOOL (CALLBACK *PSYM_ENUMMODULES_CALLBACK64)(PSTR ModuleName,DWORD64 BaseOfDll,PVOID UserC…
307 …typedef BOOL (CALLBACK *PSYM_ENUMSYMBOLS_CALLBACK64)(PSTR SymbolName,DWORD64 SymbolAddress,ULONG S…
308 …typedef BOOL (CALLBACK *PSYM_ENUMSYMBOLS_CALLBACK64W)(PWSTR SymbolName,DWORD64 SymbolAddress,ULONG…
309 …typedef BOOL (CALLBACK *PENUMLOADED_MODULES_CALLBACK64)(PSTR ModuleName,DWORD64 ModuleBase,ULONG M…
310 …typedef BOOL (CALLBACK *PSYMBOL_REGISTERED_CALLBACK64)(HANDLE hProcess,ULONG ActionCode,ULONG64 Ca…
[all …]
/external/webrtc/webrtc/base/
Dwin32windowpicker.h30 static BOOL CALLBACK EnumProc(HWND hwnd, LPARAM l_param);
31 static BOOL CALLBACK MonitorEnumProc(HMONITOR h_monitor,
Dwin32windowpicker.cc29 BOOL CALLBACK Win32WindowPicker::EnumProc(HWND hwnd, LPARAM l_param) { in EnumProc()
71 BOOL CALLBACK Win32WindowPicker::MonitorEnumProc(HMONITOR h_monitor, in MonitorEnumProc()
Dwin32window.h46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/
Dload_balancer.pb.c24 …PB_FIELD( 1, STRING , OPTIONAL, CALLBACK, FIRST, grpc_lb_v1_ClientStatsPerToken, load_balance_to…
35 …PB_FIELD( 8, MESSAGE , REPEATED, CALLBACK, OTHER, grpc_lb_v1_ClientStats, calls_finished_with_dro…
52 …PB_FIELD( 1, MESSAGE , REPEATED, CALLBACK, FIRST, grpc_lb_v1_ServerList, servers, servers, &grpc_…
/external/ImageMagick/MagickCore/
Dnt-base-private.h85 (CALLBACK *LPFNDLLFUNC1)(DWORD,UINT);
88 (CALLBACK *LPFNDLLFUNC2)(NTMEMORYSTATUSEX *);
/external/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.h194 static BOOL CALLBACK SymCallback(HANDLE process, ULONG action, ULONG64 data,
202 static BOOL CALLBACK SymFindFileInPathCallback(const char *filename,
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc73 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
74 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
357 LRESULT CALLBACK WndProc(HWND wnd, in WndProc()
446 INT_PTR CALLBACK About(HWND dlg, in About()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dwindows_user.h9 LRESULT CALLBACK WindowCallback(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) noexcept;
81 … LRESULT CALLBACK WindowCallback(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) noexcept { in WindowCallback()
/external/tensorflow/tensorflow/core/platform/windows/
Denv.cc93 static VOID CALLBACK SchedClosureCallback(PTP_CALLBACK_INSTANCE Instance, in SchedClosureCallback()
107 static VOID CALLBACK SchedClosureAfterCallback(PTP_CALLBACK_INSTANCE Instance, in SchedClosureAfterCallback()
/external/zlib/src/contrib/minizip/
Dioapi.h125 … defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEW…
126 #define ZCALLBACK CALLBACK
/external/compiler-rt/test/asan/TestCases/Windows/
Dqueue_user_work_item_report.cc8 DWORD CALLBACK work_item(LPVOID) { in work_item()
Dqueue_user_work_item.cc36 DWORD CALLBACK work_item(LPVOID) { in work_item()
Dbind_io_completion_callback.cc38 void CALLBACK completion_callback(DWORD error, DWORD bytesRead, in completion_callback()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_tls.h57 LRESULT CALLBACK
/external/catch2/include/internal/
Dcatch_fatal_condition.h23 static LONG CALLBACK handleVectoredException(PEXCEPTION_POINTERS ExceptionInfo);
/external/skqp/tools/
Dwin_lcid.cpp11 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { in MyFuncLocaleEx()
/external/skia/tools/
Dwin_lcid.cpp11 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { in MyFuncLocaleEx()
/external/lzma/CPP/Windows/
DShell.cpp177 int CALLBACK BrowseCallbackProc(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc()
276 int CALLBACK BrowseCallbackProc2(HWND hwnd, UINT uMsg, LPARAM /* lp */, LPARAM data) in BrowseCallbackProc2()

12345