/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 982 __ 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 D | libudev-monitor.c | 365 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 D | composite.c | 242 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 D | adopt.c | 263 * 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 D | writable.js | 150 this.onwrite = onwrite.bind(undefined, stream);
|
/third_party/node/test/parallel/ |
H A D | test-stream-readable-async-iterators.js | 209 await assert.rejects(iterator.next.bind(iterator), err);
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | ext.py | 82 def bind(self, environment): member in Extension
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | ext.py | 75 def bind(self, environment): member in Extension
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/ |
H A D | wrapKey_unwrapKey.https.any.js | 526 p = p.then(aeskw_step.bind(undefined, j, i,j===5 && i===(n-1)));
|
/third_party/nghttp2/src/ |
H A D | template.h | 66 : f(std::bind(std::forward<F>(f), std::forward<T>(t)...)) {} in Defer()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_copyimage.c | 389 templ.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in create_texture()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmp_redirector.c | 244 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 D | bytecode-array-writer.cc | 160 label->bind(); in BindLabel()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_blit.c | 407 (info->dst.resource->bind & PIPE_BIND_PRIME_BLIT_DST)) { in iris_blit()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_pipe.c | 614 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 D | vc4_state.c | 587 .bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET, in vc4_create_sampler_view()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | buffer9.c | 72 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 D | r600_pipe.c | 684 (templ->bind & PIPE_BIND_GLOBAL)) in r600_resource_create()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_afalg.c | 438 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 D | rpc.py | 81 "Override TCPServer method, no bind() phase for connecting entity" 533 self.listening_sock.bind(address)
|
H A D | debugger.py | 137 self.top.bind("<Escape>", self.close)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeShaderBuiltinVarTests.cpp | 493 pipeline.bind(*cmdBuffer); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMaxVaryingsTests.cpp | 1092 graphicsPipeline.bind(*cmdBuffer); in test()
|
H A D | vktPipelineMultisampleResolveRenderAreaTests.cpp | 368 graphicsPipeline.bind(*commandBuffer); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Surface.cpp | 243 mImplObserverBinding.bind(mImplementation); in initialize()
|