Home
last modified time | relevance | path

Searched refs:bind (Results 501 - 525 of 3622) sorted by relevance

1...<<21222324252627282930>>...145

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dtag.js9 function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
H A Duniversal.js9 function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
H A Did.js9 function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
H A Dcombinator.js9 function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
H A Dcomment.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/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib/
H A Dlibrpc-tirpc.c63 if (bind(sock, (struct sockaddr *)&addr, slen) < 0) { in bound_socket()
/third_party/ltp/testcases/kernel/syscalls/bind/
H A Dbind02.c11 * Make sure bind() of privileged port gives EACCESS error for non-root users.
39 TST_EXP_FAIL(bind(sockfd, (struct sockaddr *)&servaddr, sizeof(servaddr)), in run()
40 EACCES, "bind()"); in run()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_resource.c67 return (tmpl->bind & PIPE_BIND_RENDER_TARGET) ? 1 : 0; in fd2_tile_mode()
/third_party/python/Tools/demo/
H A Drpythond.py25 s.bind(('', port))
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
H A Dprimes.cpp48 scheduler.bind(); in main()
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DRoundCorners.cpp27 this->bind(abuilder, jround["r"], fRadius); in RoundCornersAdapter()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp154 if (templ->bind & PIPE_BIND_SAMPLER_VIEW) in init_buffer()
224 if (templ->bind & PIPE_BIND_SHADER_BUFFER) in init_texture()
227 if (templ->bind & PIPE_BIND_RENDER_TARGET) in init_texture()
230 if (templ->bind & PIPE_BIND_DEPTH_STENCIL) { in init_texture()
253 if (templ->bind & (PIPE_BIND_SCANOUT | PIPE_BIND_LINEAR)) in init_texture()
285 if (screen->winsys && (templ->bind & PIPE_BIND_DISPLAY_TARGET)) { in init_texture()
288 res->base.b.bind, in init_texture()
504 res->base.b.bind = PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_CONSTANT_BUFFER | in d3d12_resource_from_handle()
529 res->base.b.bind |= PIPE_BIND_SHARED; in d3d12_resource_from_handle()
531 res->base.b.bind | in d3d12_resource_from_handle()
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c74 enum pipe_format pfmt, unsigned bind, in modifier_is_supported()
82 if (bind & PIPE_BIND_SCANOUT) in modifier_is_supported()
103 if (!modifier_is_supported(devinfo, templ->format, templ->bind, in select_best_modifier()
180 isl_surf_usage_flags_t usage = pipe_bind_to_isl_usage(templ->bind); in crocus_resource_configure_main()
192 if (templ->bind & PIPE_BIND_RENDER_TARGET && devinfo->ver < 6) { in crocus_resource_configure_main()
199 templ->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR) ) in crocus_resource_configure_main()
201 else if (templ->bind & PIPE_BIND_SCANOUT) in crocus_resource_configure_main()
696 templ->bind == PIPE_BIND_DEPTH_STENCIL && in crocus_resource_create_with_modifiers()
712 if (templ->bind & PIPE_BIND_SCANOUT) in crocus_resource_create_with_modifiers()
744 devinfo->ver == 7 && (templ->bind in crocus_resource_create_with_modifiers()
73 modifier_is_supported(const struct intel_device_info *devinfo, enum pipe_format pfmt, unsigned bind, uint64_t modifier) modifier_is_supported() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddmacgp102.c63 .bind = gf119_disp_dmac_bind,
H A Dcoregp102.c61 .bind = gf119_disp_dmac_bind,
/kernel/linux/linux-6.6/fs/nfsd/
H A Dlockd.c11 #include <linux/lockd/bind.h>
/kernel/linux/linux-6.6/drivers/usb/typec/
H A Dport-mapper.c25 .bind = typec_aggregate_bind,
72 * master, because each different type of component needs to be bind to in typec_link_ports()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dsk_connect_zero_addr.c32 if (bind(fd1, (struct sockaddr *)&bind_addr, sizeof(bind_addr))) { in main()
33 error(1, errno, "bind fd1"); in main()
49 error(1, errno, "bind fd2"); in main()
/kernel/liteos_a/apps/tftp/include/
H A Dtypes_adapt.h73 #define lwip_bind bind
/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 });

Completed in 9 milliseconds

1...<<21222324252627282930>>...145