Home
last modified time | relevance | path

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

123456

/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/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/
Dkernel-inline.ll4 …umentation-with-call-threshold=0 -S -enable-new-pm=0 | FileCheck --check-prefixes=CHECK-CALLBACK %s
6 …ver=1 -asan-instrumentation-with-call-threshold=0 -S | FileCheck --check-prefixes=CHECK-CALLBACK %s
25 ; CHECK-CALLBACK: call void @__asan_load4_noabort
26 ; CHECK-CALLBACK: call void @__asan_load8_noabort
27 ; CHECK-CALLBACK: call void @__asan_loadN_noabort
28 ; CHECK-CALLBACK-NOT: call void @__asan_report_load4_noabort
29 ; CHECK-CALLBACK-NOT: call void @__asan_report_load8_noabort
30 ; CHECK-CALLBACK-NOT: call void @__asan_report_load_n_noabort
/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/python/cpython3/Lib/ctypes/test/
Dtest_callbacks.py166 CALLBACK = CFUNCTYPE(c_double, c_double)
170 integrate.argtypes = (c_double, c_double, CALLBACK, c_long)
176 result = integrate(0.0, 1.0, CALLBACK(func), 10)
215 CALLBACK = CFUNCTYPE(c_int, c_int, c_int, c_int, c_int, c_int)
218 func.argtypes = (c_int, c_int, c_int, c_int, c_int, CALLBACK)
224 result = func(2, 3, 4, 5, 6, CALLBACK(callback))
231 CALLBACK = CFUNCTYPE(c_double, c_double, c_double, c_double,
236 c_double, c_double, CALLBACK)
242 result = func(1.1, 2.2, 3.3, 4.4, 5.5, CALLBACK(callback))
273 CALLBACK = CFUNCTYPE(None, X)
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/
DJSONPObjectTest.java10 private final String CALLBACK = "callback"; field in JSONPObjectTest
19 JSONPObject jsonpObject = new JSONPObject(CALLBACK, containsU2028); in testU2028Escaped()
26 JSONPObject jsonpObject = new JSONPObject(CALLBACK, containsU2029); in testU2029Escaped()
33 JSONPObject jsonpObject = new JSONPObject(CALLBACK, containsU2030); in testU2030NotEscaped()
/external/tensorflow/tensorflow/core/framework/
Dop_requires.h72 #define OP_REQUIRES_ASYNC(CTX, EXP, STATUS, CALLBACK) \ argument
76 (CALLBACK)(); \
81 #define OP_REQUIRES_OK_ASYNC(CTX, STATUS, CALLBACK) \ argument
86 (CALLBACK)(); \
/external/llvm-project/clang/test/Sema/
Dmingw-macro-qualified-type.c11 #define CALLBACK __stdcall macro
13 typedef WINBOOL(CALLBACK WINAPI *PSYMBOLSERVERCALLBACKPROC)(UINT_PTR action, ULONG64 data, ULONG64 …
/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/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/google-breakpad/src/tools/windows/converter/
Dms_symbol_server_converter.h210 static BOOL CALLBACK SymCallback(HANDLE process, ULONG action, ULONG64 data,
218 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/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()
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Dqueue_user_work_item_report.cpp8 DWORD CALLBACK work_item(LPVOID) { in work_item()
Dqueue_user_work_item.cpp31 DWORD CALLBACK work_item(LPVOID) { in work_item()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilWindows.cpp33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler()
90 void CALLBACK AlarmHandler(PVOID, BOOLEAN) { in AlarmHandler()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtilWindows.cpp33 static LONG CALLBACK ExceptionHandler(PEXCEPTION_POINTERS ExceptionInfo) { in ExceptionHandler()
90 void CALLBACK AlarmHandler(PVOID, BOOLEAN) { in AlarmHandler()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_tls.h57 LRESULT CALLBACK
/external/catch2/include/internal/
Dcatch_fatal_condition.h23 static LONG CALLBACK handleVectoredException(PEXCEPTION_POINTERS ExceptionInfo);
/external/zlib/contrib/minizip/
Dioapi.h125 … defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEW…
126 #define ZCALLBACK CALLBACK
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Dioapi.h125 … defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEW…
126 #define ZCALLBACK CALLBACK
/external/skia/tools/
Dwin_lcid.cpp11 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { in MyFuncLocaleEx()

123456