Home
last modified time | relevance | path

Searched defs:bind (Results 1 - 25 of 363) sorted by relevance

12345678910>>...15

/third_party/node/deps/npm/node_modules/hasown/
H A Dindex.js5 var bind = require('function-bind'); variable
/third_party/node/test/parallel/
H A Dtest-cluster-disconnect-unshared-udp.js
H A Dtest-cluster-disconnect-unshared-tcp.js
/third_party/musl/src/network/
H A Dbind.c4 int bind(int fd, const struct sockaddr *addr, socklen_t len) in bind() function
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dpriv.h8 int (*bind)(struct nvkm_dmaobj *, struct nvkm_gpuobj *, int align, member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dpriv.h8 int (*bind)(struct nvkm_dmaobj *, struct nvkm_gpuobj *, int align, member
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/generator/
H A Dgenerator.rb28 def bind method in GeneratorTags.InstructionBuild
/kernel/linux/linux-5.10/include/linux/
H A Dcomponent.h23 int (*bind)(struct device *comp, struct device *master, member
74 int (*bind)(struct device *master); member
/kernel/linux/linux-6.6/include/linux/
H A Dcomponent.h23 int (*bind)(struct device *comp, struct device *master, member
74 int (*bind)(struct device *master); member
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dsampler.cpp51 sampler::bind(command_queue &q) { in bind() function in sampler
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_suballoc.h44 unsigned bind; /* Bitmask of PIPE_BIND_* flags. */ member
H A Du_suballoc.c48 u_suballocator_init(struct u_suballocator *allocator, struct pipe_context *pipe, unsigned size, unsigned bind, enum pipe_resource_usage usage, unsigned flags, boolean zero_buffer_memory) u_suballocator_init() argument
/arkcompiler/runtime_core/compiler/optimizer/templates/
H A Dcodegen_arm64.rb98 def bind(label) method in Codegen.safepoint_state
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
H A Dcodegen_arm64.rb98 def bind(label) method in Codegen.safepoint_state
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.h38 uint32_t bind; member
/third_party/elfio/examples/tutorial/
H A Dtutorial.cpp90 unsigned char bind; in main() local
/third_party/node/deps/npm/node_modules/function-bind/
H A Dimplementation.js42 module.exports = function bind(that) { function
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_format.h41 unsigned bind; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DObserver.cpp76 void ObserverBinding::bind(Subject *subject) in bind() function in angle::ObserverBinding
/third_party/skia/modules/skottie/src/animator/
H A DAnimator.h53 bool bind(const AnimationBuilder& abuilder, const skjson::ObjectValue* jobject, T& v) { in bind() function in skottie::internal::AnimatablePropertyContainer
H A DTextKeyframeAnimator.cpp126 bool AnimatablePropertyContainer::bind<TextValue>(const AnimationBuilder& abuilder, in bind() function in skottie::internal::AnimatablePropertyContainer
H A DScalarKeyframeAnimator.cpp108 bool AnimatablePropertyContainer::bind<ScalarValue>(const AnimationBuilder& abuilder, in bind() function in skottie::internal::AnimatablePropertyContainer
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Dlistener.rs44 pub fn bind<P: AsRef<Path>>(path: P) -> Result<UnixListener> { in bind() functions
/third_party/mesa3d/src/gallium/frontends/nine/
H A Diunknown.h49 int32_t bind; /* internal bind count */ member
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dlistener.rs37 pub fn bind(addr: SocketAddr) -> io::Result<TcpListener> { in bind() functions

Completed in 9 milliseconds

12345678910>>...15