Home
last modified time | relevance | path

Searched refs:bind (Results 751 - 775 of 1239) sorted by relevance

1...<<31323334353637383940>>...50

/third_party/libuv/test/
H A Dtest-tcp-open.c324 ASSERT_OK(bind(sock, (struct sockaddr*) &addr, sizeof(addr))); in TEST_IMPL()
/third_party/lame/frontend/
H A Drtp.c270 error = bind(s, (struct sockaddr *) &source, sizeof(source)); in rtp_socket()
272 error_printf("bind () "); in rtp_socket()
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-from.js233 var boundFn = (function() {}).bind(Array, 27);
/third_party/ltp/testcases/kernel/connectors/pec/
H A Dpec_listener.c295 ret = bind(sd, (struct sockaddr *)&l_local, sizeof(struct sockaddr_nl)); in main()
297 fprintf(stderr, "failed to bind socket\n"); in main()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h584 unsigned bind; /**< bitmask of PIPE_BIND_x */ member
727 * index buffer, and vertex elements. Used by display lists to bind those
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dresource.cpp176 info.bind = (PIPE_BIND_SAMPLER_VIEW | in root_resource()
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dtri.c140 tmplt.bind = PIPE_BIND_RENDER_TARGET; in init_prog()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvolumetexture9.c92 info->bind = PIPE_BIND_SAMPLER_VIEW; in NineVolumeTexture9_ctor()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dvdpau_private.h372 templ->nr_storage_samples, templ->bind); in CheckSurfaceParams()
/third_party/mesa3d/src/glx/
H A Dindirect_glx.c251 .bind = indirect_bind_context,
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_image_view.c148 templ.bind = PIPE_BIND_SHADER_BUFFER; in svga_set_shader_images()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri-instanced.c268 templat.bind = (PIPE_BIND_RENDER_TARGET | in init()
/third_party/node/lib/
H A Ddomain.js440 Domain.prototype.bind = function(cb) {
/third_party/node/test/sequential/
H A Dtest-async-wrap-getasyncid.js305 handle.bind('0.0.0.0', 0, undefined);
/third_party/node/test/report/
H A Dtest-report-uv-handles.js89 udpSocket.bind({}, common.mustCall(() => {
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dsocket.h383 int bind (int, const struct sockaddr *, socklen_t);
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dsocket.h374 int bind (int, const struct sockaddr *, socklen_t);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsocket.h383 int bind (int, const struct sockaddr *, socklen_t);
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dsocket.h385 int bind (int, const struct sockaddr *, socklen_t);
/third_party/musl/porting/linux/user/include/sys/
H A Dsocket.h391 int bind (int, const struct sockaddr *, socklen_t);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsocket.h383 int bind (int, const struct sockaddr *, socklen_t);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_vdpau.c128 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in st_vdpau_resource_from_description()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dattribute.js15 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/libfuse/example/
H A Dhello_ll_uds.c200 if (bind(sfd, (struct sockaddr *) &addr, in create_socket()
202 printf("Could not bind socket. Error: %s\n", strerror(errno)); in create_socket()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c266 if (bind(info_p->listen_sd, res->ai_addr, res->ai_addrlen) < 0) in create_listen_socket()
267 fatal_error("bind()"); in create_listen_socket()

Completed in 20 milliseconds

1...<<31323334353637383940>>...50