Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/nghttp2/tests/
Dnghttp2_session_test.c671 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv() local
788 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_invalid_stream_id() local
833 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_invalid_frame() local
889 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_eof() local
903 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_data() local
1089 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_data_no_auto_flow_control() local
1236 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_continuation() local
1431 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_headers_with_priority() local
1584 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_headers_with_padding() local
1690 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_headers_early_response() local
[all …]
Dfailmalloc_test.c129 nghttp2_session_callbacks callbacks; in run_nghttp2_session_send() local
221 nghttp2_session_callbacks *callbacks; in run_nghttp2_session_send_server() local
275 nghttp2_session_callbacks callbacks; in run_nghttp2_session_recv() local
/third_party/node/doc/api/
Dasync_hooks.md210 ### Error handling
227 ### Printing in `AsyncHook` callbacks
306 #### `init(asyncId, type, triggerAsyncId, resource)`
586 #### `before(asyncId)`
603 #### `after(asyncId)`
613 #### `destroy(asyncId)`
628 #### `promiseResolve(asyncId)`
Dv8.md857 #### `init(promise, parent)`
866 #### `before(promise)`
878 #### `after(promise)`
886 #### `settled(promise)`
/third_party/node/src/
Dcleanup_queue.cc11 std::vector<CleanupHookCallback> callbacks(cleanup_hooks_.begin(), in GetOrdered() local
28 std::vector<CleanupHookCallback> callbacks = GetOrdered(); in Drain() local
Dcleanup_queue-inl.h42 std::vector<CleanupHookCallback> callbacks = GetOrdered(); in ForEachBaseObject() local
/third_party/elfutils/libdwfl/
Ddwfl_begin.c36 dwfl_begin (const Dwfl_Callbacks *callbacks) in dwfl_begin()
/third_party/elfutils/tests/
Ddwfl-bug-report.c27 static const Dwfl_Callbacks callbacks = variable
Ddwfl-bug-getmodules.c23 static const Dwfl_Callbacks callbacks = variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLEvent.cpp94 auto callbacks = mCallbacks.synchronize(); in setCallback() local
119 const Callbacks callbacks = std::move(mCallbacks->at(commandStatus)); in callback() local
/third_party/mesa3d/src/vulkan/runtime/
Dvk_instance.h91 struct list_head callbacks; member
102 struct list_head callbacks; member
/third_party/python/Doc/library/
Dasyncio-eventloop.rst245 .. _asyncio-pass-keywords:
261 .. _asyncio-delayed-calls:
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrobject.h51 ADDR_CALLBACKS callbacks; member
/third_party/node/test/parallel/
Dtest-stream-write-destroy.js11 const callbacks = []; variable
Dtest-file-write-stream.js37 const callbacks = { variable
/third_party/skia/third_party/externals/oboe/docs/
DOpenSLESMigration.md90 ### Buffer sizes
/third_party/node/lib/internal/cluster/
Dutils.js13 const callbacks = new SafeMap(); constant
/third_party/jsframework/runtime/main/manage/event/
DcallbackIntercept.ts27 const callbacks: object = {}; constant
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsft.c131 cf2_builder_moveTo( CF2_OutlineCallbacks callbacks, in cf2_builder_moveTo()
153 cf2_builder_lineTo( CF2_OutlineCallbacks callbacks, in cf2_builder_lineTo()
197 cf2_builder_cubeTo( CF2_OutlineCallbacks callbacks, in cf2_builder_cubeTo()
/third_party/libuv/test/
Dbenchmark-async-pummel.c31 static unsigned int callbacks; variable
/third_party/mesa3d/src/glx/apple/
Dapple_glx_pixmap.c50 static struct apple_glx_drawable_callbacks callbacks = { variable
Dapple_glx_surface.c41 static struct apple_glx_drawable_callbacks callbacks = { variable
/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp168 InstWrapper::InstWrapper(VulkanFunctions& functions, VkAllocationCallbacks* callbacks) noexcept
170 …r::InstWrapper(VulkanFunctions& functions, VkInstance inst, VkAllocationCallbacks* callbacks) noex…
267 DeviceWrapper::DeviceWrapper(InstWrapper& inst_wrapper, VkAllocationCallbacks* callbacks) noexcept
269 …:DeviceWrapper(VulkanFunctions& functions, VkDevice device, VkAllocationCallbacks* callbacks) noex…
/third_party/mesa3d/src/glx/windows/
Dwindowsgl_internal.h52 struct windowsdrawable_callbacks *callbacks; member
/third_party/skia/fuzz/oss_fuzz/
DFuzzSKSL2Pipeline.cpp54 Callbacks callbacks; in FuzzSKSL2Pipeline() local

12345