Home
last modified time | relevance | path

Searched refs:bind (Results 426 - 450 of 2549) sorted by relevance

1...<<11121314151617181920>>...102

/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc191 assm->bind(&emitted_label_); in Emit()
275 assm_->bind(&size_check); in EmitAndClear()
298 if (after_pool.is_linked()) assm_->bind(&after_pool); in EmitAndClear()
523 assm_->bind(&size_check); in EmitAndClear()
546 assm_->bind(&after_pool); in EmitAndClear()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sock_lowlevel.py172 listener.bind(('127.0.0.1', 0))
227 listener.bind(('127.0.0.1', 0))
469 s.bind(('127.0.0.1', 0))
484 listener.bind(('127.0.0.1', 0))
501 listener.bind(('127.0.0.1', 0))
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-of.js68 var boundedBuiltinFn = Array.of.bind(Array);
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_codec.h135 unsigned bind; member
/third_party/mesa3d/src/gallium/winsys/virgl/common/
H A Dvirgl_resource_cache.h34 uint32_t bind; member
89 /** Finds and removes a cached resource compatible with size, bind and format.
/third_party/node/test/parallel/
H A Dtest-child-process-disconnect.js97 child.disconnect.bind(child),
H A Dtest-child-process-fork-dgram.js103 parentServer.bind(0, '127.0.0.1');
H A Dtest-dgram-udp6-link-local-address.js53 server.bind({ address });
H A Dtest-dns-multi-channel.js33 socket.bind(0, common.mustCall(() => {
H A Dtest-http-default-port.js40 { mod: https, createServer: https.createServer.bind(null, options) },
H A Dtest-stream-readable-flow-recursion.js56 stream.once('readable', flow.bind(null, stream, size, callback));
H A Dtest-tls-handshake-exception.js44 c.on('data', d.push.bind(d));
H A Dtest-util-sigint-watchdog.js54 }].reduceRight((a, b) => common.mustCall(b).bind(null, a))();
/third_party/node/test/async-hooks/
H A Dtest-udpsendwrap.js18 .bind();
/third_party/node/benchmark/dgram/
H A Darray-vs-concat.js66 socket.bind(PORT);
/third_party/node/benchmark/es/
H A Dspread-bench.js42 fn = fn.bind(ctx);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.h66 st_choose_matching_format(struct st_context *st, unsigned bind,
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dpseudo.js9 function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource.c14 if (!(template->bind & PIPE_BIND_LINEAR)) in i915_resource_create()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_trace_gallium.c44 .bind = PIPE_BIND_QUERY_BUFFER | PIPE_BIND_LINEAR, in u_trace_pipe_create_ts_buffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DObserver.cpp76 void ObserverBinding::bind(Subject *subject) in bind() function in angle::ObserverBinding
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkBuffer.hpp33 void bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DThreadPool.h56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...); in async()
/third_party/skia/modules/skottie/src/effects/
H A DThresholdEffect.cpp56 EffectBinder(jprops, abuilder, this).bind(kLevel_Index, fLevel); in ThresholdAdapter()
/third_party/rust/crates/rustix/src/net/
H A Dmod.rs28 accept, accept_with, acceptfrom, acceptfrom_with, bind, bind_any, bind_v4, bind_v6, connect,

Completed in 9 milliseconds

1...<<11121314151617181920>>...102