| /third_party/node/lib/internal/webstreams/ |
| D | adapters.js | 243 writev(chunks, callback) { argument 244 function done(error) { argument 271 write(chunk, encoding, callback) { argument 287 function done(error) { argument 306 destroy(error, callback) { argument 338 final(callback) { argument 339 function done(error) { argument 523 destroy(error, callback) { argument 669 writev(chunks, callback) { argument 670 function done(error) { argument [all …]
|
| /third_party/node/lib/internal/crypto/ |
| D | random.js | 98 function randomBytes(size, callback) { argument 112 randomFill(buf.buffer, 0, size, function(error) { argument 152 function randomFill(buf, offset, size, callback) { argument 209 function randomInt(min, max, callback) { argument 275 ArrayPrototypePush(asyncCachePendingTasks, { min, max, callback }); field 307 function onJobDone(buf, callback, error) { argument 471 function generatePrime(size, options, callback) { argument 539 function checkPrime(candidate, options = kEmptyObject, callback) { argument
|
| D | sig.js | 67 Sign.prototype._write = function _write(chunk, encoding, callback) { argument 141 function signOneShot(algorithm, data, key, callback) { argument 188 job.ondone = (error, signature) => { argument 234 function verifyOneShot(algorithm, data, key, signature, callback) { argument
|
| D | keygen.js | 80 function generateKeyPair(type, options, callback) { argument 89 job.ondone = (error, result) => { argument 385 function generateKey(type, options, callback) { argument
|
| D | scrypt.js | 41 function scrypt(password, salt, keylen, options, callback = defaults) { argument 57 job.ondone = (error, result) => { argument
|
| D | hkdf.js | 101 function hkdf(hash, key, salt, info, length, callback) { argument 114 job.ondone = (error, bits) => { argument
|
| /third_party/node/deps/undici/src/docs/api/ |
| D | Dispatcher.md | 67 #### Parameter: `ConnectOptions` 74 #### Parameter: `ConnectData` 81 #### Example - Connect request with echo 146 #### Example - Request is aborted when Client is destroyed 468 #### Parameter: `RequestOptions` 478 #### Parameter: `ResponseData` 504 #### Example 1 - Basic GET Request 539 #### Example 2 - Aborting a request 645 #### Parameter: `StreamFactoryData` 652 #### Parameter: `StreamData` [all …]
|
| /third_party/node/test/parallel/ |
| D | test-child-process-bad-stdio.js | 29 function createChild(options, callback) { argument 46 const error = new Error('foo'); constant
|
| D | test-whatwg-webstreams-adapters-to-writablestream.js | 26 _write(chunk, encoding, callback) { argument 61 const error = new Error('boom'); constant 80 const error = new Error('boom'); constant
|
| D | test-readline-promises-csi.mjs | 20 _write(chunk, encoding, callback) { argument 157 const error = new Error(); constant
|
| /third_party/node/lib/internal/fs/ |
| D | dir.js | 78 read(callback) { argument 82 [kDirReadImpl](maybeSync, callback) { argument 227 close(callback) { argument 296 function opendir(path, options, callback) { argument 305 function opendirCallback(error, handle) { argument
|
| /third_party/python/Python/ |
| D | thread_pthread.h | 236 pythread_callback *callback = arg; in pythread_wrapper() local 280 pythread_callback *callback = PyMem_RawMalloc(sizeof(pythread_callback)); in PyThread_start_new_thread() local 379 int status, error = 0; in PyThread_allocate_lock() local 405 int status, error = 0; in PyThread_free_lock() local 437 int status, error = 0; in PyThread_acquire_lock_timed() local 558 int status, error = 0; in PyThread_release_lock() local 576 int status, error = 0; in PyThread_allocate_lock() local 612 int status, error = 0; in PyThread_free_lock() local 635 int status, error = 0; in PyThread_acquire_lock_timed() local 708 int status, error = 0; in PyThread_release_lock() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLDebugTest.cpp | 24 static void EGLAPIENTRY StubCallback(EGLenum error, in StubCallback() 32 static void EGLAPIENTRY CheckBadBindAPIError(EGLenum error, in CheckBadBindAPIError() 49 static EGLAttrib DebugCallbackToEGLAttrib(EGLDEBUGPROCKHR callback) in DebugCallbackToEGLAttrib()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Device.cpp | 473 void DeviceBase::ConsumeError(std::unique_ptr<ErrorData> error) { in ConsumeError() 478 void DeviceBase::APISetLoggingCallback(wgpu::LoggingCallback callback, void* userdata) { in APISetLoggingCallback() 492 void DeviceBase::APISetUncapturedErrorCallback(wgpu::ErrorCallback callback, void* userdata) { in APISetUncapturedErrorCallback() 506 void DeviceBase::APISetDeviceLostCallback(wgpu::DeviceLostCallback callback, void* userdata) { in APISetDeviceLostCallback() 527 bool DeviceBase::APIPopErrorScope(wgpu::ErrorCallback callback, void* userdata) { in APIPopErrorScope() 959 WGPUCreateComputePipelineAsyncCallback callback, in APICreateComputePipelineAsync() 970 std::unique_ptr<ErrorData> error = maybeResult.AcquireError(); in APICreateComputePipelineAsync() local 1001 WGPUCreateRenderPipelineAsyncCallback callback, in APICreateRenderPipelineAsync() 1012 std::unique_ptr<ErrorData> error = maybeResult.AcquireError(); in APICreateRenderPipelineAsync() local 1298 WGPUCreateComputePipelineAsyncCallback callback, in CreateComputePipelineAsync() [all …]
|
| /third_party/pulseaudio/src/pulse/ |
| D | internal.h | 65 int error; member 93 pa_context_error *error; member 127 pa_ext_device_manager_subscribe_cb_t callback; member 131 pa_ext_device_restore_subscribe_cb_t callback; member 135 pa_ext_stream_restore_subscribe_cb_t callback; member 262 pa_operation_cb_t callback; member 298 #define PA_CHECK_VALIDITY(context, expression, error) \ argument 304 #define PA_CHECK_VALIDITY_RETURN_ANY(context, expression, error, value) \ argument 312 #define PA_CHECK_VALIDITY_RETURN_NULL(context, expression, error) \ argument 315 #define PA_FAIL(context, error) \ argument [all …]
|
| /third_party/mesa3d/src/egl/main/ |
| D | eglcurrent.c | 174 _eglDebugReport(EGLenum error, const char *funcName, in _eglDebugReport() 178 EGLDEBUGPROCKHR callback = NULL; in _eglDebugReport() local
|
| /third_party/node/deps/cares/src/lib/ |
| D | ares_search.c | 43 ares_callback callback; member 61 int dnsclass, int type, ares_callback callback, in ares_search_int() 162 int type, ares_callback callback, void *arg) in ares_search() 278 int error; in ares__single_domain() local
|
| /third_party/node/lib/internal/test_runner/reporter/ |
| D | spec.js | 59 #formatError(error, indent) { argument 137 _transform({ type, data }, encoding, callback) { argument 140 _flush(callback) { argument
|
| /third_party/node/lib/ |
| D | punycode.js | 51 function error(type) { function 63 function map(array, callback) { argument 82 function mapDomain(domain, callback) { argument
|
| D | _http_outgoing.js | 318 OutgoingMessage.prototype.setTimeout = function setTimeout(msecs, callback) { argument 338 OutgoingMessage.prototype.destroy = function destroy(error) { argument 359 OutgoingMessage.prototype._send = function _send(data, encoding, callback, byteLength) { argument 374 callback: null, property 385 function _writeRaw(data, encoding, callback, size) { argument 407 this.outputData.push({ data, encoding, callback }); field 828 OutgoingMessage.prototype.write = function write(chunk, encoding, callback) { argument 840 function onError(msg, err, callback) { argument 850 function emitErrorNt(msg, err, callback) { argument 868 function write_(msg, chunk, encoding, callback, fromEnd) { argument [all …]
|
| /third_party/node/lib/internal/http2/ |
| D | core.js | 814 function submitSettings(settings, callback) { argument 1085 function emitClose(self, error) { argument 1107 function finishSessionClose(session, error) { argument 1139 function closeSession(session, code, error) { argument 1374 ping(payload, callback) { argument 1479 settings(settings, callback) { argument 1527 destroy(error = NGHTTP2_NO_ERROR, code) { argument 1558 close(callback) { argument 1584 [kMaybeDestroy](error) { argument 1866 function shutdownWritable(callback) { argument [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | undeclaredModuleError.js | 22 function readdir(path, accept, callback) { } argument 32 }, function (error, files) { argument
|
| /third_party/node/deps/v8/tools/ |
| D | sourcemap.mjs | 97 WebInspector.SourceMap.load = function(sourceMapURL, compiledURL, callback) argument 107 function contentLoaded(error, statusCode, headers, content) argument
|
| /third_party/elfutils/libdwfl/ |
| D | dwfl_frame.c | 180 Dwfl_Error error = __libdwfl_module_getebl (mod); in dwfl_attach_state() local 297 int (*callback) (Dwfl_Thread *thread, void *arg); member 372 int (*callback) (Dwfl_Frame *frame, void *arg); member
|
| /third_party/node/test/fixtures/wpt/resources/ |
| D | testharness.js | 135 WindowTestEnvironment.prototype._forEach_windows = function(callback) { argument 216 WindowTestEnvironment.prototype.add_on_loaded_callback = function(callback) { argument 419 ServiceWorkerTestEnvironment.prototype.add_on_loaded_callback = function(callback) { argument 466 ShadowRealmTestEnvironment.prototype.add_on_loaded_callback = function(callback) { argument 504 ShellTestEnvironment.prototype.add_on_loaded_callback = function(callback) { argument 1194 function on_event(object, event, callback) argument 2836 Test.prototype._add_cleanup = function(callback) { argument 2851 Test.prototype.add_cleanup = function(callback) { argument 2927 function add_test_done_callback(test, callback) argument 3043 function(callback) { argument [all …]
|