Home
last modified time | relevance | path

Searched refs:bind (Results 926 - 950 of 4021) sorted by relevance

1...<<31323334353637383940>>...161

/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-sst-ipc.h86 bool bind; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dvirtgpu_drm.h59 __u32 bind; member
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_probe_write_user_user.c68 assert(bind(serverfd, &serv_addr, sizeof(serv_addr)) == 0); in main()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Dvirtgpu_drm.h43 __u32 bind; member
/kernel/liteos_a/testsuites/unittest/container/smoke/
H A DIt_net_container_006.cpp106 ret = bind(server, const_cast<struct sockaddr *>(reinterpret_cast<struct sockaddr *>(&server_addr)), in ChildFunc()
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/
H A Dnet_socket_test_002.cpp67 ret = bind(sfd, reinterpret_cast<struct sockaddr *>(&srvAddr), sizeof(srvAddr)); in UdpTest()
/test/xts/hats/kernel/syscalls/net/accept/
H A DAcceptApiTest.cpp66 ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in SetUp()
/third_party/curl/lib/
H A Dsetup-os400.h130 #define bind Curl_os400_bind macro
H A Dsocketpair.c103 if(bind(listener, &a.addr, sizeof(a.inaddr)) == -1) in Curl_socketpair()
/third_party/libdrm/include/drm/
H A Dvirtgpu_drm.h85 __u32 bind; member
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_get_prototoype_of.js68 Function.prototype.bind.call(proxy);
/third_party/mesa3d/src/glx/
H A Dapplegl_glx.c81 /* If we have a new context, keep this one around and remove it during bind. */ in applegl_unbind_context()
116 .bind = applegl_bind_context,
H A Dglxcurrent.c129 * a zero context ID is used only to mean that we bind to no current in MakeContextCurrent()
158 /* Attempt to bind the context. We do this before mucking with in MakeContextCurrent()
166 if (gc->vtable->bind(gc, oldGC, draw, read) != Success) { in MakeContextCurrent()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_uvd.c51 vidbuf.bind |= PIPE_BIND_LINEAR; in si_video_buffer_create()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource.c103 format = svga_translate_format(svgascreen, res->format, res->bind); in svga_can_create_resource()
/third_party/node/test/fixtures/wpt/streams/transform-streams/
H A Dlipfuzz.any.js16 chunk = chunk.replace(/\{\{([a-zA-Z0-9_-]+)\}\}/g, this.replaceTag.bind(this));
/third_party/node/test/parallel/
H A Dtest-child-process-fork-getconnections.js51 sockets[m.id].once('close', sendClosed.bind(null, m.id));
H A Dtest-event-emitter-remove-all-listeners.js84 ee.removeAllListeners.bind(ee, 'foo');
/third_party/node/benchmark/net/
H A Dtcp-raw-s2c.js30 let err = serverHandle.bind('127.0.0.1', PORT);
32 fail(err, 'bind');
H A Dtcp-raw-c2s.js30 let err = serverHandle.bind('127.0.0.1', PORT);
32 fail(err, 'bind');
H A Dnet-s2c.js130 this.flow = flow.bind(this);
H A Dtcp-raw-pipe.js35 let err = serverHandle.bind('127.0.0.1', PORT);
37 fail(err, 'bind');
/third_party/node/deps/npm/node_modules/agent-base/dist/
H A Dhelpers.js62 req.then = promise.then.bind(promise);
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dnamespace.js12 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/node/deps/npm/node_modules/retry/lib/
H A Dretry.js97 }.bind(obj, original);

Completed in 12 milliseconds

1...<<31323334353637383940>>...161