Home
last modified time | relevance | path

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

12345

/third_party/grpc/test/core/transport/chttp2/
Dping_callbacks_test.cc36 Chttp2PingCallbacks callbacks; in TEST() local
43 Chttp2PingCallbacks callbacks; in TEST() local
50 Chttp2PingCallbacks callbacks; in TEST() local
59 Chttp2PingCallbacks callbacks; in TEST() local
98 Chttp2PingCallbacks callbacks; in TEST() local
141 Chttp2PingCallbacks callbacks; in TEST() local
173 Chttp2PingCallbacks callbacks; in TEST() local
180 Chttp2PingCallbacks callbacks; in TEST() local
218 Chttp2PingCallbacks callbacks; in TEST() local
266 Chttp2PingCallbacks callbacks; in TEST() local
[all …]
/third_party/nghttp2/tests/
Dnghttp2_session_test.c838 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv() local
955 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_invalid_stream_id() local
1000 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_invalid_frame() local
1056 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_eof() local
1070 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_data() local
1256 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_data_no_auto_flow_control() local
1405 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_continuation() local
1600 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_headers_with_priority() local
1753 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_headers_with_padding() local
1858 nghttp2_session_callbacks callbacks; in test_nghttp2_session_recv_headers_early_response() local
[all …]
Dfailmalloc_test.c144 nghttp2_session_callbacks callbacks; in run_nghttp2_session_send() local
236 nghttp2_session_callbacks *callbacks; in run_nghttp2_session_send_server() local
290 nghttp2_session_callbacks callbacks; in run_nghttp2_session_recv() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/train/
Dmodel.py123 def _append_ccae(callbacks): argument
594 def _check_need_ckpt(self, callbacks): argument
739 def _transform_callbacks(callbacks): argument
750 …def _train(self, epoch, train_dataset, callbacks=None, dataset_sink_mode=True, sink_size=-1, initi… argument
1153 def _wrapper_train(self, callbacks): argument
1178 …def train(self, epoch, train_dataset, callbacks=None, dataset_sink_mode=False, sink_size=-1, initi… argument
1310 def _check_methods_for_custom_callbacks(callbacks, current_mode): argument
1336 def fit(self, epoch, train_dataset, valid_dataset=None, valid_frequency=1, callbacks=None, argument
1498 def _eval_in_fit(self, valid_dataset, callbacks=None, dataset_sink_mode=True, cb_params=None): argument
1624 def eval(self, valid_dataset, callbacks=None, dataset_sink_mode=False): argument
/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/python/Doc/library/
Dasyncio-eventloop.rst245 .. _asyncio-pass-keywords:
261 .. _asyncio-delayed-calls:
/third_party/rust/rust/compiler/rustc_interface/src/
Dlib.rs18 mod callbacks; module
/third_party/rust/rust/tests/debuginfo/
Drecursive-enum.rs14 callbacks: WindowCallbacks<'a> field
/third_party/rust/rust/tests/ui/issues/
Dissue-27105.rs6 callbacks: Vec<Rc<RefCell<dyn FnMut(i32)>>>, field
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrobject.h34 ADDR_CALLBACKS callbacks; member
/third_party/skia/third_party/externals/oboe/docs/
DOpenSLESMigration.md90 ### Buffer sizes
/third_party/skia/m133/src/core/
DSkRuntimeBlender.cpp80 RuntimeEffectRPCallbacks callbacks(rec, matrix, fChildren, fEffect->fSampleUsages); in onAppendStages() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Dcallbacks.cc25 namespace callbacks { namespace
/third_party/mesa3d/src/vulkan/runtime/
Dvk_instance.h110 struct list_head callbacks; member
121 struct list_head callbacks; member
/third_party/jsframework/runtime/main/manage/event/
DcallbackIntercept.ts27 const callbacks: object = {}; constant
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/
Dtree_modifier.h157 std::map<int32_t, std::shared_ptr<AutotuneCallback>> callbacks; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/callback/
Dcallback_manager.cc25 void CallbackManager::AddCallbacks(std::vector<std::shared_ptr<DSCallback>> callbacks) { in AddCallbacks()
/third_party/libuv/test/
Dbenchmark-async-pummel.c31 static unsigned int callbacks; variable
/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/mesa3d/src/glx/apple/
Dapple_glx_pixmap.c50 static struct apple_glx_drawable_callbacks callbacks = { variable
/third_party/grpc/src/core/util/
Dlatent_see.cc82 int callbacks = 0; in TryGenerateJson() local
/third_party/mesa3d/src/glx/windows/
Dwindowsgl_internal.h52 struct windowsdrawable_callbacks *callbacks; member

12345