/third_party/libuv/test/ |
H A D | test-tcp-open.c | 324 ASSERT_OK(bind(sock, (struct sockaddr*) &addr, sizeof(addr))); in TEST_IMPL()
|
/third_party/lame/frontend/ |
H A D | rtp.c | 270 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 D | array-from.js | 233 var boundFn = (function() {}).bind(Array, 27);
|
/third_party/ltp/testcases/kernel/connectors/pec/ |
H A D | pec_listener.c | 295 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 D | p_state.h | 584 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 D | resource.cpp | 176 info.bind = (PIPE_BIND_SAMPLER_VIEW | in root_resource()
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | tri.c | 140 tmplt.bind = PIPE_BIND_RENDER_TARGET; in init_prog()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | volumetexture9.c | 92 info->bind = PIPE_BIND_SAMPLER_VIEW; in NineVolumeTexture9_ctor()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | vdpau_private.h | 372 templ->nr_storage_samples, templ->bind); in CheckSurfaceParams()
|
/third_party/mesa3d/src/glx/ |
H A D | indirect_glx.c | 251 .bind = indirect_bind_context,
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_image_view.c | 148 templ.bind = PIPE_BIND_SHADER_BUFFER; in svga_set_shader_images()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | tri-instanced.c | 268 templat.bind = (PIPE_BIND_RENDER_TARGET | in init()
|
/third_party/node/lib/ |
H A D | domain.js | 440 Domain.prototype.bind = function(cb) {
|
/third_party/node/test/sequential/ |
H A D | test-async-wrap-getasyncid.js | 305 handle.bind('0.0.0.0', 0, undefined);
|
/third_party/node/test/report/ |
H A D | test-report-uv-handles.js | 89 udpSocket.bind({}, common.mustCall(() => {
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 383 int bind (int, const struct sockaddr *, socklen_t);
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 374 int bind (int, const struct sockaddr *, socklen_t);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 383 int bind (int, const struct sockaddr *, socklen_t);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 385 int bind (int, const struct sockaddr *, socklen_t);
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 391 int bind (int, const struct sockaddr *, socklen_t);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 383 int bind (int, const struct sockaddr *, socklen_t);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_vdpau.c | 128 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 D | attribute.js | 15 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 D | hello_ll_uds.c | 200 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 D | ns-tcpserver.c | 266 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()
|