| /third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
| H A D | tag.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); }
|
| H A D | universal.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); }
|
| H A D | id.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); }
|
| H A D | combinator.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); }
|
| H A D | comment.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/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/lib/ |
| H A D | librpc-tirpc.c | 63 if (bind(sock, (struct sockaddr *)&addr, slen) < 0) { in bound_socket()
|
| /third_party/ltp/testcases/kernel/syscalls/bind/ |
| H A D | bind02.c | 11 * 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 D | fd2_resource.c | 67 return (tmpl->bind & PIPE_BIND_RENDER_TARGET) ? 1 : 0; in fd2_tile_mode()
|
| /third_party/python/Tools/demo/ |
| H A D | rpythond.py | 25 s.bind(('', port))
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
| H A D | primes.cpp | 48 scheduler.bind(); in main()
|
| /third_party/skia/modules/skottie/src/layers/shapelayer/ |
| H A D | RoundCorners.cpp | 27 this->bind(abuilder, jround["r"], fRadius); in RoundCornersAdapter()
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_resource.cpp | 154 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 D | crocus_resource.c | 74 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 D | dmacgp102.c | 63 .bind = gf119_disp_dmac_bind,
|
| H A D | coregp102.c | 61 .bind = gf119_disp_dmac_bind,
|
| /kernel/linux/linux-6.6/fs/nfsd/ |
| H A D | lockd.c | 11 #include <linux/lockd/bind.h>
|
| /kernel/linux/linux-6.6/drivers/usb/typec/ |
| H A D | port-mapper.c | 25 .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 D | sk_connect_zero_addr.c | 32 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 D | types_adapt.h | 73 #define lwip_bind bind
|
| /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 });
|