Home
last modified time | relevance | path

Searched defs:callback (Results 1351 - 1375 of 1698) sorted by relevance

1...<<51525354555657585960>>...68

/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc215 collectGarbage( std::unique_ptr<CollectGarbageCallback> callback) collectGarbage() argument
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.cc322 PrepareInstantiate( Isolate* isolate, Handle<SourceTextModule> module, v8::Local<v8::Context> context, v8::Module::ResolveModuleCallback callback, Module::DeprecatedResolveCallback callback_without_import_assertions) PrepareInstantiate() argument
H A Dtransitions.cc281 ForEachTransitionTo( Name name, const ForEachTransitionCallback& callback, DisallowGarbageCollection* no_gc) ForEachTransitionTo() argument
553 TraverseTransitionTreeInternal( const TraverseCallback& callback, DisallowGarbageCollection* no_gc) TraverseTransitionTreeInternal() argument
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c293 PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, const void *x, const EVP_CIPHER *enc, const unsigned char *kstr, int klen, pem_password_cb *callback, void *u) PEM_ASN1_write() argument
312 PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, const void *x, const EVP_CIPHER *enc, const unsigned char *kstr, int klen, pem_password_cb *callback, void *u) PEM_ASN1_write_bio() argument
414 PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, pem_password_cb *callback, void *u) PEM_do_header() argument
/third_party/node/deps/uv/src/unix/
H A Dthread.c439 void uv_once(uv_once_t* guard, void (*callback)(void)) { in uv_once() argument
/third_party/python/Lib/asyncio/
H A Dwindows_events.py925 def callback( function
[all...]
H A Dtasks.py916 def callback(): function
/third_party/pulseaudio/src/pulse/
H A Dmainloop.c64 pa_io_event_cb_t callback; member
79 pa_time_event_cb_t callback; member
92 pa_defer_event_cb_t callback; member
218 static void mainloop_io_set_destroy(pa_io_event *e, pa_io_event_destroy_cb_t callback) { in mainloop_io_set_destroy() argument
152 mainloop_io_new( pa_mainloop_api *a, int fd, pa_io_event_flags_t events, pa_io_event_cb_t callback, void *userdata) mainloop_io_new() argument
225 mainloop_defer_new( pa_mainloop_api *a, pa_defer_event_cb_t callback, void *userdata) mainloop_defer_new() argument
285 mainloop_defer_set_destroy(pa_defer_event *e, pa_defer_event_destroy_cb_t callback) mainloop_defer_set_destroy() argument
312 mainloop_time_new( pa_mainloop_api *a, const struct timeval *tv, pa_time_event_cb_t callback, void *userdata) mainloop_time_new() argument
413 mainloop_time_set_destroy(pa_time_event *e, pa_time_event_destroy_cb_t callback) mainloop_time_set_destroy() argument
[all...]
/third_party/openssl/crypto/pem/
H A Dpem_lib.c293 PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, const void *x, const EVP_CIPHER *enc, const unsigned char *kstr, int klen, pem_password_cb *callback, void *u) PEM_ASN1_write() argument
312 PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, const void *x, const EVP_CIPHER *enc, const unsigned char *kstr, int klen, pem_password_cb *callback, void *u) PEM_ASN1_write_bio() argument
414 PEM_do_header(EVP_CIPHER_INFO *cipher, unsigned char *data, long *plen, pem_password_cb *callback, void *u) PEM_do_header() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_2_params.cpp17 CaptureDebugMessageCallback_userParam(const State &glState, bool isCallValid, GLDEBUGPROC callback, const void *userParam, ParamCapture *userParamParam) CaptureDebugMessageCallback_userParam() argument
/third_party/skia/src/core/
H A DSkPicturePlayback.cpp35 draw(SkCanvas* canvas, SkPicture::AbortCallback* callback, SkReadBuffer* buffer) draw() argument
/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp162 onAsyncRescaleAndReadPixels(const SkImageInfo& info, const SkIRect& srcRect, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) onAsyncRescaleAndReadPixels() argument
176 onAsyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace, sk_sp<SkColorSpace> dstColorSpace, const SkIRect& srcRect, const SkISize& dstSize, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) onAsyncRescaleAndReadPixelsYUV420() argument
H A DSkSurface.cpp86 onAsyncRescaleAndReadPixels(const SkImageInfo& info, const SkIRect& origSrcRect, SkSurface::RescaleGamma rescaleGamma, RescaleMode rescaleMode, SkSurface::ReadPixelsCallback callback, SkSurface::ReadPixelsContext context) onAsyncRescaleAndReadPixels() argument
111 onAsyncRescaleAndReadPixelsYUV420( SkYUVColorSpace yuvColorSpace, sk_sp<SkColorSpace> dstColorSpace, const SkIRect& srcRect, const SkISize& dstSize, RescaleGamma rescaleGamma, RescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) onAsyncRescaleAndReadPixelsYUV420() argument
257 asyncRescaleAndReadPixels(const SkImageInfo& info, const SkIRect& srcRect, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) asyncRescaleAndReadPixels() argument
272 asyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace, sk_sp<SkColorSpace> dstColorSpace, const SkIRect& srcRect, const SkISize& dstSize, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) asyncRescaleAndReadPixelsYUV420() argument
[all...]
/third_party/skia/src/gpu/
H A DGrProxyProvider.cpp762 sk_sp<GrTextureProxy> GrProxyProvider::createLazyProxy(LazyInstantiateCallback&& callback, in createLazyProxy() argument
845 sk_sp<GrTextureProxy> GrProxyProvider::MakeFullyLazyProxy(LazyInstantiateCallback&& callback, in MakeFullyLazyProxy() argument
725 CreatePromiseProxy(GrContextThreadSafeProxy* threadSafeProxy, LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, GrMipmapped mipMapped) CreatePromiseProxy() argument
801 createLazyRenderTargetProxy( LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrInternalSurfaceFlags surfaceFlags, const TextureInfo* textureInfo, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, bool wrapsVkSecondaryCB, UseAllocator useAllocator) createLazyRenderTargetProxy() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DQueue.cpp204 APIOnSubmittedWorkDone(uint64_t signalValue, WGPUQueueWorkDoneCallback callback, void* userdata) APIOnSubmittedWorkDone() argument
/third_party/openssl/test/helpers/
H A Dssl_test_ctx.c194 const char *ssl_verify_callback_name(ssl_verify_callback_t callback) in ssl_verify_callback_name() argument
264 const char *ssl_servername_callback_name(ssl_servername_callback_t callback) in ssl_servername_callback_name() argument
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo.hh189 void (*callback)(finalize_closure_t *); member
/third_party/python/Lib/test/
H A Dtest_gc.py679 def callback(ignored): function
1311 def callback(ignored): global() function
[all...]
H A Dtest_code.py516 def callback(code): function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h58 Ret (*callback)(intptr_t callable, Params ...params); member in llvm::function_ref
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dinspector.cc851 GetOriginatingResources( std::array<const ast::Expression*, N> exprs, F&& callback) GetOriginatingResources() argument
/third_party/skia/tools/
H A DToolUtils.cpp478 void sniff_paths(const char filepath[], std::function<PathSniffCallback> callback) { in sniff_paths() argument
487 PathSniffer(std::function<PathSniffCallback> callback) in sniff_paths() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Duchar.cpp77 struct _EnumTypeCallback callback; in u_enumCharTypes() local
/third_party/python/Objects/
H A Dweakrefobject.c25 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref() argument
36 new_weakref(PyObject *ob, PyObject *callback) in new_weakref() argument
57 PyObject *callback = self->wr_callback; in clear_weakref() local
95 PyObject *callback; _PyWeakref_ClearRef() local
292 PyObject *ob, *callback = NULL; weakref___new__() local
787 PyWeakref_NewRef(PyObject *ob, PyObject *callback) PyWeakref_NewRef() argument
846 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) PyWeakref_NewProxy() argument
926 handle_callback(PyWeakReference *ref, PyObject *callback) handle_callback() argument
968 PyObject *callback = current->wr_callback; PyObject_ClearWeakRefs() local
1005 PyObject *callback = PyTuple_GET_ITEM(tuple, i * 2 + 1); PyObject_ClearWeakRefs() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test.cc181 ForEachChunk( const Cord& c, absl::FunctionRef<void(absl::string_view)> callback) ForEachChunk() argument

Completed in 40 milliseconds

1...<<51525354555657585960>>...68