/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-sst-ipc.h | 86 bool bind; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | virtgpu_drm.h | 59 __u32 bind; member
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_probe_write_user_user.c | 68 assert(bind(serverfd, &serv_addr, sizeof(serv_addr)) == 0); in main()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | virtgpu_drm.h | 43 __u32 bind; member
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_net_container_006.cpp | 106 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 D | net_socket_test_002.cpp | 67 ret = bind(sfd, reinterpret_cast<struct sockaddr *>(&srvAddr), sizeof(srvAddr)); in UdpTest()
|
/test/xts/hats/kernel/syscalls/net/accept/ |
H A D | AcceptApiTest.cpp | 66 ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in SetUp()
|
/third_party/curl/lib/ |
H A D | setup-os400.h | 130 #define bind Curl_os400_bind macro
|
H A D | socketpair.c | 103 if(bind(listener, &a.addr, sizeof(a.inaddr)) == -1) in Curl_socketpair()
|
/third_party/libdrm/include/drm/ |
H A D | virtgpu_drm.h | 85 __u32 bind; member
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | proxy_get_prototoype_of.js | 68 Function.prototype.bind.call(proxy);
|
/third_party/mesa3d/src/glx/ |
H A D | applegl_glx.c | 81 /* 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 D | glxcurrent.c | 129 * 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 D | si_uvd.c | 51 vidbuf.bind |= PIPE_BIND_LINEAR; in si_video_buffer_create()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource.c | 103 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 D | lipfuzz.any.js | 16 chunk = chunk.replace(/\{\{([a-zA-Z0-9_-]+)\}\}/g, this.replaceTag.bind(this));
|
/third_party/node/test/parallel/ |
H A D | test-child-process-fork-getconnections.js | 51 sockets[m.id].once('close', sendClosed.bind(null, m.id));
|
H A D | test-event-emitter-remove-all-listeners.js | 84 ee.removeAllListeners.bind(ee, 'foo');
|
/third_party/node/benchmark/net/ |
H A D | tcp-raw-s2c.js | 30 let err = serverHandle.bind('127.0.0.1', PORT); 32 fail(err, 'bind');
|
H A D | tcp-raw-c2s.js | 30 let err = serverHandle.bind('127.0.0.1', PORT); 32 fail(err, 'bind');
|
H A D | net-s2c.js | 130 this.flow = flow.bind(this);
|
H A D | tcp-raw-pipe.js | 35 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 D | helpers.js | 62 req.then = promise.then.bind(promise);
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | namespace.js | 12 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 D | retry.js | 97 }.bind(obj, original);
|