| /third_party/node/deps/v8/src/codegen/ |
| H A D | constant-pool.cc | 191 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 D | test_sock_lowlevel.py | 172 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 D | array-of.js | 68 var boundedBuiltinFn = Array.of.bind(Array);
|
| /third_party/mesa3d/src/gallium/include/pipe/ |
| H A D | p_video_codec.h | 135 unsigned bind; member
|
| /third_party/mesa3d/src/gallium/winsys/virgl/common/ |
| H A D | virgl_resource_cache.h | 34 uint32_t bind; member 89 /** Finds and removes a cached resource compatible with size, bind and format.
|
| /third_party/node/test/parallel/ |
| H A D | test-child-process-disconnect.js | 97 child.disconnect.bind(child),
|
| H A D | test-child-process-fork-dgram.js | 103 parentServer.bind(0, '127.0.0.1');
|
| H A D | test-dgram-udp6-link-local-address.js | 53 server.bind({ address });
|
| H A D | test-dns-multi-channel.js | 33 socket.bind(0, common.mustCall(() => {
|
| H A D | test-http-default-port.js | 40 { mod: https, createServer: https.createServer.bind(null, options) },
|
| H A D | test-stream-readable-flow-recursion.js | 56 stream.once('readable', flow.bind(null, stream, size, callback));
|
| H A D | test-tls-handshake-exception.js | 44 c.on('data', d.push.bind(d));
|
| H A D | test-util-sigint-watchdog.js | 54 }].reduceRight((a, b) => common.mustCall(b).bind(null, a))();
|
| /third_party/node/test/async-hooks/ |
| H A D | test-udpsendwrap.js | 18 .bind();
|
| /third_party/node/benchmark/dgram/ |
| H A D | array-vs-concat.js | 66 socket.bind(PORT);
|
| /third_party/node/benchmark/es/ |
| H A D | spread-bench.js | 42 fn = fn.bind(ctx);
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_format.h | 66 st_choose_matching_format(struct st_context *st, unsigned bind,
|
| /third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
| H A D | pseudo.js | 9 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 D | i915_resource.c | 14 if (!(template->bind & PIPE_BIND_LINEAR)) in i915_resource_create()
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_trace_gallium.c | 44 .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 D | Observer.cpp | 76 void ObserverBinding::bind(Subject *subject) in bind() function in angle::ObserverBinding
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkBuffer.hpp | 33 void bind(DeviceMemory *pDeviceMemory, VkDeviceSize pMemoryOffset);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | ThreadPool.h | 56 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...); in async()
|
| /third_party/skia/modules/skottie/src/effects/ |
| H A D | ThresholdEffect.cpp | 56 EffectBinder(jprops, abuilder, this).bind(kLevel_Index, fLevel); in ThresholdAdapter()
|
| /third_party/rust/crates/rustix/src/net/ |
| H A D | mod.rs | 28 accept, accept_with, acceptfrom, acceptfrom_with, bind, bind_any, bind_v4, bind_v6, connect,
|