Home
last modified time | relevance | path

Searched refs:bind (Results 951 - 975 of 2520) sorted by relevance

1...<<31323334353637383940>>...101

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc982 __ bind(&start_call); in AssembleArchInstruction()
1152 __ bind(ool->exit()); in AssembleArchInstruction()
3906 __ bind(&end); in AssembleArchTrap()
3963 __ bind(&done); in AssembleArchBoolean()
4124 __ bind(&done); in AssembleConstructFrame()
4213 __ bind(&return_label_); in AssembleConstructFrame()
4236 __ bind(&skip); in AssembleConstructFrame()
/third_party/eudev/src/libudev/
H A Dlibudev-monitor.c365 err = bind(udev_monitor->sock, in udev_monitor_enable_receiving()
374 log_debug_errno(errno, "bind failed: %m"); in udev_monitor_enable_receiving()
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcomposite.c242 PRINT_ERR(" composite device bind gadget failed!\n"); in usb_composite_bind()
247 DPRINTF("composite bind device success!\n"); in usb_composite_bind()
674 .bind = usb_composite_bind, /* bind */
/third_party/libwebsockets/lib/core-net/
H A Dadopt.c263 * server... we want to create an accepted SS and bind it to new_wsi, in lws_adopt_ss_server_accept()
287 * now bind the wsi... the problem is, this is the nwsi if it's in lws_adopt_ss_server_accept()
730 bind(sock.sockfd, sa46_sockaddr(&s->dest), in lws_create_adopt_udp2()
737 lwsl_err("%s: bind failed\n", __func__); in lws_create_adopt_udp2()
/third_party/node/lib/internal/streams/
H A Dwritable.js150 this.onwrite = onwrite.bind(undefined, stream);
/third_party/node/test/parallel/
H A Dtest-stream-readable-async-iterators.js209 await assert.rejects(iterator.next.bind(iterator), err);
/third_party/node/deps/v8/third_party/jinja2/
H A Dext.py82 def bind(self, environment): member in Extension
/third_party/node/tools/inspector_protocol/jinja2/
H A Dext.py75 def bind(self, environment): member in Extension
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
H A DwrapKey_unwrapKey.https.any.js526 p = p.then(aeskw_step.bind(undefined, j, i,j===5 && i===(n-1)));
/third_party/nghttp2/src/
H A Dtemplate.h66 : f(std::bind(std::forward<F>(f), std::forward<T>(t)...)) {} in Defer()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_copyimage.c389 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in create_texture()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-icmp_redirector.c244 if (bind(sd, (struct sockaddr *)&lla, sizeof(struct sockaddr_ll)) < 0) in open_socket()
245 fatal_error("bind()"); in open_socket()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-writer.cc160 label->bind(); in BindLabel()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c407 (info->dst.resource->bind & PIPE_BIND_PRIME_BLIT_DST)) { in iris_blit()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c614 unsigned bind) in noop_check_resource_capability()
612 noop_check_resource_capability(struct pipe_screen *screen, struct pipe_resource *resource, unsigned bind) noop_check_resource_capability() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_state.c587 .bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET, in vc4_create_sampler_view()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbuffer9.c72 info->bind = (Type == D3DRTYPE_INDEXBUFFER) ? PIPE_BIND_INDEX_BUFFER : PIPE_BIND_VERTEX_BUFFER; in NineBuffer9_ctor()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c684 (templ->bind & PIPE_BIND_GLOBAL)) in r600_resource_create()
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c438 r = bind(actx->bfd, (struct sockaddr *)&sa, sizeof(sa)); in afalg_create_sk()
440 ALG_PERR("%s(%d): Failed to bind socket : ", __FILE__, __LINE__); in afalg_create_sk()
/third_party/python/Lib/idlelib/
H A Drpc.py81 "Override TCPServer method, no bind() phase for connecting entity"
533 self.listening_sock.bind(address)
H A Ddebugger.py137 self.top.bind("<Escape>", self.close)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp493 pipeline.bind(*cmdBuffer); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp1092 graphicsPipeline.bind(*cmdBuffer); in test()
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp368 graphicsPipeline.bind(*commandBuffer); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSurface.cpp243 mImplObserverBinding.bind(mImplementation); in initialize()

Completed in 30 milliseconds

1...<<31323334353637383940>>...101